Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161616 - mail-mta/exim fails build using MAKEFLAGS=-j3
Summary: mail-mta/exim fails build using MAKEFLAGS=-j3
Status: RESOLVED DUPLICATE of bug 84636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 20:29 UTC by Erik S. Johansen
Modified: 2007-01-11 20:48 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 Erik S. Johansen 2007-01-11 20:29:03 UTC
Using MAKEFLAGS=-j3

>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/exim-4.62/work/exim-4.62 ...
/bin/sh: line 0: cd: build-exim-gentoo: No such file or directory
make[1]: Entering directory `/var/tmp/portage/exim-4.62/work/exim-4.62'
/bin/sh: line 0: cd: build-exim-gentoo: No such file or directory

>>> Creating links to source files...
make[2]: Entering directory `/var/tmp/portage/exim-4.62/work/exim-4.62'
mkdir: cannot create directory `build-exim-gentoo': File exists
*** It appears that ../scripts/MakeLinks was previously interrupted.
*** You need to remove the build directory, and then run 'make' again.
make[2]: *** [build-directory] Error 1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-11 20:48:43 UTC
So don't set MAKEFLAGS; should be MAKEOPTS instead.


*** This bug has been marked as a duplicate of bug 84636 ***