Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615658 - mail-filter/razor-2.85-r2 fails with MAKEOPTS="-j3"
Summary: mail-filter/razor-2.85-r2 fails with MAKEOPTS="-j3"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Net-Mail Packages
URL: https://sourceforge.net/p/razor/bugs/67/
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-04-15 16:42 UTC by Allen Brooker (AllenJB)
Modified: 2017-07-30 17:55 UTC (History)
10 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (razor2-failure.log,6.05 KB, application/octet-stream)
2017-04-15 16:42 UTC, Allen Brooker (AllenJB)
Details
emerge --info (razor2-failure.log,6.05 KB, application/octet-stream)
2017-04-15 16:43 UTC, Allen Brooker (AllenJB)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Allen Brooker (AllenJB) 2017-04-15 16:42:40 UTC
Created attachment 470102 [details]
build log

Emerging razor-2 with MAKEOPTS="-j3" fails.

Workaround:
MAKEOPTS="-j1" emerge -1 razor
Comment 1 Allen Brooker (AllenJB) 2017-04-15 16:43:20 UTC
Created attachment 470104 [details]
emerge --info
Comment 2 Norman Rieß 2017-04-15 18:35:44 UTC
confirmed
Comment 3 stqn 2017-04-16 19:09:13 UTC
Same issue here (amd64). It’s caused by the update to perl 5.24.1-r1.
Thanks for the workaround Allen!
Comment 4 Tomek L 2017-04-17 18:35:37 UTC
Same here
Comment 5 Brian Evans (RETIRED) gentoo-dev 2017-04-18 14:19:20 UTC
I've also hit this.. -j1 in MAKEOPTS solved it
Comment 6 Nico Baggus 2017-04-18 19:15:38 UTC
same here, MAKEOPTS="-j1"  does work.
Comment 7 David Williams 2017-05-12 22:02:01 UTC
Confirmed. Happened after perl update to 5.24.1-r1, MAKEOPTS=-j1 fixes it.
Comment 8 Adam Feldman gentoo-dev 2017-07-27 20:47:46 UTC
Can confirm that this patch from the upstream issue tracker resolved the build issue for me.
Comment 9 Patrice Clement (RETIRED) gentoo-dev 2017-07-30 17:55:46 UTC
commit 4c62053868f357caaa8e54672b40c06859f948f8 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sun Jul 30 19:54:11 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sun Jul 30 19:54:49 2017 +0200

mail-filter/razor: force number of jobs to 1.

The -j1 option is now passed to emake.

Gentoo-Bug: https://bugs.gentoo.org/615658

Package-Manager: Portage-2.3.6, Repoman-2.3.1

mail-filter/razor/razor-2.85-r2.ebuild | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)