Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888709 - mail-client/alpine-2.26-r1 - emake failed
Summary: mail-client/alpine-2.26-r1 - emake failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robert G. Siebeck
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2022-12-28 09:57 UTC by Toralf Förster
Modified: 2023-08-29 06:10 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.25 KB, text/plain)
2022-12-28 09:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,248.49 KB, text/plain)
2022-12-28 09:57 UTC, Toralf Förster
Details
environment (environment,77.92 KB, text/plain)
2022-12-28 09:57 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,573 bytes, application/x-bzip)
2022-12-28 09:57 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.49 KB, application/x-bzip)
2022-12-28 09:57 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.58 KB, application/x-bzip)
2022-12-28 09:57 UTC, Toralf Förster
Details
mail-client:alpine-2.26-r1:20221228-040714.log (mail-client:alpine-2.26-r1:20221228-040714.log,17.85 KB, text/plain)
2022-12-28 09:57 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.05 KB, application/x-bzip)
2022-12-28 09:57 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-12-28 09:57:18 UTC
make[2]: *** [Makefile:706: rebuild] Error 1 shuffle=1788180349
make[2]: Leaving directory '/var/tmp/portage/mail-client/alpine-2.26-r1/work/alpine-2.26/imap'
make[1]: *** [Makefile:314: slx] Error 2 shuffle=1788180349
make[1]: Leaving directory '/var/tmp/portage/mail-client/alpine-2.26-r1/work/alpine-2.26/imap'
make: *** [Makefile:992: c-client] Error 2 shuffle=1788180349
 * ERROR: mail-client/alpine-2.26-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=mail-client/alpine-2.26-r1::gentoo'`,

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20221225-180004

  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.9
Available Rust versions:
  [1]   rust-bin-1.66.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 

php cli (if any):

  HEAD of ::gentoo
commit cc7f9f0e93118d68a725a218c5c1384886e1c4b7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Dec 28 02:13:56 2022 +0000

    2022-12-28 02:13:55 UTC

emerge -qpvO mail-client/alpine
[ebuild  N    ] mail-client/alpine-2.26-r1  USE="chappa ipv6 nls ssl -kerberos -ldap -onlyalpine -passfile -smime"
Comment 1 Toralf Förster gentoo-dev 2022-12-28 09:57:19 UTC
Created attachment 845319 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-28 09:57:20 UTC
Created attachment 845321 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-12-28 09:57:22 UTC
Created attachment 845323 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-28 09:57:23 UTC
Created attachment 845325 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-28 09:57:24 UTC
Created attachment 845327 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-28 09:57:25 UTC
Created attachment 845329 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-28 09:57:26 UTC
Created attachment 845331 [details]
mail-client:alpine-2.26-r1:20221228-040714.log
Comment 8 Toralf Förster gentoo-dev 2022-12-28 09:57:27 UTC
Created attachment 845333 [details]
temp.tar.bz2
Comment 9 Holger Hoffstätte 2023-08-27 10:21:02 UTC
This particular problem is due to >1 parallel make jobs.
Comment 10 Holger Hoffstätte 2023-08-27 16:23:52 UTC
Actually it's due to explicit --shuffle in GNUMAKEFLAGS; we have been passing in -j1 for a while now. Since this build already has enough problems, the most reasonable way forward here (for now) is to disable shuffle.
Comment 11 Larry the Git Cow gentoo-dev 2023-08-29 06:10:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22328c31f2d45f383a11ffe7c68b7cc77350c8a4

commit 22328c31f2d45f383a11ffe7c68b7cc77350c8a4
Author:     Holger Hoffstätte <holger@applied-asynchrony.com>
AuthorDate: 2023-08-27 16:27:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-29 06:06:03 +0000

    mail-client/alpine: workarounds for strict prototypes & make --shuffle
    
    The alpine build is quite fragile and not easily fixed.
    For now we need to disable make's --shuffle used on the Tinderbox,
    and disable failing to build at all when -Werror=strict-prototypes
    is enabled.
    
    Closes: https://bugs.gentoo.org/888709
    Closes: https://bugs.gentoo.org/870766
    Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
    Closes: https://github.com/gentoo/gentoo/pull/32477
    Signed-off-by: Sam James <sam@gentoo.org>

 mail-client/alpine/alpine-2.26-r3.ebuild | 101 +++++++++++++++++++++++++++++++
 1 file changed, 101 insertions(+)