Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7762 - gpm ebuild sometimes goes wrong because MAKEOPTS="-j2"
Summary: gpm ebuild sometimes goes wrong because MAKEOPTS="-j2"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-10 13:53 UTC by Filippo Giunchedi
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 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.