Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#4410 - exim needs make -j1

Attached to Project: Arch Linux
Opened by Andreas Radke (AndyRTR) - Saturday, 08 April 2006, 17:57 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 09 April 2006, 09:24 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

building the pkg fails when makeflags contain a value >j1

>>> Creating links to source files...
make[2]: Entering directory `/var/abs32/daemons/exim/src/exim-4.61/build-Linux-x86_64'
make[2]: *** No targets specified and no makefile found. Stop.
make[2]: Leaving directory `/var/abs32/daemons/exim/src/exim-4.61/build-Linux-x86_64'
make[1]: *** [go] Error 2
make[1]: *** Waiting for unfinished jobs....
mkdir: cannot create directory `build-Linux-x86_64': File exists
*** It appears that ../scripts/MakeLinks was previously interrupted.
*** You need to remove the build directory, and then run 'make' again.
make[1]: *** [build-directory] Error 1
make[1]: Leaving directory `/var/abs32/daemons/exim/src/exim-4.61'
make: *** [go] Error 2
make: *** Waiting for unfinished jobs....
==> ERROR: Build Failed. Aborting...

changing line 59 to "make -j1 || return 1" solves it.
This task depends upon

Closed by  Judd Vinet (judd)
Monday, 10 April 2006, 17:24 GMT
Reason for closing:  Fixed

Loading...