[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#925663: marked as done (cups-bjnp: ftbfs with GCC-9)



Your message dated Sat, 17 Aug 2019 15:27:45 +0000
with message-id <E1hz0cL-00043w-3W@fasolo.debian.org>
and subject line Bug#925663: fixed in cups-bjnp 2.0.2-1
has caused the Debian Bug report #925663,
regarding cups-bjnp: ftbfs with GCC-9
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 owner@bugs.debian.org
immediately.)


-- 
925663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925663
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:cups-bjnp
Version: 2.0.1-1
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/cups-bjnp_2.0.1-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking for netinet/in.h... (cached) yes
checking for arpa/nameser.h... yes
checking for netdb.h... (cached) yes
checking for resolv.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a
	make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp.o `test -f 'bjnp.c' || echo './'`bjnp.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-runloop.o `test -f 'bjnp-runloop.c' || echo './'`bjnp-runloop.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-io.o `test -f 'bjnp-io.c' || echo './'`bjnp-io.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-debug.o `test -f 'bjnp-debug.c' || echo './'`bjnp-debug.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-utils.o `test -f 'bjnp-utils.c' || echo './'`bjnp-utils.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-discover.o `test -f 'bjnp-discover.c' || echo './'`bjnp-discover.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-commands.o `test -f 'bjnp-commands.c' || echo './'`bjnp-commands.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -Werror  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o bjnp-bjnp-levels.o `test -f 'bjnp-levels.c' || echo './'`bjnp-levels.c
In file included from /usr/include/string.h:494,
                 from /usr/include/cups/http.h:25,
                 from /usr/include/cups/ipp.h:23,
                 from /usr/include/cups/cups.h:32,
                 from bjnp.h:22,
                 from bjnp-commands.c:21:
In function 'strncpy',
    inlined from 'bjnp_set_command_header' at bjnp-commands.c:40:5,
    inlined from 'bjnp_defaults_set_command_header' at bjnp-commands.c:52:5,
    inlined from 'get_printer_id' at bjnp-commands.c:155:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'bjnp_set_command_header' at bjnp-commands.c:40:5,
    inlined from 'bjnp_defaults_set_command_header' at bjnp-commands.c:52:5,
    inlined from 'bjnp_send_job_details' at bjnp-commands.c:290:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'bjnp_set_command_header' at bjnp-commands.c:40:5,
    inlined from 'bjnp_defaults_set_command_header' at bjnp-commands.c:52:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'bjnp_set_command_header' at bjnp-commands.c:40:5,
    inlined from 'bjnp_printer_set_command_header' at bjnp-commands.c:60:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:545: bjnp-bjnp-commands.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:322: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cups-bjnp
Source-Version: 2.0.2-1

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

Debian distribution maintenance software
pp.
Didier Raboud <odyx@debian.org> (supplier of updated cups-bjnp 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 17 Aug 2019 15:53:13 +0200
Source: cups-bjnp
Architecture: source
Version: 2.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Changed-By: Didier Raboud <odyx@debian.org>
Closes: 925663
Changes:
 cups-bjnp (2.0.2-1) unstable; urgency=medium
 .
   * New 2.0.2 upstream version
     - Fixes a compile error with GCC9 (Closes: #925663)
 .
   * Lintian-brush:
     - Trim trailing whitespace
     - Use versioned copyright format URI
     - Bump debhelper from old 11 to 12
     - Set upstream metadata fields: Name
Checksums-Sha1:
 f473fe6a0cc1f70f88430282a7f4045714dd96a8 1908 cups-bjnp_2.0.2-1.dsc
 5c0199dab0071e228fe37d3338522326e86769d8 143533 cups-bjnp_2.0.2.orig.tar.gz
 4b8edef734722f2d8679ff282f1ee51201bfd3eb 3740 cups-bjnp_2.0.2-1.debian.tar.xz
Checksums-Sha256:
 2554b79a2bac9121923efcb8e7fac9d23a715113c7b4ad430735d87962637af0 1908 cups-bjnp_2.0.2-1.dsc
 586a8e0b2e92d41e85e981a16e3015a240f11a02b1bbbd0b92cd45620f411b0e 143533 cups-bjnp_2.0.2.orig.tar.gz
 946c824a78bc1c4d6e2940d13cec5a240754752b77632c8a26439627678fe651 3740 cups-bjnp_2.0.2-1.debian.tar.xz
Files:
 5e688d9e90258edba437d9bc1887780b 1908 text optional cups-bjnp_2.0.2-1.dsc
 a3351a5c21adf70c17eaa655a26daafd 143533 text optional cups-bjnp_2.0.2.orig.tar.gz
 4b318970a4f0a2cfd60dad5e483a67b3 3740 text optional cups-bjnp_2.0.2-1.debian.tar.xz

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

iQGzBAEBCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAl1YCigACgkQi8+nHsoW
NFW8mwv/UxROiTKmlPSsqxepSc2G0ta/T1trjK/1iJzqp4SliHm4rl+qq/B0fkT0
Vq/57WbIJgNHVt8b2sypR9MXcYBocDH4xfcsCKQWxl0zrahoeIo2vu6K4002jgA8
aZz2elRt6CwZhr7amW9gsy8vEFvH+z/PY/u4Ep2Go9LyxDzydZnZhStqDSM0eINU
Zrj5l1pzECygS4POfBmqSb0uGxTYoGkwRHqnP867uVfepiyNnZS6142X20uqJ0qv
agXk9ZRoCen2vSugB449WkmBxs262jc0grjnuAo/ns2awEY5O1JnI9rL6Dgil/NO
Ifs6Vo/T7QZKsWfzIwzJWZfjKKz61qAi9PnY+9YvtlC3dqC8AC1m4qZGYuH00bRh
GPi7tioW9CWd1bZ19wnKhJGSADJinAU3cbrENQ0RxnwZK9qpQx70y8g54FQAYDAG
Svgtaj/IQyn7UZrxaSXtVMhyE7qrqMhtNJ8NGEgMPAwLov8Rwm/uqZl2ktIC9a/+
IWIvy8nI
=Rkuj
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: