muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

Dev version has compile issues with multicore processors #4

Closed muquit closed 10 years ago

muquit commented 10 years ago

_From da_audio...@yahoo.com on April 25, 2013 20:02:23_

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

Attachment: make_j1.log make_j8.log

Original issue: http://code.google.com/p/mailsend/issues/detail?id=4

muquit commented 10 years ago

From muq...@gmail.com on April 27, 2013 15:23:59

Status: Accepted

muquit commented 10 years ago

_From da_audio...@yahoo.com on April 28, 2013 04:26:46_

I can also verify this behavior in the stable branch.

muquit commented 10 years ago

From muq...@gmail.com on April 28, 2013 12:37:28

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

Status: Fixed