Your message dated Sat, 13 Sep 2025 21:59:18 +0000
with message-id <[email protected]>
and subject line Bug#1097789: fixed in repowerd 2025.09-1
has caused the Debian Bug report #1097789,
regarding repowerd: ftbfs with GCC-15
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1097789: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097789
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:repowerd
Version: 2023.07-4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/repowerd_2023.07-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest && 
/usr/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/ar qc 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/lib/libgtest.a
 "CMakeFiles/gtest.dir/src/gtest-all.cc.o"
/usr/bin/ranlib 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/lib/libgtest.a
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[ 25%] Built target gtest
make  -f CMakeFiles/gmock.dir/build.make CMakeFiles/gmock.dir/depend
make  -f 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/build.make
 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/depend
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googlemock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/CMakeFiles/gmock.dir/DependInfo.cmake
 "--color="
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googletest 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake
 "--color="
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
make  -f 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/build.make
 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/build
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
make  -f CMakeFiles/gmock.dir/build.make CMakeFiles/gmock.dir/build
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[ 37%] Building CXX object 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest && 
/usr/bin/c++  -isystem /usr/src/googletest/googletest/include -isystem 
/usr/src/googletest/googletest -g -O2 
-ffile-prefix-map=/build/reproducible-path/repowerd-2023.07=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-pthread -std=c++14 -Wall -Wnon-virtual-dtor -Wextra -pedantic -g 
-Wno-old-style-cast -Wno-missing-field-initializers -Wno-ctor-dtor-privacy 
-Wno-switch-default -Wall -Wshadow -Wundef -Wno-error=dangling-else 
-DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -DGTEST_HAS_PTHREAD=1 -MD -MT 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
 -MF CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d -o 
CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c 
/usr/src/googletest/googletest/src/gtest_main.cc
[ 50%] Building CXX object CMakeFiles/gmock.dir/src/gmock-all.cc.o
/usr/bin/c++  -I/usr/src/googletest/googlemock/include 
-I/usr/src/googletest/googlemock -isystem 
/usr/src/googletest/googletest/include -isystem /usr/src/googletest/googletest 
-g -O2 -ffile-prefix-map=/build/reproducible-path/repowerd-2023.07=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-pthread -std=c++14 -Wall -Wnon-virtual-dtor -Wextra -pedantic -g 
-Wno-old-style-cast -Wno-missing-field-initializers -Wno-ctor-dtor-privacy 
-Wno-switch-default -Wall -Wshadow -Wundef -Wno-error=dangling-else 
-DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -DGTEST_HAS_PTHREAD=1 -MD -MT 
CMakeFiles/gmock.dir/src/gmock-all.cc.o -MF 
CMakeFiles/gmock.dir/src/gmock-all.cc.o.d -o 
CMakeFiles/gmock.dir/src/gmock-all.cc.o -c 
/usr/src/googletest/googlemock/src/gmock-all.cc
[ 62%] Linking CXX static library 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/lib/libgtest_main.a
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest && 
/usr/bin/cmake -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/googletest && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt 
--verbose=1
/usr/bin/ar qc 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/lib/libgtest_main.a
 CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/usr/bin/ranlib 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/lib/libgtest_main.a
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library lib/libgmock.a
/usr/bin/cmake -P CMakeFiles/gmock.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=1
/usr/bin/ar qc lib/libgmock.a "CMakeFiles/gmock.dir/src/gmock-all.cc.o"
/usr/bin/ranlib lib/libgmock.a
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[ 75%] Built target gmock
make  -f CMakeFiles/gmock_main.dir/build.make CMakeFiles/gmock_main.dir/depend
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googlemock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/CMakeFiles/gmock_main.dir/DependInfo.cmake
 "--color="
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
make  -f CMakeFiles/gmock_main.dir/build.make CMakeFiles/gmock_main.dir/build
make[6]: Entering directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[ 87%] Building CXX object CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
/usr/bin/c++  -isystem /usr/src/googletest/googlemock/include -isystem 
/usr/src/googletest/googlemock -isystem /usr/src/googletest/googletest/include 
-isystem /usr/src/googletest/googletest -g -O2 
-ffile-prefix-map=/build/reproducible-path/repowerd-2023.07=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-pthread -std=c++14 -Wall -Wnon-virtual-dtor -Wextra -pedantic -g 
-Wno-old-style-cast -Wno-missing-field-initializers -Wno-ctor-dtor-privacy 
-Wno-switch-default -Wall -Wshadow -Wundef -Wno-error=dangling-else 
-DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -DGTEST_HAS_PTHREAD=1 -MD -MT 
CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -MF 
CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.d -o 
CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c 
/usr/src/googletest/googlemock/src/gmock_main.cc
[100%] Linking CXX static library lib/libgmock_main.a
/usr/bin/cmake -P CMakeFiles/gmock_main.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt 
--verbose=1
/usr/bin/ar qc lib/libgmock_main.a CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
/usr/bin/ranlib lib/libgmock_main.a
make[6]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
[100%] Built target gmock_main
make[5]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
/usr/bin/cmake -E cmake_progress_start 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock/CMakeFiles 0
make[4]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock'
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E touch 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/GMock-prefix/src/GMock-stamp/GMock-build
[ 38%] No install step for 'GMock'
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E echo_append
cd /build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/gmock && 
/usr/bin/cmake -E touch 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/GMock-prefix/src/GMock-stamp/GMock-install
[ 38%] Completed 'GMock'
/usr/bin/cmake -E make_directory 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/CMakeFiles
/usr/bin/cmake -E touch 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/CMakeFiles/GMock-complete
/usr/bin/cmake -E touch 
/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu/GMock-prefix/src/GMock-stamp/GMock-done
make[3]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu'
[ 38%] Built target GMock
make[2]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/repowerd-2023.07/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: repowerd
Source-Version: 2025.09-1
Done: Mike Gabriel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
repowerd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Gabriel <[email protected]> (supplier of updated repowerd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 13 Sep 2025 18:27:17 +0200
Source: repowerd
Architecture: source
Version: 2025.09-1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Closes: 1097789
Changes:
 repowerd (2025.09-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/patches:
     + Drop 1001_typo-fix.patch and 1003_add-enable-Werror-CMake-option.patch.
       Both applied upstream.
     + Trivially rebase remaining patches.
     + Add 1003_fix-gcc-15.patch. Fix FTBFS against GCC 15. Add missing include.
       (Closes: #1097789).
     + Add 1004_disable-performance-tests-if-building-without-hybris-
       support.patch. Exclude APerformance Booster tests from unit tests if
       building without hybris support.
   * debian/control:
     + Bump Standards-Version: to 4.7.2. No changes needed.
   * debian/copyright:
     + Update copyright attributions.
   * debian/watch:
     + Update file for recent GitLab changes of the tags overview page.
Checksums-Sha1:
 62ea0b59c2eb6d2e6ba0bd38e8381b3a0a121423 2230 repowerd_2025.09-1.dsc
 1eb9a82cfdcf34a38edb388437e51d7e2bfbbe62 125804 repowerd_2025.09.orig.tar.bz2
 a7a7ba568f898dd46d8eedfdb5955a95c872efd0 11124 repowerd_2025.09-1.debian.tar.xz
 cb62bfbffe19d32847baa0e0b52f4278a0f549be 16421 
repowerd_2025.09-1_source.buildinfo
Checksums-Sha256:
 af51faccafb2ee746623fdb0939da8090d0a3680404bbf635a02782147badaa4 2230 
repowerd_2025.09-1.dsc
 0534fcf966dbf07b8909502e8eea8c3e9e3c7731defc5c76f0446fc36c29d80b 125804 
repowerd_2025.09.orig.tar.bz2
 19d389a0023bb315cea7b09ea14c8e8db3a1701bd08ae771464d8889d7b68831 11124 
repowerd_2025.09-1.debian.tar.xz
 0cd2ec0178f364f501f53cbe9c4c5bfd28d798d557a44bfa7dedc739ff8ac856 16421 
repowerd_2025.09-1_source.buildinfo
Files:
 c30faf7c9b616ff762cf32cef75a5c51 2230 admin optional repowerd_2025.09-1.dsc
 f3ea64990e9906da31f416a64a227fd1 125804 admin optional 
repowerd_2025.09.orig.tar.bz2
 d4220b630645969c81022bd2e6704024 11124 admin optional 
repowerd_2025.09-1.debian.tar.xz
 257340189bbf30582417a51bafd52886 16421 admin optional 
repowerd_2025.09-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmjFnCEVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxSs4P+QGfGPuJxuPic6rzaRbriZW2Q/H0
5GSl0bkt7Rzc2QELm+Iz929VzFpgPXqn5i0fARrXxkMfOvRuvFasI0SeViqW5OyF
GAPqxrbt5ASURJSXoEZTr7aUxJsIHTftnuXCwORW9xJFVQfy+cL8G1XIw0hlLqTS
tKP+14n4rVRZyZyjP/h0+dawXrN6bwCY4T1GGmLM3KvCALgZHDHBAaEHsSH5mPBy
fIwFs/+n2EYk3r/iIahm6EjyeMhp+iM0aHnmsp07VZTFH+GkadDGra3ubXPCDLLl
UczqCJZkji7eIt4oI5JVZpjecWLRErn80PxHtN2+cGjfmfZv/TUZU2IyjSO9M0ju
aBIDvM5ZAMfI5L0Y45m9hn9I+5bD04ftGEZiipyAM7i0ks36fbs78KLVySi/4VxG
g7HQa4DB6EBuM7u14mnrVTuFlJjmLeq5cPUOf5MZG80FwPnOyowKCgA6zDZNlw3N
LdVD1J7y91m5K3W4nL2rpbgdaue6/hI9qBHO9PpIvw/H0VbkHk+LcjPsTVN1xg+N
6PQOi0ktvYrgTJdwqxn/s5Q0Vr1M2PoTAqsP9VSb4ks13/8s069S1/a1accBGRGC
piDpU5Wm8g+PjcmCfvXp9XxM0qAU96f5tlRMnGABpFE2n22XgX7hnAjKeSSZ9Uy9
PdGmhqsNdAqncF5w
=eSDe
-----END PGP SIGNATURE-----

Attachment: pgpvuBILrqiGD.pgp
Description: PGP signature


--- End Message ---

Reply via email to