Your message dated Sat, 29 Aug 2020 21:34:49 +0000
with message-id <e1kc8ur-000get...@fasolo.debian.org>
and subject line Bug#957827: fixed in spacenavd 0.7.1-1
has caused the Debian Bug report #957827,
regarding spacenavd: 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.)


-- 
957827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:spacenavd
Version: 0.6-1.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/spacenavd_0.6-1.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

[...]
   93 |  read(hotplug_fd, buf, sizeof buf);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/hotplug_darwin.c -o src/hotplug_darwin.o
src/hotplug_darwin.c:44: warning: ISO C forbids an empty translation unit 
[-Wpedantic]
   44 | #endif /* __APPLE__ && __MACH__ */
      | 
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c src/client.c 
-o src/client.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/dev_usb.c -o src/dev_usb.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/proto_unix.c -o src/proto_unix.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c src/kbemu.c 
-o src/kbemu.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/proto_x11.c -o src/proto_x11.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/cfgfile.c -o src/cfgfile.o
In file included from /usr/include/string.h:495,
                 from src/cfgfile.c:21:
In function ‘strncpy’,
    inlined from ‘read_cfg’ at src/cfgfile.c:296:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/dev_serial.c -o src/dev_serial.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/xdetect_linux.c -o src/xdetect_linux.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/dummy_usb.c -o src/dummy_usb.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c src/event.c 
-o src/event.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/dev_usb_darwin.c -o src/dev_usb_darwin.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/dev_usb_linux.c -o src/dev_usb_linux.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c src/dev.c -o 
src/dev.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/xdetect_freebsd.c -o src/xdetect_freebsd.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c src/spnavd.c 
-o src/spnavd.o
src/spnavd.c: In function ‘daemonize’:
src/spnavd.c:231:2: warning: ignoring return value of ‘chdir’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  231 |  chdir("/");
      |  ^~~~~~~~~~
src/spnavd.c:242:2: warning: ignoring return value of ‘dup’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  242 |  dup(1);
      |  ^~~~~~
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/serial/sball.c -o src/serial/sball.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/serial/sballserial.c -o src/serial/sballserial.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/magellan/smag_event.c -o src/magellan/smag_event.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/magellan/smag_detect.c -o src/magellan/smag_detect.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/magellan/smag.c -o src/magellan/smag.o
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -I./src -I/usr/local/include  
`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -c 
src/magellan/smag_comm.c -o src/magellan/smag_comm.o
src/magellan/smag_comm.c: In function ‘smag_write’:
src/magellan/smag_comm.c:119:3: warning: ignoring return value of ‘write’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  119 |   write(fd, buf + i, 1);
      |   ^~~~~~~~~~~~~~~~~~~~~
src/magellan/smag_comm.c:122:2: warning: ignoring return value of ‘write’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  122 |  write(fd, "\r", 1);
      |  ^~~~~~~~~~~~~~~~~~
gcc -o spacenavd src/spnavd_win32.o src/hotplug_linux.o src/hotplug_darwin.o 
src/client.o src/dev_usb.o src/proto_unix.o src/kbemu.o src/proto_x11.o 
src/cfgfile.o src/dev_serial.o src/xdetect_linux.o src/dummy_usb.o src/event.o 
src/dev_usb_darwin.o src/dev_usb_linux.o src/dev.o src/xdetect_freebsd.o 
src/spnavd.o src/serial/sball.o src/serial/sballserial.o 
src/magellan/smag_event.o src/magellan/smag_detect.o src/magellan/smag.o 
src/magellan/smag_comm.o -L/usr/local/lib -L/usr/X11/lib -lX11  
`dpkg-buildflags --get LDFLAGS`
/usr/bin/ld: src/proto_unix.o:./src/spnavd.h:48: multiple definition of 
`verbose'; src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/proto_unix.o:./src/spnavd.h:47: multiple definition of `cfg'; 
src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/proto_x11.o:./src/spnavd.h:48: multiple definition of 
`verbose'; src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/proto_x11.o:./src/spnavd.h:47: multiple definition of `cfg'; 
src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/xdetect_linux.o:./src/spnavd.h:48: multiple definition of 
`verbose'; src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/xdetect_linux.o:./src/spnavd.h:47: multiple definition of 
`cfg'; src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/event.o:./src/spnavd.h:48: multiple definition of `verbose'; 
src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/event.o:./src/spnavd.h:47: multiple definition of `cfg'; 
src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/dev_usb_linux.o:./src/spnavd.h:48: multiple definition of 
`verbose'; src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/dev_usb_linux.o:./src/spnavd.h:47: multiple definition of 
`cfg'; src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/dev.o:./src/spnavd.h:47: multiple definition of `cfg'; 
src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/dev.o:./src/spnavd.h:48: multiple definition of `verbose'; 
src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/spnavd.o:./src/spnavd.h:47: multiple definition of `cfg'; 
src/hotplug_linux.o:./src/spnavd.h:47: first defined here
/usr/bin/ld: src/spnavd.o:./src/spnavd.h:48: multiple definition of `verbose'; 
src/hotplug_linux.o:./src/spnavd.h:48: first defined here
/usr/bin/ld: src/magellan/smag_event.o:./src/magellan/smag_event.c:22: multiple 
definition of `evpool_size'; src/serial/sball.o:./src/serial/sball.c:63: first 
defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:20: spacenavd] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: spacenavd
Source-Version: 0.7.1-1
Done: Rodolphe Pelloux-Prayer <rodol...@damsy.net>

We believe that the bug you reported is fixed in the latest version of
spacenavd, 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.
Rodolphe Pelloux-Prayer <rodol...@damsy.net> (supplier of updated spacenavd 
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: Wed, 19 Aug 2020 21:14:29 +0200
Source: spacenavd
Architecture: source
Version: 0.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Rodolphe Pelloux-Prayer <rodol...@damsy.net>
Changed-By: Rodolphe Pelloux-Prayer <rodol...@damsy.net>
Closes: 843097 957827 958617 959833
Changes:
 spacenavd (0.7.1-1) unstable; urgency=medium
 .
   * Make the build reproducible (Thanks Reiner Herrmann). Closes: #843097.
   * Update Standards-Version to 3.9.8.
   * Add missing lsb-base dependency.
   * New upstream version 0.7.1. Closes: #959833.
   * Fix FTBFS with GCC10. Refs: #957827.
     - Fixed upstream in 081182f1675bb69eec58d92698f1ba2f23466d3f
   * Upgrade patches for 0.7.1 release.
   * Remove dh-systemd dependency. Closes: #958617.
   * Update docs and compat files.
   * Bump standards version to 4.5.0.
   * Move Vcs-* fields to point salsa page.
   * Add documentation field to systemd service file.
   * Use https for copyright-format (insecure-copyright-format-uri).
Checksums-Sha1:
 8512793d8109c6ec90e607783d5bda4c8a87a455 1897 spacenavd_0.7.1-1.dsc
 2375dea072be7e805d1a0257e0f22978bbb27ff0 56703 spacenavd_0.7.1.orig.tar.gz
 3d23ab63475a98ac41da7fd2094ff5eedf364fd0 6672 spacenavd_0.7.1-1.debian.tar.xz
 c8b51f82cd939626307fd29e1db54b2a123455c7 6898 
spacenavd_0.7.1-1_source.buildinfo
Checksums-Sha256:
 2f88342d98fefec8c665a5be64e31fccabda375bfd9aaa516328b6f22a5c8bdd 1897 
spacenavd_0.7.1-1.dsc
 9266e19b847dabc79bac0f16984e6104338021f83c784780e2fb569c41529d2b 56703 
spacenavd_0.7.1.orig.tar.gz
 8e3d5144f692523181166aa47f507a1bbcf5b8ab816b3623109ea654a62b861b 6672 
spacenavd_0.7.1-1.debian.tar.xz
 3447ac3a2e346fa3c78289db3652cd6c737bafc874f5abb456dc0fdb3db1efe0 6898 
spacenavd_0.7.1-1_source.buildinfo
Files:
 8840d0e4f27fed7c0032153742b08b41 1897 utils optional spacenavd_0.7.1-1.dsc
 d88c72a37145fe0011dcb8cbb207cd37 56703 utils optional 
spacenavd_0.7.1.orig.tar.gz
 adc28ef5a8961032dd0ed92a7b70d822 6672 utils optional 
spacenavd_0.7.1-1.debian.tar.xz
 aacb443e4df33c6057660853b673058d 6898 utils optional 
spacenavd_0.7.1-1_source.buildinfo

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

iQJFBAEBCgAvFiEEe/X2rDZDH11A3BN6TPKyGPVNrj0FAl9KxcIRHHN1cjVyQGRl
Ymlhbi5vcmcACgkQTPKyGPVNrj0R6A//d+nH+/lQdZm2jOTxQiVXJj1CMs9hOKKu
ShiRw+dsnuZiD33NDlotmKLrtx5dQbWXkMkCYgLT5YfDKiRk0IlmrJtCW/nYj0of
A9SnJ3IRGNV9a7taLeLNll/YEkONP62DntqhLvjaxuSnO/z5uE+mqJkOtPB8K4LX
Hiin61dCRuOy9XTcrGS+L+oBWg/A88jmP8YEkYa8x4e+SA70s0vp4AdpOr18NBxp
tI0vnq4X/1VQPKUmAl/QWSx1ZMjGWMBJgx9IFMKreVA8/lOF0/ORC4nmEU7tOY4W
riZkADQ/+jS7pYVon9vb4ZHcUHm77FlJ+lj4ydsVU5WeyXQe5O7/38I+gr5dw4gC
UzTC6ScoKYaIhDGH8G8kSIqJ2A68XFxtBhoYrFQbYhDXvjwoqu1eb818nNY9oMWq
HzWC7R/xJvcZI1AcCNmk8dr/JRWDJ6wFyva9ej1shW9lD7HkOdRR5xLXX/VrAYRo
alzwbHKhilzH4vs/YsLmJqwGi/PuaLKi+qpWrTzdIIVk2mxeVFoctCTFrq0BTpuh
r/VhpiKmO0zEslCID0wE04ZSrzT85hZl1PGUACju0vS/IEfvtQECmzUcrT/7s9ft
nuh5jAKEbMMYl2d02YK4WGwzlayKcd1VvxLjrEz3lYHNyA8fIgliZYAFpvzyLjpc
k89rHN3oULo=
=raxu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to