Export to GitHub

mailsend - issue #4

Dev version has compile issues with multicore processors


Posted on Apr 26, 2013 by Happy Ox

==> 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.

Attachments

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 Ox

I can also verify this behavior in the stable branch.

Comment #3

Posted on Apr 28, 2013 by Quick Rabbit

Order of dependencies are changed Makefile.in. Fixed in v1.17b10.

Status: Fixed

Labels:
Type-Defect Priority-Medium