Your message dated Mon, 24 Apr 2023 21:38:42 +0200
with message-id <[email protected]>
and subject line Re: pencil2d: FTBFS: src/catch.hpp:8164:58: error: call to
non-‘constexpr’ function ‘long int sysconf(int)’
has caused the Debian Bug report #1017178,
regarding pencil2d: FTBFS: src/catch.hpp:8164: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 [email protected]
immediately.)
--
1017178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017178
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pencil2d
Version: 0.6.6-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> g++ -c -pipe -std=c++11 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security
> -DGIT_TIMESTAMP=\"2021-02-21\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11
> -Wall -Wextra -D_REENTRANT -fPIC -DAPP_VERSION=\"0.6.6\"
> -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050600
> -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB
> -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_TESTLIB_LIB
> -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests"' -I.
> -I../core_lib/src/graphics -I../core_lib/src/graphics/bitmap
> -I../core_lib/src/graphics/vector -I../core_lib/src/interface
> -I../core_lib/src/structure -I../core_lib/src/tool -I../core_lib/src/util
> -I../core_lib/ui -I../core_lib/src/managers -I../core_lib/src
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml
> -I/usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
> -I/usr/include/x86_64-linux-gnu/qt5/QtTest
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/test_viewmanager.o
> src/test_viewmanager.cpp
> In file included from /usr/include/signal.h:328,
> from src/catch.hpp:5549,
> from src/main.cpp:18:
> src/catch.hpp:8164:58: error: call to non-‘constexpr’ function ‘long int
> sysconf(int)’
> 8164 | constexpr static 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;
> | ^~~~~~~
> src/catch.hpp:8223:45: error: size of array ‘altStackMem’ is not an integral
> constant-expression
> 8223 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
> | ^~~~~~~~~~~~
> /usr/lib/qt5/bin/rcc -name tests data/tests.qrc -o qrc_tests.cpp
> g++ -c -pipe -std=c++11 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security
> -DGIT_TIMESTAMP=\"2021-02-21\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11
> -Wall -Wextra -D_REENTRANT -fPIC -DAPP_VERSION=\"0.6.6\"
> -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050600
> -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB
> -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_TESTLIB_LIB
> -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests"' -I.
> -I../core_lib/src/graphics -I../core_lib/src/graphics/bitmap
> -I../core_lib/src/graphics/vector -I../core_lib/src/interface
> -I../core_lib/src/structure -I../core_lib/src/tool -I../core_lib/src/util
> -I../core_lib/ui -I../core_lib/src/managers -I../core_lib/src
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml
> -I/usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
> -I/usr/include/x86_64-linux-gnu/qt5/QtTest
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qrc_tests.o
> qrc_tests.cpp
> make[2]: *** [Makefile:417: .obj/main.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/pencil2d_0.6.6-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&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 ---
Version: 0.6.6-3
Has been fixed in 0.6.6-3.
--- End Message ---