Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84641 - ACL-2.2.27 - can't build w/out libintl.h
Summary: ACL-2.2.27 - can't build w/out libintl.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-09 09:00 UTC by B. Bruce
Modified: 2005-03-09 21:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description B. Bruce 2005-03-09 09:00:29 UTC
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).
Comment 1 SpanKY gentoo-dev 2005-03-09 21:15:39 UTC
glibc provides libintl.h, not gettext

in the future, provide `emerge info` like you're supposed to, it makes the dev's lives easier
Comment 2 SpanKY gentoo-dev 2005-03-09 21:27:14 UTC
fixed in cvs and filed bug upstream:
http://oss.sgi.com/bugzilla/show_bug.cgi?id=398