| Summary: | net-wireless/crda requires MAKEOPTS="-j1" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Adrian Bassett <Adrian.Bassett> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2008.0 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 249097 *** |
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.