uc-base ~ # emerge -ub acl Calculating dependencies ...done! >>> emerge (1 of 1) sys-apps/acl-2.2.27 to / >>> md5 files ;-) acl-2.2.27.ebuild >>> md5 files ;-) ChangeLog >>> md5 files ;-) metadata.xml >>> md5 files ;-) files/digest-acl-2.2.27 >>> md5 src_uri ;-) acl-2.2.27.src.tar.gz >>> Unpacking source... >>> Unpacking acl-2.2.27.src.tar.gz to /var/tmp/portage/acl-2.2.27/work >>> Source unpacked. ./configure --prefix=/usr --host=i386-pc-linux-uclibc --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --prefix=/usr --libexecdir=/usr/lib --libdir=/lib --bindir=/bin --disable-gettext .... i386-pc-linux-uclibc-gcc -Os -pipe -Os -pipe -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.27\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pipe -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.27\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c -o setfacl.o setfacl.c i386-pc-linux-uclibc-gcc -Os -pipe -Os -pipe -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.27\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pipe -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.27\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c -o do_set.o do_set.c do_set.c:39:21: libintl.h: No such file or directory do_set.c: In function `do_set': do_set.c:392: warning: implicit declaration of function `gettext' gmake[1]: *** [do_set.o] Error 1 make: *** [default] Error 2 Reproducible: Always Steps to Reproduce: 1. emerge acl without NLS or GETTEXT set in /etc/make.conf 2. 3. Actual Results: package failed to build Expected Results: 1) Built properly without gettext support (preferred) 2) Reported that it can't be built without NLS or GETTEXT support and failed to build. 3) emerged gettext (in which case I won't use the package).
glibc provides libintl.h, not gettext in the future, provide `emerge info` like you're supposed to, it makes the dev's lives easier
fixed in cvs and filed bug upstream: http://oss.sgi.com/bugzilla/show_bug.cgi?id=398