x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DCUR_WORKING_DIR='"/var/tmp/portage/www-client/dillo-3.1.1/work/dillo-3.1.1/lout"' -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -c -o misc.o misc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DCUR_WORKING_DIR='"/var/tmp/portage/www-client/dillo-3.1.1/work/dillo-3.1.1/lout"' -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -c -o object.o object.cc In file included from object.hh:7, from container.hh:4, from container.cc:23: misc.hh: In copy constructor lout::misc::NotSoSimpleVector<T>::NotSoSimpleVector(const lout::misc::NotSoSimpleVector<T>&): misc.hh:384:13: error: class lout::misc::NotSoSimpleVector<T> has no member named arrayExtra; did you mean arrayExtra1? [-Wtemplate-body] 384 | this->arrayExtra = NULL; | ^~~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib-20240904-034006 UNMASKED: Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense. /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15 Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson. /etc/portage/package.unmask/50unstable:<dev-build/meson-9999 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 18.1.8 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.8 Python 3.12.5 Available Rust versions: [1] rust-bin-1.80.1 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.23.0 linux/amd64 HEAD of ::gentoo commit e5c9cab31261a5e734ebf80eff693d4547c82340 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Sep 5 01:04:15 2024 +0000 2024-09-05 01:04:14 UTC emerge -qpvO =www-client/dillo-3.1.1 [ebuild N ] www-client/dillo-3.1.1 USE="doc gif jpeg mbedtls openssl png ssl xembed -debug -test"
Created attachment 902162 [details] emerge-info.txt
Created attachment 902163 [details] emerge-history.txt
Created attachment 902164 [details] environment
Created attachment 902165 [details] etc.clang.tar.xz
Created attachment 902166 [details] etc.portage.tar.xz
Created attachment 902167 [details] logs.tar.xz
Created attachment 902168 [details] qlist-info.txt
Created attachment 902169 [details] temp.tar.xz
Created attachment 902170 [details] www-client:dillo-3.1.1:20240905-014419.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13141c5b605867b553c5033a26f1408e541f7ea7 commit 13141c5b605867b553c5033a26f1408e541f7ea7 Author: Matt Jolly <kangie@gentoo.org> AuthorDate: 2024-10-24 04:41:38 +0000 Commit: Matt Jolly <kangie@gentoo.org> CommitDate: 2024-10-24 04:43:24 +0000 www-client/dillo: fix GCC-15 warning Noticed that this had been patched upstream when I went to log an issue. Also actually apply the `remove-which` patch. Closes: https://bugs.gentoo.org/939137 Signed-off-by: Matt Jolly <kangie@gentoo.org> www-client/dillo/dillo-3.1.1.ebuild | 5 ++ .../dillo/files/dillo-3.1.1-remove-which.patch | 11 ----- .../files/dillo-3.1.1-unused-constructor.patch | 57 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 11 deletions(-)