Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
It fails with MAKEOPTS="-j5" but passed with MAKEOPTS="-j1", -j2 also works. Reproducible: Always Steps to Reproduce: 1. MAKEOPTS="-j5" emerge -av net-firewall/ipsec-tools 2. laugh at cam whores Actual Results: # MAKEOPTS="-j5" emerge -av net-firewall/ipsec-tools [ebuild R ] net-firewall/ipsec-tools-0.6.7 USE="iconv ipv6 pam readline -hybrid -idea -kerberos -ldap -nat -rc5 (-selinux)" 0 kB i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../libipsec -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I./../../src/racoon/missing -D_GNU_SOURCE -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -DSYSCONFDIR=\"/etc\" -DADMINPORTDIR=\"/var/lib/racoon\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -fweb -fforce-addr -fgcse-after-reload -Wall -Wno-unused -c -o cfparse.o cfparse.c mv -f .deps/crypto_openssl.Tpo .deps/crypto_openssl.Po bison -y -pprsa -d ./prsa_par.y && \ mv y.tab.c prsa_par.c && \ mv y.tab.h prsa_par.h mv: cannot stat `y.tab.c': No such file or directory make[3]: *** [cfparse.h] Error 1 Expected Results: Not curl up and die. You should probably peg this at -j2 in the ebuild if im not the only one hitting it.
Created an attachment (id=134770) [details] emerge log
Same results with -j5 -j4 -j3, and everything ok with -j2 and -j1.
Argh, it"s *always* ipsec-tools that breaks my automated installations :(
(In reply to comment #3) > Argh, it"s *always* ipsec-tools that breaks my automated installations :( > is scripting MAKEOPTS="-j1" emerge net-firewall/ipsec-tools really that hard?
(In reply to comment #4) > (In reply to comment #3) > > Argh, it"s *always* ipsec-tools that breaks my automated installations :( > > is scripting MAKEOPTS="-j1" emerge net-firewall/ipsec-tools really that hard? is fixing ipsec-tools by adding MAKEOPTS="-j1" to the ebuild really that hard? it wasn't always a parallel make issue that broke ipsec-tools anyway. to me it looks like ipsec-tools is just a mess, it breaks on every second new version or something like that. could use some more QA...
(In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > > Argh, it"s *always* ipsec-tools that breaks my automated installations :( > > > > is scripting MAKEOPTS="-j1" emerge net-firewall/ipsec-tools really that hard? > > is fixing ipsec-tools by adding MAKEOPTS="-j1" to the ebuild really that hard? no but my bugs are never resolved in less then a year so better get scripting.
*** This bug has been marked as a duplicate of bug 176998 ***