Summary: | sys-apps/gawk-3.1.5-r4 fails to find libintl.h | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Greisberger Christophe <christophe> |
Component: | Mac OSX | Assignee: | osx porters <osx> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | CC: | gentoo |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | OS X | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | The build log |
Description
Greisberger Christophe
2007-08-14 20:36:19 UTC
Created attachment 128101 [details]
The build log
Oh, I forgot : in the log the is a strange warning : "binutils-config: warning: no GCC found on your system!" *ping* :o) (In reply to comment #2) > Oh, I forgot : in the log the is a strange warning : > "binutils-config: warning: no GCC found on your system!" That is a harmless message that will go away once gcc-apple is emerged. (In reply to comment #3) > *ping* :o) Problem with this bug is that it seems to be a nasty configuration of gawk, that we also hit during bootstrapping. I have to look in the configure script to figure out why it does this, and how to fix it. On Solaris and Linux (iirc) it does work fine, but on AIX it never works. Something like that. Thanks. I waited so see if I wait to finish the install or not. Well, I will restart the install from scratch when this is fixed. Not sure if this is 100% the same bug, but I get the following error message when emerging gawk 3.1.5-r5 (as well as libpng): make[2]: Entering directory `/Gentoo/var/tmp/portage/sys-apps/gawk-3.1.5-r5/work/gawk-3.1.5' if i686-apple-darwin8-gcc -DDEFPATH="\".:/Gentoo/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/Gentoo/usr/share/locale\"" -I. -I. -I. -I/Gentoo/usr/include -O2 -march=nocona -fomit-frame-pointer -pipe -MT array.o -MD -MP -MF ".deps/array.Tpo" -c -o array.o array.c; \ then mv -f ".deps/array.Tpo" ".deps/array.Po"; else rm -f ".deps/array.Tpo"; exit 1; fi bison -y awkgram.y conflicts: 31 shift/reduce awk -f ./bisonfix.awk y.tab.c > awkgram.c && rm y.tab.c dyld: Library not loaded: /usr/local/lib/libintl.3.dylib Referenced from: /Gentoo/usr/bin/awk Reason: image not found make[2]: *** [awkgram.c] Error 133 make[2]: Leaving directory `/Gentoo/var/tmp/portage/sys-apps/gawk-3.1.5-r5/work/gawk-3.1.5' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Gentoo/var/tmp/portage/sys-apps/gawk-3.1.5-r5/work/gawk-3.1.5' make: *** [all] Error 2 * * ERROR: sys-apps/gawk-3.1.5-r5 failed. * Call stack: * ebuild.sh, line 1592: Called dyn_compile * ebuild.sh, line 928: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * gawk-3.1.5-r5.ebuild, line 60: Called die * * emake failed * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/Gentoo/var/tmp/portage/sys-apps/gawk-3.1.5-r5/temp/build.log'. * * Messages for package sys-apps/gawk-3.1.5-r5: * * ERROR: sys-apps/gawk-3.1.5-r5 failed. * Call stack: * ebuild.sh, line 1592: Called dyn_compile * ebuild.sh, line 928: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * gawk-3.1.5-r5.ebuild, line 60: Called die * Please try using the latest bootstrap script and image, and reopen if the problem persists. |