FS#21703 - [midori] "waf" error when building

Attached to Project: Arch Linux
Opened by Roman Beslik (beroal) - Monday, 15 November 2010, 16:14 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 15 November 2010, 18:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Fails to build. The log of "makepkg":
{{{
==> Making package: midori 0.2.9-1 (Mon Nov 15 14:42:22 EET 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found midori-0.2.9.tar.bz2
==> Validating source files with md5sums...
midori-0.2.9.tar.bz2 ... Passed
==> Extracting Sources...
-> Extracting midori-0.2.9.tar.bz2 with bsdtar
bsdtar: Failed to set default locale
==> Removing existing pkg/ directory...
==> Starting build()...
Checking for Python : [92m/usr/bin/python[0m
Checking for WAF : [92m/var/abs/local/midori/src/midori-0.2.9/waf[0m
calling waf configure with parameters
waf [command] [options]

Main commands (example: ./waf build -j4)
build : builds the project
clean : removes the build files
configure: configures the project
dist : makes a tarball for redistributing the sources
distcheck: checks if the sources compile (tarball from 'dist')
install : installs the build files
uninstall: removes the installed files

waf: error: option --jobs: invalid integer value: ''
Aborting...
}}}
"MAKEFLAGS" in my "/etc/makepkg.conf" is empty.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Monday, 15 November 2010, 18:35 GMT
Reason for closing:  Won't fix
Comment by Andreas Radke (AndyRTR) - Monday, 15 November 2010, 18:35 GMT
add export MAKEFLAGS="-j1" on top of your build() function if you have a single core cpu. to satisfy waf on smp systems I'll keep that option.

Loading...