Your message dated Sun, 15 Nov 2020 20:35:35 +0000
with message-id <e1keokj-0000cn...@fasolo.debian.org>
and subject line Bug#957559: fixed in motion 4.3.2-1
has caused the Debian Bug report #957559,
regarding motion: ftbfs with GCC-10
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.)


-- 
957559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957559
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:motion
Version: 4.2.2-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/motion_4.2.2-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ffmpeg.c:345:9: warning: ‘strncat’ specified bound 4 equals source length 
[-Wstringop-overflow=]
  345 |         strncat(ffmpeg->filename, ".mp4", 4);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ffmpeg.c:351:9: warning: ‘strncat’ specified bound 4 equals source length 
[-Wstringop-overflow=]
  351 |         strncat(ffmpeg->filename, ".mkv", 4);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ffmpeg.c:357:9: warning: ‘strncat’ specified bound 4 equals source length 
[-Wstringop-overflow=]
  357 |         strncat(ffmpeg->filename, ".mp4", 4);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--------------------------------------------------------------------------------
Motion object files compiled.

Linking Motion...
--------------------------------------------------------------------------------
gcc -Wl,-z,relro -Wl,-z,now -o motion motion.o logger.o conf.o draw.o 
jpegutils.o video_loopback.o video_v4l2.o video_common.o video_bktr.o netcam.o 
netcam_http.o netcam_ftp.o netcam_jpeg.o netcam_wget.o track.o alg.o event.o 
picture.o rotate.o translate.o webu.o webu_html.o webu_text.o webu_stream.o 
stream.o md5.o netcam_rtsp.o ffmpeg.o  -lm  -pthread -ljpeg -lmicrohttpd  
-lsqlite3 -lmariadb -lpthread -lz -ldl -lm -lgnutls -lpq   -lavutil -lavformat 
-lavcodec -lswscale -lavdevice
/usr/bin/ld: logger.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: conf.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: conf.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: draw.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: jpegutils.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: jpegutils.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: video_loopback.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: video_loopback.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: video_v4l2.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: video_v4l2.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: video_common.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: video_common.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: video_bktr.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: video_bktr.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: netcam.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam_http.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: netcam_http.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam_ftp.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: netcam_ftp.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam_jpeg.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: netcam_jpeg.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam_wget.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: track.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: track.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: alg.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: event.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: event.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: picture.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: picture.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: rotate.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: rotate.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: translate.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: translate.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: webu.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: webu.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: webu_html.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: webu_html.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: webu_text.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: webu_text.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: webu_stream.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: webu_stream.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: stream.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: stream.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
/usr/bin/ld: netcam_rtsp.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: netcam_rtsp.o:./translate.h:13: multiple definition of 
`nls_enabled'; motion.o:./translate.h:13: first defined here
/usr/bin/ld: ffmpeg.o:./netcam.h:119: multiple definition of `caps'; 
motion.o:./netcam.h:119: first defined here
/usr/bin/ld: ffmpeg.o:./translate.h:13: multiple definition of `nls_enabled'; 
motion.o:./translate.h:13: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:113: motion] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 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: motion
Source-Version: 4.3.2-1
Done: Ximin Luo <infini...@debian.org>

We believe that the bug you reported is fixed in the latest version of
motion, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ximin Luo <infini...@debian.org> (supplier of updated motion 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: Sun, 15 Nov 2020 20:19:28 +0000
Source: motion
Architecture: source
Version: 4.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Ximin Luo <infini...@debian.org>
Changed-By: Ximin Luo <infini...@debian.org>
Closes: 957559
Changes:
 motion (4.3.2-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #957559)
   * Update to latest Standards-Version; no changes required.
   * Migrate to systemd instead of initscript. This no longer honours
     /etc/default/motion, so if you had disabled the service previously then you
     should run `systemctl disable motion` after upgrading to this version.
Checksums-Sha1:
 c41efb39c357575e46001b3f832ef62af9d938ce 1472 motion_4.3.2-1.dsc
 98b1423d36ed5377576c4be116e34ae379015e64 849378 motion_4.3.2.orig.tar.gz
 18d6f7a32a41469cec08cf1f9391a8b7bab51342 17184 motion_4.3.2-1.debian.tar.xz
 1813207ce421422499d44af6d61395391dd6ffc1 13940 motion_4.3.2-1_source.buildinfo
Checksums-Sha256:
 a0f3885ce8d9f8e2501377c5c6ff5abc3f4747065ff4eff2ee53ca2072dc2251 1472 
motion_4.3.2-1.dsc
 dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70 849378 
motion_4.3.2.orig.tar.gz
 27ff030a91b4f1288554c123ddf6aad616e77be7be24d72f9f0c6c95ac6e9b29 17184 
motion_4.3.2-1.debian.tar.xz
 c94095e37ec12fe82190ef8ff851ad15f90c9d40669f26c742dfb63b6b94feb0 13940 
motion_4.3.2-1_source.buildinfo
Files:
 67b51aacd6aaf7808a88caad49de8d79 1472 video optional motion_4.3.2-1.dsc
 d3b44364d610daaacccad1d416caa3b7 849378 video optional motion_4.3.2.orig.tar.gz
 8350009703a819dcb0bd86f2d6e2ab11 17184 video optional 
motion_4.3.2-1.debian.tar.xz
 c68ee427788bc9b80d7ead6081ebef8c 13940 video optional 
motion_4.3.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCX7GNXAAKCRDrH8jaRfsp
MFbeAP9Y5zX6OlC0ketGz1+0aLYtqt28b9G6bpSzanbwQQtzEAEA6aojRXzXMDmy
4gjK8KxZ/irNrAQ7z55lpm2f1pofSww=
=jjwX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to