Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7762

Summary: gpm ebuild sometimes goes wrong because MAKEOPTS="-j2"
Product: Gentoo Linux Reporter: Filippo Giunchedi <filippo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: kevin
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Filippo Giunchedi 2002-09-10 13:53:58 UTC
hi!
i've noticed that gpm ebuild sometimes fails complaining about lack of jobserver

make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
and executes twice this:
bison -y  /var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src/gpm-root.y && mv y.tab.c gpm-root.c
so it exits with:
mv: cannot stat `y.tab.c': No such file or directory (obviously)

as suggested by j2ee this could be solved by using make instead of emake or force -j1

filippo.