Bug#956971: 9base: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:9base
Version: 1:6-7
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/9base_6-7_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

[...]
make[3]: Entering directory '/<>/dd'
CC dd.c
In file included from /usr/include/inttypes.h:25,
 from ../lib9/u.h:38,
 from dd.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
dd.c: In function ‘p9main’:
dd.c:228:3: warning: ignoring return value of ‘read’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  228 |   read(ibf, ibuf, ibs);
  |   ^~~~
LD dd
built dd
make[3]: Leaving directory '/<>/dd'
make[3]: Entering directory '/<>/diff'
CC diffdir.c
In file included from /usr/include/inttypes.h:25,
 from ../lib9/u.h:38,
 from diffdir.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
CC diffio.c
In file included from /usr/include/inttypes.h:25,
 from ../lib9/u.h:38,
 from diffio.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
CC diffreg.c
In file included from /usr/include/inttypes.h:25,
 from ../lib9/u.h:38,
 from diffreg.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
CC main.c
In file included from /usr/include/inttypes.h:25,
 from ../lib9/u.h:38,
 from main.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
LD diff
/usr/bin/ld: diffio.o:./diff/diff.h:4: multiple definition of `bflag'; 
diffdir.o:./diff/diff.h:4: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:6: multiple definition of `mflag'; 
diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:3: multiple definition of `mode'; 
diffdir.o:./diff/diff.h:3: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:7: multiple definition of `anychange'; 
diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:5: multiple definition of `rflag'; 
diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:3: multiple definition of `mode'; 
diffdir.o:./diff/diff.h:3: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:7: multiple definition of `anychange'; 
diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:6: multiple definition of `mflag'; 
diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:5: multiple definition of `rflag'; 
diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:4: multiple definition of `bflag'; 
diffdir.o:./diff/diff.h:4: first defined here
/usr/bin/ld: main.o:./diff/diff.h:6: multiple definition of `mflag'; 
diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: main.o:./diff/diff.h:5: multiple definition of `rflag'; 
diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: main.o:./diff/diff.h:7: multiple definition of `anychange'; 
diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: main.o:./diff/dif

Bug#956983: aewm: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:aewm
Version: 1.3.12-5
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/aewm_1.3.12-5_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

[...]
 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:33,
 from aepanel.c:14:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | voidgtk_type_init   (GTypeDebugFlagsdebug_flags);
  | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
 from /usr/include/glib-2.0/gobject/gbinding.h:29,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
 from /usr/include/gtk-2.0/gdk/gdkx.h:30,
 from aepanel.c:13:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
  | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtk.h:126,
 from aemenu.c:9:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
  |   ^~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from aemenu.c:9:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
  |^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtk.h:126,
 from aepanel.c:14:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
  |   ^~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
 from /usr/include/gtk-2.0/gdk/gdkx.h:30,
 from aepanel.c:13:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
   

Bug#957005: arc: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:arc
Version: 5.21q-6
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/arc_5.21q-6_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

[...]
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-997c3c35-bf38-488c-9949-9a0a50dff5a8
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package arc
dpkg-buildpackage: info: source version 5.21q-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Salvatore Bonaccorso 

 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
make -j1 clean
make[1]: Entering directory '/<>'
rm -f *.o arc marc
make[1]: Leaving directory '/<>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
make -j1
make[1]: Entering directory '/<>'
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arc.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcadd.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arccode.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arccvt.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcdata.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcdel.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcdos.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcext.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcio.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arclst.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arclzw.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcmatch.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcpack.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcrun.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcsq.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arcsvc.c
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O -Wall -DSYSV=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -c arctst.c

Bug#957033: bbrun: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:bbrun
Version: 1.6-7
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/bbrun_1.6-7_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

[...]
gcc -g -c -O2 -std=gnu89 -Wall bbrun.c -o bbrun.o `pkg-config --cflags gtk+-2.0`
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:33,
 from bbrun.c:8:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | voidgtk_type_init   (GTypeDebugFlagsdebug_flags);
  | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
 from /usr/include/glib-2.0/gobject/gbinding.h:29,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from bbrun.c:8:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
  | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtk.h:126,
 from bbrun.c:8:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
  |   ^~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from bbrun.c:8:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
  |^
bbrun.c: In function ‘parseArguments’:
bbrun.c:157:5: warning: ‘strncat’ specified bound 15 equals source length 
[-Wstringop-overflow=]
  157 | strncat(historyFilename, DEFAULT_HIST_FILENAME, 
strlen(DEFAULT_HIST_FILENAME));
  | 
^~
bbrun.c: In function ‘readHistory’:
bbrun.c:198:7: warning: ‘strncpy’ specified bound depends on the length of the 
source argument [-Wstringop-overflow=]
  198 |   strncpy(item, buf, strlen(buf));
  |   ^~~
bbrun.c: In function ‘updateHistory’:
bbrun.c:283:5: warning: ‘strncpy’ specified bound 257 equals destination size 
[-Wstringop-truncation]
  283 | strncpy(item, newHistoryItem, MAXCMDLEN + 1);
  | ^~~~
gcc -g -c -O2 -std=gnu89 -Wall ../wmgeneral/wmgeneral.c -o 
../wmgeneral/wmgeneral.o `pkg-config --cflags gtk+-2.0`
gcc -g -c -O2 -std=gnu89 -Wall 

Bug#957034: bandwidthd: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:bandwidthd
Version: 2.0.1+cvs20090917-11
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/bandwidthd_2.0.1+cvs20090917-11_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 file included from conf.y:12:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void DstCredit(uint32_t ipaddr, unsigned int psize);
  | ^
In file included from conf.y:12:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
  |   ^~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void Credit(struct Statistics *Stats, const struct ip *ip);
  | ^~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
  | ^~
flex -Pbdconfig_ -s -i -t -I conf.l > conf.l.c
gcc -g -O2  -I/usr/local/include -DHAVE_CONFIG_H -c -o conf.l.o conf.l.c
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H   -c -o pgsql.o pgsql.c
In file included from pgsql.c:1:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void DstCredit(uint32_t ipaddr, unsigned int psize);
  | ^
In file included from pgsql.c:1:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
  |   ^~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void Credit(struct Statistics *Stats, const struct ip *ip);
  | ^~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
  | ^~
pgsql.c:418:13: warning: ‘pgsqllngjmp’ defined but not used [-Wunused-function]
  418 | static void pgsqllngjmp(int signal)
  | ^~~
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H   -c -o extensions.o 
extensions.c
In file included from extensions.c:1:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void DstCredit(uint32_t ipaddr, unsigned int psize);
  | ^
In file included from extensions.c:1:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
  |   ^~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void Credit(struct Statistics *Stats, const struct ip *ip);
  | ^~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
  | ^~
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H bandwidthd.o graph.o 
conf.tab.o conf.l.o pgsql.o extensions.o -o bandwidthd -L/usr/local/lib -lpcap 
-lgd -lpng -lm -lresolv -lnsl  
/usr/bin/ld: graph.o:/<>/bandwidthd.h:137: multiple definition of 
`SubnetTable'; bandwidthd.o:/<>/bandwidthd.h:137: first defined 
here
/usr/bin/ld: graph.o:/<>/bandwidthd.h:160: multiple definition of 
`IpTable'; bandwidthd.o:/<>/bandwidthd.h:160: first defined here
/usr/bin/ld: conf.tab.o:/<>/bandwidthd.h:160: multiple definition 
of `IpTable'; bandwidthd.o:/<>/bandwidthd.h:160: first defined here
/usr/bin/ld: conf.tab.o:/<>/bandwidthd.h:137: multiple definition 
of `SubnetTable'; bandw

Bug#957022: aumix: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:aumix
Version: 2.9.1-6
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/aumix_2.9.1-6_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

[...]
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_keys'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_load'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_mute'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_only'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_quit'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_save'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/interactive.h:10: 
multiple definition of `key_undo'; 
common.o:./build/gtk/src/../../../src/interactive.h:10: first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelbalance'; common.o:./build/gtk/src/../../../src/gtk.h:26: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelright'; common.o:./build/gtk/src/../../../src/gtk.h:26: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelleft'; common.o:./build/gtk/src/../../../src/gtk.h:26: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelcent'; common.o:./build/gtk/src/../../../src/gtk.h:26: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelzero'; common.o:./build/gtk/src/../../../src/gtk.h:26: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:26: multiple 
definition of `labelrec'; common.o:./build/gtk/src/../../../src/gtk.h:26: first 
defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:25: multiple 
definition of `visible'; common.o:./build/gtk/src/../../../src/gtk.h:25: first 
defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:25: multiple 
definition of `valuesvisible'; common.o:./build/gtk/src/../../../src/gtk.h:25: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:25: multiple 
definition of `recplayvisible'; common.o:./build/gtk/src/../../../src/gtk.h:25: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:25: multiple 
definition of `balancevisible'; common.o:./build/gtk/src/../../../src/gtk.h:25: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:25: multiple 
definition of `menuvisible'; common.o:./build/gtk/src/../../../src/gtk.h:25: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:24: multiple 
definition of `rpcallback'; common.o:./build/gtk/src/../../../src/gtk.h:24: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:23: multiple 
definition of `lvlcallback'; common.o:./build/gtk/src/../../../src/gtk.h:23: 
first defined here
/usr/bin/ld: interactive.o:./build/gtk/src/../../../src/gtk.h:22: multiple 
definition of `balcallback'; common.o:./build/gtk/src/../../../src/gtk.h:22: 
first defined here

Bug#957044: binutils-m68hc1x: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:binutils-m68hc1x
Version: 1:2.18-9
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/binutils-m68hc1x_2.18-9_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

[...]
../../binutils-2.18/gas/config/obj-elf.c:113:22: warning: cast between 
incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ 
[-Wcast-function-type]
  113 |   {"vtable_inherit", (void (*) (int)) &obj_elf_vtable_inherit, 0},
  |  ^
../../binutils-2.18/gas/config/obj-elf.c:114:20: warning: cast between 
incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ 
[-Wcast-function-type]
  114 |   {"vtable_entry", (void (*) (int)) &obj_elf_vtable_entry, 0},
  |^
../../binutils-2.18/gas/config/obj-elf.c:121:13: warning: cast between 
incompatible function types from ‘char * (*)(int)’ to ‘void (*)(int)’ 
[-Wcast-function-type]
  121 |   { "file", (void (*) (int)) dwarf2_directive_file, 0 },
  | ^
In file included from ../../binutils-2.18/gas/as.h:147,
 from ../../binutils-2.18/gas/config/obj-elf.c:24:
../../binutils-2.18/gas/config/obj-elf.c: In function 
‘obj_elf_init_stab_section’:
../bfd/bfd.h:361:83: warning: right-hand operand of comma expression has no 
effect [-Wunused-value]
  361 | #define bfd_set_section_alignment(bfd, ptr, val) 
(((ptr)->alignment_power = (val)),TRUE)
  |  
~^~
../../binutils-2.18/gas/config/obj-elf.c:1639:3: note: in expansion of macro 
‘bfd_set_section_alignment’
 1639 |   bfd_set_section_alignment (stdoutput, seg, 2);
  |   ^
../../binutils-2.18/gas/config/obj-elf.c: In function 
‘obj_elf_parse_section_letters’:
../../binutils-2.18/gas/config/obj-elf.c:755:7: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  755 |if (*(str - 1) == 'a')
  |   ^
../../binutils-2.18/gas/config/obj-elf.c:765:2: note: here
  765 |  default:
  |  ^~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.18/gas -I. 
-D_GNU_SOURCE -I. -I../../binutils-2.18/gas -I../bfd 
-I../../binutils-2.18/gas/config -I../../binutils-2.18/gas/../include 
-I../../binutils-2.18/gas/.. -I../../binutils-2.18/gas/../bfd 
-DLOCALEDIR="\"/usr/share/locale\""   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -c 
../../binutils-2.18/gas/config/atof-ieee.c
/bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -W -Wall 
-Wstrict-prototypes -Wmissing-prototypes -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -U_FORTIFY_SOURCE   -o as-new  app.o as.o 
atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o 
flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o 
input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o 
remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-m68hc11.o obj-elf.o 
atof-ieee.o  ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a 
  
libtool: link: x86_64-linux-gnu-gcc -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -o 
as-new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o 
ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o 
hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o 
output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o 
tc-m68hc11.o obj-elf.o atof-ieee.o  ../opcodes/.libs/libopcodes.a 
../bfd/.libs/libbfd.a ../libiberty/libiberty.a
/usr/bin/ld: as.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple 
definition of `dw

Bug#957075: cellwriter: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:cellwriter
Version: 1.3.6-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/cellwriter_1.3.6-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

[...]
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from src/common.h:23,
 from src/statusicon.c:24:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
  | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtk.h:126,
 from src/common.h:23,
 from src/singleinstance.c:24:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
  |   ^~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from src/common.h:23,
 from src/singleinstance.c:24:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
  |^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
 from /usr/include/gtk-2.0/gtk/gtk.h:126,
 from src/common.h:23,
 from src/statusicon.c:24:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
  |   ^~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from src/common.h:23,
 from src/statusicon.c:24:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
  |^
gcc -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/cellwriter\" -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -o cellwriter main.o window.o keyevent.o 
cellwidget.o recognize.o stroke.o options.o averages.o wordfreq.o preprocess.o 
keywidget.o singleinstance.o statusicon.o  -lgtk-x11-2.0 -lgdk-x11-2.0 
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lX11 -lXtst 
-lXtst -lX11 -lgtk-x1

Bug#957092: coinor-vol: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:coinor-vol
Version: 1.5.4-3
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/coinor-vol_1.5.4-3_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

[...]
make[3]: Leaving directory '/<>/Vol/src'
make[3]: Entering directory '/<>/Vol'
make[4]: Entering directory '/<>/Vol'
test -z "/usr/share/coin/doc/Vol" || /bin/mkdir -p 
"/<>/debian/tmp/usr/share/coin/doc/Vol"
for file in README AUTHORS LICENSE ; do \
  if test -f "$file"; then dir=; else dir="./"; fi; \
  if test -f "$dir$file"; then /usr/bin/install -c -m 644 "$dir$file" 
"/<>/debian/tmp/usr/share/coin/doc/Vol/$file"; fi; \
done 
 /bin/mkdir -p '/<>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
 /usr/bin/install -c -m 644 vol.pc 
'/<>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
make  install-data-hook
make[5]: Entering directory '/<>/Vol'
echo -L/usr/lib -lVol  > 
/<>/debian/tmp/usr/share/coin/doc/Vol/vol_addlibs.txt
make[5]: Leaving directory '/<>/Vol'
make[4]: Leaving directory '/<>/Vol'
make[3]: Leaving directory '/<>/Vol'
make[2]: Leaving directory '/<>/Vol'
make[2]: Entering directory '/<>'
make[3]: Entering directory '/<>'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<>'
make[2]: Leaving directory '/<>'
make[1]: Leaving directory '/<>'
   dh_install
   dh_installdocs
dh_installdocs: warning: Cannot auto-detect main package for coinor-libvol-doc. 
 If the default is wrong, please use --doc-main-package
   dh_installchangelogs
   debian/rules override_dh_installexamples
make[1]: Entering directory '/<>'
dh_installexamples -X.in
dh_installexamples: warning: Cannot auto-detect main package for 
coinor-libvol-doc.  If the default is wrong, please use --doc-main-package
make[1]: Leaving directory '/<>'
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
dh_missing: warning: usr/share/coin/doc/Vol/LICENSE exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/coin/doc/Vol/vol_addlibs.txt exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/coin/doc/Vol/AUTHORS exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/coin/doc/Vol/README exists in debian/tmp but is 
not installed to anywhere
The following debhelper tools have reported what they installed (with 
files per package)
 * dh_install: coinor-libvol-dev (5), coinor-libvol-doc (0), 
coinor-libvol1 (2)
 * dh_installdocs: coinor-libvol-dev (0), coinor-libvol-doc (3), 
coinor-libvol1 (0)
 * dh_installexamples: coinor-libvol-dev (0), coinor-libvol-doc (3), 
coinor-libvol1 (0)
If the missing files are installed by another tool, please file a bug 
against it.
When filing the report, if the tool is not part of debhelper itself, 
please reference the
"Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
for debhelper (10.6.3+).
  (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
when only a subset is built
For a short-term work-around: Add the files to debian/not-installed
   dh_dwz
   dh_strip
   dh_makeshlibs
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/coinor-libvol1/DEBIAN/symbols doesn't match 
completely debian/coinor-libvol1.symbols
--- debian/coinor-libvol1.symbols (coinor-libvol1_1.5.4-3_amd64)
+++ dpkg-gensymbolsCQospT   2020-02-26 12:30:04.281032028 +
@@ -27,4 +27,4 @@
  _ZNK11VOL_problem10power_heurERK10VOL_primalS2_RK8VOL_dual@Base 1.5.4
  _ZNK11VOL_problem15readjust_targetEdd@Base 1.5.4
  _ZNK8VOL_dual6ascentERK11VOL_dvectorS2_@Base 1.5.4
- 
_ZNSt7__cxx1112basic_s

Bug#957120: darksnow: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:darksnow
Version: 0.7.1-2
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/darksnow_0.7.1-2_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

[...]
/usr/bin/ld: tooltips.o:./global.h:124: multiple definition of `combo_bitrate'; 
darksnow.o:(.bss+0x318): first defined here
/usr/bin/ld: tooltips.o:./global.h:123: multiple definition of `label_bitrate'; 
darksnow.o:(.bss+0x310): first defined here
/usr/bin/ld: tooltips.o:./global.h:122: multiple definition of `combo_format'; 
darksnow.o:(.bss+0x308): first defined here
/usr/bin/ld: tooltips.o:./global.h:121: multiple definition of `label_format'; 
darksnow.o:(.bss+0x300): first defined here
/usr/bin/ld: tooltips.o:./global.h:120: multiple definition of `combo_icecast'; 
darksnow.o:(.bss+0x2f8): first defined here
/usr/bin/ld: tooltips.o:./global.h:119: multiple definition of `label_icecast'; 
darksnow.o:(.bss+0x2f0): first defined here
/usr/bin/ld: tooltips.o:./global.h:116: multiple definition of `entry_genre'; 
darksnow.o:(.bss+0x2e8): first defined here
/usr/bin/ld: tooltips.o:./global.h:115: multiple definition of `label_genre'; 
darksnow.o:(.bss+0x2e0): first defined here
/usr/bin/ld: tooltips.o:./global.h:114: multiple definition of `entry_url'; 
darksnow.o:(.bss+0x2d8): first defined here
/usr/bin/ld: tooltips.o:./global.h:113: multiple definition of `label_url'; 
darksnow.o:(.bss+0x2d0): first defined here
/usr/bin/ld: tooltips.o:./global.h:112: multiple definition of 
`entry_description'; darksnow.o:(.bss+0x2c8): first defined here
/usr/bin/ld: tooltips.o:./global.h:111: multiple definition of 
`label_description'; darksnow.o:(.bss+0x2c0): first defined here
/usr/bin/ld: tooltips.o:./global.h:110: multiple definition of 
`entry_radioname'; darksnow.o:(.bss+0x2b8): first defined here
/usr/bin/ld: tooltips.o:./global.h:109: multiple definition of 
`label_radioname'; darksnow.o:(.bss+0x2b0): first defined here
/usr/bin/ld: tooltips.o:./global.h:107: multiple definition of `label_pass'; 
darksnow.o:(.bss+0x2a0): first defined here
/usr/bin/ld: tooltips.o:./global.h:105: multiple definition of 
`label_mountpoint'; darksnow.o:(.bss+0x290): first defined here
/usr/bin/ld: tooltips.o:./global.h:103: multiple definition of `label_port'; 
darksnow.o:(.bss+0x280): first defined here
/usr/bin/ld: tooltips.o:./global.h:101: multiple definition of `label_server'; 
darksnow.o:(.bss+0x270): first defined here
/usr/bin/ld: tooltips.o:./global.h:97: multiple definition of 
`label_remotedump'; darksnow.o:(.bss+0x260): first defined here
/usr/bin/ld: tooltips.o:./global.h:94: multiple definition of 
`button_localdump'; darksnow.o:(.bss+0x248): first defined here
/usr/bin/ld: tooltips.o:./global.h:90: multiple definition of 
`table_description'; darksnow.o:(.bss+0x240): first defined here
/usr/bin/ld: tooltips.o:./global.h:89: multiple definition of 
`label_notebook_description'; darksnow.o:(.bss+0x238): first defined here
/usr/bin/ld: tooltips.o:./global.h:88: multiple definition of `table_audio'; 
darksnow.o:(.bss+0x230): first defined here
/usr/bin/ld: tooltips.o:./global.h:87: multiple definition of 
`label_notebook_audio'; darksnow.o:(.bss+0x228): first defined here
/usr/bin/ld: tooltips.o:./global.h:86: multiple definition of `table_server'; 
darksnow.o:(.bss+0x220): first defined here
/usr/bin/ld: tooltips.o:./global.h:85: multiple definition of 
`label_notebook_server'; darksnow.o:(.bss+0x218): first defined here
/usr/bin/ld: tooltips.o:./global.h:84: multiple definition of `notebook'; 
darksnow.o:(.bss+0x210): first defined here
/usr/bin/ld: tooltips.o:./global.h:81: multiple definition of `file_localdump'; 
darksnow.o:(.bss+0x208): first defined here
/usr/bin/ld: tooltips.o:./global.h:80: multiple definition of `file_save'; 
darksnow.o:(.bss+0x200): first defined here
/usr/bin/ld: tooltips.o:./global.h:79: multiple definition of `file_open'; 

Bug#957121: dbacl: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:dbacl
Version: 1.14.1-2
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/dbacl_1.14.1-2_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

[...]
cat hmine.1in \
| sed -e "s|[@]VERSION@|1.14.1|g" \
| sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
| sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
> hmine.1
cat hypex.1in \
| sed -e "s|[@]VERSION@|1.14.1|g" \
| sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
| sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
> hypex.1
make[3]: Leaving directory '/<>/man'
Making all in ts
make[3]: Entering directory '/<>/ts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<>/ts'
Making all in TREC
make[3]: Entering directory '/<>/TREC'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<>/TREC'
Making all in contrib
make[3]: Entering directory '/<>/contrib'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<>/contrib'
make[3]: Entering directory '/<>'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<>'
make[2]: Leaving directory '/<>'
make[1]: Leaving directory '/<>'
   dh_auto_test
make -j4 check VERBOSE=1
make[1]: Entering directory '/<>'
Making check in doc
make[2]: Entering directory '/<>/doc'
Making check in chess
make[3]: Entering directory '/<>/doc/chess'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<>/doc/chess'
make[3]: Entering directory '/<>/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<>/doc'
make[2]: Leaving directory '/<>/doc'
Making check in src
make[2]: Entering directory '/<>/src'
Making check in .
make[3]: Entering directory '/<>/src'
make  icheck pcheck
make[4]: Entering directory '/<>/src'
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 
-funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o icheck.o icheck.c
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 
-funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DTEST_PARSER ./hparse.c ./rfc822.c ./rfc2822.c util.o 
fram.o jenkins2.o -o pcheck -Wl,-z,relro -Wl,-z,now
./hparse.c: In function ‘main’:
./hparse.c:1036:12: warning: variable ‘h’ set but not used 
[-Wunused-but-set-variable]
 1036 |   hline_t *h = NULL;
  |^
gcc -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -o icheck icheck.o fram.o 
catfun.o util.o fh.o probs.o jenkins.o jenkins2.o mtherr.o igam.o gamma.o 
const.o polevl.o isnan.o ndtr.o mb.o wc.o -lm 
/usr/bin/ld: fram.o:./src/fram.c:30: multiple definition of `inputline'; 
icheck.o:./src/icheck.c:44: first defined here
/usr/bin/ld: fram.o:./src/fram.c:29: multiple definition of `inputfile'; 
icheck.o:./src/icheck.c:43: first defined here
/usr/bin/ld: fram.o:./src/fram.c:28: multiple definition of `progname'; 
icheck.o:./src/icheck.c:42: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:557: icheck] Error 1
make[4]: *** Waiting for unfinished jobs
make[4]: Leaving directory '/<>/src'
make[3]: *** [Makefile:815: check-am] Error 2
make[3]: Leaving directory '/<>/src'
make[2]: *** [Makefile:664: check-recursive] Error 1
make[2]: Leaving directory '/<>/src'
make[1]: *** [Makefile:372: check-recursive] Error 1
make[1]: Leaving directory '/<>'
dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit stat

Bug#957106: cpu: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:cpu
Version: 1.4.3-12
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/cpu_1.4.3-12_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

[...]
libtool: link: gcc -shared  -fPIC -DPIC  .libs/bitvector.o .libs/getopt.o 
.libs/getopt1.o .libs/xmem.o .libs/helper.o .libs/cgetpwent.o 
.libs/parseconfig.o .libs/dll.o .libs/base64.o .libs/md5.o .libs/sha1.o 
.libs/hash.o .libs/fileaction.o .libs/parser.o   -lldap -llber -lcrack -lcrypt 
-ldl  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   
-Wl,-soname -Wl,libcputil.so.0 -o .libs/libcputil.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libcputil.so.0" && ln -s 
"libcputil.so.0.0.0" "libcputil.so.0")
libtool: link: (cd ".libs" && rm -f "libcputil.so" && ln -s 
"libcputil.so.0.0.0" "libcputil.so")
libtool: link: ar cr .libs/libcputil.a  bitvector.o getopt.o getopt1.o xmem.o 
helper.o cgetpwent.o parseconfig.o dll.o base64.o md5.o sha1.o hash.o 
fileaction.o parser.o
libtool: link: ranlib .libs/libcputil.a
libtool: link: ( cd ".libs" && rm -f "libcputil.la" && ln -s "../libcputil.la" 
"libcputil.la" )
make[4]: Leaving directory '/<>/src/util'
make[3]: Leaving directory '/<>/src/util'
Making all in main
make[3]: Entering directory '/<>/src/main'
Making all in .
make[4]: Entering directory '/<>/src/main'
gcc -DHAVE_CONFIG_H -I. -I../../src/include   -Wdate-time -D_FORTIFY_SOURCE=2 
-DCONFIGFILE=\"/etc/cpu/cpu.conf\" -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DLDAP_DEPRECATED -w 
-c -o cpu.o cpu.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc 
-DCONFIGFILE=\"/etc/cpu/cpu.conf\" -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DLDAP_DEPRECATED -w  
-Wl,-z,relro -Wl,-z,now -o cpu cpu.o ../../src/util/libcputil.la -lldap -llber 
-lcrack -lcrypt -ldl 
libtool: link: gcc -DCONFIGFILE=\"/etc/cpu/cpu.conf\" -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLDAP_DEPRECATED -w -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
.libs/cpu cpu.o  ../../src/util/.libs/libcputil.so -lldap -llber -lcrack 
-lcrypt -ldl
make[4]: Leaving directory '/<>/src/main'
make[3]: Leaving directory '/<>/src/main'
Making all in plugins
make[3]: Entering directory '/<>/src/plugins'
Making all in .
make[4]: Entering directory '/<>/src/plugins'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<>/src/plugins'
Making all in ldap
make[4]: Entering directory '/<>/src/plugins/ldap'
Making all in .
make[5]: Entering directory '/<>/src/plugins/ldap'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../src/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLDAP_DEPRECATED -w -c -o ldap_errors.lo ldap_errors.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../src/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLDAP_DEPRECATED -w -c -o commandline.lo commandline.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../src/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLDAP_DEPRECATED -w -c -o cat.lo cat.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../src/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLDAP_DEPRECATED -w -c -o user.lo user.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../src/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DLDA

Bug#957114: ctwm: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:ctwm
Version: 3.7-4
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/ctwm_3.7-4_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

[...]
gcc -g -O2 -fno-strict-aliasing -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO-DUSEM4 -DGNOME  -DXPM -DJPEG -DX11R6 -DSOUNDS  -DI18N  
-DUSE_GNU_REGEX  `dpkg-buildflags --get CPPFLAGS`  -c -o workmgr.o workmgr.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
 from /usr/include/stdio.h:27,
 from workmgr.c:26:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
gcc -g -O2 -fno-strict-aliasing -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO-DUSEM4 -DGNOME  -DXPM -DJPEG -DX11R6 -DSOUNDS  -DI18N  
-DUSE_GNU_REGEX  `dpkg-buildflags --get CPPFLAGS`  -c -o windowbox.o windowbox.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
 from /usr/include/stdio.h:27,
 from windowbox.c:28:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
gcc -g -O2 -fno-strict-aliasing -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO-DUSEM4 -DGNOME  -DXPM -DJPEG -DX11R6 -DSOUNDS  -DI18N  
-DUSE_GNU_REGEX  `dpkg-buildflags --get CPPFLAGS`  -c -o clicktofocus.o 
clicktofocus.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
 from /usr/include/X11/Xlib.h:38,
 from twm.h:81,
 from clicktofocus.h:4,
 from clicktofocus.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
gcc -g -O2 -fno-strict-aliasing -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO-DUSEM4 -DGNOME  -DXPM -DJPEG -DX11R6 -DSOUNDS  -DI18N  
-DUSE_GNU_REGEX  `dpkg-buildflags --get CPPFLAGS`  -c -o vscreen.o vscreen.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
 from /usr/include/stdio.h:27,
 from vscreen.c:28:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DE

Bug#957261: gdome2: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:gdome2
Version: 0.8.1+debian-6
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/gdome2_0.8.1+debian-6_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

[...]
make[4]: Entering directory '/<>/libgdome'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome.lo -MD -MP -MF .deps/gdome.Tpo -c -o gdome.lo gdome.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT gdome.lo 
-MD -MP -MF .deps/gdome.Tpo -c gdome.c  -fPIC -DPIC -o .libs/gdome.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT gdome.lo 
-MD -MP -MF .deps/gdome.Tpo -c gdome.c -o gdome.o >/dev/null 2>&1
mv -f .deps/gdome.Tpo .deps/gdome.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-events.lo -MD -MP -MF .deps/gdome-events.Tpo -c -o gdome-events.lo 
gdome-events.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-events.lo -MD -MP -MF .deps/gdome-events.Tpo -c gdome-events.c  -fPIC 
-DPIC -o .libs/gdome-events.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-events.lo -MD -MP -MF .deps/gdome-events.Tpo -c gdome-events.c -o 
gdome-events.o >/dev/null 2>&1
mv -f .deps/gdome-events.Tpo .deps/gdome-events.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-xpath.lo -MD -MP -MF .deps/gdome-xpath.Tpo -c -o gdome-xpath.lo 
gdome-xpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-xpath.lo -MD -MP -MF .deps/gdome-xpath.Tpo -c gdome-xpath.c  -fPIC -DPIC 
-o .libs/gdome-xpath.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../libgdome 
-I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-xpath.lo -MD -MP -MF .deps/gdome-xpath.Tpo -c gdome-xpath.c -o 
gdome-xpath.o >/dev/null 2>&1
mv -f .deps/gdome-xpath.Tpo .deps/gdome-xpath.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -ansi -g -O2 -MT 
gdome-util.lo -MD -MP -MF .deps/gdome-util.Tpo -c -o gdome-util.lo gdome-util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I

Bug#957287: gnomint: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:gnomint
Version: 1.3.0-2
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/gnomint_1.3.0-2_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

[...]
tls.c:1112:12: warning: argument 1 null where non-null expected [-Wnonnull]
 1112 |   else if (strcasecmp (aux, GNUTLS_KP_TIME_STAMPING) == 0)
  |^
In file included from /usr/include/string.h:432,
 from tls.c:21:
/usr/include/strings.h:116:12: note: in a call to function ‘strcasecmp’ 
declared here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
  |^~
tls.c:1114:12: warning: argument 1 null where non-null expected [-Wnonnull]
 1114 |   else if (strcasecmp (aux, GNUTLS_KP_OCSP_SIGNING) == 0)
  |^~~~
In file included from /usr/include/string.h:432,
 from tls.c:21:
/usr/include/strings.h:116:12: note: in a call to function ‘strcasecmp’ 
declared here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
  |^~
tls.c:1116:12: warning: argument 1 null where non-null expected [-Wnonnull]
 1116 |   else if (strcasecmp (aux, GNUTLS_KP_ANY) == 0)
  |^~~
In file included from /usr/include/string.h:432,
 from tls.c:21:
/usr/include/strings.h:116:12: note: in a call to function ‘strcasecmp’ 
declared here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
  |^~
libtool: link: gcc -I.. -I.. -pthread -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/p11-kit-1 
-DPACKAGE_DATA_DIR=\"/usr/share\" -DCOMPILATION_DATE=1582720921 -DHAVE_CONFIG_H 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -o gnomint 
gnomint-main.o gnomint-country_table.o gnomint-new_ca_window.o 
gnomint-new_req_window.o gnomint-new_cert.o gno
 mint-creation_process_window.o gnomint-dialog.o gnomint-ca.o 
gnomint-ca_creation.o gnomint-tls.o gnomint-ca_file.o 
gnomint-certificate_properties.o gnomint-ca_policy.o gnomint-csr_creation.o 
gnomint-csr_properties.o gnomint-pkey_manage.o gnomint-preferences-gui.o 
gnomint-preferences-window.o gnomint-crl.o gnomint-uint160.o gnomint-import.o 
gnomint-export.o -pthread -Wl,--export-dynamic  -lgthread-2.0 -lgtk-3 -lgdk-3 
-lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgio-2.0 
-lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lgnutls -L/usr/lib/x86_64-linux-gnu 
-lgcrypt /usr/lib/x86_64-linux-gnu/libsqlite3.so -pthread
/usr/bin/ld: gnomint-new_ca_window.o:./src/ca_file.h:102: multiple definition 
of `CaFileCSRColumns'; gnomint-main.o:./src/ca_file.h:102: first defined here
/usr/bin/ld: gnomint-new_ca_window.o:./src/ca_file.h:94: multiple definition of 
`CaFileCertColumns'; gnomint-main.o:./src/ca_file.h:94: first defined here
/usr/bin/ld: gnomint-new_ca_window.o:./src/ca_file.h:79: multiple definition of 
`CaFileCAColumns'; gnomint-main.o:./src/ca_file.h:79: first defined here
/usr/bin/ld: gnomint-new_req_window.o:./src/ca_file.h:102: multiple definition 
of `CaFileCSRColumns'; gnomint-main.o:./src/ca_file.h:102: first defined here
/usr/bin/ld: gnomint-new_req_window.o:./src/ca_file.h:94: multip

Bug#957281: gnomad2: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:gnomad2
Version: 2.9.6-5
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/gnomad2_2.9.6-5_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

[...]
/usr/bin/ld: xfer.o:./src/common.h:145: multiple definition of 
`jukebox_locked'; id3read.o:./src/common.h:145: first defined here
/usr/bin/ld: xfer.o:./src/common.h:135: multiple definition of 
`playlist_widgets'; id3read.o:./src/common.h:135: first defined here
/usr/bin/ld: xfer.o:./src/common.h:138: multiple definition of `progress_bar'; 
id3read.o:./src/common.h:138: first defined here
/usr/bin/ld: xfer.o:./src/common.h:148: multiple definition of 
`cancel_jukebox_operation'; id3read.o:./src/common.h:148: first defined here
/usr/bin/ld: xfer.o:./src/common.h:151: multiple definition of `gnomad_debug'; 
id3read.o:./src/common.h:151: first defined here
/usr/bin/ld: xfer.o:./src/common.h:142: multiple definition of 
`selected_target_playlists'; id3read.o:./src/common.h:142: first defined here
/usr/bin/ld: xfer.o:./src/common.h:141: multiple definition of 
`jukebox_playlist'; id3read.o:./src/common.h:141: first defined here
/usr/bin/ld: xfer.o:./src/common.h:134: multiple definition of `data_widgets'; 
id3read.o:./src/common.h:134: first defined here
/usr/bin/ld: data.o:./src/common.h:145: multiple definition of 
`jukebox_locked'; id3read.o:./src/common.h:145: first defined here
/usr/bin/ld: data.o:./src/common.h:138: multiple definition of `progress_bar'; 
id3read.o:./src/common.h:138: first defined here
/usr/bin/ld: data.o:./src/common.h:148: multiple definition of 
`cancel_jukebox_operation'; id3read.o:./src/common.h:148: first defined here
/usr/bin/ld: data.o:./src/common.h:134: multiple definition of `data_widgets'; 
id3read.o:./src/common.h:134: first defined here
/usr/bin/ld: data.o:./src/common.h:151: multiple definition of `gnomad_debug'; 
id3read.o:./src/common.h:151: first defined here
/usr/bin/ld: data.o:./src/common.h:142: multiple definition of 
`selected_target_playlists'; id3read.o:./src/common.h:142: first defined here
/usr/bin/ld: data.o:./src/common.h:141: multiple definition of 
`jukebox_playlist'; id3read.o:./src/common.h:141: first defined here
/usr/bin/ld: data.o:./src/common.h:135: multiple definition of 
`playlist_widgets'; id3read.o:./src/common.h:135: first defined here
/usr/bin/ld: data.o:./src/common.h:133: multiple definition of 
`transfer_widgets'; id3read.o:./src/common.h:133: first defined here
/usr/bin/ld: player.o:./src/common.h:148: multiple definition of 
`cancel_jukebox_operation'; id3read.o:./src/common.h:148: first defined here
/usr/bin/ld: player.o:./src/common.h:151: multiple definition of 
`gnomad_debug'; id3read.o:./src/common.h:151: first defined here
/usr/bin/ld: player.o:./src/common.h:145: multiple definition of 
`jukebox_locked'; id3read.o:./src/common.h:145: first defined here
/usr/bin/ld: player.o:./src/common.h:142: multiple definition of 
`selected_target_playlists'; id3read.o:./src/common.h:142: first defined here
/usr/bin/ld: player.o:./src/common.h:141: multiple definition of 
`jukebox_playlist'; id3read.o:./src/common.h:141: first defined here
/usr/bin/ld: player.o:./src/common.h:138: multiple definition of 
`progress_bar'; id3read.o:./src/common.h:138: first defined here
/usr/bin/ld: player.o:./src/common.h:135: multiple definition of 
`playlist_widgets'; id3read.o:./src/common.h:135: first defined here
/usr/bin/ld: player.o:./src/common.h:134: multiple definition of 
`data_widgets'; id3read.o:./src/common.h:134: first defined here
/usr/bin/ld: player.o:./src/common.h:133: multiple definition of 
`transfer_widgets'; id3read.o:./src/common.h:133: first defined here
/usr/bin/ld: metadata.o:./src/common.h:134: multiple definition of 
`data_widgets'; id3read.o:./src/common.h:134: first defined here
/usr/bin/ld: metadata.o:./src/common.h:133: multiple definition of 
`transfer_widgets'; id3read

Bug#957308: grdesktop: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:grdesktop
Version: 0.23+d040330-5
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/grdesktop_0.23+d040330-5_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

[...]
/usr/bin/ld: rdpparse.o:./src/global.h:85: multiple definition of 
`combo_host2'; main.o:./src/global.h:85: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:84: multiple definition of `combo_host'; 
main.o:./src/global.h:84: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:83: multiple definition of `btn_option'; 
main.o:./src/global.h:83: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:82: multiple definition of `btn_cancel'; 
main.o:./src/global.h:82: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:81: multiple definition of 
`btn_connect'; main.o:./src/global.h:81: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:80: multiple definition of `box_option'; 
main.o:./src/global.h:80: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:79: multiple definition of `box_server'; 
main.o:./src/global.h:79: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:78: multiple definition of 
`image_process'; main.o:./src/global.h:78: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:77: multiple definition of 
`image_normal'; main.o:./src/global.h:77: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:76: multiple definition of 
`window_main'; main.o:./src/global.h:76: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:73: multiple definition of `gcfg'; 
main.o:./src/global.h:73: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:71: multiple definition of 
`sound_options'; main.o:./src/global.h:71: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:70: multiple definition of `colors'; 
main.o:./src/global.h:70: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:69: multiple definition of `screensize'; 
main.o:./src/global.h:69: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:68: multiple definition of 
`rdp_protocols'; main.o:./src/global.h:68: first defined here
/usr/bin/ld: rdpparse.o:./src/global.h:67: multiple definition of `hostnames'; 
main.o:./src/global.h:67: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:72: multiple definition of `config'; 
main.o:./src/global.h:72: first defined here
/usr/bin/ld: sshbox.o:./src/sshbox.h:31: multiple definition of 
`check_enablessh'; optbox.o:./src/sshbox.h:31: first defined here
/usr/bin/ld: sshbox.o:./src/sshbox.h:32: multiple definition of `input_user'; 
optbox.o:./src/sshbox.h:32: first defined here
/usr/bin/ld: sshbox.o:./src/sshbox.h:32: multiple definition of `input_host'; 
optbox.o:./src/sshbox.h:32: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:108: multiple definition of 
`check_sshopts'; main.o:./src/global.h:108: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:76: multiple definition of `window_main'; 
main.o:./src/global.h:76: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:109: multiple definition of `btn_sshopts'; 
main.o:./src/global.h:109: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:107: multiple definition of 
`combo_clientname'; main.o:./src/global.h:107: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:106: multiple definition of 
`check_attconsole'; main.o:./src/global.h:106: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:105: multiple definition of 
`check_wmkeybindings'; main.o:./src/global.h:105: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:104: multiple definition of 
`check_noencr'; main.o:./src/global.h:104: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:103: multiple definition of 
`check_hidewmdecoration'; main.o:./src/global.h:103: first defined here
/usr/bin/ld: sshbox.o:./src/global.h:102: multiple definition of 
`check_motionevt'; main.o:./src/global.h:102: first defined h

Bug#957320: gtkpod: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:gtkpod
Version: 2.1.5-7
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/gtkpod_2.1.5-7_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

[...]
  |   ^
context_menus.c: In function ‘add_edit_track_details’:
context_menus.c:270:5: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  270 | return hookup_menu_item(menu, _("Edit Track Details"), 
GTK_STOCK_PREFERENCES, G_CALLBACK (edit_track_details), NULL);
  | ^~
context_menus.c: In function ‘add_copy_track_to_filesystem’:
context_menus.c:293:15: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  293 |   GTK_STOCK_SAVE_AS,
  |   ^
In file included from autodetection.c:39:
misc.h:86:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
   86 | float get_ms_since (GTimeVal *old_time, gboolean update);
  | ^
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
 from /usr/include/glib-2.0/glib.h:30,
 from /usr/include/glib-2.0/glib/gi18n-lib.h:21,
 from autodetection.c:34:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
  |^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" 
-DPACKAGE_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu\" -DPACKAGE_SRC_DIR=\".\" 
-DGTKPOD_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/gtkpod\" 
-DGTKPOD_DATA_DIR=\"/usr/share/gtkpod/data\" 
-DGTKPOD_DOC_DIR=\"/usr/share/gtkpod/doc\" 
-DGTKPOD_UI_DIR=\"/usr/share/gtkpod/data/ui\" 
-DGTKPOD_GLADE_DIR=\"/usr/share/gtkpod/data/glade\" 
-DGTKPOD_IMAGE_DIR=\"/usr/share/gtkpod/icons\" 
-DGTKPOD_SCRIPT_DIR=\"/usr/share/gtkpod/scripts\" -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wno-pointer-sign -std=gnu99 
-Werror-implicit-function-declaration -Werror=format-security -pthread 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/ca
 iro -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0
  -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gpod-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/p11-kit-1 -pthread -I/usr/include/libanjuta-3.0 
-I/usr/include/libgdl-3.0 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/p

Bug#957336: hfsplus: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:hfsplus
Version: 1.0.4-15
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/hfsplus_1.0.4-15_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

[...]
config.status: creating libhfsp/test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build
make -j1
make[2]: Entering directory '/<>'
make  all-recursive
make[3]: Entering directory '/<>'
Making all in libhfsp
make[4]: Entering directory '/<>/libhfsp'
Making all in src
make[5]: Entering directory '/<>/libhfsp/src'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o blockiter.lo blockiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c blockiter.c  -fPIC 
-DPIC -o .libs/blockiter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c blockiter.c -o 
blockiter.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o btree.lo btree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c btree.c  -fPIC 
-DPIC -o .libs/btree.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c btree.c -o btree.o 
>/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o btreecheck.lo btreecheck.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c btreecheck.c  
-fPIC -DPIC -o .libs/btreecheck.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c btreecheck.c -o 
btreecheck.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o fscheck.lo fscheck.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c fscheck.c  -fPIC 
-DPIC -o .libs/fscheck.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c fscheck.c -o 
fscheck.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o hfstime.lo hfstime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c hfstime.c  -fPIC 

Bug#957353: ifhp: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:ifhp
Version: 3.5.20-16
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/ifhp_3.5.20-16_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

[...]
config.status: creating src/extract_pjl
config.status: creating src/wrapper
config.status: creating po/Makefile.in
config.status: creating config.h
./config.status: 1: cd: can't cd to /sbuild-nonexistent
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make LDFLAGS=`dpkg-buildflags --get LDFLAGS`
make[1]: Entering directory '/<>'
rm -f ifhp.conf
sed \
-e "s,.CAT@,/bin/cat,g" \
-e "s,.FILTER_DIR@,/usr/lib/ifhp,g" \
-e "s,.A2PS@,/usr/bin/a2ps,g" \
-e "s,.GS@,/usr/bin/gs,g" \
-e "s,.GZIP@,/bin/gzip,g" \
-e "s,.FILEUTIL@,/usr/bin/file,g" \
-e "s,.PAGE_SIZE@,letter,g" \
-e "s,.FONT_DIR@,/usr/libexec/filters/fonts,g" \
-e "s,.DEVFD3@,/dev/fd/3,g" \
-e "s,.FOOMATIC@,1,g" \
-e "s,.FOOMATIC_RIP@,/usr/bin/foomatic-rip,g" \
./ifhp.conf.in >ifhp.conf
if [ "src" = po ] ; then \
for i in po/Makefile* ; do \
if [ -f "$i" ] ; then \
if grep '^mkinstalldirs.*=.*case' $i ; then \
echo "fixing broken $i which causes wrong path to mkinstalldirs 
to be used"; \
perl -spi -e 's:^mkinstalldirs\s*=\s*.*:mkinstalldirs = 
\$(SHELL) \$(MKINSTALLDIRS):' $i; \
fi \
fi \
done \
fi
if [ "src" != po -o "no" != "no" ] ; then \
cd src; /usr/bin/make localedir=/usr/share/locale \
DESTDIR= all ; \
fi
make[2]: Entering directory '/<>/src'
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o ifhp.o 
ifhp.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o 
accounting.o accounting.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o 
checkcode.o checkcode.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o 
debug.o debug.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o 
errormsg.o errormsg.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implicit-fallthrough -g -W 
-Wall -Werror -Wno-unused  -DHAVE_CONFIG_H -I. -I.. -I.  
-DIFHP_CONF=\"/etc/ifhp.conf\" -DLOCALEDIR=\"/usr/share/locale\"   -c -o 
globmatch.o globmatch.c
gcc -g -W -Wall -Werror -Wno-unused  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-unused-parameter -Wno-implic

Bug#957441: libgadu: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:libgadu
Version: 1:1.12.2-4
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/libgadu_1.12.2-4_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

[...]
Making check in lib
make[5]: Entering directory '/<>/test/manual/lib'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/<>/test/manual/lib'
make[5]: Entering directory '/<>/test/manual'
make  client userlist dcc7  
make[6]: Entering directory '/<>/test/manual'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -DGG_IGNORE_DEPRECATED 
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -c -o 
client.o client.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -DGG_IGNORE_DEPRECATED 
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -c -o 
userconfig.o userconfig.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -DGG_IGNORE_DEPRECATED 
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -c -o 
userlist.o userlist.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -DGG_IGNORE_DEPRECATED 
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -c -o dcc7.o 
dcc7.c
cat "../../src/network.c" > "libgadu-network.c"
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include  -DGG_IGNORE_DEPRECATED 
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -c -o 
libgadu-network.o libgadu-network.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -no-install 
-Wl,-z,relro -o userlist userlist.o userconfig.o ../../src/libgadu.la -lgnutls  
-pthread  -lz -lprotobuf-c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -no-install 
-Wl,-z,relro -o client client.o userconfig.o ../../src/libgadu.la -lgnutls  
-pthread  -lz -lprotobuf-c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wno-error=deprecated-declarations -no-install 
-Wl,-z,relro -o dcc7 dcc7.o userconfig.o libgadu-network.o ../../src/libgadu.la 
-lgnutls  -pthread  -lz -lprotobuf-c
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Werror 
-Wno-error=deprecated-declarations -Wl,-z -Wl,relro -o userlist userlist.o 
userconfig.o -pthread  ../../src/.libs/libgadu.so -lgnutls -lz -lprotobuf-c 
-pthread -Wl,-rpath -Wl,/<>/src/.libs
/usr/bin/ld: userconfig.o:./test/manual/userconfig.h:28: multiple definition of 
`config_ip'; userlist.o:./test/manual/userconfig.h:28: first defined here
/usr/bin/ld: userconfig.o:./test/manual/userconfig.h:31: multiple definition of 
`config_proxy'; userlist.o:./test/manual/userconfig.h:31: first defined here
/usr/bin/ld: userconfig.o:./test/manual/userconfig.h:30: multiple definition of 
`config_server'; userlist.o:./test/manual/userconfig.h:30: first defined here
/usr/bin/ld: userconfig.o:./test/manual/userconfig.h:29: multiple definition of 
`config_port'; userlist.o:./test/manual/userconfig.h:29: first defined here
/usr/bin/ld: userconfig.o:./test/manual/userconfig.h:27: multiple defini

Bug#957454: libnih: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:libnih
Version: 1.0.3-10
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/libnih_1.0.3-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

[...]
libtool: link: ( cd ".libs" && rm -f "libnih.la" && ln -s "../libnih.la" 
"libnih.la" )
make[3]: Leaving directory '/<>/nih'
Making all in nih-dbus
make[3]: Entering directory '/<>/nih-dbus'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_error.lo dbus_error.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_connection.lo dbus_connection.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_message.lo dbus_message.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_object.lo dbus_object.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_message.c  -fPIC -DPIC -o .libs/dbus_message.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_error.c  -fPIC -DPIC -o .libs/dbus_error.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_object.c  -fPIC -DPIC -o .libs/dbus_object.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_connection.c  -fPIC -DPIC -o .libs/dbus_connection.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_error.c -fPIE -o dbus_error.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. 
-I.. -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -Os -c 
dbus_message.c -fPIE -o dbus_message.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_pending_data.lo dbus_pending_data.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DLOCALEDIR="\"/usr/share/locale\"" -I.. -I.. -I../intl -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Wall -g -fstack-protector -fPIE 
-Os -c -o dbus_proxy.lo

Bug#957483: libvisual-plugins: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:libvisual-plugins
Version: 1:0.4.0+dfsg1-14
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/libvisual-plugins_0.4.0+dfsg1-14_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

[...]
  | 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o gfx-misc.lo 
gfx-misc.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o gfx-scope.lo 
gfx-scope.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c gfx-misc.c  -fPIC -DPIC -o .libs/gfx-misc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c gfx-scope.c  -fPIC -DPIC -o .libs/gfx-scope.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o screen.lo 
screen.c
gfx-scope.c: In function ‘_oink_gfx_scope_normal’:
gfx-scope.c:186:16: warning: implicit declaration of function ‘sin’ 
[-Wimplicit-function-declaration]
  186 |   fy[i] = (1 + sin(i)) * 0.5;
  |^~~
gfx-scope.c:186:16: warning: incompatible implicit declaration of built-in 
function ‘sin’
gfx-scope.c:31:1: note: include ‘’ or provide a declaration of ‘sin’
   30 | #include "gfx-scope.h"
  +++ |+#include 
   31 | 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c screen.c  -fPIC -DPIC -o .libs/screen.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o audio.lo 
audio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c audio.c  -fPIC -DPIC -o .libs/audio.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o 
gfx-analyzer.lo gfx-analyzer.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o gfx-blur.lo 
gfx-blur.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security-c -o 
gfx-palette.lo

Bug#957479: libsieve: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:libsieve
Version: 2.2.6-2
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/libsieve_2.2.6-2_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

[...]
mv -f .deps/script.Tpo .deps/script.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
 -g -O2 -Wall -I../sv_util -I../sv_parser -I../sv_interface -I../sv_include -g 
-MT message2.lo -MD -MP -MF .deps/message2.Tpo -c -o message2.lo message2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT message2.lo -MD -MP -MF 
.deps/message2.Tpo -c message2.c  -fPIC -DPIC -o .libs/message2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT message2.lo -MD -MP -MF 
.deps/message2.Tpo -c message2.c -o message2.o >/dev/null 2>&1
mv -f .deps/message2.Tpo .deps/message2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
 -g -O2 -Wall -I../sv_util -I../sv_parser -I../sv_interface -I../sv_include -g 
-MT script2.lo -MD -MP -MF .deps/script2.Tpo -c -o script2.lo script2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT script2.lo -MD -MP -MF 
.deps/script2.Tpo -c script2.c  -fPIC -DPIC -o .libs/script2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT script2.lo -MD -MP -MF 
.deps/script2.Tpo -c script2.c -o script2.o >/dev/null 2>&1
mv -f .deps/script2.Tpo .deps/script2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
 -g -O2 -Wall -I../sv_util -I../sv_parser -I../sv_interface -I../sv_include -g 
-MT context2.lo -MD -MP -MF .deps/context2.Tpo -c -o context2.lo context2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT context2.lo -MD -MP -MF 
.deps/context2.Tpo -c context2.c  -fPIC -DPIC -o .libs/context2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT context2.lo -MD -MP -MF 
.deps/context2.Tpo -c context2.c -o context2.o >/dev/null 2>&1
mv -f .deps/context2.Tpo .deps/context2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
 -g -O2 -Wall -I../sv_util -I../sv_parser -I../sv_interface -I../sv_include -g 
-MT callbacks2.lo -MD -MP -MF .deps/callbacks2.Tpo -c -o callbacks2.lo 
callbacks2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT callbacks2.lo -MD -MP 
-MF .deps/callbacks2.Tpo -c callbacks2.c  -fPIC -DPIC -o .libs/callbacks2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -MT callbacks2.lo -MD -MP 
-MF .deps/callbacks2.Tpo -c callbacks2.c -o callbacks2.o >/dev/null 2>&1
mv -f .deps/callbacks2.Tpo .deps/callbacks2.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -I../sv_util 
-I../sv_parser -I../sv_interface -I../sv_include -g -no-undefined  -o 
libinterface.la  tree.lo message.lo script.lo message2.lo script2.lo 
context2.lo callbacks2.lo  
libtool: link: ar cr .libs/libinterface.a .libs/tree.o .libs/message.o 
.libs/script.o .libs/message2.o .libs/script2.o .libs/context2.o 
.libs/callbacks2.o 
libtool: link: ranlib .libs/libinterface.a
libtool: link: ( cd ".libs" && rm -f "libinterface.la" && ln -s 
"../libinterface.la" "libinterface.la" )
make[3]: Leaving directory '/<>/src/sv_interface'
Making all in sv_util
make[3]: Entering directory '/<>/src/sv_util'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
 -g -O2 -Wall -I

Bug#957556: modglue: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:modglue
Version: 1.17-3
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/modglue_1.17-3_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 whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking system type... Unix
checking for gethostbyname... yes
checking for socket... yes
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 util.h usability... no
checking util.h presence... no
checking for util.h... no
checking for openpty in -lutil... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sigc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating modglue.pc
config.status: creating src/Makefile
config.status: creating examples/Makefile
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-maintainer-mode, --disable-dependency-tracking
   dh_auto_build -O--no-parallel
make -j1
make[1]: Entering directory '/<>'
( cd src && make );
make[2]: Entering directory '/<>/src'
libtool --tag=CXX --mode=compile g++ -c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I../include `pkg-config sigc++-2.0 --cflags` 
process.cc
libtool: compile:  g++ -c -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I../include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
process.cc  -fPIC -DPIC -o .libs/process.o
libtool: compile:  g++ -c -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I../include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
process.cc -o process.o >/dev/null 2>&1
libtool --tag=CXX --mode=compile g++ -c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I../include `pkg-config sigc++-2.0 --cflags` pipe.cc
libtool: compile:  g++ -c -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I../include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
pipe.cc  -fPIC -DPIC -o .libs/pipe.o
In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:33,
 from pipe.cc:27:
/usr/include/x86_64-linux-gnu/bits/socket.h: In member function ‘int 
modglue::pipe::send_blocking_(const char*, int)’:
/usr/include/x86_64-linux-gnu/bits/socket.h:285:33: error: flexible array 
member ‘cmsghdr::__cmsg_data’ not at end of ‘struct 
modglue::pipe::send_blocking_(const char*, int)::’
  285 | __extension__ unsigned char __cmsg_data __flexarr; /* Ancillary 
data.  */
  | ^~~
pipe.cc:241:10: note: next member ‘int modglue::pipe::send_blocking_(const 
char*, int)fd’ declared here
  241 | int  fd;
  |  ^~
pipe.cc:239:10: note: in the definition of ‘struct 
modglue::pipe::send_blocking_(const char*, int)::’
  239 |   struct {
 

Bug#957550: mmorph: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:mmorph
Version: 2.3.4.2-15
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/mmorph_2.3.4.2-15_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 memory.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking size of long... 8
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-maintainer-mode, --disable-dependency-tracking
make[1]: Leaving directory '/<>'
   dh_auto_build -O--no-parallel
make -j1
make[1]: Entering directory '/<>'
rm -f y.tab.h y.tab.c
bison -y -dvt user.y 2>&1 \
| sed -f yacc.sed
rm -f tokenstr.h
sed -f tokenstr.sed -n y.tab.h >tokenstr.h
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o 
main.c
rm -f tokenize.c
flex -8 -Ca -t tokenize.l >tokenize.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
tokenize.o tokenize.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o y.tab.o 
y.tab.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
symbols.o symbols.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o unify.o 
unify.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
bitmap.o bitmap.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o chain.o 
chain.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
output.o output.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mymalloc.o mymalloc.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
combine.o combine.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c 
-I/usr/include database.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
lookup.o lookup.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o spell.o 
spell.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c -o tfs.o 
tfs.c
tfs.c: In function ‘xdr_s_tfs’:
tfs.c:164:35: warning: passing argument 5 of ‘xdr_vector’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  164 |  (u_int) sizeof(t_value), xdr_t_value));
  |   ^~~
  |   |
  |   bool_t (*)() {aka int (*)()}
In file included from tfs.c:17:
/usr/include/rpc/xdr.h:321:34: note: expected ‘xdrproc_t’ {aka ‘int (*)(XDR *, 
void *, ...)’} but argument is of type ‘bool_t (*)()’ {aka ‘int (*)()’}
  321 |  u_int __elemsize, xdrproc_t __xdr_elem) __THROW;
  |~~^~
tfs.c: In function ‘saved_tfs_table’:
tfs.c:225:49: warning: passing argument 6 of ‘xdr_array’ from incompatible 
pointer

Bug#957569: mtink: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:mtink
Version: 1.0.16-10
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/mtink_1.0.16-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

[...]
mainSrc/alignbt.c: In function ‘popupAlignNextWindow’:
mainSrc/alignbt.c:355:18: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
  355 |align_CB(NULL,(XtPointer)(data->choices/2), NULL);
  |  ^
Compile scrtxt.c
gcc -c -o mainSrc/scrtxt.o mainSrc/scrtxt.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"-DWITH_X=1
Compile resource.c
gcc -c -o mainSrc/resource.o mainSrc/resource.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"   -DDEBUG=0 
-DPTIME=0  -DWITH_X=1
Compile rcfile.c
gcc -c -o mainSrc/rcfile.o mainSrc/rcfile.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"-DWITH_X=1
mainSrc/rcfile.c: In function ‘saveConfig’:
mainSrc/rcfile.c:180:16: warning: ignoring return value of ‘seteuid’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  180 |seteuid(getuid());
  |^
Compile cmd.c
gcc -c -o mainSrc/cmd.o mainSrc/cmd.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"   -DDEBUG=0 
-DPTIME=0 -DRDTIMEOUT=2 -DWRTIMEOUT=2000 -DWITH_X=1 -DSERVER=0
mainSrc/cmd.c: In function ‘callPrg’:
mainSrc/cmd.c:494:11: warning: variable ‘answered’ set but not used 
[-Wunused-but-set-variable]
  494 |intanswered;
  |   ^~~~
mainSrc/cmd.c: In function ‘d4Reset’:
mainSrc/cmd.c:2468:8: warning: variable ‘dataChannelOpen’ set but not used 
[-Wunused-but-set-variable]
 2468 |int dataChannelOpen = 0;
  |^~~
Compile tooltip.c
gcc -c -o mainSrc/tooltip.o mainSrc/tooltip.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"   -DDEBUG=0 
-DPTIME=0  -DWITH_X=1
Compile wheelmouse.c
gcc -c -o mainSrc/wheelmouse.o mainSrc/wheelmouse.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"   -DDEBUG=0 
-DPTIME=0  -DWITH_X=1
Compile usbHlp.c
gcc -c -o mainSrc/usbHlp.o mainSrc/usbHlp.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0
Compile micon.c
gcc -c -o mainSrc/micon.o mainSrc/micon.c -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. 
-I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 
-DMOTIF_XPM -DPREFIX=\"/<>/debian/mti

Bug#957562: mpc123: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:mpc123
Version: 0.2.4-5
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/mpc123_0.2.4-5_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

[...]
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-cdfc310e-adb5-4983-9569-216c76087c8c
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package mpc123
dpkg-buildpackage: info: source version 0.2.4-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Joao Eriberto Mota Filho 

 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
make -j4 clean
make[1]: Entering directory '/<>'
rm -f tags  ao.o  player.o  playlist.o  reader.o  reader_file.o  shuffle.o  
signals.o mpc123 LOCALES/it/LC_MESSAGES/mpc123.mo
make[1]: Leaving directory '/<>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
make -j4
make[1]: Entering directory '/<>'
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o ao.o ao.c
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o player.o player.c
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o playlist.o playlist.c
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o reader.o reader.c
player.c: In function ‘do_play_stream’:
player.c:44:12: warning: variable ‘bytes_from_decoder’ set but not used 
[-Wunused-but-set-variable]
   44 |   unsigned bytes_from_decoder=0;
  |^~
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o reader_file.o reader_file.c
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o shuffle.o shuffle.c
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -O2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o signals.o signals.c
msgfmt LOCALES/it/LC_MESSAGES/mpc123.po -o LOCALES/it/LC_MESSAGES/mpc123.mo;
Building mpc123 version 0.2 ...
/usr/bin/cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -O2 -o mpc123  ao.o  player.o  playlist.o  
reader.o  reader_file.o  shuffle.o  signals.o mpc123.c -Wl,-z,relro -Wl,-z,now 
-lao -lmpcdec
/usr/bin/ld: player.o:./mpc123.h:148: multiple definition of `options'; 
ao.o:./mpc123.h:148: first defined here
/usr/bin/ld: player.o:./mpc123.h:146: multiple definition of 
`mpc123_file_reader'; ao.o:./mpc123.h:146: first defined here
/usr/bin/ld: playlist.o:./mpc123.h:148: multiple definition of `options'; 
ao.o:./mpc123.h:148: first defined here
/usr/bin/ld: playlist.o:./mpc123.h:146: multiple definition of 
`mpc123_file_reader'; ao.o:./mpc123.h:146: first defined here
/usr/bin/ld: reader.o:./mpc123.h:146: multiple definition of 
`mpc123_file_reader'; ao.o:./mpc123.h:146: first defined here
/usr/bin/ld: reader.o:./mpc123.h:148: multiple definition of `options'; 
ao.o:./mpc123.h:148: first defined here
/usr/bin/ld: reader_file.o:./mpc123.h:148: multiple definition of `options'; 
ao.o:./mpc123.h:148: first defined here
/

Bug#957577: nast: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:nast
Version: 0.2.0-7
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/nast_0.2.0-7_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

[...]
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3ca0): multiple definition of `dev'; 
ncurses/n_menu.o:(.bss+0x3ce0): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cc2): multiple definition of `promisc'; 
ncurses/n_menu.o:(.bss+0x3d02): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3e08): multiple definition of `descr'; 
main.o:(.bss+0xe8): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3e3c): multiple definition of `offset'; 
main.o:(.bss+0x11c): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cbe): multiple definition of `ascii'; 
ncurses/n_menu.o:(.bss+0x3cfe): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cc0): multiple definition of `hex'; 
ncurses/n_menu.o:(.bss+0x3d00): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3c60): multiple definition of `n_filter'; 
ncurses/n_menu.o:(.bss+0x3ca0): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cbc): multiple definition of `ld'; 
ncurses/n_menu.o:(.bss+0x3cfc): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3c20): multiple definition of `ldfile'; 
ncurses/n_menu.o:(.bss+0x3c60): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cc8): multiple definition of `pop_up'; 
ncurses/n_menu.o:(.bss+0x3d08): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3d08): multiple definition of `help'; 
ncurses/n_menu.o:(.bss+0x3d48): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cc4): multiple definition of `mvar'; 
ncurses/n_menu.o:(.bss+0x3d04): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cb8): multiple definition of `lr'; 
ncurses/n_menu.o:(.bss+0x3cf8): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3dba): multiple definition of `tr'; 
main.o:(.bss+0x9a): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3db8): multiple definition of `tl'; 
main.o:(.bss+0x98): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cb0): multiple definition of `linm'; 
ncurses/n_menu.o:(.bss+0x3cf0): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cba): multiple definition of `f'; 
ncurses/n_menu.o:(.bss+0x3cfa): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3da4): multiple definition of `rst_glob'; 
main.o:(.bss+0x84): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3da8): multiple definition of 
`sniff_glob'; main.o:(.bss+0x88): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3dac): multiple definition of `bc_glob'; 
main.o:(.bss+0x8c): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3db0): multiple definition of 
`stream_glob'; main.o:(.bss+0x90): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cb4): multiple definition of `flg'; 
ncurses/n_menu.o:(.bss+0x3cf4): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3d00): multiple definition of `princ'; 
ncurses/n_menu.o:(.bss+0x3d40): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cd0): multiple definition of 
`my_nmenu_win'; ncurses/n_menu.o:(.bss+0x3d10): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3ce0): multiple definition of `my_nmenu'; 
ncurses/n_menu.o:(.bss+0x3d20): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3cd8): multiple definition of 
`curr_item'; ncurses/n_menu.o:(.bss+0x3d18): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x0): multiple definition of `nmax'; 
ncurses/n_menu.o:(.bss+0x40): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x20): multiple definition of `sf'; 
ncurses/n_menu.o:(.bss+0x60): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x3b20): multiple definition of `thID'; 
ncurses/n_menu.o:(.bss+0x3b60): first defined here
/usr/bin/ld: ncurses/n_nast.o:(.bss+0x33c0): multiple definition of `c_inf

Bug#957579: naspro-bridges: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:naspro-bridges
Version: 0.5.1-2
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/naspro-bridges_0.5.1-2_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 pkg-config is at least version 0.9.0... yes
checking for NABRIT... yes
checking ladspa.h usability... yes
checking ladspa.h presence... yes
checking for ladspa.h... yes
checking whether LRDF-equivalent LV2 bundles should be installed... yes
checking for DSSI... yes
checking for ALSA... yes
checking whether to enable bridging of DSSI programs as LV2 presets... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ladspa/manifest.ttl
config.status: creating ladspa/Makefile
config.status: creating ladspa/data/Makefile
config.status: creating dssi/manifest.ttl
config.status: creating dssi/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
configure: LADSPA bridge:  yes
configure:   LRDF-equivalent bundles:  yes
configure: DSSI bridge:yes
configure:   DSSI programs as LV2 presets: yes
   dh_auto_build -O--parallel
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 7 
in use)
make -j4
make[1]: Entering directory '/<>'
make  all-recursive
make[2]: Entering directory '/<>'
Making all in ladspa
make[3]: Entering directory '/<>/ladspa'
Making all in data
make[4]: Entering directory '/<>/ladspa/data'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<>/ladspa/data'
make[4]: Entering directory '/<>/ladspa'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-pedantic -Wall -Werror -Wno-strict-aliasing -pthread 
-I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o 
manifest.lo manifest.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-pedantic -Wall -Werror -Wno-strict-aliasing -pthread 
-I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o 
bridge.lo bridge.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-pedantic -Wall -Werror -Wno-strict-aliasing -pthread 
-I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o 
pluglib.lo pluglib.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-pedantic -Wall -Werror -Wno-strict-aliasing -pthread 
-I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o 
plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror 
-Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 
-I/usr/include/NASPRO/core-5 -g -O2 -c manifest.c  -fPIC -DPIC -o 
.libs/manifest.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror 
-Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 
-I/usr/include/NASPRO/core-5 -g -O2 -c pluglib.c  -fPIC -DPIC -o .libs/pluglib.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror 
-Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 
-I/usr/include/NASPRO/core-5 -g -O2 -c bridge.c  -fPIC -DPIC -o .libs/bridge.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror 
-Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 
-I/usr/include/NASPRO/core-5 -g -O2 -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-pedantic -Wall -Werror -Wno-strict-aliasing -pthread 
-I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o 
lv2api.lo lv2api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror 
-Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 
-I/usr

Bug#957691: ploop: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:ploop
Version: 1.15-7
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/ploop_1.15-7_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

[...]
make[2]: Entering directory '/<>'
make[3]: Entering directory '/<>/include'
../gensym.sh libploop.h new-dynload.h
sed -e '1,/^struct ploop_functions {$/d' \
 -e '/\/\* struct ploop_functions \*\/$/,$d' dynload.h | \
grep -vE '^[[:space:]]*/\*.**/$' | \
grep -v '^  void \*padding\[' | \
sort > cur-dynload.h
diff -u cur-dynload.h new-dynload.h || \
( echo "*** API CHANGED, PLEASE UPDATE dynload.h"; exit 1 )
rm -f cur-dynload.h new-dynload.h
make[3]: Leaving directory '/<>/include'
make[3]: Entering directory '/<>/lib'
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I. -I../include 
-fno-strict-aliasing -Wall -Wstrict-prototypes -Werror -Wformat-security 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time 
-D_FORTIFY_SOURCE=2  -I. -I../include -fno-strict-aliasing -Wall 
-Wstrict-prototypes -Werror -Wformat-security -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/libxml2 -fPIC -fvisibility=hidden -M uuid.c delta_read.c 
delta_sysfs.c balloon_util.c check.c ploop.c xml.c logger.c balloon.c lock.c 
fsutils.c gpt.c crc32.c merge.c util.c pcopy.c ploop-copy.c di.c cleanup.c 
deprecated.c snapshot.c > .depend
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I. -I../include 
-fno-strict-aliasing -Wall -Wstrict-prototypes -Werror -Wformat-security 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time 
-D_FORTIFY_SOURCE=2  -I. -I../include -fno-strict-aliasing -Wall 
-Wstrict-prototypes -Werror -Wformat-security -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/libxml2 -fPIC -fvisibility=hidden -c uuid.c -o uuid.o
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I. -I../include 
-fno-strict-aliasing -Wall -Wstrict-prototypes -Werror -Wformat-security 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time 
-D_FORTIFY_SOURCE=2  -I. -I../include -fno-strict-aliasing -Wall 
-Wstrict-prototypes -Werror -Wformat-security -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/libxml2 -fPIC -fvisibility=hidden -c delta_read.c -o delta_read.o
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I. -I../include 
-fno-strict-aliasing -Wall -Wstrict-prototypes -Werror -Wformat-security 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time 
-D_FORTIFY_SOURCE=2  -I. -I../include -fno-strict-aliasing -Wall 
-Wstrict-prototypes -Werror -Wformat-security -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/libxml2 -fPIC -fvisibility=hidden -c delta_sysfs.c -o 
delta_sysfs.o
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I. -I../include 
-fno-strict-aliasing -Wall -Wstrict-prototypes -Werror -Wformat-security 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time 
-D_FORTIFY_SOURCE=2  -I. -I../include -fno-strict-aliasing -Wall 
-Wstrict-prototypes -Werror -Wformat-security -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/libxml2 -fPIC -fvisibility=hidden -c balloon_util.c -o 
balloon_util.o
gcc -g -O0 -DDEBUG -g -O0 -DDEBUG -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-st

Bug#957717: pvm: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:pvm
Version: 3.4.6-2
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/pvm_3.4.6-2_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

[...]
done building XPVM
building srm
cd rm; ../lib/aimk CC="cc" F77=gfortran CFLOPTS='-g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" 
-DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" 
-DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC' install
making in LINUX64/ for LINUX64
make[3]: Entering directory '/<>/rm/LINUX64'
cc -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN 
-DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST 
-DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" 
-DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" 
-DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC -I/<>/include 
-DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN 
-DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST 
-DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -DIMA_LINUX64  -DMESSAGE_ON -c 
/<>/rm/srm.c
: warning: "RSHCOMMAND" redefined
: note: this is the location of the previous definition
: warning: "RSHCOMMAND" redefined
: note: this is the location of the previous definition
/<>/rm/srm.c: In function ‘sm_spawn’:
/<>/rm/srm.c:199:14: warning: implicit declaration of function 
‘unpack_list’; did you mean ‘unpack_string’? [-Wimplicit-function-declaration]
  199 |  arg_count = unpack_list (&argv);
  |  ^~~
  |  unpack_string
/<>/rm/srm.c: In function ‘my_handler’:
/<>/rm/srm.c:1120:8: warning: implicit declaration of function 
‘msendrecv’ [-Wimplicit-function-declaration]
 1120 |  cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr;
  |^
cc -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN 
-DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST 
-DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" 
-DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" 
-DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC -I/<>/include 
-DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN 
-DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST 
-DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -DIMA_LINUX64  -DMESSAGE_ON -o srm srm.o 
-L/<>/lib/LINUX64 -lpvm3 
cp srm /<>/bin/LINUX64
make[3]: Leaving directory '/<>/rm/LINUX64'
done building srm
make[2]: Leaving directory '/<>'
tar --sort=name --numeric-owner --owner=0 --group=0 --mode=go=rX,u+rw,a-s 
--mtime="Tue, 24 Jul 2018 14:31:14 +" -c examples | gzip -n > 
examples.tar.gz
tar --sort=name --numeric-owner --owner=0 --group=0 --mode=go=rX,u+rw,a-s 
--mtime="Tue, 24 Jul 2018 14:31:14 +" -c gexamples | gzip -n > 
gexamples.tar.gz
make[1]: Leaving directory '/<>'
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<>'
# pvm package
mv bin/LINUX64/pvmgs debian/pvm/usr/bin
cp lib/pvmgetarch debian/pvm/usr/bin
cp lib/LINUX64/pvm debian/pvm/usr/bin
cp lib/LINUX64/pvmgs debian/pvm/usr/bin
cp lib/LINUX64/pvmd3 debian/pvm/usr/bin/pvmd
ln -sf ../../../bin/pvmgetarch debian/pvm/usr/lib/pvm3/lib/pvmgetarch
ln -sf ../../../bin/pvm debian/pvm/usr/lib/pvm3/lib/pvm
ln -sf ../../../bin/pvmgs debian/pvm/usr/lib/pvm

Bug#957788: seyon: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:seyon
Version: 2.20c-32
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/seyon_2.20c-32_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

[...]
SeTrans.c: In function ‘DoTransfer’:
SeTrans.c:30:19: note: subobject ‘command’ declared here
   30 |   charcommand[REG_BUF];
  |   ^~~
In file included from /usr/include/string.h:495,
 from /usr/include/X11/Intrinsic.h:61,
 from SeTrans.c:10:
In function ‘strncpy’,
inlined from ‘DoTransfer’ at SeTrans.c:104:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ offset [296, 1023] from the object at ‘’ is out of 
the bounds of referenced subobject ‘command’ with type ‘char[256]’ at offset 40 
[-Warray-bounds]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  |  ^~
SeTrans.c: In function ‘DoTransfer’:
SeTrans.c:30:19: note: subobject ‘command’ declared here
   30 |   charcommand[REG_BUF];
  |   ^~~
In file included from /usr/include/string.h:495,
 from /usr/include/X11/Intrinsic.h:61,
 from SeTrans.c:10:
In function ‘strncpy’,
inlined from ‘exec_upload’ at SeTrans.c:146:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  |  ^~
In function ‘strncpy’,
inlined from ‘TopTransfer’ at SeTrans.c:54:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  |  ^~
gcc  -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-strict-aliasing -Wall-Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 
-D_POSIX_SOURCE -D_XOPEN_SOURCE 
-D_BSD_SOURCE -D_SVID_SOURCE 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
 -DFUNCPROTO=15 -DNARROWPROTO -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o SeWin.o SeWin.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
 from /usr/include/X11/Xlib.h:38,
 from /usr/include/X11/Intrinsic.h:53,
 from SeWin.c:20:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
In file included from /usr/include/string.h:495,
 from /usr/include/X11/Intrinsic.h:61,
 from SeWin.c:20:
In function ‘strncpy’,
inlined from ‘GetValueDispatchProc’ at SeWin.c:380:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  |  ^~
gcc  -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-strict-aliasing -Wall-Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 
-D_POSIX_SOURCE -D_XOPEN_SOURCE  

Bug#957779: scanbd: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:scanbd
Version: 1.5.1-5
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/scanbd_1.5.1-5_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 GNU libc compatible malloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking linux/limits.h usability... yes
checking linux/limits.h presence... yes
checking for linux/limits.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CONFUSE... yes
checking for DBUS... yes
checking for UDEV... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
checking for SANE... yes
configure: Using user: saned
configure: Using group: scanner
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/scanbd/Makefile
config.status: creating src/scanbuttond/Makefile
config.status: creating src/scanbuttond/backends/Makefile
config.status: creating src/scanbuttond/interface/Makefile
config.status: creating src/scanbuttond/include/Makefile
config.status: creating integration/Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating conf/Makefile
config.status: creating scripts/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<>'
   dh_auto_build
make -j4
make[1]: Entering directory '/<>'
Making all in src/scanbd
make[2]: Entering directory '/<>/src/scanbd'
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" 
-DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" 
-DPACKAGE_BUGREPORT=\"wilhelm.me...@fh-kl.de\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 
-DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 
-DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 
-DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 
-DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 
-DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 
-DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
-DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" 
-DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=clobbered 
-Wno-error=missing-field-initializers -c -o scanbd.o scanbd.c
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" 
-DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" 
-DPACKAGE_BUGREPORT=\"wilhelm.me...@fh-kl.de\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -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_STRIN

Bug#957810: sleepd: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:sleepd
Version: 2.10
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/sleepd_2.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

[...]
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 38 and 45 bytes into a destination of 
size 44
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  |  ^~
   37 |   __bos (__s), __fmt, __va_arg_pack ());
  |   ~
In file included from sleepd.c:35:
sleepd.h:9:16: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
past the end of the destination [-Wformat-overflow=]
9 | #define RXFILE "/sys/class/net/%s/statistics/rx_packets"
  |^
sleepd.h:9:16: note: in definition of macro ‘RXFILE’
9 | #define RXFILE "/sys/class/net/%s/statistics/rx_packets"
  |^
sleepd.h:9:56: note: format string is defined here
9 | #define RXFILE "/sys/class/net/%s/statistics/rx_packets"
  |^
In file included from /usr/include/stdio.h:867,
 from sleepd.c:18:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 38 and 45 bytes into a destination of 
size 44
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  |  ^~
   37 |   __bos (__s), __fmt, __va_arg_pack ());
  |   ~
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DACPI_APM -pthread -DUPOWER -DACPI_APM 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o acpi.o acpi.c
acpi.c: In function ‘find_items’:
acpi.c:21:20: warning: ‘%s’ directive output may be truncated writing up to 255 
bytes into a region of size 104 [-Wformat-truncation=]
   21 | #define SYSFS_PATH "/sys/class/power_supply"
  |^
acpi.c:194:40: note: in expansion of macro ‘SYSFS_PATH’
  194 |   snprintf(filename, sizeof(filename), SYSFS_PATH "/%s/type", 
ent->d_name);
  |^~
acpi.c:218:65: note: format string is defined here
  218 |   snprintf(statusarray[i], sizeof(statusarray[i]), SYSFS_PATH "/%s/%s", 
devices[i],
  | ^~
In file included from /usr/include/stdio.h:867,
 from acpi.c:7:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 30 and 285 bytes into a destination 
of size 128
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  |  ^~~~
   68 |__bos (__s), __fmt, __va_arg_pack ());
  |~
cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DACPI_APM -pthread -DUPOWER -DACPI_APM 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o eventmonitor.o eventmonitor.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DACPI_APM -pthread 
-DUPOWER -DACPI_APM -pthread -I/usr/include/libupower-glib 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c upower.c -o upower.o
upower.c: In function ‘upower_supported’:
upower.c:65:3: warning: ‘up_client_get_devices’ is deprecated: Use 
'up_client_get_devices2' instead [-Wdeprecated-declarations]
   65 |   GPtrArray *devices = up_client_get_devices(up);
  |   ^
In file includ

Bug#957863: tcm: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:tcm
Version: 2.20+TSQD-5
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/tcm_2.20+TSQD-5_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

[...]
 from cpdiagram.h:26,
 from dpdiagram.h:26,
 from dpwindow.c:24:
/<>/src/gl/llist.h: In member function ‘int List::next()’:
/<>/src/gl/llist.h:106:3: warning: this ‘if’ clause does not 
guard... [-Wmisleading-indentation]
  106 |   if (current) current=current->next; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h:106:39: note: ...this statement, but the latter 
is misleadingly indented as if it were guarded by the ‘if’
  106 |   if (current) current=current->next; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h: In member function ‘int List::prev()’:
/<>/src/gl/llist.h:110:3: warning: this ‘if’ clause does not 
guard... [-Wmisleading-indentation]
  110 |   if (current) current=current->prev; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h:110:39: note: ...this statement, but the latter 
is misleadingly indented as if it were guarded by the ‘if’
  110 |   if (current) current=current->prev; return (current != 0); }
  |   ^~
/usr/bin/ar cr libtcmpv.a cpdcomponentnode.o cpdinterfacenode.o 
cpddependencyedge.o cpdrealizationedge.o dpdresourcenode.o 
dpdcommunicationedge.o cpdiagram.o cpgraph.o cpviewer.o cpwindow.o dpdiagram.o 
dpwindow.o
chmod a+rx  libtcmpv.a
/usr/bin/ranlib libtcmpv.a
/bin/mv -f libtcmpv.a /<>/lib
make[4]: Leaving directory '/<>/src/sd/pv'
( cd ./gd ; /usr/bin/make tcmd)
make[4]: Entering directory '/<>/src/sd/gd'
/usr/bin/g++ -Wall -g -O2 -DCONFIG_INSTALL=\"/etc/tcm/\" 
-DTCM_INSTALL_DIR=\"/usr\" -DTCM_INSTALL_LIB=\"/usr/lib/\" 
-DTCM_INSTALL_SHARE=\"/usr/share/doc/tcm-doc/\" -DCONFIG_FILE=\"tcm.conf\" 
-DHELP_DIR=\"/usr/share/doc/tcm-doc/help/\" -DCOLOR_FILE=\"colorrgb.txt\" 
-DBANNER_FILE=\"banner.ps\" -I. -I/<>/src/bitmaps 
-I/<>/src/gl -I/<>/src/ui -I/<>/src/ed 
-I/<>/src/dg -I/<>/src/tb 
-I/usr/X11R6/LessTif/Motif1.2/include -I/usr/X11R6/include 
-I/usr/X11R6/include/X11 -I../dv -DLINUX -c tcmd.c
In file included from /<>/src/ui/application.h:26,
 from tcmd.c:22:
/<>/src/gl/llist.h: In member function ‘int List::next()’:
/<>/src/gl/llist.h:106:3: warning: this ‘if’ clause does not 
guard... [-Wmisleading-indentation]
  106 |   if (current) current=current->next; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h:106:39: note: ...this statement, but the latter 
is misleadingly indented as if it were guarded by the ‘if’
  106 |   if (current) current=current->next; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h: In member function ‘int List::prev()’:
/<>/src/gl/llist.h:110:3: warning: this ‘if’ clause does not 
guard... [-Wmisleading-indentation]
  110 |   if (current) current=current->prev; return (current != 0); }
  |   ^~
/<>/src/gl/llist.h:110:39: note: ...this statement, but the latter 
is misleadingly indented as if it were guarded by the ‘if’
  110 |   if (current) current=current->prev; return (current != 0); }
  |   ^~
/usr/bin/g++ -Wall -g -O2 -DCONFIG_INSTALL=\"/etc/tcm/\" 
-DTCM_INSTALL_DIR=\"/usr\" -DTCM_INSTALL_LIB=\"/usr/lib/\" 
-DTCM_INSTALL_SHARE=\"/usr/share/doc/tcm-doc/\" -DCONFIG_FILE=\"tcm.conf\" 
-DHELP_DIR=\"/usr/share/doc/tcm-doc/help/\" -DCOLOR_FILE=\"colorrgb.txt\" 
-DBANNER_FILE=\"banner.ps\" -I. -I/<>/src/bitmaps 
-I/<>/src/gl -I/<>/src/ui -I/<>/src/ed 
-I/<>/src/dg -I/<>/src/tb 
-I/usr/X11R6/LessTif/Motif1.2/include -I/usr/X11R6/include 
-I/usr/X11R6/include/X11 -I../dv -DLINUX tcmd.o -o tcmd \
-I../dv -I../bv -I../tr -I../fv \
-L/<>/lib -L/usr/X11R6/LessTif/Motif1.2/lib -L/usr/X11R6/lib 
/<>/lib/libtcmgd.a /<>/lib/libtcmt

Bug#957880: transcalc: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:transcalc
Version: 0.14-6
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/transcalc_0.14-6_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

[...]
/usr/bin/ld: microstrip.o:/<>/src/transcalc.h:171: multiple 
definition of `main_window_width'; 
transcalc.o:/<>/src/transcalc.h:171: first defined here
/usr/bin/ld: microstrip.o:/<>/src/transcalc.h:169: multiple 
definition of `tgui'; transcalc.o:/<>/src/transcalc.h:169: first 
defined here
/usr/bin/ld: microstrip.o:/<>/src/transcalc.h:166: multiple 
definition of `current_transtype'; 
transcalc.o:/<>/src/transcalc.h:166: first defined here
/usr/bin/ld: microstrip.o:/<>/src/transcalc.h:57: multiple 
definition of `transtype_combo'; 
transcalc.o:/<>/src/transcalc.h:57: first defined here
/usr/bin/ld: microstrip.o:/<>/src/units.h:80: multiple definition 
of `ang_unit'; transcalc.o:/<>/src/units.h:80: first defined here
/usr/bin/ld: microstrip.o:/<>/src/units.h:80: multiple definition 
of `res_unit'; transcalc.o:/<>/src/units.h:80: first defined here
/usr/bin/ld: microstrip.o:/<>/src/units.h:80: multiple definition 
of `freq_unit'; transcalc.o:/<>/src/units.h:80: first defined here
/usr/bin/ld: microstrip.o:/<>/src/units.h:80: multiple definition 
of `length_unit'; transcalc.o:/<>/src/units.h:80: first defined 
here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:170: multiple 
definition of `statusexists'; transcalc.o:/<>/src/transcalc.h:170: 
first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:168: multiple 
definition of `statusint'; transcalc.o:/<>/src/transcalc.h:168: 
first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:56: multiple 
definition of `main_body_window'; 
transcalc.o:/<>/src/transcalc.h:56: first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:167: multiple 
definition of `twin'; transcalc.o:/<>/src/transcalc.h:167: first 
defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:171: multiple 
definition of `main_window_height'; 
transcalc.o:/<>/src/transcalc.h:171: first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:171: multiple 
definition of `main_window_width'; 
transcalc.o:/<>/src/transcalc.h:171: first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:169: multiple 
definition of `tgui'; transcalc.o:/<>/src/transcalc.h:169: first 
defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:166: multiple 
definition of `current_transtype'; 
transcalc.o:/<>/src/transcalc.h:166: first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/transcalc.h:57: multiple 
definition of `transtype_combo'; 
transcalc.o:/<>/src/transcalc.h:57: first defined here
/usr/bin/ld: c_microstrip.o:/<>/src/units.h:80: multiple 
definition of `ang_unit'; transcalc.o:/<>/src/units.h:80: first 
defined here
/usr/bin/ld: c_microstrip.o:/<>/src/units.h:80: multiple 
definition of `res_unit'; transcalc.o:/<>/src/units.h:80: first 
defined here
/usr/bin/ld: c_microstrip.o:/<>/src/units.h:80: multiple 
definition of `freq_unit'; transcalc.o:/<>/src/units.h:80: first 
defined here
/usr/bin/ld: c_microstrip.o:/<>/src/units.h:80: multiple 
definition of `length_unit'; transcalc.o:/<>/src/units.h:80: first 
defined here
/usr/bin/ld: rectwaveguide.o:/<>/src/transcalc.h:170: multiple 
definition of `statusexists'; transcalc.o:/<>/src/transcalc.h:170: 
first defined here
/usr/bin/ld: rectwaveguide.o:/<>/src/transcalc.h:168: multiple 
definition of `statusint'; transcalc.o:/<>/src/transcalc.h:168: 
first defined here
/usr/bin/ld: rectwaveguide.o:/<>/src/transcalc.h:56: multiple 
definition of `main_body_window'; 
transcalc.o:/<>/src/transcalc.h:56: first defined here
/usr/bin/ld: rectwaveguide.o:/<>/src/transcalc.h:167: multiple 
definition of `twin'; transcalc.o:/<>/src/transcalc.h:167: first 
defined here
/usr/bin/ld: rectwaveguide.o:/<>/src/transcalc.h:171: multiple 
definition of `main_wi

Bug#957927: webdruid: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:webdruid
Version: 0.5.4-15
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/webdruid_0.5.4-15_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

[...]
  |  |
  |  struct gzFile_s **
In file included from /usr/include/zlib.h:34,
 from logs_mgmt.c:28:
/usr/include/zlib.h:1566:33: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} 
but argument is of type ‘struct gzFile_s **’
 1566 | ZEXTERN int ZEXPORTgzrewind OF((gzFile file));
  | ^~
logs_mgmt.c: In function ‘our_gzgets’:
logs_mgmt.c:437:38: warning: passing argument 1 of ‘gzread’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  437 |  plog->gz_f_end = gzread(plog->gz_file, plog->gz_f_buf, 
GZ_BUFSIZE);
  |  ^
  |  |
  |  struct gzFile_s **
In file included from /usr/include/zlib.h:34,
 from logs_mgmt.c:28:
/usr/include/zlib.h:1390:28: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} 
but argument is of type ‘struct gzFile_s **’
 1390 | ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
  |^~
logs_mgmt.c: In function ‘free_log_struct’:
logs_mgmt.c:566:19: warning: passing argument 1 of ‘gzclose’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  566 |   gzclose(plog->gz_file);
  |   ^
  |   |
  |   struct gzFile_s **
In file included from /usr/include/zlib.h:34,
 from logs_mgmt.c:28:
/usr/include/zlib.h:1630:32: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} 
but argument is of type ‘struct gzFile_s **’
 1630 | ZEXTERN int ZEXPORTgzclose OF((gzFile file));
  |^~
msgfmt po/ca.po -o po/ca.mo
msgfmt po/cs.po -o po/cs.mo
msgfmt po/da.po -o po/da.mo
msgfmt po/de.po -o po/de.mo
msgfmt po/el.po -o po/el.mo
msgfmt po/es.po -o po/es.mo
msgfmt po/et.po -o po/et.mo
msgfmt po/fi.po -o po/fi.mo
msgfmt po/fr.po -o po/fr.mo
msgfmt po/gl.po -o po/gl.mo
msgfmt po/hr.po -o po/hr.mo
msgfmt po/hu.po -o po/hu.mo
msgfmt po/id.po -o po/id.mo
msgfmt po/is.po -o po/is.mo
msgfmt po/it.po -o po/it.mo
msgfmt po/ja.po -o po/ja.mo
msgfmt po/ko.po -o po/ko.mo
msgfmt po/lv.po -o po/lv.mo
msgfmt po/ml.po -o po/ml.mo
msgfmt po/nl.po -o po/nl.mo
msgfmt po/no.po -o po/no.mo
msgfmt po/pl.po -o po/pl.mo
msgfmt po/pt.po -o po/pt.mo
msgfmt po/ro.po -o po/ro.mo
msgfmt po/ru.po -o po/ru.mo
msgfmt po/sl.po -o po/sl.mo
msgfmt po/sr.po -o po/sr.mo
msgfmt po/sv.po -o po/sv.mo
msgfmt po/tr.po -o po/tr.mo
msgfmt po/uk.po -o po/uk.mo
msgfmt po/zh.po -o po/zh.mo
gcc -Wl,-z,relro -o webdruid webdruid.o hashtab.o linklist.o preserve.o 
parser.o output.o xml_output.o dot_output.o utils.o dns_resolv.o graphs.o 
sengine.o logs_mgmt.o -lgd -lfreetype -lpng -lpthread -lz -lm -ldb 
/usr/bin/ld: dns_resolv.o:(.bss+0x21c0): multiple definition of `host_table'; 
hashtab.o:(.bss+0xc000): first defined here
/usr/bin/ld: dns_resolv.o:./dns_resolv.c:129: multiple definition of 
`system_info'; webdruid.o:./webdruid.c:214: first defined here
/usr/bin/ld: dns_resolv.o:./dns_resolv.c:128: multiple definition of `tmp_buf'; 
webdruid.o:./webdruid.c:224: first defined here
/usr/bin/ld: logs_mgmt.o:./logs_mgmt.c:102: multiple definition of `buffer'; 
dns_resolv.o:./dns_resolv.c:127: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:56: webdruid] Error 1
make[1]: Leaving directory '/<>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



Bug#957929: weplab: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:weplab
Version: 0.1.5-4
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/weplab_0.1.5-4_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

[...]
 from /usr/include/pcap.h:43,
 from dictionary.c:26:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:88:1: note: expected 
‘const char * __restrict__’ but argument is of type ‘unsigned char *’
   88 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
  | ^
dictionary.c:294:20: warning: pointer targets in passing argument 1 of 
‘wep_keygen128’ differ in signedness [-Wpointer-sign]
  294 |  wep_keygen128(word, keys);
  |^~~~
  ||
  |unsigned char *
dictionary.c:71:26: note: expected ‘char *’ but argument is of type ‘unsigned 
char *’
   71 | void wep_keygen128(char *str, unsigned char *keys){
  |~~^~~
dictionary.c:300:19: warning: pointer targets in passing argument 1 of 
‘wep_keygen40’ differ in signedness [-Wpointer-sign]
  300 |  wep_keygen40(word, keys);
  |   ^~~~
  |   |
  |   unsigned char *
dictionary.c:104:25: note: expected ‘char *’ but argument is of type ‘unsigned 
char *’
  104 | void wep_keygen40(char *str, u_char *keys){
  |   ~~^~~
gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"weplab\" 
-DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" 
-DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ 
\\" -DPACKAGE_URL=\"\" -DPACKAGE=\"weplab\" 
-DVERSION=\"0.1.5\" -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_PCAP_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 
-DHAVE_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 
-DSTDC_HEADERS=1 -DHAVE_LIBPCAP=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu89 -Wall -pipe -c -o wep.o wep.c
heuristics.c: In function ‘GuessOutputByte’:
heuristics.c:61:10: warning: unused variable ‘E’ [-Wunused-variable]
   61 |   u_char E, S[N];
  |  ^
heuristics.c: In function ‘GetWeakPackets’:
heuristics.c:325:42: warning: implicit declaration of function ‘target_bssid’ 
[-Wimplicit-function-declaration]
  325 |  if (global_v.target_bssid_selected) if (target_bssid(pkt)) {
  |  ^~~~
heuristics.c: In function ‘CalculateSimpleHeuristics’:
heuristics.c:397:101: warning: unknown conversion type character ‘)’ in format 
[-Wformat=]
  397 |  printf("Perhaps you should increase the default probability (--perc) 
to a higher value (default 70%), or capture more packets.\n");
  | 
^
wep.c: In function ‘GetLessSizedPackets’:
wep.c:289:8: warning: implicit declaration of function ‘target_bssid’ 
[-Wimplicit-function-declaration]
  289 |if (target_bssid(pkt)) {
  |^~~~
wep.c:294:8: warning: implicit declaration of function ‘GetPacketBssid’ 
[-Wimplicit-function-declaration]
  294 |if (GetPacketBssid(pkt,global_v.target_bssid)){
  |^~
wep.c:360:30: warning: format ‘%u’ expects argument of type ‘unsigned int’, but 
argument 2 has type ‘long unsigned int’ [-Wformat=]
  360 | printf("Total packets read: %u\n",totalPackets);
  | ~^
  |  ||
  |  |long unsigned int
  |  unsigned int
  |   

Bug#957964: wvstreams: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:wvstreams
Version: 4.6.1-14
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/wvstreams_4.6.1-14_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

[...]
 from xplc-cxx/uuidtostr.cc:32:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
./CXX -c xplc-cxx/xplc   
x86_64-linux-gnu-g++ -c -o xplc-cxx/xplc.o xplc-cxx/xplc.cc -MMD -MF 
xplc-cxx/.xplc.d -MP -MQ xplc-cxx/xplc.o -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 
-I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce 
-fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce 
-fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
 from ./include/xplc/uuid.h:84,
 from ./include/xplc/IObject.h:36,
 from ./include/xplc/IMoniker.h:30,
 from xplc-cxx/xplc.cc:33:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
./CXX -c xplc/category   
x86_64-linux-gnu-g++ -c -o xplc/category.o xplc/category.cc -MMD -MF 
xplc/.category.d -MP -MQ xplc/category.o -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 
-I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce 
-fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce 
-fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
 from ./include/xplc/uuid.h:84,
 from ./include/xplc/IObject.h:36,
 from ./include/xplc/IServiceManager.h:35,
 from ./include/xplc/core.h:26,
 from ./include/xplc/utils.h:47,
 from xplc/category.cc:22:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
  |   ^~~
./CXX -c xplc/catiter   
x86_64-linux-gnu-g++ -c -o xplc/catiter.o xplc/catiter.cc -MMD -MF 
xplc/.catiter.d -MP -MQ xplc/catiter.o -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 
-I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce 
-fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce 
-fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
 from ./include/xplc/uuid.h:84,
 from ./include/xplc/IObject.h:36,
 from ./include/xplc/IServiceManager.h:35,
 from ./include/xplc/core.h:26,
 from ./include/xplc/utils.h:47,
 from xplc/catiter.cc:22:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_D

Bug#957960: wraplinux: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:wraplinux
Version: 1.7-9
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/wraplinux_1.7-9_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 getopt_long... yes
checking for a sed that does not truncate output... /bin/sed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-maintainer-mode, --disable-dependency-tracking
   dh_auto_build
make -j4
make[1]: Entering directory '/<>'
echo "#define WRAPLINUX_VERSION \"1.7\"" > version.h
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o linux.o linux.c
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -o 
reloc/reloc_linux.o reloc/reloc_linux.c
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c 
-D__ASSEMBLY__ -o reloc/a20.o reloc/a20.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c 
-D__ASSEMBLY__ -o reloc/memmove.o reloc/memmove.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c 
-D__ASSEMBLY__ -o reloc/reloc_init.o reloc/reloc_init.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c 
-D__ASSEMBLY__ -o highmove/highmove.o highmove/highmove.S
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o elf.o elf.c
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o nbi.o nbi.c
linux.c: In function ‘wrap_kernel’:
linux.c:161:13: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  161 |  if (rdle32(&hdr->header) != LINUX_MAGIC)
  | ^~~~
linux.c:164:22: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  164 |   setup_ver = rdle16(&hdr->version);
  |  ^
linux.c:180:23: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  180 |   initrd_max = rdle32(&hdr->initrd_addr_max);
  |   ^
linux.c:207:15: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  207 |   wrle16(vga, &hdr->vid_mode);
  |   ^~
linux.c:284:24: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  284 |   wrle32(scmd.address, &hdr->cmd_line_ptr);
  |^~
gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o segment.o segment.c
linux.c:292:47: warning: taking address of packed member of ‘struct 
setup_header’ may result in an unalig

Bug#957982: xine-lib-1.2: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xine-lib-1.2
Version: 1.2.9-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/xine-lib-1.2_1.2.9-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

[...]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I../.. 
-I../../include -I../../include -I../../src -I../../src/xine-engine 
-I../../src/xine-engine -I../../src/xine-utils -I../../src/input 
-I../../src/input -I../../lib -I../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fexpensive-optimizations -ffast-math 
-fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length 
-Wmissing-format-attribute -Werror-implicit-function-declaration 
-Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wchar-subscripts -Wnested-externs -Wcast-align 
-Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute 
-Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wformat-security 
-Wstrict-aliasing=2 -Werror=implicit-function-declaration -c demux_nsv.c  -fPIC 
-DPIC -o .libs/de
 mux_nsv.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../include  -I../.. -I../../include -I../../include -I../../src 
-I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils  
-I../../src/input -I../../src/input  -I../../lib -I../../lib -DNDEBUG 
-D_REENTRANT -DXINE_COMPILE -Wdate-time -D_FORTIFY_SOURCE=2  -O3  
-fexpensive-optimizations  -ffast-math -fvisibility=hidden   -pipe  -Wall 
-Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
-Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wchar-subscripts -Wnested-externs -Wcast-align 
-Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute 
-Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wformat-security 
-Wstrict-aliasing=2 -Werror=implicit-function-declaratio
 n -c -o demux_playlist.lo demux_playlist.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -O3  
-fexpensive-optimizations  -ffast-math -fvisibility=hidden   -pipe  -Wall 
-Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
-Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wchar-subscripts -Wnested-externs -Wcast-align 
-Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute 
-Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wformat-security 
-Wstrict-aliasing=2 -Werror=implicit-function-declaration -Wl,-z,defs 
-Wl,--gc-sections -avoid-version -module -Wl,-Bsymbolic -g -Wl,-z,relro 
-Wl,-z,now -o xineplug_dmx_asf.la -rpath 
/usr/lib/x86_64-linux-gnu/xine/plugins/2.7 demux_asf.lo 
../../src/xine-engine/libxine.la   libasfheader.la 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I../.. 
-I../../include -I../../include -I../../src -I../../src/xine-engine 
-I../../src/xine-engine -I../../src/xine-utils -I../../src/input 
-I../../src/input -I../../lib -I../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fexpensive-optimizations -ffast-math 
-fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length 
-Wmissing-format-attribute -Werror-implicit-function-declaration 
-Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wc

Bug#957992: xplc: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xplc
Version: 0.3.13-7
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/xplc_0.3.13-7_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 suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C++ preprocessor... g++ -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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for cvs2cl.pl... no
checking for cvs2cl... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... -ldl
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for library containing NSCreateObjectFileImageFromFile... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for uuid_unparse in -luuid... yes
configure: creating ./config.status
config.status: creating config/config.mk
config.status: WARNING:  'config/config.mk.in' seems to ignore the 
--datarootdir setting
config.status: creating dist/xplc.pc
config.status: creating dist/xplc-uninstalled.pc
config.status: creating examples/simple-module/Makefile
config.status: creating examples/simple-module-user/Makefile
config.status: creating uuid/uuid_types.h
config.status: creating include/autoconf.h
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking, --disable-silent-rules
configure: WARNING: Unstable release, the API might change in the next release.
touch debian/stamp-autotools
/usr/bin/make -C . 
make[1]: Entering directory '/<>'
g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Woverloaded-virtual -fno-rtti -fno-exceptions 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o xplc/category.o xplc/category.cpp
g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Woverloaded-virtual -fno-rtti -fno-exceptions 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o xplc/catiter.o xplc/catiter.cpp
g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Woverloaded-virtual -fno-rtti -fno-exceptions 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o xplc/catmgr.o xplc/catmgr.cpp
g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Woverloaded-virtual -fno-rtti -fno-exceptions 
-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=fo

Bug#958013: zfs-fuse: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:zfs-fuse
Version: 0.7.0-20
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/zfs-fuse_0.7.0-20_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

[...]
gcc -o lib/libuutil/uu_ident.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO -Ilib/libuutil/include 
-Ilib/libavl/include -Ilib/libsolcompat/include lib/libuutil/uu_ident.c
gcc -o lib/libuutil/uu_list.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO -Ilib/libuutil/include 
-Ilib/libavl/include -Ilib/libsolcompat/include lib/libuutil/uu_list.c
gcc -o lib/libuutil/uu_misc.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO -Ilib/libuutil/include 
-Ilib/libavl/include -Ilib/libsolcompat/include lib/libuutil/uu_misc.c
gcc -o lib/libuutil/uu_open.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO -Ilib/libuutil/include 
-Ilib/libavl/include -Ilib/libsolcompat/include lib/libuutil/uu_open.c
gcc -o lib/libuutil/uu_pname.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO -Ilib/libuutil/include 
-Ilib/libavl/include -Ilib/libsolcompat/include lib/libuutil/uu_pname.c
gcc -o lib/libuutil/uu_strtoint.o -c -pipe -Wall -std=c99 -Wno-switch 
-Wno-unused -Wno-missing-braces -Wno-parentheses -Wno-uninitialized 
-fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-DTEXT_DOMAIN=\"zfs-fuse\" -ggdb -DNDEBUG -O2 -DNATIVE_BUILD -DLINUX_AIO 
-Ilib/libuutil/include -Ilib/libavl/include -Ilib/libsolcompat/include 
lib/libuutil/uu_strtoint.c
gcc -o lib/libsolcompat/getmntany.o -c -pipe -Wall -std=c99 -Wno-switch 
-Wno-unused -Wno-missing-braces -Wno-parentheses -Wno-uninitialized 
-fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-DTEXT_DOMAIN=\"zfs-fuse\" -ggdb -DNDEBUG -O2 -DLINUX_AIO 
-Ilib/libsolcompat/include -Ilib/libsolcompat/include/amd64 
lib/libsolcompat/getmntany.c
In file included from lib/libsolcompat/getmntany.c:35:
lib/libsolcompat/include/sys/sysmacros.h:217: warning: "howmany" redefined
  217 | #define howmany(x, y) (((x)+((y)-1))/(y))
  | 
In file included from lib/libsolcompat/include/sys/param.h:30,
 from lib/libsolcompat/include/sys/types.h:34,
 from lib/libsolcompat/include/sys/mnttab.h:35,
 from lib/libsolcompat/getmntany.c:34:
/usr/include/x86_64-linux-gnu/sys/param.h:90: note: this is the location of the 
previous definition
   90 | # define howmany(x, y)  (((x) + ((y) - 1)) / (y))
  | 
In file included from lib/libsolcompat/getmntany.c:35:
lib/libsolcompat/include/sys/sysmacros.h:218: warning: "roundup" redefined
  218 | #define roundup(x, y) x)+((y)-1))/(y))*(y))
  | 
In file included from lib/libsolcompat/include/sys/param.h:30,
 from lib/libsolcompat/include/sys/types.h:34,
 from lib/libsolcompat/include/sys/mnttab.h:35,
 from lib/libsolcompat/getmntany.c:34:
/usr/include/x86_64-linux-gnu/sys/p

Bug#625454: marked as done (libkarma0: the homepage link is incorrect)

2020-04-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Apr 2020 20:24:26 +0200
with message-id 
and subject line Re: libkarma0: the homepage link is incorrect
has caused the Debian Bug report #625454,
regarding libkarma0: the homepage link is incorrect
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.)


-- 
625454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libkarma0
Version: 0.1.2-2
Severity: minor

*** Please type your report below this line ***
Hi there,
  The webpage link shown by libkarma0 via aptitude is

 aptitude show libkarma0
Package: libkarma0
State: installed
Automatically installed: no
Version: 0.1.2-2
Priority: extra
Section: libs
Maintainer: Joe Nahmias 
Uncompressed Size: 147 k
Depends: libc6 (>= 2.3), libtagc0 (>= 1.5), zlib1g (>= 1:1.1.4)
Description: Rio Karma access library [runtime files]
 libkarma is a C language library that provides (read/write) access to the
 Rio Karma music player using either the usb (with OMFS) or network (PEARL)
 interface.

 This package contains the runtime library needed by programs using the
 facilities provided by libkarma.
Homepage: http://www.freakysoft.de/html/libkarma/

while the actual homepage is at http://www.freakysoft.de/libkarma/

Can you update the homepage link.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38.2+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libkarma0 depends on:
ii  libc6   2.13-2   Embedded GNU C Library: Shared lib
ii  libtagc01.7-1audio meta-data library - C bindin
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libkarma0 recommends no packages.

libkarma0 suggests no packages.

-- no debconf information

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


--- End Message ---
--- Begin Message ---
On Tue, 3 May 2011 19:25:33 +0530
=?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?=  wrote:
> Package: libkarma0
> Version: 0.1.2-2
> Severity: minor
> 
> *** Please type your report below this line ***
> Hi there,
>   The webpage link shown by libkarma0 via aptitude is
> 
>  aptitude show libkarma0
> Package: libkarma0
> [...]
> Homepage: http://www.freakysoft.de/html/libkarma/
> 
> while the actual homepage is at http://www.freakysoft.de/libkarma/
> 
> Can you update the homepage link.
> 
> [...]

Looks like this was fixed but never -done'd, doing so now. :)

~Niels--- End Message ---


Processing of xml-commons-external_1.4.01-4_source.changes

2020-04-17 Thread Debian FTP Masters
xml-commons-external_1.4.01-4_source.changes uploaded successfully to localhost
along with the files:
  xml-commons-external_1.4.01-4.dsc
  xml-commons-external_1.4.01-4.debian.tar.xz
  xml-commons-external_1.4.01-4_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



xml-commons-external_1.4.01-4_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 19:00:58 +
Source: xml-commons-external
Architecture: source
Version: 1.4.01-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Closes: 913430
Changes:
 xml-commons-external (1.4.01-4) unstable; urgency=low
 .
   * QA Upload.
 .
   [ Niels Thykier ]
   * Set Rules-Requires-Root to no.
   * Bump debhelper-compat to 13.
   * Remove obsolete get-orig-source target (which just called uscan).
   * Bump Standards-Version to 4.5.0 - no additional changes required.
   * Bump Homepage field to use https://xerces.apache.org/xml-commons/
 (which is where the previous homepage redirected to).
   * Drop old Vcs fields to (now) defunct Alioth.
   * Make debian/copyright use standard "public-domain" label as
 "license" for files under public domain to avoid false positive
 warnings from Lintian.
 .
   [ Helmut Grohne ]
   * Mark all packages Multi-Arch: foreign. (Closes: #913430)
Checksums-Sha1:
 2b57af1d16166ad666ce6862ddcc0c6cf5efa6ed 2018 xml-commons-external_1.4.01-4.dsc
 89cf0942a13e9ecaf6b9d3993de6eef715072b2b 5892 
xml-commons-external_1.4.01-4.debian.tar.xz
 566b3813aed1af60de87efb4c381571cd9743853 10144 
xml-commons-external_1.4.01-4_source.buildinfo
Checksums-Sha256:
 e2148bc5223c2bfd95898fbbe084775e54790654cedfeea59039dd5f31b3c052 2018 
xml-commons-external_1.4.01-4.dsc
 73de6702a4e98c2e92a82f3c279ddeff11c2b890b39ddce9707399f958d9afe3 5892 
xml-commons-external_1.4.01-4.debian.tar.xz
 d1d53263cffea432db281bb918162d8052a23e2a376680570fadcd02d9fa7e7e 10144 
xml-commons-external_1.4.01-4_source.buildinfo
Files:
 9e96bc415d69cc79b8d72bff15e0b261 2018 java optional 
xml-commons-external_1.4.01-4.dsc
 ec51915ac78b4130d6c5e4b00db59a63 5892 java optional 
xml-commons-external_1.4.01-4.debian.tar.xz
 394df06d3d1d02ab1b85a4eee7ac8c96 10144 java optional 
xml-commons-external_1.4.01-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl6Z/j8SHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqs0c4QAIGLoQ1bUCnJHaeQixCFc5+iJ9PjQ3LK
V0GxKYQjYhWpsxxIYIjRreYXxt5MHeZODWqqzwbDaTvfqpq3LzI5gJlv2yElgIeD
eVt/dahuNhXPLWELBBGz/O5jsxW5R8eQAcKsQ3Wgn4tr+C2a1bL5c6ETPjYSe4uM
3piMjlcP4Kp/EfBy6tSY29qHIIgCjOxo8vlZRzrb3xY99dwgfE57br6vfXEaUdxe
7VVzAJTKwB/ZCe86dEE093L7LtHZ27ChIILwdTA5SQ/0G34K1FywNKzUu2I15Oqm
ywLC2lN6YmZCK0hyVmu/MVX0q79GYAH2Ay3c2TxQfcoj509oa1K1vyZyYMPu/7R4
9mi+e6gcvFu9G/MxoGCHzeZD5E2HZZ4SQ1wrC4vDmUj9DarCxPLcHiyJEKuZigMX
/NW5x1Stupo3j2YACfL8OxTtZQmCciMwcoirHVMelEuvIXKh48Yghl1X0SkKSwTE
hjos+HqhhbNT51NGMUPf26aZJayZBwu/gqDwmRNb4/9nhF3+tOjiUJfo4IaTyYgI
QUDAPecsF/arsD3t01a+uq1kOswhiadfOleFfgZyHPT3giL5cBWg7V4X707oDs91
w+JaopL2DZOw6H+syO5WMcHF4u9q9U2KjvMo1eftD4h7/VQ7XnflqlnpQjtNE2+P
2ZX0oAntEp2a
=V2sG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#918477: marked as done (libkarma FTCBFS: Build-Depends: cli-common-dev unsatisfiable)

2020-04-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Apr 2020 20:35:25 +
with message-id 
and subject line Bug#918477: fixed in libkarma 0.1.2-5
has caused the Debian Bug report #918477,
regarding libkarma FTCBFS: Build-Depends: cli-common-dev unsatisfiable
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.)


-- 
918477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libkarma
Version: 0.1.2-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Thank you for applying my cross build patch. Unfortunately, merging
Build-Depends-Indep breaks cross building, because cli-common-dev cannot
be satisfied. Please split Build-Depends-Indep again. The attached patch
implements that in a way that works for arch-only, indep-only and full
builds.

Helmut
diff --minimal -Nru libkarma-0.1.2/debian/changelog 
libkarma-0.1.2/debian/changelog
--- libkarma-0.1.2/debian/changelog 2019-01-02 00:36:36.0 +0100
+++ libkarma-0.1.2/debian/changelog 2019-01-06 14:42:40.0 +0100
@@ -1,3 +1,10 @@
+libkarma (0.1.2-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Split out Build-Depends-Indep again. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 06 Jan 2019 14:42:40 +0100
+
 libkarma (0.1.2-4) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru libkarma-0.1.2/debian/control libkarma-0.1.2/debian/control
--- libkarma-0.1.2/debian/control   2019-01-02 00:34:12.0 +0100
+++ libkarma-0.1.2/debian/control   2019-01-06 14:42:38.0 +0100
@@ -6,6 +6,7 @@
  libtagc0-dev,
  libusb-dev,
  zlib1g-dev,
+Build-Depends-Indep:
  cli-common-dev (>= 0.8~),
  mono-devel (>= 2.4.2.3),
 Standards-Version: 4.3.0
diff --minimal -Nru libkarma-0.1.2/debian/rules libkarma-0.1.2/debian/rules
--- libkarma-0.1.2/debian/rules 2019-01-02 00:34:22.0 +0100
+++ libkarma-0.1.2/debian/rules 2019-01-06 14:42:40.0 +0100
@@ -18,8 +18,10 @@
 override_dh_auto_install:
dh_auto_install -- MCS=$(shell which mono-csc)
 
+DH_ADDONS=
 %:
-   dh $@ --with cli --no-parallel
+   dh $@ --with=$(DH_ADDONS) --no-parallel
+build binary %-indep: DH_ADDONS=cli
 
 # dh_clideps expects to see dh_makeshlibs called before it, but dh_makeshlibs
 # is never called when building only arch-indep packages. So we force the issue
--- End Message ---
--- Begin Message ---
Source: libkarma
Source-Version: 0.1.2-5
Done: Niels Thykier 

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

Debian distribution maintenance software
pp.
Niels Thykier  (supplier of updated libkarma 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: Fri, 17 Apr 2020 20:18:40 +
Source: libkarma
Architecture: source
Version: 0.1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Closes: 918477
Changes:
 libkarma (0.1.2-5) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Debian Janitor ]
   * Update standards version, no changes needed.
   * Bump debhelper from old 11 to 12.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Niels Thykier ]
   * Bump Standards-Version to 4.5.0 - no changes needed.
   * Set Rules-Requires-Root to no after passing relevant flags
 to upstream make file to avoid using root while installing
 the package.
   * Bump debhelper-compat to 13.
   * Add exclude to dh_clean to avoid removing files included in
 the upstream tarball.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Split out Build-Depends-Indep again. (Closes: #918477)
Checksums-Sha1:
 a9d316b27a4555dda9f6783b1716e5481d79e88f  libkarma_0.1.2-5.dsc
 74b54e464ae73d374ad147476780a59d5c56f40c 6484 libkarma_0.1.2-5.debian.tar.xz
 8904e95c928e4943e2295d3c84c2a6f6d034f0e8 5540 libkarma_0.1.2-5_source.buildinfo
Checksums-Sha256:
 4f4588ad8b947f1bd86654b9a177b8e9cedefb532df2dd277587ada26f0d041d  
libkarma_0.1.2-5.dsc
 a04597e70496475f6e99fe5b2d6123280a30ea1061b2bbe72c88c858ab6af0f4 6484 
libkarma_0.1.2-5.debian.tar.xz
 277b06e28

Processing of libkarma_0.1.2-5_source.changes

2020-04-17 Thread Debian FTP Masters
libkarma_0.1.2-5_source.changes uploaded successfully to localhost
along with the files:
  libkarma_0.1.2-5.dsc
  libkarma_0.1.2-5.debian.tar.xz
  libkarma_0.1.2-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of libkarma_0.1.2-6_source.changes

2020-04-17 Thread Debian FTP Masters
libkarma_0.1.2-6_source.changes uploaded successfully to localhost
along with the files:
  libkarma_0.1.2-6.dsc
  libkarma_0.1.2-6.debian.tar.xz
  libkarma_0.1.2-6_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libkarma_0.1.2-5_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 20:18:40 +
Source: libkarma
Architecture: source
Version: 0.1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Closes: 918477
Changes:
 libkarma (0.1.2-5) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Debian Janitor ]
   * Update standards version, no changes needed.
   * Bump debhelper from old 11 to 12.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Niels Thykier ]
   * Bump Standards-Version to 4.5.0 - no changes needed.
   * Set Rules-Requires-Root to no after passing relevant flags
 to upstream make file to avoid using root while installing
 the package.
   * Bump debhelper-compat to 13.
   * Add exclude to dh_clean to avoid removing files included in
 the upstream tarball.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Split out Build-Depends-Indep again. (Closes: #918477)
Checksums-Sha1:
 a9d316b27a4555dda9f6783b1716e5481d79e88f  libkarma_0.1.2-5.dsc
 74b54e464ae73d374ad147476780a59d5c56f40c 6484 libkarma_0.1.2-5.debian.tar.xz
 8904e95c928e4943e2295d3c84c2a6f6d034f0e8 5540 libkarma_0.1.2-5_source.buildinfo
Checksums-Sha256:
 4f4588ad8b947f1bd86654b9a177b8e9cedefb532df2dd277587ada26f0d041d  
libkarma_0.1.2-5.dsc
 a04597e70496475f6e99fe5b2d6123280a30ea1061b2bbe72c88c858ab6af0f4 6484 
libkarma_0.1.2-5.debian.tar.xz
 277b06e283d6de7ef34076c295cb5f4d895858869843c64f63fc6ab5fc7dcb7f 5540 
libkarma_0.1.2-5_source.buildinfo
Files:
 ec08d801a68c7909e1d5bc58d19d7ab0  libs optional libkarma_0.1.2-5.dsc
 0a230ff77614a503929b2321296299cc 6484 libs optional 
libkarma_0.1.2-5.debian.tar.xz
 5fa0ad3184592f5ef35ad09ee554ec2e 5540 libs optional 
libkarma_0.1.2-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl6aD30SHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqsy3AP/2QxLNKm1UyMYh9HlIsVNIls/qREAeh9
9a15yX4TM3oi9Tgtz47QmrGnIlxOPGg8glIZDK0du7uzS7PWA2G8+I7gH+1URmaj
swQMEgyaFsSHI4ASkClgxbEgMhYNrHTaGfyjGrj2urNdEhGj5yHm6ookdrqnAbWH
71bKrUN2bhnyZgR+lWedCRHR+qIvWEeaBo1Zgx+JQ9qURcFZKWrrVwFij7KO440J
ctTD461FcxkL9tsDCvmdkiVsMz9bqDT7CG8xQMIa0GlzR3JhBjrsX83IY6opyJKO
roGy+/rIAFqUuEILWjIRiBOG00qRMbMTdr5woPW31D6RY1Ani0YhyenI+7gWxrAM
C0V9j8VbaACzxOdI9liIS97Ry32tLEegQM/L80wnCjKzQwHwlXuYbmYke/JrFLAC
4hHL8cJ74hnsznXnR8qJowJj2e3NwMXMHy5JM/UFQjSbji6zjxtM5gWxW2LrYk2Q
Nx5BdPX3k0mbLKQWuxsmsevp6MEcquYVaisKXz6WlsC0X8xphK8Z6ALzAL7oz0Wk
lzvelWYUEN76O6aYppAtySvipougLB12zJg+hWH/svmbtCHGw4wCt/H21vDASOka
5BFsd2OkJ45QUMCQjtqJUuPESOfjpLUek6hN+5Scy7mwydZVQCr4dbWL+7pwgJHf
ziq0iQD0CSZL
=qq6x
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of libtut_0.0.20070706-3_source.changes

2020-04-17 Thread Debian FTP Masters
libtut_0.0.20070706-3_source.changes uploaded successfully to localhost
along with the files:
  libtut_0.0.20070706-3.dsc
  libtut_0.0.20070706-3.debian.tar.xz
  libtut_0.0.20070706-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#893887: marked as done (mark libtut-dev Multi-Arch: foreign)

2020-04-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Apr 2020 21:20:19 +
with message-id 
and subject line Bug#893887: fixed in libtut 0.0.20070706-3
has caused the Debian Bug report #893887,
regarding mark libtut-dev Multi-Arch: foreign
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.)


-- 
893887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893887
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtut-dev
Version: 0.0.20070706-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
Control: affects -1 + src:guessnet

guessnet cannot be cross built from source, because its build dependency
on libtut-dev is not satisfiable. In general, Architecture: all packages
can never satisfy cross Build-Depends unless marked Multi-Arch: foreign.
libtut-dev is a header-only library without any dependencies or
maintainer scripts. Thus a Multi-Arch: foreign marking is correct.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru libtut-0.0.20070706/debian/changelog 
libtut-0.0.20070706/debian/changelog
--- libtut-0.0.20070706/debian/changelog2017-06-27 10:16:06.0 
+0200
+++ libtut-0.0.20070706/debian/changelog2018-03-23 15:56:02.0 
+0100
@@ -1,3 +1,10 @@
+libtut (0.0.20070706-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark libtut-dev Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne   Fri, 23 Mar 2018 15:56:02 +0100
+
 libtut (0.0.20070706-2) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru libtut-0.0.20070706/debian/control 
libtut-0.0.20070706/debian/control
--- libtut-0.0.20070706/debian/control  2017-06-27 10:16:06.0 +0200
+++ libtut-0.0.20070706/debian/control  2018-03-23 15:56:00.0 +0100
@@ -9,6 +9,7 @@
 Package: libtut-dev
 Section: libdevel
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Suggests: pkg-config (>= 0.16.0-1)
 Description: elegant C++ unit test framework
--- End Message ---
--- Begin Message ---
Source: libtut
Source-Version: 0.0.20070706-3
Done: Niels Thykier 

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

Debian distribution maintenance software
pp.
Niels Thykier  (supplier of updated libtut 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: Fri, 17 Apr 2020 21:02:12 +
Source: libtut
Architecture: source
Version: 0.0.20070706-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Closes: 893887
Changes:
 libtut (0.0.20070706-3) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Niels Thykier ]
   * Set Rules-Requires-Root to no.
   * Rewritten debian/rules to use dh style.
   * Bump Standards-Versions to 4.5.0 - no additional changes required.
 .
   [ Helmut Grohne ]
   * Mark libtut-dev Multi-Arch: foreign. (Closes: #893887)
Checksums-Sha1:
 cdf8b3795ed1bf9b0bc2110e33b4d6e5ce0f5ee5 1791 libtut_0.0.20070706-3.dsc
 fb3ca52463a9e1b4c06e6a360a38df6013b81e44 19476 
libtut_0.0.20070706-3.debian.tar.xz
 fb25bc8479b1716dc32742cd637a2a8f49f9049a 5216 
libtut_0.0.20070706-3_source.buildinfo
Checksums-Sha256:
 ed7fa87b4327e0cd59cd92077782d5e83ddc2d24710cae9ab1c366dc35ae67cc 1791 
libtut_0.0.20070706-3.dsc
 3b1665d6e10e740fb24c1040e2e027927f5f61267156b4c684aed5521abe245a 19476 
libtut_0.0.20070706-3.debian.tar.xz
 4a9bb15412dc7e6db1409aa77820dc2955b1ce0976c6a8c208c6bc6a70613538 5216 
libtut_0.0.20070706-3_source.buildinfo
Files:
 f7b5cf789e93b2e3ada6904921bdd5f1 1791 libs optional libtut_0.0.20070706-3.dsc
 0274beb7439f5efd79adceb4370d759e 19476 libs optional 
libtut_0.0.20070706-3.debian.tar.xz
 11e3f1cd75facc5ce9bf57cd4ecc3720 5216 libs optional 
libtut_0.0.20070706-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl6aGXsSHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqsx4wQALTTwakGEjiMFfZwK4mZrDsb3o/jBh3i
ewfRkgkF1aOSITn3t319uv9rWwsVoc/1sPvEF5ici6p0mWIrUWTMrdcjLxTuCEEd
IYRA00p7Y3Z431ronBU9OkqkgAgzr+hqW6uudZYM0TFyTe2lmMf7P+pK02Gsr9Y8
sX8zi2GO68/Td5XKPc1lvRVGMA581isxICdCyd02if0q49pZcLgWB+B2sNQiB3aW
bqkJSv

libkarma_0.1.2-6_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 20:31:32 +
Source: libkarma
Architecture: source
Version: 0.1.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Changes:
 libkarma (0.1.2-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix broken expansion of makefile variables that I introduced
 in the previous upload.
Checksums-Sha1:
 ac35e73e83e2e76fc54d26fe2137ec1c5f30ef1a  libkarma_0.1.2-6.dsc
 a5bb39448e2eed1286feff7885968360a5e859ae 6532 libkarma_0.1.2-6.debian.tar.xz
 4ec9cb12487733132049685efb57bfc7811542b4 5540 libkarma_0.1.2-6_source.buildinfo
Checksums-Sha256:
 9cf25e403b5e4b7428ef5207d1dcf9fbbc7db7642f10143f7fc0b4218dbf97f0  
libkarma_0.1.2-6.dsc
 b663b5af06be193047971503752f090a4f23b58e4226c1437fb1984c57e130b6 6532 
libkarma_0.1.2-6.debian.tar.xz
 8ddde9975d3b90bab689731a637ec2af535d61b42f5cfbb8a21f1d5a456d3047 5540 
libkarma_0.1.2-6_source.buildinfo
Files:
 2c5215f9875e1b2f418ff454dfbe18a3  libs optional libkarma_0.1.2-6.dsc
 e5e42bce4c69b459891da3cfdd65b384 6532 libs optional 
libkarma_0.1.2-6.debian.tar.xz
 ffea4236f7209fa0b98d7a7bb74e2167 5540 libs optional 
libkarma_0.1.2-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl6aEkQSHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqsc2wQANQSoOd4Hw7JDW7EPZhLF7bYJ1CHVhhF
RZE9S01XC+IIT+P5ypvoMUohQNqiw54I3szw8ZWHdWngsm3t8YOAsrcLtGyzAx02
bVm/a5PuL7eEp+ZySnbmhNSxBgF7llCAVF2AfC4aWeWd2SHrW24A0cb2O4mwlwn5
4a3MnkJioRoUCCYP7ICaJ9wF1elY4wyu6Z2dDue7f/5VAFkKauxXLc9a8Ycg/Oay
tW2sFJgyhupqnInXWioJyJcj+x1BQaXCFmaOWbHtvkE4QYxwyAVl65UIW1yEOqK6
UGmFiz//Tkl2VLuiepo9zcw4o80L4WU3Zaz5J0t4R6aS/i0/cbDEB/ni7qXPPo9N
xq/cD0mCHXr2BfI2kU7Yt+1UgIK3O3Czu7pItgqPTPwRkoYJOHE2K45L9cA7+u8H
v4uOxPD5QiLZDtXW53HnmFi5nSlXScHQS40hhfQwge4aWChMYPs/zDIiQeXdqWjc
rudexYXMsRf4ZA7QI+pOjAvdtn5SgyZFEdqyMQ6oKRMci33fmRbCl5IoMhLgajcn
74aw/bKJZbzYtXMSAduQhv3+sTYarXP2VdZ8Vt+vdzFjkPDWnzsyZpn67oyWRj7e
iP3LWLdFXgdYAD0PFTgVdspHpAgyYuoSbWSb9akY4KpUkbFocEMjaj+s4MHQwDmM
rrph18XB7VgJ
=BORg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



libtut_0.0.20070706-3_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 21:02:12 +
Source: libtut
Architecture: source
Version: 0.0.20070706-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Niels Thykier 
Closes: 893887
Changes:
 libtut (0.0.20070706-3) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Niels Thykier ]
   * Set Rules-Requires-Root to no.
   * Rewritten debian/rules to use dh style.
   * Bump Standards-Versions to 4.5.0 - no additional changes required.
 .
   [ Helmut Grohne ]
   * Mark libtut-dev Multi-Arch: foreign. (Closes: #893887)
Checksums-Sha1:
 cdf8b3795ed1bf9b0bc2110e33b4d6e5ce0f5ee5 1791 libtut_0.0.20070706-3.dsc
 fb3ca52463a9e1b4c06e6a360a38df6013b81e44 19476 
libtut_0.0.20070706-3.debian.tar.xz
 fb25bc8479b1716dc32742cd637a2a8f49f9049a 5216 
libtut_0.0.20070706-3_source.buildinfo
Checksums-Sha256:
 ed7fa87b4327e0cd59cd92077782d5e83ddc2d24710cae9ab1c366dc35ae67cc 1791 
libtut_0.0.20070706-3.dsc
 3b1665d6e10e740fb24c1040e2e027927f5f61267156b4c684aed5521abe245a 19476 
libtut_0.0.20070706-3.debian.tar.xz
 4a9bb15412dc7e6db1409aa77820dc2955b1ce0976c6a8c208c6bc6a70613538 5216 
libtut_0.0.20070706-3_source.buildinfo
Files:
 f7b5cf789e93b2e3ada6904921bdd5f1 1791 libs optional libtut_0.0.20070706-3.dsc
 0274beb7439f5efd79adceb4370d759e 19476 libs optional 
libtut_0.0.20070706-3.debian.tar.xz
 11e3f1cd75facc5ce9bf57cd4ecc3720 5216 libs optional 
libtut_0.0.20070706-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl6aGXsSHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqsx4wQALTTwakGEjiMFfZwK4mZrDsb3o/jBh3i
ewfRkgkF1aOSITn3t319uv9rWwsVoc/1sPvEF5ici6p0mWIrUWTMrdcjLxTuCEEd
IYRA00p7Y3Z431ronBU9OkqkgAgzr+hqW6uudZYM0TFyTe2lmMf7P+pK02Gsr9Y8
sX8zi2GO68/Td5XKPc1lvRVGMA581isxICdCyd02if0q49pZcLgWB+B2sNQiB3aW
bqkJSve68rcY7ALM7wCBXX/1lrXgERDh1Fu5IpdPL1bpqmX3i5Azyqo0QHF+rsc+
A9txL/CHl5zkRhK5qInfffeef7Su9EC2l88/WUmhzIq1uJ0zVvum5sX/9yKK3J/j
0Y3JWp/0nHhFOA0kaQHpGl0K0RrG5JflsHCaAhlWlONVRce2WW5oruCqKeXorQfZ
1SD5cWvh16X4onh0WBme3CpmZ/ZG1yQwKTjq5YdVs1BIykkTT04qM1lQaUkYX/1K
e491rQQB4VHui22RrIONaxKvfrQ4qrWhYbLCIU2efkJJyH2tmgmWKu8+hat3Elhf
a1klmSAdjTNzZ7k7lEXDPjv1w2YA93cTEuM/M5O3ARmaYhSs8FQ5kXmABkr9x0OR
seNqbf5KuFBf6i2Dj0rXwQRWN5dSTAfDU6b3VMTmu356ocuZBEbW1OlWn8xMF3Dg
pUvKCWeyWPZu
=Fcyi
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#956010: marked as done (zpb-ttf: Packaging licensing should be changed)

2020-04-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Apr 2020 21:52:47 +
with message-id 
and subject line Bug#956010: fixed in zpb-ttf 0.7-5
has caused the Debian Bug report #956010,
regarding zpb-ttf: Packaging licensing should be changed
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.)


-- 
956010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zpb-ttf
Severity: normal

The zpb-ttf is under BSD-2-Clause but the packaging is under GPL-2+ license.
GPL-2 in packaging is incompatible with the upstream development if needed
send patches to the author.

I am opening this bug with a CC to previous maintainer in Debian to ask if
someone has any objection to change the licensing in Debian packaging
(to BSD-2-Clause). IMO, this is the best option to interact with the upstream.

I will wait 10 days to know if anyone has any objection.

Thanks!

Regards,

Eriberto
--- End Message ---
--- Begin Message ---
Source: zpb-ttf
Source-Version: 0.7-5
Done: Joao Eriberto Mota Filho 

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho  (supplier of updated zpb-ttf 
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: Fri, 17 Apr 2020 18:20:51 -0300
Source: zpb-ttf
Architecture: source
Version: 0.7-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Joao Eriberto Mota Filho 
Closes: 956010
Changes:
 zpb-ttf (0.7-5) unstable; urgency=medium
 .
   * QA upload.
   * debian/copyright: changed packaging licensing from GPL-2+ to BSD-2-Clause.
 (Closes: #956010)
   * debian/upstream/metadata: created.
Checksums-Sha1:
 8b2865f863c1bf9c3310e81609083dcd3bb1f9d1 1835 zpb-ttf_0.7-5.dsc
 2e5dd052c9d589213b67d70c81b73d3c348a21da 2604 zpb-ttf_0.7-5.debian.tar.xz
 e9c1a23ee6f117aacf1c0c3e618d31d4dd3b2a10 5344 zpb-ttf_0.7-5_source.buildinfo
Checksums-Sha256:
 a0c205857e13c978fe8861c37b936093492c330ba81fef6a6d13afdcd3f7 1835 
zpb-ttf_0.7-5.dsc
 af7d54dc0e44eb843072dac2e2fe867086f1c16d2eae3cba138122cf8d335661 2604 
zpb-ttf_0.7-5.debian.tar.xz
 2da878dd573ee8b123b2f969d5beca883fa3112714293894b7af88d17d5f4057 5344 
zpb-ttf_0.7-5_source.buildinfo
Files:
 d73cae63b3ede5965ba0fc18931c7f4f 1835 libs optional zpb-ttf_0.7-5.dsc
 ece6458b367aa538572b978ef081bcf1 2604 libs optional zpb-ttf_0.7-5.debian.tar.xz
 9dc99f7822a9ab90da3211730472ac40 5344 libs optional 
zpb-ttf_0.7-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl6aIZsACgkQ3mO5xwTr
6e+S9A/9EKpSvqrzp2X9NgktgUO9wC9lTZucMIHfjkyEzefZl82Dp7A+Cv0TjuO+
EEo7YQuASq/yGsDQ5lw5aDd0yiyvUZQz5rcPyna0Vq/nkQ0Ls5IswZv1VgglkzRK
Zfc+/tI14HJY6ttbNTzUXFcjn1CU6wxnlGF9XX4NdTB7T39d6FGRKiKNxKl0zODg
hceJkipkQeadCD+LQbaHBwbVZaWglJBRPTvePOdEJLSRPgwQNLfZDnS6z71ZlFvG
iIOppOIvs0Yns1guGT4y1DKAFJktEyuyto2ODGJl9DcyK+WW292Gn1zmkNv9tLaR
FNGhmt4dgc6ARU0QEd+JrNj4o9niEPDgYckI56XQGErhCyRzw3zHNdhBskv9ov+4
2KIAlRtsNS3qQXbvFC9CU8CSLj94cjc3MwqpdBrgqEFmbsafmJm34q9E9FhzF3/i
hggWGcaLS3UXVKLE+xpkv4KrUm62JhWWyN6IVKdTKKrtqKFvkPmrmiSpchk0GtH4
qgHbwil3YrFg1vN5oazfStpFvP1la9ndXHkDQJzQ1GfC3VFv8EUQSNr4CCiLn/uf
YvXLm01KjPCAvV5W/ZEZtN9u3pFllcSM6jDIKjgH9R8JwALCCGm/p1UXA4OJyQ2X
W6YvqgyA6fP5qHTMJrQ9sGbt46odiunMyINqUQ/xZAlZL8iQCpA=
=wTyK
-END PGP SIGNATURE End Message ---


Processing of zpb-ttf_0.7-5_source.changes

2020-04-17 Thread Debian FTP Masters
zpb-ttf_0.7-5_source.changes uploaded successfully to localhost
along with the files:
  zpb-ttf_0.7-5.dsc
  zpb-ttf_0.7-5.debian.tar.xz
  zpb-ttf_0.7-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



zpb-ttf_0.7-5_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 18:20:51 -0300
Source: zpb-ttf
Architecture: source
Version: 0.7-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Joao Eriberto Mota Filho 
Closes: 956010
Changes:
 zpb-ttf (0.7-5) unstable; urgency=medium
 .
   * QA upload.
   * debian/copyright: changed packaging licensing from GPL-2+ to BSD-2-Clause.
 (Closes: #956010)
   * debian/upstream/metadata: created.
Checksums-Sha1:
 8b2865f863c1bf9c3310e81609083dcd3bb1f9d1 1835 zpb-ttf_0.7-5.dsc
 2e5dd052c9d589213b67d70c81b73d3c348a21da 2604 zpb-ttf_0.7-5.debian.tar.xz
 e9c1a23ee6f117aacf1c0c3e618d31d4dd3b2a10 5344 zpb-ttf_0.7-5_source.buildinfo
Checksums-Sha256:
 a0c205857e13c978fe8861c37b936093492c330ba81fef6a6d13afdcd3f7 1835 
zpb-ttf_0.7-5.dsc
 af7d54dc0e44eb843072dac2e2fe867086f1c16d2eae3cba138122cf8d335661 2604 
zpb-ttf_0.7-5.debian.tar.xz
 2da878dd573ee8b123b2f969d5beca883fa3112714293894b7af88d17d5f4057 5344 
zpb-ttf_0.7-5_source.buildinfo
Files:
 d73cae63b3ede5965ba0fc18931c7f4f 1835 libs optional zpb-ttf_0.7-5.dsc
 ece6458b367aa538572b978ef081bcf1 2604 libs optional zpb-ttf_0.7-5.debian.tar.xz
 9dc99f7822a9ab90da3211730472ac40 5344 libs optional 
zpb-ttf_0.7-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl6aIZsACgkQ3mO5xwTr
6e+S9A/9EKpSvqrzp2X9NgktgUO9wC9lTZucMIHfjkyEzefZl82Dp7A+Cv0TjuO+
EEo7YQuASq/yGsDQ5lw5aDd0yiyvUZQz5rcPyna0Vq/nkQ0Ls5IswZv1VgglkzRK
Zfc+/tI14HJY6ttbNTzUXFcjn1CU6wxnlGF9XX4NdTB7T39d6FGRKiKNxKl0zODg
hceJkipkQeadCD+LQbaHBwbVZaWglJBRPTvePOdEJLSRPgwQNLfZDnS6z71ZlFvG
iIOppOIvs0Yns1guGT4y1DKAFJktEyuyto2ODGJl9DcyK+WW292Gn1zmkNv9tLaR
FNGhmt4dgc6ARU0QEd+JrNj4o9niEPDgYckI56XQGErhCyRzw3zHNdhBskv9ov+4
2KIAlRtsNS3qQXbvFC9CU8CSLj94cjc3MwqpdBrgqEFmbsafmJm34q9E9FhzF3/i
hggWGcaLS3UXVKLE+xpkv4KrUm62JhWWyN6IVKdTKKrtqKFvkPmrmiSpchk0GtH4
qgHbwil3YrFg1vN5oazfStpFvP1la9ndXHkDQJzQ1GfC3VFv8EUQSNr4CCiLn/uf
YvXLm01KjPCAvV5W/ZEZtN9u3pFllcSM6jDIKjgH9R8JwALCCGm/p1UXA4OJyQ2X
W6YvqgyA6fP5qHTMJrQ9sGbt46odiunMyINqUQ/xZAlZL8iQCpA=
=wTyK
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#958060: mdadm segfaults when run from cron.daily

2020-04-17 Thread Martin Mares
Package: mdadm
Version: 4.1-1
Severity: normal
Tags: patch upstream

Dear maintainers,

when mdadm is run from /etc/cron.daily/mdadm on one of my machines, it
deterministically segfaults.

The cron job runs:

mdadm --monitor --scan --oneshot

Surprisingly, when I run the same command from a normal root shell, it
finishes correctly. Strace reveals that the difference is that in the first
case, it is run with cwd set to "/", while in the second case cwd is "/root".
And in "/", I have a directory "big", which is also the name of one of my
arrays :) But why is mdadm looking this up in the current directory?

The culprit is the following piece of code in Monitor.c in function Monitor():

if (mdlist->devname[0] == '/')
st->devname = xstrdup(mdlist->devname);
else {
st->devname = xmalloc(8+strlen(mdlist->devname)+1);
strcpy(strcpy(st->devname, "/dev/md/"),
   mdlist->devname);
}

In my case, the first character of mdlist->devname[0] is not '/', so the
else branch is executed ... which copies "/dev/md" to st->devname and happily
overwrites it with mdlist->devname in a moment. Apparently, the outer strcpy
was meant to be a strcat. (This is fixed by the attached patch.)

However, this solves only one part of the puzzle. Even if mdadm accesses the
wrong name, it should not be a reason for a crash. It crashes on a NULL pointer
dereference in Monitor.c, function check_array():

fd = open(dev, O_RDONLY);
if (fd < 0)
goto disappeared;

if (st->devnm[0] == 0)
strcpy(st->devnm, fd2devnm(fd));

Here, open() succeeds on "big", so we call fd2devnm(fd) in lib.c:

char *fd2devnm(int fd)
{
struct stat stb;

if (fstat(fd, &stb) == 0)
return stat2devnm(&stb);

return NULL;
}

Of course fstat succeeds, so we go here:

char *stat2devnm(struct stat *st)
{
if ((S_IFMT & st->st_mode) != S_IFBLK)
return NULL;

return devid2devnm(st->st_rdev);
}

However "fd" refers to a directory, not to a block device, so we return NULL
to strcpy(). This is a separate bug which would also deserves fixing (at least
by a printing an error message instead of crash), even it is unlikely to be
triggered when the first bug is fixed. (However, it can be triggered for example
by running the command while another instance of mdadm is stopping the array.)

-- Package-specific info:

I believe that the details of arrays are not relevant.

-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-8-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]  1.5.71
ii  libc6  2.28-10
ii  lsb-base   10.2019051400
ii  udev   241-7~deb10u3

Versions of packages mdadm recommends:
ii  kmod26-1
ii  postfix [mail-transport-agent]  3.4.8-0+10debu1

Versions of packages mdadm suggests:
pn  dracut-core  

-- debconf information:
  mdadm/start_daemon: true
  mdadm/initrdstart_notinconf: false
  mdadm/initrdstart_msg_errconf:
  mdadm/initrdstart_msg_intro:
  mdadm/initrdstart_msg_errmd:
  mdadm/mail_to: root
* mdadm/initrdstart: all
  mdadm/initrdstart_msg_errexist:
  mdadm/autostart: true
  mdadm/autocheck: true
  mdadm/initrdstart_msg_errblock:
diff -ruN mdadm-4.1.orig/Monitor.c mdadm-4.1/Monitor.c
--- mdadm-4.1.orig/Monitor.c2018-10-01 20:26:06.0 +0200
+++ mdadm-4.1/Monitor.c 2020-04-18 00:08:26.342858997 +0200
@@ -176,7 +176,7 @@
st->devname = xstrdup(mdlist->devname);
else {
st->devname = 
xmalloc(8+strlen(mdlist->devname)+1);
-   strcpy(strcpy(st->devname, "/dev/md/"),
+   strcat(strcpy(st->devname, "/dev/md/"),
   mdlist->devname);
}
st->next = statelist;


Processing of dbf_0.96.005-2_source.changes

2020-04-17 Thread Debian FTP Masters
dbf_0.96.005-2_source.changes uploaded successfully to localhost
along with the files:
  dbf_0.96.005-2.dsc
  dbf_0.96.005-2.debian.tar.xz
  dbf_0.96.005-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



dbf_0.96.005-2_source.changes ACCEPTED into unstable

2020-04-17 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Apr 2020 21:27:53 -0400
Source: dbf
Architecture: source
Version: 0.96.005-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sandro Tosi 
Closes: 936369 942940
Changes:
 dbf (0.96.005-2) unstable; urgency=medium
 .
   * QA upload.
   * Orphan package
   * Drop python2 support; Closes: #936369, #942940
Checksums-Sha1:
 bd8e462c814c12da0c5121098311a9ab86023516 1761 dbf_0.96.005-2.dsc
 f1aa83af693192603da106439d84428b99340013 6644 dbf_0.96.005-2.debian.tar.xz
 d58c4a3113ffb88aadca1e0d229dbe790fd903dc 7329 dbf_0.96.005-2_amd64.buildinfo
Checksums-Sha256:
 416e6cff9dbee48d14cd07b8d9bea3bb0bf101fe52bfccacb8507043627e56bf 1761 
dbf_0.96.005-2.dsc
 ec55f3b3a3cd4c70bcbed36d4907493d04410e0ed690c16a581a86067710 6644 
dbf_0.96.005-2.debian.tar.xz
 5458994fe6d0682d4c9fcff26734578b80ded861cae08cbef34403de12cebac6 7329 
dbf_0.96.005-2_amd64.buildinfo
Files:
 87b424c84bd59b0b725ef894abec005c 1761 python optional dbf_0.96.005-2.dsc
 7f4721682e44e2d86a9b6c00ab065217 6644 python optional 
dbf_0.96.005-2.debian.tar.xz
 2e144800b132ef9bd429256278043114 7329 python optional 
dbf_0.96.005-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl6aWXsACgkQh588mTgB
qU9uhhAAzJ9kLDcb7idNP2Ur/MGu8v0q2TMGkiiITqlO/D1f5KnalJuwpRjlVc9k
JeAvyTW2kj+PwB5PXQeeHnOdpyArw7ze+O2C3/z/crvspc9lwRIVUYLS88drOYRE
iOGrCAn0gsB+WGl9yIO/H4rcUHlfck11P80r6IVfsF9dGKldnsTL5sXftR+UtLeR
0hvbtfpXJ+PeEPQvtGo8AK+GsCOWHLz7xVYnYpI6nywIaYcbi9tH9xvcngTjNvk9
eX7USnY96yExre+ekCwa7aKEGqG6zkI4OontIp0DvKEdl6Daz4BOmiFOqtGHe8YV
0HykR8QY2eHS9W27n7ebOxDTto/twxY60e72pzBrfRwHQSZwR7odJludZz9X3Q2M
xEOWbJ6CWKhvDx40ObzD0ft1QHRJm6VyL45cwkfs+Zt9c7cYy91vfwJTc0o9NL53
6lk/YhySaBgHwuupIUrtQnyHAl26UeA4mXjXMqTfPk82QCBA5dTAJ9iVZaU9bWVA
tAjCkYCC9evcyHy2SecmWoppGDy8RnT2yr/iS7wt2MENZ6mnZRrg9dMiJ+KydKGk
zeMTbzMJAR/PSt4JlDjc0gHvKnHZevMANydHMn4KqIeHHJ6EGBMCZQLFogzdrrYQ
rzkmxOf5PISibXv0XdLH+epImpdE2LqM/Gu6BDorrmkuyBMTK+U=
=25GN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.