Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134100 - pam-0.99.3 fails to build with -j2
Summary: pam-0.99.3 fails to build with -j2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 05:10 UTC by Stefan Schweizer (RETIRED)
Modified: 2006-05-23 05:49 UTC (History)
0 users

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 Stefan Schweizer (RETIRED) gentoo-dev 2006-05-23 05:10:31 UTC
That is esentially the error:
make[3]: Entering directory `/var/tmp/portage/pam-0.99.3.0/work/Linux-PAM-0.99.3.0/doc/specs'
flex ./parse.lex
./padout < ./draft-morgan-pam.raw > draft-morgan-pam-current.txt
/bin/sh: ./padout: No such file or directory

Changing "emake" to "emake -j1" in the ebuild fixes the problem.

Full merge log in case you need it: http://genstef.homelinux.org/7514-pam-0.99.3.0.log
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-23 05:49:10 UTC
Azarah gave me the patch, fixed now. Thanks for reporting.