When emerging fresh hal-0.5.11-r2, this compilation error occurs : Making all in libhal make[2]: Entering directory `/var/tmp/paludis/sys-apps-hal-0.5.11-r2/work/hal-0.5.11/libhal' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -march=native -O3 -pipe -msse3 -rdynamic -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT libhal.lo -MD -MP -MF .deps/libhal.Tpo -c -o libhal.lo libhal.c ../libtool: line 845: X--tag=CC: command not found ../libtool: line 878: libtool: ignoring unknown tag : command not found ../libtool: line 845: X--mode=compile: command not found ../libtool: line 1012: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1013: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1156: Xx86_64-pc-linux-gnu-gcc: command not found ../libtool: line 1156: X-DHAVE_CONFIG_H: command not found ../libtool: line 1156: X-I.: command not found ../libtool: line 1156: X-I..: command not found ../libtool: line 1156: X-DPACKAGE_DATA_DIR="/usr/share": No such file or directory ../libtool: line 1156: X-DPACKAGE_LOCALE_DIR="/usr/share/locale": No such file or directory ../libtool: line 1156: X-I/usr/include/dbus-1.0: No such file or directory ../libtool: line 1156: X-I/usr/lib64/dbus-1.0/include: No such file or directory ../libtool: line 1156: X-march=native: command not found ../libtool: line 1156: X-O3: command not found ../libtool: line 1156: X-pipe: command not found ../libtool: line 1156: X-msse3: command not found ../libtool: line 1156: X-rdynamic: command not found ../libtool: line 1156: X-Wall: command not found ../libtool: line 1156: X-Wchar-subscripts: command not found ../libtool: line 1156: X-Wmissing-declarations: command not found ../libtool: line 1156: X-Wnested-externs: command not found ../libtool: line 1156: X-Wpointer-arith: command not found ../libtool: line 1156: X-Wcast-align: command not found ../libtool: line 1156: X-Wsign-compare: command not found ../libtool: line 1156: X-MT: command not found ../libtool: line 1156: Xlibhal.lo: command not found ../libtool: line 1156: X-MD: command not found ../libtool: line 1156: X-MP: command not found ../libtool: line 1156: X-MF: command not found ../libtool: line 1156: X.deps/libhal.Tpo: No such file or directory ../libtool: line 1156: X-c: command not found ../libtool: line 1209: Xlibhal.lo: command not found ../libtool: line 1214: libtool: compile: cannot determine name of library object from `': command not found make[2]: *** [libhal.lo] Error 1 make[2]: Leaving directory `/var/tmp/paludis/sys-apps-hal-0.5.11-r2/work/hal-0.5.11/libhal' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/paludis/sys-apps-hal-0.5.11-r2/work/hal-0.5.11' make: *** [all] Error 2 /usr/libexec/paludis/utils/emake: emake returned error 2 !!! ERROR in sys-apps/hal-0.5.11-r2: !!! In src_compile at line 4938 !!! make failed Reproducible: Always
Could you post your full build log ? As the patch doesn't seem much different, I suspect parallel make problem, but that's just a guess.
Created attachment 164574 [details] build log
This is happening for tons of packages, not just HAL. Same errors.
Please post your `emerge --info' (or similar). @Rafał: This definitely isn't a parallel make problem, and guessing isn't called for and shouldn't ever be needed. Please make definitive statements and ask clear questions - just don't guess. :)
Sometimes, simple guesses are very effective. I agree, that this no longer looks like parallel make problem, though I've seen a few similar looking bugs, that were (the build.log would show it, at least in the courier family it did). To the reporter: Add also config.log. @comment 3: would you care to give some examples ?
Same errors on sys-libs/pam-1.0.2 sys-fs/udev-127 net-misc/neon-0.28.3 media-sound/vorbis-tools-1.2.0
Created attachment 164604 [details] emerge --info
Well, I can't find relevant bugs in bugzilla, can't recall any recent forum posts and i.e. have emerged net-misc/neon-0.28.3 recently and had no such problem.
When recompiling libtool (libtool-2.2.4) the erro disappears, but emerge fails on http://bugs.gentoo.org/show_bug.cgi?id=236660
(In reply to comment #9) > When recompiling libtool (libtool-2.2.4) the erro disappears, but emerge fails > on http://bugs.gentoo.org/show_bug.cgi?id=236660 > I want to say : http://bugs.gentoo.org/show_bug.cgi?id=236664 and http://bugs.gentoo.org/show_bug.cgi?id=236666
(In reply to comment #9) > When recompiling libtool (libtool-2.2.4) the erro disappears, but emerge fails > on http://bugs.gentoo.org/show_bug.cgi?id=236660 > Perhaps could you make this bug depending of https://bugs.gentoo.org/show_bug.cgi?id=212763 ?
Well, according, to your own comment 9, "When recompiling libtool (libtool-2.2.4) the erro disappears", so this was probably just your bug, not a problem with libtool 2.
OK, according to other bugs, this was a problem with paludis upgrade, fixed by reemerging libtool.
*** This bug has been marked as a duplicate of bug 236758 ***