Created attachment 470102 [details] build log Emerging razor-2 with MAKEOPTS="-j3" fails. Workaround: MAKEOPTS="-j1" emerge -1 razor
Created attachment 470104 [details] emerge --info
confirmed
Same issue here (amd64). It’s caused by the update to perl 5.24.1-r1. Thanks for the workaround Allen!
Same here
I've also hit this.. -j1 in MAKEOPTS solved it
same here, MAKEOPTS="-j1" does work.
Confirmed. Happened after perl update to 5.24.1-r1, MAKEOPTS=-j1 fixes it.
Can confirm that this patch from the upstream issue tracker resolved the build issue for me.
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(-)