too long lines were shrinked: cc1: note: source object is likely at address zero libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/incl /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pm libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/incl /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pm /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pm cc1: all warnings being treated as errors /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src/include -I../../include -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2 -iquote/var/tmp/portage/sys-cluster/pmix-4.2.2-r1/work/pmix-4.2.2/src -I/var/tmp/portage/sys-cluster/pm make[2]: *** [Makefile:881: pmix_if.lo] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_hardened-20230610-082406 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.4 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-1.69.0 * The following VMs are available for generation-2: 1) OpenJDK 11.0.18_p10 [openjdk-11] 2) OpenJDK 17.0.6_p10 [openjdk-17] 3) Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17] 5) Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-11 [2] openjdk-17 [3] openjdk-bin-8 [4] openjdk-bin-11 [5] openjdk-bin-17 system-vm php cli (if any): go version go1.20.5 linux/amd64 HEAD of ::gentoo commit 2e44d677f575b456c51b971869657643c5530d62 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Jun 15 17:03:47 2023 +0000 2023-06-15 17:03:47 UTC emerge -qpvO sys-cluster/pmix [ebuild N ] sys-cluster/pmix-4.2.2-r1 USE="munge pmi -debug"
Created attachment 863872 [details] emerge-info.txt
Created attachment 863873 [details] emerge-history.txt.xz
Created attachment 863874 [details] environment
Created attachment 863875 [details] etc.clang.tar.xz
Created attachment 863876 [details] etc.portage.tar.xz
Created attachment 863877 [details] logs.tar.xz
Created attachment 863878 [details] sys-cluster:pmix-4.2.2-r1:20230615-180026.log
Created attachment 863879 [details] temp.tar.xz
Love me some --disable-werror.
Given the newly retargeted message, this turns out to have been detected already. *** This bug has been marked as a duplicate of bug 906972 ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb521ed1eda151aaf605d6da3fc49b128816ccc commit 3cb521ed1eda151aaf605d6da3fc49b128816ccc Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-07-01 00:31:16 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-07-03 21:24:57 +0000 sys-cluster/pmix: stop enabling -Werror via ./configure The aptly-named --enable-werror flag provided by upstream will carefully enable -Werror in CI builds, even if you pass --disable-werror or --enable-werror=no. This excellent diagnostics pass brought to you by the world's most intuitive string validation and checking library, GNU autoconf. It is unclear to me why "sys-cluster/pmix: add 4.2.2" entailed adding this configure option. The option was new in that version bump but refraining from passing the option would do the correct thing... Fixes: 8ad34c5cb767676d6cb5e9249565d2e4c17d838e Bug: https://bugs.gentoo.org/906972 Bug: https://bugs.gentoo.org/908551 Closes: https://bugs.gentoo.org/892023 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> sys-cluster/pmix/pmix-4.2.2-r1.ebuild | 3 +-- sys-cluster/pmix/pmix-4.2.8.ebuild | 1 - sys-cluster/pmix/pmix-5.0.2.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-)