Summary: | autofs-4.1.3-r7 isn't parallel make friendly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | john s j anderson <jacobs> |
Component: | [OLD] Server | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | langthang, plasmaroo |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
john s j anderson
2006-05-31 04:02:32 UTC
Try again with sane CFLAGS. CFLAGS="-march=k8 -O3 -pipe" Reopen if it's still an issue, but I'm very certain it's your cflags, as other users can compile it fine on amd64. not arch specific problem. autofs isn't parallel make safe. I think it hits some kind of race condition here. if mount.h isn't completely generated when it compile listmount.c, it will fail with above error. with the same MAKEOPTS=-j5, sometime it works and sometime it doesn't. Since it doesn't take loong to compile this package. I'd proposed to force -j1 on it. I spotted the race, and fixed it properly. |