Your message dated Tue, 16 Aug 2022 13:02:56 +0000
with message-id <e1onwdg-003i0c...@fasolo.debian.org>
and subject line Bug#1017171: fixed in sfxr-qt 1.5.0+ds-2
has caused the Debian Bug report #1017171,
regarding sfxr-qt: FTBFS: catch.hpp:10453:58: error: call to non-‘constexpr’
function ‘long int sysconf(int)’
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 ow...@bugs.debian.org
immediately.)
--
1017171: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sfxr-qt
Version: 1.5.0+ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG
> -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/sfxr-qt_autogen/include
> -I/<<PKGBUILDDIR>>/src/ui -I/<<PKGBUILDDIR>>/src/core
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core -isystem
> /usr/include/x86_64-linux-gnu/qt5 -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
> -Woverloaded-virtual -fPIC -std=gnu++17 -MD -MT
> src/CMakeFiles/sfxr-qt.dir/qrc_qml.cpp.o -MF
> CMakeFiles/sfxr-qt.dir/qrc_qml.cpp.o.d -o
> CMakeFiles/sfxr-qt.dir/qrc_qml.cpp.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/qrc_qml.cpp
> In file included from /usr/include/signal.h:328,
> from
> /<<PKGBUILDDIR>>/3rdparty/catch2/single_include/catch2/catch.hpp:7712,
> from /<<PKGBUILDDIR>>/tests/tests.cpp:7:
> /<<PKGBUILDDIR>>/3rdparty/catch2/single_include/catch2/catch.hpp:10453:58:
> error: call to non-‘constexpr’ function ‘long int sysconf(int)’
> 10453 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ
> ? 32768 : MINSIGSTKSZ;
> | ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24:
> /usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here
> 640 | extern long int sysconf (int __name) __THROW;
> | ^~~~~~~
> /<<PKGBUILDDIR>>/3rdparty/catch2/single_include/catch2/catch.hpp:10512:45:
> error: size of array ‘altStackMem’ is not an integral constant-expression
> 10512 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
> | ^~~~~~~~~~~~
> [ 97%] Linking CXX executable sfxr-qt
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E
> cmake_link_script CMakeFiles/sfxr-qt.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now
> "CMakeFiles/sfxr-qt.dir/sfxr-qt_autogen/mocs_compilation.cpp.o"
> "CMakeFiles/sfxr-qt.dir/ui/main.cpp.o"
> "CMakeFiles/sfxr-qt.dir/ui/Generator.cpp.o"
> "CMakeFiles/sfxr-qt.dir/qrc_qml.cpp.o" -o sfxr-qt libsfxr-qtlib.a
> /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5QmlModels.so.5.15.4 -lSDL
> /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.4
> /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.4
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 97%] Built target sfxr-qt
> make[3]: *** [tests/CMakeFiles/tests.dir/build.make:93:
> tests/CMakeFiles/tests.dir/tests.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/sfxr-qt_1.5.0+ds-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: sfxr-qt
Source-Version: 1.5.0+ds-2
Done: Gürkan Myczko <t...@debian.org>
We believe that the bug you reported is fixed in the latest version of
sfxr-qt, 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 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gürkan Myczko <t...@debian.org> (supplier of updated sfxr-qt 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 16 Aug 2022 13:39:30 +0200
Source: sfxr-qt
Architecture: source
Version: 1.5.0+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Gürkan Myczko <t...@debian.org>
Closes: 1013307 1017171
Changes:
sfxr-qt (1.5.0+ds-2) unstable; urgency=medium
.
* Apply patch for catch2 to fix FTBFS. (Closes: #1013307, #1017171)
Checksums-Sha1:
ca3a1ea616bef681508085428031f4b2db2a8374 2102 sfxr-qt_1.5.0+ds-2.dsc
360d236a072a8b325f1fb73a052b7bf3e4d22aa6 47980 sfxr-qt_1.5.0+ds-2.debian.tar.xz
1d142839ec19d7c575e9969f7be980bc2beb280e 14442
sfxr-qt_1.5.0+ds-2_source.buildinfo
Checksums-Sha256:
df5097408e0ccff83363345d00a0294ec54f0c4e77ef6f3ae935bba315f7d2f1 2102
sfxr-qt_1.5.0+ds-2.dsc
b022398491f6ae26a2c83556b4969f90c777f63214cf42aab986327fc8d3ccb7 47980
sfxr-qt_1.5.0+ds-2.debian.tar.xz
e17fa84e332560a23f18095de8a8f75bae9ee77e01238ccdca58c087a54d6cd7 14442
sfxr-qt_1.5.0+ds-2_source.buildinfo
Files:
3fb7d87344dee3a07cb5b9396d56c08b 2102 sound optional sfxr-qt_1.5.0+ds-2.dsc
d6ce6536cd7f4191fe2f415d02b80e73 47980 sound optional
sfxr-qt_1.5.0+ds-2.debian.tar.xz
c5ef8654da70d956f0305fd162be8dfd 14442 sound optional
sfxr-qt_1.5.0+ds-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmL7gmgACgkQEWhSvN91
FcCW1g//axX7l9PqN5TbxIBzIs4u1vfvo/1jf9kkYZ76NzJlQsZ1FDgT/qJHoUFn
hC/P8pMCzFELVBSNMiwViSwTCOQxtM1N4HCIC3h/xwb0zuHMWAZeizu67OH54Kuu
N+r9At2dw3MFAoE969DA9dqUzAHH/Sy3jTIOIxgqIc1RzHC8tUlaFOl0zKvZKhg3
ZU4QzyPhQh8Jfr1eAuFVHkF/0PY7Bx/Fw9Nikbrxfad1O3VIN0W0WASnTl9tFcXx
xMbMLsEJ4YgcsioUTPn2tAf3hSXHnQvpTP8SxIcvQoLvh01dlKIVzIu+H9xoKbzC
a6+3Ukm/38QzCRmjFkP/90xHxNHRM2SLmBmih2C/8Rf/XuUR4ISjiuGRwcZ/UuJU
LRQ5jq/U0aH2O8LsR9sgUx0vQqhDu8/6NDQ5C5wdPF+lVeJ72vg4ExwmvswbwaZP
VcN7iDQ+yiqzuda6JXIyV2M9Gzbgf4tD3mf0WXvaoJu4FLL+fPUnebPF1+bkTlyq
FLgdFPo3QteeazKJPJp6SK/VPcH9fdHky0vB0CFauGD+eRTAW84llMk5JBxr7Oh1
IKgg68y6zfVDN8pEKe1hm739zATq9rmYxNL9udAnn+gikBHD05d48mdYFeAk2Mkt
quPI6MvnN0t0zol0KIEmPB//Joc/YdlbIyw/JRPH+opAnnENA7M=
=1jEP
-----END PGP SIGNATURE-----
--- End Message ---