==> What steps will reproduce the problem? 1. ./configure --with-openssl=/usr 2. make clean 3. make -j8
==> What is the expected output? What do you see instead? Step 3 causes error in the build which the Arch Linux package script (makepkg) detects and bails out not building a package as a result.
If I build via make -j1
I get no such errors.
==> What version of the product are you using? On what operating system? 1.17b9 on Arch Linux
==> Please provide any additional information below.
I have attached the build logs for both make -j1
and make -j8
for your reference.
- make_j1.log 15.11KB
- make_j8.log 14.34KB
Comment #1
Posted on Apr 27, 2013 by Quick Rabbit(No comment was entered for this change.)
Comment #2
Posted on Apr 28, 2013 by Happy OxI can also verify this behavior in the stable branch.
Comment #3
Posted on Apr 28, 2013 by Quick RabbitOrder of dependencies are changed Makefile.in. Fixed in v1.17b10.
Status: Fixed
Labels:
Type-Defect
Priority-Medium