Your message dated Mon, 26 Sep 2022 08:47:20 +0000
with message-id <e1ocjlo-00f372...@fasolo.debian.org>
and subject line Bug#1001262: fixed in monado 21.0.0~dfsg1-2.1
has caused the Debian Bug report #1001262,
regarding monado: FTBFS: catch.hpp:10794: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.)
--
1001262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001262
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: monado
Version: 21.0.0~dfsg1-2
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/xrt/auxiliary" && /usr/bin/cc
> -I"/<<PKGBUILDDIR>>/src/xrt/auxiliary"
> -I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/auxiliary"
> -I"/<<PKGBUILDDIR>>/src/xrt/include"
> -I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/include"
> -I"/<<PKGBUILDDIR>>/src/external/glad/include" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall
> -Wextra -Wno-unused-parameter -Werror-implicit-function-declaration
> -Werror=incompatible-pointer-types -Werror=int-conversion -fPIC -MD -MT
> src/xrt/auxiliary/CMakeFiles/aux_ogl.dir/ogl/egl_api.c.o -MF
> CMakeFiles/aux_ogl.dir/ogl/egl_api.c.o.d -o
> CMakeFiles/aux_ogl.dir/ogl/egl_api.c.o -c
> "/<<PKGBUILDDIR>>/src/xrt/auxiliary/ogl/egl_api.c"
> [ 13%] Linking C static library libaux_ogl.a
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/auxiliary" &&
> /usr/bin/cmake -P CMakeFiles/aux_ogl.dir/cmake_clean_target.cmake
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/auxiliary" &&
> /usr/bin/cmake -E cmake_link_script CMakeFiles/aux_ogl.dir/link.txt
> --verbose=1
> [ 13%] Linking C static library libdrv_vf.a
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/drivers" && /usr/bin/cmake
> -P CMakeFiles/drv_vf.dir/cmake_clean_target.cmake
> /usr/bin/ar qc libaux_ogl.a CMakeFiles/aux_ogl.dir/ogl/ogl_api.c.o
> CMakeFiles/aux_ogl.dir/ogl/ogl_helpers.c.o
> CMakeFiles/aux_ogl.dir/ogl/egl_api.c.o
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/drivers" && /usr/bin/cmake
> -E cmake_link_script CMakeFiles/drv_vf.dir/link.txt --verbose=1
> /usr/bin/ranlib libaux_ogl.a
> /usr/bin/ar qc libdrv_vf.a CMakeFiles/drv_vf.dir/vf/vf_driver.c.o
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /usr/bin/ranlib libdrv_vf.a
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 13%] Linking C static library libdrv_v4l2.a
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/drivers" && /usr/bin/cmake
> -P CMakeFiles/drv_v4l2.dir/cmake_clean_target.cmake
> [ 13%] Built target aux_ogl
> [ 13%] Built target drv_vf
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/drivers" && /usr/bin/cmake
> -E cmake_link_script CMakeFiles/drv_v4l2.dir/link.txt --verbose=1
> /usr/bin/ar qc libdrv_v4l2.a CMakeFiles/drv_v4l2.dir/v4l2/v4l2_driver.c.o
> /usr/bin/ranlib libdrv_v4l2.a
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 13%] Built target drv_v4l2
> In file included from /usr/include/signal.h:328,
> from
> /<<PKGBUILDDIR>>/src/external/Catch2/catch/catch.hpp:8010,
> from /<<PKGBUILDDIR>>/tests/tests_main.cpp:10:
> /<<PKGBUILDDIR>>/src/external/Catch2/catch/catch.hpp:10794:58: error: call to
> non-‘constexpr’ function ‘long int sysconf(int)’
> 10794 | 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>>/src/external/Catch2/catch/catch.hpp:10853:45: error: size of
> array ‘altStackMem’ is not an integral constant-expression
> 10853 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
> | ^~~~~~~~~~~~
> [ 14%] Linking CXX static library libimgui_impl_sdl.a
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/state_trackers/gui" &&
> /usr/bin/cmake -P CMakeFiles/imgui_impl_sdl.dir/cmake_clean_target.cmake
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/xrt/state_trackers/gui" &&
> /usr/bin/cmake -E cmake_link_script CMakeFiles/imgui_impl_sdl.dir/link.txt
> --verbose=1
> /usr/bin/ar qc libimgui_impl_sdl.a
> CMakeFiles/imgui_impl_sdl.dir/__/__/__/external/imgui/imgui/cimgui_sdl.cpp.o
> CMakeFiles/imgui_impl_sdl.dir/__/__/__/external/imgui/imgui/imgui_impl_sdl.cpp.o
> /usr/bin/ranlib libimgui_impl_sdl.a
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 14%] Built target imgui_impl_sdl
> make[3]: *** [tests/CMakeFiles/tests_main.dir/build.make:79:
> tests/CMakeFiles/tests_main.dir/tests_main.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/monado_21.0.0~dfsg1-2_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: monado
Source-Version: 21.0.0~dfsg1-2.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
monado, 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 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated monado 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: Mon, 12 Sep 2022 10:16:51 +0300
Source: monado
Architecture: source
Version: 21.0.0~dfsg1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ryan Pavlik <r...@ryanpavlik.com>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1001262
Changes:
monado (21.0.0~dfsg1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add upstream fix for FTBFS with glibc 2.34. (Closes: #1001262)
Checksums-Sha1:
d523cf207284e429ee3b65044593060128e01794 2716 monado_21.0.0~dfsg1-2.1.dsc
de48e9d3c355315ea51e0881cbfaa1148446b776 29096
monado_21.0.0~dfsg1-2.1.debian.tar.xz
Checksums-Sha256:
cc41c326fd33a468511a00f710a60fd77341ec36083d764730f6434e161d567e 2716
monado_21.0.0~dfsg1-2.1.dsc
f4f52183e7800ab501e601205aff3cc3c82a543723804479bdc7340420ad5a1b 29096
monado_21.0.0~dfsg1-2.1.debian.tar.xz
Files:
c397a9c4d7ed52e7343f50cfb54bf2d9 2716 libs optional monado_21.0.0~dfsg1-2.1.dsc
70123bcfee64abcd6fdea9be03e11136 29096 libs optional
monado_21.0.0~dfsg1-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmMe35YACgkQiNJCh6LY
mLHnCQ//X/4enSWFE/To7wXZM9f5DvAjyi6yQeP9g8TbJ3UAZmZZHsuaWI4lNgAF
FOv97t+MF8D09UPo5MYkWr8kKCzwfIknipQ952/daaIVAxi/C8MsmlOKYkDx6cos
68C7/UyVvPVY+RBJ7kT8HznTTx+BQmp3eGKmGE38hExKsQU7rCpZUq7/Moolhb7s
5aISQg+lG5fIqPz4HimNQlLWSf+tBlmUAtKGOweo72d0RWf0+qj63eWyrz+kQh8E
kkpnkjhkJp2ve72iO+IuCSjQn3b3BJUvLbEu56Uwqs49AnEIXIWQpoc6rotXuJNz
Kx+9/IUj6gHJ9lKxUM7u/7NJj1kp5hwGnlSdFsk8qencaPdQEyjOv0V5aK/+iUZv
mgxCcHHYw6w2YQp9hn0j5gA0yzT2kmW0sl0cmbWMzbWFSCfMWm9U5vqyQG/KVvvh
HMhYJwQaHQftCe1pgwwpBgr4/Favu+HxeiZLig+ksMOdL5c9lgSzUxWqFW/6e7v4
NiNcUkGo4YcNH8ykZ+UZMGmKU63JQ4PZ9zMtzpTGMUWZzlfomWKA4RDr8x6gdgla
AL6CxlfvC7llorCz/wfdobhn35DzzKJnZG3BHKCNb7peVMU/cF62yoKikSxCnJxC
3ZDrMzcHlrnbuzq+bHjbM1hTmaTBV9n/ktzu6ecofjtACYQA6EE=
=dCLi
-----END PGP SIGNATURE-----
--- End Message ---