Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153444 - gnupg-1.9.94 has parallel make issues
Summary: gnupg-1.9.94 has parallel make issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 07:29 UTC by Jason Wever (RETIRED)
Modified: 2006-10-30 12:09 UTC (History)
1 user (show)

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 Jason Wever (RETIRED) gentoo-dev 2006-10-30 07:29:35 UTC
When building gnupg-1.9.94 with MAKEOPTS greater than or equal to -j14, gnupg-1.9.94 fails with the following error:

sparc-unknown-linux-gnu-gcc   -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -Wall -Wno-pointer-sign  -Wl,-z,now -o t-convert  t-convert.o ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a -lgcrypt -lgpg-error -lgpg-error -ldl
sparc-unknown-linux-gnu-gcc: ../common/libcommon.a: No such file or directory
make[2]: *** [t-convert] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/app-crypt/gnupg-1.9.94/work/gnupg-1.9.94/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-crypt/gnupg-1.9.94/work/gnupg-1.9.94'
make: *** [all] Error 2

!!! ERROR: app-crypt/gnupg-1.9.94 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gnupg-1.9.94.ebuild, line 82:   Called die


Anything below -j14 seems to work fine.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-30 12:09:01 UTC
-j14!?!?!
How many CPUs do you have? :)

Fixed, please recheck.