Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249098 - net-wireless/crda requires MAKEOPTS="-j1"
Summary: net-wireless/crda requires MAKEOPTS="-j1"
Status: RESOLVED DUPLICATE of bug 249097
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 16:51 UTC by Adrian Bassett
Modified: 2008-11-27 17:20 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 Adrian Bassett 2008-11-27 16:51:13 UTC
Good to see wireless-regdb and crda hitting portage.

However, crda consistently failed to compile for me with MAKEOPTS="-j3 ..."

Failed to emerge net-wireless/crda-0.9.4, Log file:
>>>  '/var/log/portage/net-wireless:crda-0.9.4:20081127-164013.log'
 * Applying 0.9.4-as-needed.patch ...                                     [ ok ]
  GEN  keys-ssl.c
  GEN  keys-gcrypt.c
  CC   reglib.o
reglib.c:23:25: error: keys-gcrypt.c: No such file or directory
reglib.c: In function 'crda_verify_db_signature':
reglib.c:105: error: 'keys' undeclared (first use in this function)
reglib.c:105: error: (Each undeclared identifier is reported only once
reglib.c:105: error: for each function it appears in.)
make: *** [reglib.o] Error 1
make: *** Waiting for unfinished jobs....

Changing -j3 to -j1 fixed things.



Reproducible: Always

Steps to Reproduce:
1.emerge crda with -jn where n > 1
2.
3.

Actual Results:  
Fails to compile as described above.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-27 17:20:50 UTC

*** This bug has been marked as a duplicate of bug 249097 ***