halo ~/portage/sys-apps/texinfo-4.13/work/texinfo-4.13/makeinfo/tests # locale | grep LC_ALL LC_ALL=en_US.utf8 halo ~/portage/sys-apps/texinfo-4.13/work/texinfo-4.13/makeinfo/tests # ./accentenc + unset TEXINFO_OUTPUT + : . ++ basename ./accentenc + input=accentenc.txi ++ basename ./accentenc + output=accentenc.info + ../makeinfo --enable-encoding --no-split -I. ./accentenc.txi + exit_status=0 + test 0 = 0 + grep $'\354' accentenc.info + exit_status=1 + rm -f accentenc.info + exit 1 halo ~/portage/sys-apps/texinfo-4.13/work/texinfo-4.13/makeinfo/tests # LC_ALL=C halo ~/portage/sys-apps/texinfo-4.13/work/texinfo-4.13/makeinfo/tests # ./accentenc + unset TEXINFO_OUTPUT + : . ++ basename ./accentenc + input=accentenc.txi ++ basename ./accentenc + output=accentenc.info + ../makeinfo --enable-encoding --no-split -I. ./accentenc.txi + exit_status=0 + test 0 = 0 + grep $'\354' accentenc.info + grep $'\357' accentenc.info + grep /L accentenc.info + exit_status=0 + rm -f accentenc.info + exit 0 grep-2.5.3 works so this seems to be caused by the multibyte changes in grep-2.6.
Created attachment 233569 [details] output info file
Ryan, I don't see this fixed upstream like they claim. However, it should be easy enough to just put a LANG="C" in front of the src_test portion of the ebuild.
*** Bug 346947 has been marked as a duplicate of this bug. ***
Fixed.
*** Bug 357123 has been marked as a duplicate of this bug. ***