Your message dated Sun, 20 Feb 2022 18:50:50 +0000
with message-id <e1nlrii-0006ny...@fasolo.debian.org>
and subject line Bug#1005926: Removed package(s) from unstable
has caused the Debian Bug report #984337,
regarding slowmovideo: 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 ow...@bugs.debian.org
immediately.)


-- 
984337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984337
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:slowmovideo
Version: 0.5+git20190116-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/slowmovideo_0.5+git20190116-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.

[...]
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
                 from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:22,
                 from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:129:5: note: declared here
  129 |     Q_OBJECT
      |     ^~~~~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.cpp: At global scope:
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.cpp:128:34: error: ISO C++17 does 
not allow dynamic exception specifications
  128 | Fps_sV::Fps_sV(int num, int den) throw(Error_sV) :
      |                                  ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.cpp:135:35: error: ISO C++17 does 
not allow dynamic exception specifications
  135 | Fps_sV::Fps_sV(QString fpsString) throw(Error_sV)
      |                                   ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.cpp:148:27: error: ISO C++17 does 
not allow dynamic exception specifications
  148 | Fps_sV::Fps_sV(float fps) throw(Error_sV)
      |                           ^~~~~
In file included from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/videoInfo_sV.cpp:13:
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:99:30: error: ISO C++17 does 
not allow dynamic exception specifications
   99 |     Fps_sV(int num, int den) throw(Error_sV); ///< den must be > 0.
      |                              ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:101:23: error: ISO C++17 does 
not allow dynamic exception specifications
  101 |     Fps_sV(float fps) throw(Error_sV); ///< Converts a float fps number 
to a fractional. 23.97 and 29.97 are detected.
      |                       ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:103:31: error: ISO C++17 does 
not allow dynamic exception specifications
  103 |     Fps_sV(QString fpsString) throw(Error_sV); ///< Accepts fps strings 
like 24000/1001 for 23.97 fps.
      |                               ^~~~~
make[3]: *** [slowmoVideo/lib/CMakeFiles/sV.dir/build.make:85: 
slowmoVideo/lib/CMakeFiles/sV.dir/defs_sV.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:402: slowmoVideo/lib/CMakeFiles/sV.dir/all] 
Error 2
[  5%] Building CXX object 
slowmoVideo/lib/CMakeFiles/sVencode.dir/moc_ffmpeg_writer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/slowmoVideo/lib && /usr/bin/c++ 
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src/slowmoVideo/tr 
-isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O3 -DNDEBUG 
-fPIC -fPIC -o CMakeFiles/sVencode.dir/moc_ffmpeg_writer.cpp.o -c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/slowmoVideo/lib/moc_ffmpeg_writer.cpp
In file included from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/ffmpeg_writer.cpp:14:
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:99:30: error: ISO C++17 does 
not allow dynamic exception specifications
   99 |     Fps_sV(int num, int den) throw(Error_sV); ///< den must be > 0.
      |                              ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:101:23: error: ISO C++17 does 
not allow dynamic exception specifications
  101 |     Fps_sV(float fps) throw(Error_sV); ///< Converts a float fps number 
to a fractional. 23.97 and 29.97 are detected.
      |                       ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/defs_sV.hpp:103:31: error: ISO C++17 does 
not allow dynamic exception specifications
  103 |     Fps_sV(QString fpsString) throw(Error_sV); ///< Accepts fps strings 
like 24000/1001 for 23.97 fps.
      |                               ^~~~~
[  5%] Building CXX object 
slowmoVideo/lib/CMakeFiles/sVinfo.dir/avconvInfo_sV.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/slowmoVideo/lib && /usr/bin/c++ 
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src/slowmoVideo/tr 
-isystem /usr/include/x86_64-linux-gnu/qt5 -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/QtGui -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O3 -DNDEBUG 
-fPIC -fPIC -o CMakeFiles/sVinfo.dir/avconvInfo_sV.cpp.o -c 
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/avconvInfo_sV.cpp
make[3]: *** [slowmoVideo/lib/CMakeFiles/sVencode.dir/build.make:89: 
slowmoVideo/lib/CMakeFiles/sVencode.dir/ffmpeg_writer.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [slowmoVideo/lib/CMakeFiles/sVinfo.dir/build.make:85: 
slowmoVideo/lib/CMakeFiles/sVinfo.dir/videoInfo_sV.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:348: 
slowmoVideo/lib/CMakeFiles/sVencode.dir/all] Error 2
In file included from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/avconvInfo_sV.h:4,
                 from /<<PKGBUILDDIR>>/src/slowmoVideo/lib/avconvInfo_sV.cpp:1:
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/../lib/defs_sV.hpp:99:30: error: ISO C++17 
does not allow dynamic exception specifications
   99 |     Fps_sV(int num, int den) throw(Error_sV); ///< den must be > 0.
      |                              ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/../lib/defs_sV.hpp:101:23: error: ISO 
C++17 does not allow dynamic exception specifications
  101 |     Fps_sV(float fps) throw(Error_sV); ///< Converts a float fps number 
to a fractional. 23.97 and 29.97 are detected.
      |                       ^~~~~
/<<PKGBUILDDIR>>/src/slowmoVideo/lib/../lib/defs_sV.hpp:103:31: error: ISO 
C++17 does not allow dynamic exception specifications
  103 |     Fps_sV(QString fpsString) throw(Error_sV); ///< Accepts fps strings 
like 24000/1001 for 23.97 fps.
      |                               ^~~~~
make[3]: *** [slowmoVideo/lib/CMakeFiles/sVinfo.dir/build.make:98: 
slowmoVideo/lib/CMakeFiles/sVinfo.dir/avconvInfo_sV.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:375: 
slowmoVideo/lib/CMakeFiles/sVinfo.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.5+git20190116-3+rm

Dear submitter,

as the package slowmovideo has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1005926

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to