Your message dated Thu, 23 Jul 2020 06:33:41 +0000
with message-id <e1jyunv-0007el...@fasolo.debian.org>
and subject line Bug#957139: fixed in distcc 3.3.3-4
has caused the Debian Bug report #957139,
regarding distcc: ftbfs with GCC-10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
957139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:distcc
Version: 3.3.3-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/distcc_3.3.3-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

[...]
                 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/renderer.c:57:
/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/gtk-2.0/gtk/gtk.h:234,
                 from ./src/mon-gnome.c:67:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration 
isn’t a prototype [-Wstrict-prototypes]
   47 | typedef void (*GtkItemFactoryCallback)  ();
      | ^~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ./src/renderer.c:56:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -MD -W -Wall -Wimplicit -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT  -Wl,-z,relro 
-Wl,--as-needed -o distccd src/access.o src/daemon.o  src/dopt.o src/dparent.o 
src/dsignal.o src/ncpus.o src/prefork.o src/stringmap.o src/serve.o 
src/setuid.o src/srvnet.o src/srvrpc.o src/state.o src/stats.o 
src/fix_debug_info.o src/zeroconf-reg.o src/auth_distccd.o src/arg.o 
src/argutil.o src/cleanup.o src/compress.o src/trace.o src/util.o src/io.o 
src/exec.o src/rpc.o src/tempfile.o src/bulk.o src/help.o src/filename.o 
src/lock.o src/netutil.o src/pump.o src/sendfile.o src/safeguard.o 
src/snprintf.o src/timeval.o src/dotd.o src/hosts.o src/hostfile.o 
src/implicit.o src/loadfile.o lzo/minilzo.o src/zeroconf.o src/gcc-id.o 
src/auth_common.o  -lgssapi_krb5 -lib
 erty -lpopt -lpopt  -lavahi-common -lavahi-client      
./src/mon-gnome.c: In function ‘main’:
./src/mon-gnome.c:654:3: warning: ignoring return value of ‘nice’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  654 |   nice(5);
      |   ^~~~~~~
/usr/bin/ld: src/serve.o:./src/stats.h:36: multiple definition of `stats_text'; 
src/prefork.o:./src/stats.h:36: first defined here
/usr/bin/ld: src/stats.o:./src/stats.h:36: multiple definition of `stats_text'; 
src/prefork.o:./src/stats.h:36: first defined here
In file included from /usr/include/gtk-2.0/gtk/gtk.h:234,
                 from ./src/renderer.c:57:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration 
isn’t a prototype [-Wstrict-prototypes]
   47 | typedef void (*GtkItemFactoryCallback)  ();
      | ^~~~~~~
./src/renderer.c: In function ‘dcc_cell_renderer_chart_get_type’:
./src/renderer.c:283:5: warning: cast between incompatible function types from 
‘void (*)(DccCellRendererChartClass *)’ {aka ‘void (*)(struct 
_DccCellRendererChartClass *)’} to ‘void (*)(void *, void *)’ 
[-Wcast-function-type]
  283 |     (GClassInitFunc) dcc_cell_renderer_chart_class_init,
      |     ^
./src/renderer.c:288:5: warning: cast between incompatible function types from 
‘void (*)(DccCellRendererChart *)’ {aka ‘void (*)(struct _DccCellRendererChart 
*)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct 
_GTypeInstance *, void *)’} [-Wcast-function-type]
  288 |     (GInstanceInitFunc) dcc_cell_renderer_chart_init,
      |     ^
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/state.c -o ./_include_server/<<PKGBUILDDIR>>/src/state.o
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:509: distccd] Error 1
make[1]: *** Waiting for unfinished jobs....
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/srvrpc.c -o ./_include_server/<<PKGBUILDDIR>>/src/srvrpc.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/pump.c -o ./_include_server/<<PKGBUILDDIR>>/src/pump.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/rpc.c -o ./_include_server/<<PKGBUILDDIR>>/src/rpc.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/io.c -o ./_include_server/<<PKGBUILDDIR>>/src/io.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/include_server_if.c -o 
./_include_server/<<PKGBUILDDIR>>/src/include_server_if.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/trace.c -o ./_include_server/<<PKGBUILDDIR>>/src/trace.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/snprintf.c -o 
./_include_server/<<PKGBUILDDIR>>/src/snprintf.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/util.c -o ./_include_server/<<PKGBUILDDIR>>/src/util.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/tempfile.c -o 
./_include_server/<<PKGBUILDDIR>>/src/tempfile.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/filename.c -o 
./_include_server/<<PKGBUILDDIR>>/src/filename.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/bulk.c -o ./_include_server/<<PKGBUILDDIR>>/src/bulk.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/sendfile.c -o 
./_include_server/<<PKGBUILDDIR>>/src/sendfile.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/compress.c -o 
./_include_server/<<PKGBUILDDIR>>/src/compress.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/argutil.c -o 
./_include_server/<<PKGBUILDDIR>>/src/argutil.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/cleanup.c -o 
./_include_server/<<PKGBUILDDIR>>/src/cleanup.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/emaillog.c -o 
./_include_server/<<PKGBUILDDIR>>/src/emaillog.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/timeval.c -o 
./_include_server/<<PKGBUILDDIR>>/src/timeval.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/src/netutil.c -o 
./_include_server/<<PKGBUILDDIR>>/src/netutil.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/lzo/minilzo.c -o 
./_include_server/<<PKGBUILDDIR>>/lzo/minilzo.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MD -W -Wall 
-Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -D_REENTRANT -Wno-missing-prototypes 
-Wno-missing-declarations -Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 
-DMINILZO_HAVE_CONFIG_H -DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib 
-DSYSCONFDIR=/etc -DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo -fPIC 
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I/usr/include/python3.7m -c 
/<<PKGBUILDDIR>>/include_server/c_extensions/distcc_pump_c_extensions_module.c 
-o 
./_include_server/<<PKGBUILDDIR>>/include_server/c_extensions/distcc_pump_c_extensions_module.o
/<<PKGBUILDDIR>>/include_server/c_extensions/distcc_pump_c_extensions_module.c: 
In function ‘XArgv’:
/<<PKGBUILDDIR>>/include_server/c_extensions/distcc_pump_c_extensions_module.c:214:13:
 warning: assignment discards ‘const’ qualifier from pointer target type 
[-Wdiscarded-qualifiers]
  214 |     argv[i] = PyUnicode_AsUTF8(string_object);    /* does not increase
      |             ^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -Wl,-z,relro -Wl,--as-needed -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -MD -W -Wall -Wimplicit -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Wmissing-declarations -Wuninitialized 
-D_REENTRANT -Wno-missing-prototypes -Wno-missing-declarations 
-Wno-write-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DMINILZO_HAVE_CONFIG_H 
-DHAVE_CONFIG_H -D_GNU_SOURCE -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DPKGDATADIR=/usr/share/distcc -Isrc -I./src -I./lzo 
./_include_server/<<PKGBUILDDIR>>/src/clirpc.o 
./_include_server/<<PKGBUILDDIR>>/src/clinet.o 
./_include_server/<<PKGBUILDDIR>>/src/state.o 
./_include_server/<<PKGBUILDDIR>>/src/srvrpc.o 
./_include_server/<<PKGBUILDDIR>>/src/pump.o 
./_include_server/<<PKGBUILDDIR>>/src/rpc.o 
./_include_server/<<PKGBUILDDIR>>/src/io.o ./_include_s
 erver/<<PKGBUILDDIR>>/src/include_server_if.o 
./_include_server/<<PKGBUILDDIR>>/src/trace.o 
./_include_server/<<PKGBUILDDIR>>/src/snprintf.o 
./_include_server/<<PKGBUILDDIR>>/src/util.o 
./_include_server/<<PKGBUILDDIR>>/src/tempfile.o 
./_include_server/<<PKGBUILDDIR>>/src/filename.o 
./_include_server/<<PKGBUILDDIR>>/src/bulk.o 
./_include_server/<<PKGBUILDDIR>>/src/sendfile.o 
./_include_server/<<PKGBUILDDIR>>/src/compress.o 
./_include_server/<<PKGBUILDDIR>>/src/argutil.o 
./_include_server/<<PKGBUILDDIR>>/src/cleanup.o 
./_include_server/<<PKGBUILDDIR>>/src/emaillog.o 
./_include_server/<<PKGBUILDDIR>>/src/timeval.o 
./_include_server/<<PKGBUILDDIR>>/src/netutil.o 
./_include_server/<<PKGBUILDDIR>>/lzo/minilzo.o 
./_include_server/<<PKGBUILDDIR>>/include_server/c_extensions/distcc_pump_c_extensions_module.o
 -o 
./_include_server/lib.linux-x86_64-3.7/include_server/distcc_pump_c_extensions.cpython-37m-x86_64-linux-gnu.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: distcc
Source-Version: 3.3.3-4
Done: Christian Marillat <maril...@debian.org>

We believe that the bug you reported is fixed in the latest version of
distcc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Marillat <maril...@debian.org> (supplier of updated distcc 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: SHA256

Format: 1.8
Date: Thu, 23 Jul 2020 08:26:53 +0200
Source: distcc
Architecture: source
Version: 3.3.3-4
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat <maril...@debian.org>
Changed-By: Christian Marillat <maril...@debian.org>
Closes: 957139
Changes:
 distcc (3.3.3-4) unstable; urgency=medium
 .
   * Add patch from Gentoo to fix build with gcc 10 (Closes: #957139)
Checksums-Sha1:
 ffe9b111bda7af954c86adc58e1e7bafef4d0fdb 1939 distcc_3.3.3-4.dsc
 4dce1a9d139617e558b94d0c3c038b67f2b2fd82 46600 distcc_3.3.3-4.debian.tar.xz
 ad06e3a07d87c1ffa4a6932cf937a723ef4fe512 10911 distcc_3.3.3-4_source.buildinfo
Checksums-Sha256:
 b70c79e53e2fc99b6204258d9196444279c4e044e256b46a179571ce6ed8a682 1939 
distcc_3.3.3-4.dsc
 5214c46c8772cbe87cf5131c2689c4a3e8552d62b9c730f0841ce3d63c957dd1 46600 
distcc_3.3.3-4.debian.tar.xz
 478976f93b28ca4bffce3dd394d10cddfb8ac85821888a401cbcd7d03d9f464e 10911 
distcc_3.3.3-4_source.buildinfo
Files:
 3eb6ef4fe47783ca3800a00f0e4d0b03 1939 devel optional distcc_3.3.3-4.dsc
 933b65b85aa1010b0d52b9255cf903fa 46600 devel optional 
distcc_3.3.3-4.debian.tar.xz
 a87539224b21df8d2949ab3eb79de3fa 10911 devel optional 
distcc_3.3.3-4_source.buildinfo

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

iQIzBAEBCAAdFiEEpAH/mTaPofmBUt51XICMK2VVgRcFAl8ZLdkACgkQXICMK2VV
gRdQDhAAphpxsR4FE8WmTv/Ma+yc0S9gtwh8+2KsTDAYM8t8R/I3guq9WK/dV+9K
488BJkKnjhVZAYWOr9C0Qor8DRzWQ0uwGMXjAJH1Ug7xLwU1Hevk8nLscfs1grxA
gUtmTqKlpM7oZJ96Q42oyJXIMGRhOHm7Mrf5JvPHEsRGTLTIIXiZa/Z9pFYxW5xk
rP6eJtKIVZWbT7NrteHFDN9JPWB47bLaQRwugV5TzGGX8LPfWtLLHTWxtfeYj+X4
ucuy4MJw/zFrBKjNO1CcoeCvHjINEm2BuEVhbHq+OSX9Ibr47EqYy9lSuHbaqdA+
7L5lrxBrncWobWUOYiwbEmmLbC5Nz6oMXQysM57FzX31Dp7rxKxVPLsdVXRqBSwz
zMJm2N6RgZJeDfpYDNd8Pq6MJlYZy9PvjHqj6eUmF83Ap1o3ykUOZj7rjxkifRBh
N7EL16qBCb4shV7pKJ+qdIuCtlBLh+3j+i8+r3jPHFdFna9zsnIh0AoXtJ5glrie
bxtndwIJW2dxAH7NPi4JghuwBBsovf1yBkmykLgzb96zlk/zescH5u/lqxFTdMJy
IX+o9GVHLNPRANl2YVmLtnFGCITTtiUAFlXu+BokQBjjoSMbChhHAsGLUqPr8FOZ
OWL+O+MFRMU/2ZnSxYJFOQsO5jyIe9c8q35is5haO+VjJ3/QjNY=
=CLH3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to