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

Bug#957927: marked as done (webdruid: ftbfs with GCC-10)



Your message dated Mon, 27 Jul 2020 22:20:03 +0000
with message-id <E1k0BTX-000BSR-9X@fasolo.debian.org>
and subject line Bug#957927: fixed in webdruid 0.5.4-16
has caused the Debian Bug report #957927,
regarding webdruid: 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 owner@bugs.debian.org
immediately.)


-- 
957927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957927
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:webdruid
Version: 0.5.4-15
Severity: normal
Tags: sid bullseye
User: debian-gcc@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 ZEXPORT    gzrewind 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 ZEXPORT    gzclose 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 '/<<PKGBUILDDIR>>'
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

--- End Message ---
--- Begin Message ---
Source: webdruid
Source-Version: 0.5.4-16
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated webdruid package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 27 Jul 2020 23:04:13 +0100
Source: webdruid
Architecture: source
Version: 0.5.4-16
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 957927
Changes:
 webdruid (0.5.4-16) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #957927)
   * Update Standards-Version to 4.5.0
Checksums-Sha1:
 523bcc25f4840504011e12d8194bcec001a01b23 1866 webdruid_0.5.4-16.dsc
 1876fe3ba3f7c3722cb6a7e82b417ccd6c8d90a9 7288 webdruid_0.5.4-16.debian.tar.xz
 8b643e7f7f3d00d377cd55f948a74977bdcc0b43 7314 webdruid_0.5.4-16_amd64.buildinfo
Checksums-Sha256:
 148a5c89dc77d5720dd735c5388ca72603b41626c3fd8679124197105705b175 1866 webdruid_0.5.4-16.dsc
 685bc82bc75b45c09217912820afc5902e210c8188cf724c2c0e74fbc8b6e716 7288 webdruid_0.5.4-16.debian.tar.xz
 b080aff3ce5056ebc5267238ab0ce9d9d6354d4200f423e1b9e4092ccbc31d55 7314 webdruid_0.5.4-16_amd64.buildinfo
Files:
 0af400cad04a18b488335a294539ec7b 1866 web optional webdruid_0.5.4-16.dsc
 9af2d9049e472b2e95e54f47079c7c5f 7288 web optional webdruid_0.5.4-16.debian.tar.xz
 aeabb1242b757a0a0e578fe993d3e899 7314 web optional webdruid_0.5.4-16_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8fUFkACgkQR5mjUUbR
KzWh5Q//TJ51cYwVt4Rrsm0HqA/OHGAUKOppuaB/TmBYyS0pW+GbetH6rXxgmkWj
TkSeD/KCHOx6NjNEjqI9pD8a9Wt/Kgnx/BOfPYkxh936dfIbMS4p+I8Ff9cw0eqB
ZZmHh0tCViz86c0nOa/sZY63d6Qu5Z/NR3kf7PD4amc1nXH5Gcxl6blAa8+aUoN4
gQh1/Dg6cKPRcRFb0ahJDk02+0o4zfCPbSlalP1ffM3mrY0UnFnUlvDNop0apeyb
L2jmkZN4aUY3QVlxiZ33+zoASc6sa8HFBfmpM0PEpiZA9YdYddF/TtM4qVJ3Qi5u
bjBVEQPSpOQ+M8GLan8H8OHCBA/OWfS7pxppLPFI/+H+GAtSlL5Efhmj6OdUYf4l
/oiwMppPbTdSf/tcAE3en6OhUTl+7zRLjgZb7Qan3LxR/ySRmQzJ2ey7oOwIg+ah
hWcTawkcd7BorGzLeLBIPDDFmZpWo7+Ql3BCAd0P52lN5vijH10VJ3qgEZGEnl8e
xV9x5wgFjd8taW36ienCe3TAV7oQag36U/RiA/eVsPEFHZreA6CIazGb11JJb3fL
47iVku/3Ya2/Yn0f0DtRtil5MDBBntYrZo7pNiZVr/sTWsUwarZwN2KseD1bCjof
o/rqwprMdDU4Pf/PCTb1aoWnvHQU2VfKe1sMUMCjQSvUQZNzU0M=
=AsUa
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: