Your message dated Sun, 19 Apr 2020 10:03:50 +0000
with message-id <[email protected]>
and subject line Bug#957053: fixed in bosh 0.6-11
has caused the Debian Bug report #957053,
regarding bosh: 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.)


-- 
957053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957053
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bosh
Version: 0.6-10
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/bosh_0.6-10_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

[...]
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncurses... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o bosh.o bosh.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o misc.o misc.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o list.o list.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o rc.o rc.c
bosh.c: In function ‘bosh_mainloop’:
bosh.c:561:7: warning: variable ‘needredraw’ set but not used 
[-Wunused-but-set-variable]
  561 |   int needredraw;
      |       ^~~~~~~~~~
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o system.o system.c
rc.c: In function ‘bosh_rc_read’:
rc.c:169:83: warning: ‘v’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  169 |           bosh_fatal_err(1,"[%s:%02d] invalid action destination 
'%c'",conf,line,v[1]);
      |                                                                         
         ~^~~
rc.c:154:28: warning: ‘a’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  154 |         p = malloc(strlen(a+1)+strlen(v)+1);
      |                           ~^~
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"bosh\" -DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNCURSES=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o stray.o stray.c
system.c: In function ‘bosh_close’:
system.c:614:5: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  614 |     fgets(BOSHERR,256,b);
      |     ^~~~~~~~~~~~~~~~~~~~
system.c:627:5: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  627 |     fgets(bosh->title,256,b);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
At top level:
system.c:48:14: warning: ‘logprefix’ defined but not used [-Wunused-variable]
   48 | static char *logprefix = NULL;
      |              ^~~~~~~~~
stray.c: In function ‘stray_debug’:
stray.c:85:50: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   85 |     fprintf(stream,"== ->v[%02d]: [%08X] %s\n",i,(unsigned 
int)a->v[i],a->v[i]?a->v[i]:"NULL");
      |                                                  ^
gcc  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o bosh 
bosh.o misc.o list.o rc.o system.o stray.o  -lncurses 
/usr/bin/ld: rc.o:./bosh.h:174: multiple definition of `childarg'; 
bosh.o:./bosh.h:174: first defined here
/usr/bin/ld: system.o:./bosh.h:174: multiple definition of `childarg'; 
bosh.o:./bosh.h:174: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:397: bosh] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bosh
Source-Version: 0.6-11
Done: Salvatore Bonaccorso <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bosh, 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.
Salvatore Bonaccorso <[email protected]> (supplier of updated bosh 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, 19 Apr 2020 11:45:00 +0200
Source: bosh
Architecture: source
Version: 0.6-11
Distribution: unstable
Urgency: medium
Maintainer: Salvatore Bonaccorso <[email protected]>
Changed-By: Salvatore Bonaccorso <[email protected]>
Closes: 957053
Changes:
 bosh (0.6-11) unstable; urgency=medium
 .
   * Fix "multiple definition of" instances causing FTBFS with GCC 10
     (Closes: #957053)
   * Update .gitlab-ci.yml based on Salsa CI Team's template
   * Update copyright years for debian/* packaging files
   * debian/watch: Bump format to version 4.
     Use @PACKAGE@, @ANY_VERSION@ and @ARCHIVE_EXT@ substitutions.
   * Bump Debhelper compat level to 13
   * Declare compliance with Debian policy 4.5.0
Checksums-Sha1: 
 641040dc97f0d357bb6824e767855f43b7c85e2f 1961 bosh_0.6-11.dsc
 6e8d9b210af5ac377b119eb1519040655132f878 6796 bosh_0.6-11.debian.tar.xz
Checksums-Sha256: 
 10d890659fe67a3549a31ddf6aa08a8ccc089742308eb6a9cdb714842c98c148 1961 
bosh_0.6-11.dsc
 8ae5c3476c12ee28991efc32518ded4adda038c72dc2d57eca233e0b98787dac 6796 
bosh_0.6-11.debian.tar.xz
Files: 
 509d73e984ec3d69e822694e138d8edd 1961 utils optional bosh_0.6-11.dsc
 c873bc4e669c17e1aa76d129010c3dba 6796 utils optional bosh_0.6-11.debian.tar.xz

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

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAl6cHkpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EJgcP/R1CQwnw4UoDSyY0yMoGIf4DCvOr8JPU
jijp5YS4t1UKu3KW4RyumbgPSltedfTKeDtm6ybYNeLkoqNAQxHcFfOKq7Oga044
T7N5kiFU1bF44L9I4xQDihyW25brIcZVMYI8YjvG5NDieyf4rA6W30Ef81FUPwA+
RQJHRJxVqLJxdoA0l5wcHM+GUkFafLZl/aL7PGZM4v73HdHGy3jCYHcDCCvIrldc
kZOTgQlZQdF7WeEV5VQSKuSxa4JnYpi3fzaMRXev19lv8qRoljhwvLvl1bya4+uv
81jzNfFdZzrOzEzU3RYN32Z8267xkkkTgJ/X6mkIIMB2mgND+lczOMJxdPEE3Nj7
DImpqGmiZqBlbF2cMUs1qnIotKsn5mXWWMpqbS2VmVU/61XcHX0R3IS0IaqEHOUU
MCpsz8pSGqEo4kXwq4LOUWCFdVGwxeXpebVBISScLdgqMR5W/edtQxAq7jTvwjzc
RkUwKjKwaKh0toVJPVRWceoqmIIYWF5T2vnX/DQHEclqePHvB7QWWTTJr+KvS3he
OWDhwWaBsFAewBwfeA9KGvJPSI1OCVI651L8N+Nx1vOtoRvStjBcKMmRi5nykUZT
TnlZY1fR43FjjqXMkBx5S+wK9eTJrN2t6OujZmYRI8iE3Z7Qr5jeKJ3kJ8Z9pFyc
ZWgeUzJjJFK8
=KX8a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to