Your message dated Sun, 02 Aug 2020 12:18:49 +0000
with message-id <[email protected]>
and subject line Bug#957091: fixed in ckb-next 0.4.2+dfsg.1-2
has caused the Debian Bug report #957091,
regarding ckb-next: 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 [email protected]
immediately.)


-- 
957091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957091
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ckb-next
Version: 0.4.2+dfsg.1-1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/ckb-next_0.4.2+dfsg.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

[...]
      |    ~~~~~~~~~~~~~~~~~
In function ‘fprintf’,
    inlined from ‘_setupusb’ at /<<PKGBUILDDIR>>/src/daemon/usb.c:498:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive 
argument is null [-Wformat-overflow=]
  100 |   return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101 |    __va_arg_pack ());
      |    ~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from /<<PKGBUILDDIR>>/src/daemon/includes.h:12,
                 from /<<PKGBUILDDIR>>/src/daemon/device.h:4,
                 from /<<PKGBUILDDIR>>/src/daemon/usb_linux.c:1:
In function ‘fprintf’,
    inlined from ‘os_inputmain’ at 
/<<PKGBUILDDIR>>/src/daemon/usb_linux.c:303:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive 
argument is null [-Wformat-overflow=]
  100 |   return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101 |    __va_arg_pack ());
      |    ~~~~~~~~~~~~~~~~~
In function ‘fprintf’,
    inlined from ‘os_inputmain’ at 
/<<PKGBUILDDIR>>/src/daemon/usb_linux.c:426:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive 
argument is null [-Wformat-overflow=]
  100 |   return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101 |    __va_arg_pack ());
      |    ~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /<<PKGBUILDDIR>>/src/daemon/includes.h:13,
                 from /<<PKGBUILDDIR>>/src/daemon/device.h:4,
                 from /<<PKGBUILDDIR>>/src/daemon/usb_linux.c:1:
In function ‘strncpy’,
    inlined from ‘os_setupusb’ at /<<PKGBUILDDIR>>/src/daemon/usb_linux.c:596:9:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 34 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from /<<PKGBUILDDIR>>/src/daemon/includes.h:12,
                 from /<<PKGBUILDDIR>>/src/daemon/device.h:4,
                 from /<<PKGBUILDDIR>>/src/daemon/usb_linux.c:1:
In function ‘fprintf’,
    inlined from ‘os_setupusb’ at /<<PKGBUILDDIR>>/src/daemon/usb_linux.c:608:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive 
argument is null [-Wformat-overflow=]
  100 |   return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101 |    __va_arg_pack ());
      |    ~~~~~~~~~~~~~~~~~
[ 50%] Linking C executable ../../bin/ckb-next-daemon
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/daemon && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/ckb-next-daemon.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -Wl,-z,relro -Wl,-z,now 
CMakeFiles/ckb-next-daemon.dir/command.c.o 
CMakeFiles/ckb-next-daemon.dir/device.c.o 
CMakeFiles/ckb-next-daemon.dir/device_keyboard.c.o 
CMakeFiles/ckb-next-daemon.dir/device_mouse.c.o 
CMakeFiles/ckb-next-daemon.dir/device_vtable.c.o 
CMakeFiles/ckb-next-daemon.dir/devnode.c.o 
CMakeFiles/ckb-next-daemon.dir/dpi.c.o 
CMakeFiles/ckb-next-daemon.dir/dpi_legacy.c.o 
CMakeFiles/ckb-next-daemon.dir/firmware.c.o 
CMakeFiles/ckb-next-daemon.dir/input.c.o 
CMakeFiles/ckb-next-daemon.dir/keymap.c.o 
CMakeFiles/ckb-next-daemon.dir/keymap_patch.c.o 
CMakeFiles/ckb-next-daemon.dir/led.c.o 
CMakeFiles/ckb-next-daemon.dir/led_keyboard.c.o 
CMakeFiles/ckb-next-daemon.dir/led_mouse.c.o 
CMakeFiles/ckb-next-daemon.dir/led_mousepad.c.o 
CMakeFiles/ckb-next-daemon.dir/main.c.o 
CMakeFiles/ckb-next-daemon.dir/notify.c.o CMakeFiles/ckb-next-daemon.d
 ir/profile.c.o CMakeFiles/ckb-next-daemon.dir/profile_keyboard.c.o 
CMakeFiles/ckb-next-daemon.dir/profile_mouse.c.o 
CMakeFiles/ckb-next-daemon.dir/usb.c.o 
CMakeFiles/ckb-next-daemon.dir/usb_linux.c.o 
CMakeFiles/ckb-next-daemon.dir/input_linux.c.o  -o ../../bin/ckb-next-daemon  
-lc /lib/x86_64-linux-gnu/libudev.so -pthread 
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/device_keyboard.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/device_mouse.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/devnode.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/firmware.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/main.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/notify.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/usb.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
/usr/bin/ld: 
CMakeFiles/ckb-next-daemon.dir/usb_linux.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 multiple definition of `devpath'; 
CMakeFiles/ckb-next-daemon.dir/command.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/daemon/devnode.h:8:
 first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [src/daemon/CMakeFiles/ckb-next-daemon.dir/build.make:434: 
bin/ckb-next-daemon] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:357: 
src/daemon/CMakeFiles/ckb-next-daemon.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 50%] Built target ckb-next_autogen
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:155: 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" returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ckb-next
Source-Version: 0.4.2+dfsg.1-2
Done: Stewart Ferguson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ckb-next, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stewart Ferguson <[email protected]> (supplier of updated ckb-next 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 02 Aug 2020 12:40:44 +0200
Source: ckb-next
Architecture: source
Version: 0.4.2+dfsg.1-2
Distribution: unstable
Urgency: medium
Maintainer: Stewart Ferguson <[email protected]>
Changed-By: Stewart Ferguson <[email protected]>
Closes: 956765 957091
Changes:
 ckb-next (0.4.2+dfsg.1-2) unstable; urgency=medium
 .
   * Adding upstream patch for gcc10 compatibility (Closes: 957091)
   * Removing libappindicator bdep (Closes: 956765)
   * Bumping compat 13
   * Bumping Standards-Version 4.5.0
   * Bumping copyright year
Checksums-Sha1:
 b5ecff35dfef29b959f013dbfe148f25761feae2 1954 ckb-next_0.4.2+dfsg.1-2.dsc
 50a6d55b4546aa782a82fe28fa5c081438a49674 7088 
ckb-next_0.4.2+dfsg.1-2.debian.tar.xz
Checksums-Sha256:
 7bd95523b2dfad251957f2559f970e1679e796f9b3d5aad361c2caa6f4ab842f 1954 
ckb-next_0.4.2+dfsg.1-2.dsc
 7ed79c639efa13904ac44fde7103edbd7b9fad10fac87168e1e4f3f5ec72d700 7088 
ckb-next_0.4.2+dfsg.1-2.debian.tar.xz
Files:
 f28d8f7bf5cbb3f6870ba43ae449ee78 1954 electronics optional 
ckb-next_0.4.2+dfsg.1-2.dsc
 c77ffbf9dc3b5f846928d211ca261f7b 7088 electronics optional 
ckb-next_0.4.2+dfsg.1-2.debian.tar.xz


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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAl8mqZQACgkQr8/sjmac
4cJDVg//Rwm+IFkXu8TbgnBwf8a5PiBXG+TIoedxzwWp2ewKRGGdAwXtF375PMnC
1uNtlhiBEi6PNA35OTglCNjpzDDafrh8xL4rhcnVe39YIP/NEr6m1QsyfZFoitdj
zpcOCRzbOYtCLnypPYLPPAKVIPxgMRlSA5FM3icu9PhyYg8+Q7z7KEunhJtUJjRx
UN1/i8CwpyVF79G8UkRiCiVlOA2Eo0HjIEoT67T0GBZ+zDCmZbvp42bxMGClQxX5
XlKg9S02zkhh80o18TXJOtxeyZv0fwTxrKdefAHPqjK3KmsxAVSptdvEKqRNkMZP
3A30MaBMZFJU+l9XQaNIZ+qqTupbhDvdr7oIxTITZTC6/FthvA1nJNkWUn2qAm9F
defu73sGsJlrKqyw9qO8wZRhiAmL0WPk61RkPMTdTPji1wiqy52bV5SLfDKe0zJ7
MJ0+GoSJ8Z2pBsmh6nnOlQ6CITSPJQhLdKry2gZee7b2C3oIN1mJh1gTzxxmL5WJ
h42tXFJLWrRRetRKShlJnZROPKqKAsSoTTLOim34OYmhwZUQjUu0G7OQLeRtyyWe
0KmHjpE2C7PJvTMQmDtbb5OW2hfmVbWd5+gQgy7Np3MsSJFjH8d6n1gtM+MhW0qj
PDv/xaC7CVMygOrDUT1tUnrMuVE8iRdqcHAoKItHgGaw2CBOLCY=
=+kOU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to