Your message dated Tue, 16 Aug 2022 23:06:48 +0000
with message-id <e1oo5e4-005ia2...@fasolo.debian.org>
and subject line Bug#1017329: fixed in pencil2d 0.6.6-3
has caused the Debian Bug report #1017329,
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 ow...@bugs.debian.org
immediately.)
--
1017329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pencil2d
Version: 0.6.6-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):
> 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;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: pencil2d
Source-Version: 0.6.6-3
Done: Fabio Augusto De Muzio Tobich <ftob...@debian.org>
We believe that the bug you reported is fixed in the latest version of
pencil2d, 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.
Fabio Augusto De Muzio Tobich <ftob...@debian.org> (supplier of updated
pencil2d 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: SHA512
Format: 1.8
Date: Tue, 16 Aug 2022 19:35:23 -0300
Source: pencil2d
Architecture: source
Version: 0.6.6-3
Distribution: unstable
Urgency: medium
Maintainer: Fabio Augusto De Muzio Tobich <ftob...@debian.org>
Changed-By: Fabio Augusto De Muzio Tobich <ftob...@debian.org>
Closes: 1017329
Changes:
pencil2d (0.6.6-3) unstable; urgency=medium
.
* Upload to unstable.
* debian/control: bumped Standards-Version to 4.6.1.
* debian/copyright: updated packaging block years.
* debian/patches/010_fix-FTBFS-catch_hpp.patch: added as a workaround.
(Closes: #1017329)
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
Checksums-Sha1:
3210806a2a8b13274b9a3138538c49279e48bf58 1919 pencil2d_0.6.6-3.dsc
819989dcf15da178af9a7c16fffcbf804d6ef027 9472 pencil2d_0.6.6-3.debian.tar.xz
b62d4997ce047790d1528931aa650d13af96926c 11680
pencil2d_0.6.6-3_source.buildinfo
Checksums-Sha256:
c47554c9b1585f4826f0e5000c9d7690a3c8542dbeb0908d59ad6fae6e5bbbfc 1919
pencil2d_0.6.6-3.dsc
d24e20bd89c7febfc0ba7388b10f0ac19451d11fc45f38d185672b6a440d0371 9472
pencil2d_0.6.6-3.debian.tar.xz
0af8d90ba142b04cb8823f28c71bb2d472b0a434fdf993f5dacbf338e38d938e 11680
pencil2d_0.6.6-3_source.buildinfo
Files:
7653015ca06f1176ddc1f2d403b4dc6b 1919 graphics optional pencil2d_0.6.6-3.dsc
c7a1ea6c2a33fa65663bce86dfeef453 9472 graphics optional
pencil2d_0.6.6-3.debian.tar.xz
6a8b56057def482feaa93888b1de0aa7 11680 graphics optional
pencil2d_0.6.6-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEElzBAZuWu+sImg9A9T7O00372Oy4FAmL8HEEACgkQT7O00372
Oy7SAA/9FMyoaAzJCZl8IZEr72rs6ZjDi9mBE/oDnTTmxDTvhbZPp+qGuEl/tRk8
la5PrWYXIt4Db5gZn+xzjZlV1jVzJV/DpM/s/dVvjHjPsnJ7xLl7RDqMGFFDK/x8
yh3W85nj3jPwkxUhj6rBaYGw8D6vl0NIhZEVud0QyXoJx8ki6XhkIe3mjHmPK8dG
9tSK/khNhN39MPcPxTYzVB9NRRi4wBqvpNYhXaHjcyzBBougz0BMXZGyVAvU9tlx
9G8X2r/0kbOTPWU9+9j9c3zoWuR0Prfipo+vWzHp4/VgFdduxes6SmKEYA7vWqfD
41Xcnh4dlD0KpMeHLcfJiONbC+MDOuyHQV3iJJyXKk7kciObjWjoBQsEFgp6IV8Z
n2kcnUYQPcS8CF9BFNeYb1ZzW4D70AdziTlSKa7sJE7uwuRKJfqwnXfmVBCZOEua
/78+4iOQz2pLo+YnKLLRAwGXX0pbt7+CP1Xewjd9txwCrjWWzZkFDp8duRBE1eRv
7eT9faDRchE7LriFqemtyGdKSs1X565NZdRuP3VdewuupB/4SyffyxerwT9Yv0+e
W9ATH8vB50YJekJS48wvAVktJxg5pC18QlQ1hYzxEdF9uaDMcX8uJjLqNvm0rsUG
LG48as4rE2WnnXVGRgMk91IWCBb8UE88Td5JPYuI0zfgc55zDnM=
=/9jb
-----END PGP SIGNATURE-----
--- End Message ---