| Summary: | sys-apps/v86d-0.1.8 depends on sys-libs/lrmi | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick De Pinguin <gentoo> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jlec |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch for ebuild (modify DEPEND variable) | ||
|
Description
Patrick De Pinguin
2008-09-23 20:53:34 UTC
Created attachment 166202 [details, diff]
Patch for ebuild (modify DEPEND variable)
I cannot confirm this here: no sys-libs/lrmi dev-libs/klibc-1.5.12-r1 sys-kernel/gentoo-sources-2.6.25-r7 CFLAGS="-O2 -march=prescott -mssse3 -pipe -fomit-frame-pointer" LDFLAGS="-Wl,-O1,--hash-style=gnu,--sort-common" There is something wrong at your place: 1. Th included lib (lrmi-10) comes with v86d. 2. Your build.log has some strange things make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule make: *** Waiting for unfinished jobs.... Are you using a compilation distibution network, or are your MAKEOPTS not set right? If you would provide your emerge --info, we could help more. FYI, v86d does NOT depend on sys-libs/lrmi -- it comes with its own bundled version of the library, which is compiled against klibc (instead of glibc, which is the case for sys-libs/lrmi). While installing lrmi might appear to have fixed your problem, I would not be surprised if v86d fails at some random point. As pointed out in comment #2, please provide emerge --info. The concurrent make issue should now be fixed in CVS. The concurrent make issue should now be fixed in CVS. Hello, Indeed, it seems to be a parallel build problem. I normally use -j3. Trying -j1 fixes the problem. Thanks, Thomas |