Your message dated Thu, 23 Feb 2023 06:09:19 +0000
with message-id 
<puzpr04mb5341b24afc2443fde796054ed8...@puzpr04mb5341.apcprd04.prod.outlook.com>
and subject line bino: New version avaliable
has caused the Debian Bug report #983990,
regarding bino: ftbfs with GCC-11
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.)


-- 
983990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983990
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bino
Version: 1.6.6-3
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/bino_1.6.6-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
moc -o zoomdialog-moc.cpp zoomdialog.h
moc -o opendevicedialog-moc.cpp opendevicedialog.h
moc -o qualitydialog-moc.cpp qualitydialog.h
moc -o videodialog-moc.cpp videodialog.h
moc -o subtitledialog-moc.cpp subtitledialog.h
moc -o mainwindow-moc.cpp mainwindow.h
moc -o preferences-moc.cpp preferences.h
moc -o video_output_qt-moc.cpp video_output_qt.h
MACRONAME="`echo video_output_color.fs.glsl | sed -e s/^.*\\\/// -e 
s/\\\.glsl$// -e s/[\\\.-]/_/g | tr [a-z] [A-Z]`_GLSL_STR"; \
(echo "/* GENERATED AUTOMATICALLY FROM video_output_color.fs.glsl */"; \
 echo "#ifndef $MACRONAME"; \
 echo "#define $MACRONAME \\"; \
 sed -e s/\\\\/\\\\\\\\/g \
     -e s/\"/\\\\\"/g \
     -e s/^/\"/ \
     -e s/$/\\\\n\"\\\\/ < video_output_color.fs.glsl; \
 echo \"\"; \
 echo "#endif") > video_output_color.fs.glsl.h
MACRONAME="`echo video_output_render.fs.glsl | sed -e s/^.*\\\/// -e 
s/\\\.glsl$// -e s/[\\\.-]/_/g | tr [a-z] [A-Z]`_GLSL_STR"; \
(echo "/* GENERATED AUTOMATICALLY FROM video_output_render.fs.glsl */"; \
 echo "#ifndef $MACRONAME"; \
 echo "#define $MACRONAME \\"; \
 sed -e s/\\\\/\\\\\\\\/g \
     -e s/\"/\\\\\"/g \
     -e s/^/\"/ \
     -e s/$/\\\\n\"\\\\/ < video_output_render.fs.glsl; \
 echo \"\"; \
 echo "#endif") > video_output_render.fs.glsl.h
rcc -o qt_resources-rcc.cpp qt_resources.qrc
make  all-recursive
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in base
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/base'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src -pthread -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -c -o str.o 
str.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src -pthread -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -c -o msg.o 
msg.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src -pthread -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -c -o dbg.o 
dbg.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src -pthread -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -c -o exc.o 
exc.cpp
dbg.cpp: In function ‘void dbg::init_crashhandler()’:
dbg.cpp:77:14: error: ‘set_unexpected’ is not a member of ‘std’
   77 |         std::set_unexpected(exception_crash);
      |              ^~~~~~~~~~~~~~
dbg.cpp:78:14: error: ‘set_terminate’ is not a member of ‘std’
   78 |         std::set_terminate(exception_crash);
      |              ^~~~~~~~~~~~~
make[5]: *** [Makefile:442: dbg.o] Error 1
make[5]: *** Waiting for unfinished jobs....
str.cpp: In function ‘std::string str::rfc2822_time(time_t)’:
str.cpp:949:60: warning: ‘__builtin___snprintf_chk’ output may be truncated 
before the last format character [-Wformat-truncation=]
  949 |                 "%s, %02d %s %04d %02d:%02d:%02d %c%02d%02d",
      |                                                            ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/c++/11/cstdio:42,
                 from str.cpp:21:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: 
‘__builtin___snprintf_chk’ output 26 or more bytes (assuming 33) into a 
destination of size 32
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |                                    __bos (__s), __fmt, __va_arg_pack 
());
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/base'
make[4]: *** [Makefile:954: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:657: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:459: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:398: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bino
Severity: wishlist
Followup-For: Bug #983990

bino has new stable release 2.1, which can be build with C++17 and build 
successfully on amd64 and riscv64.
Maybe we should update the source of this package?

latest 2.1 source: https://bino3d.org/releases/bino-2.1.tar.gz


Cheers,

Yifan Xu

--- End Message ---

Reply via email to