Your message dated Thu, 23 Jul 2020 11:34:20 +0000
with message-id <e1jyzus-000i7d...@fasolo.debian.org>
and subject line Bug#957296: fixed in goaccess 1:1.4-1
has caused the Debian Bug report #957296,
regarding goaccess: 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.)


-- 
957296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:goaccess
Version: 1:1.3-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/goaccess_1.3-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

[...]
   92 |     FATAL ("Unable to open GeoIP2 database: %s\n", fn);
      |     ^~~~~
src/geoip2.c: In function ‘geoip_lookup’:
src/geoip2.c:114:69: warning: macro "__DATE__" might prevent reproducible 
builds [-Wdate-time]
  114 |     FATAL ("Error from libmaxminddb: %s\n", MMDB_strerror (mmdb_err));
      |                                                                     ^
In file included from src/geoip2.c:45:
src/error.h:53:69: warning: macro "__TIME__" might prevent reproducible builds 
[-Wdate-time]
   53 |   fprintf (stderr, "\nGoAccess - version %s - %s %s\n", GO_VERSION, 
__DATE__, \
      |                                                                     
^~~~~~~~
src/geoip2.c:114:5: note: in expansion of macro ‘FATAL’
  114 |     FATAL ("Error from libmaxminddb: %s\n", MMDB_strerror (mmdb_err));
      |     ^~~~~
src/geoip2.c: In function ‘get_value’:
src/geoip2.c:203:66: warning: macro "__DATE__" might prevent reproducible 
builds [-Wdate-time]
  203 |     FATAL ("Invalid data UTF8 GeoIP2 data %d:\n", entry_data.type);
      |                                                                  ^
In file included from src/geoip2.c:45:
src/error.h:53:69: warning: macro "__TIME__" might prevent reproducible builds 
[-Wdate-time]
   53 |   fprintf (stderr, "\nGoAccess - version %s - %s %s\n", GO_VERSION, 
__DATE__, \
      |                                                                     
^~~~~~~~
src/geoip2.c:203:5: note: in expansion of macro ‘FATAL’
  203 |     FATAL ("Invalid data UTF8 GeoIP2 data %d:\n", entry_data.type);
      |     ^~~~~
src/geoip2.c:206:62: warning: macro "__DATE__" might prevent reproducible 
builds [-Wdate-time]
  206 |     FATAL ("Unable to allocate buffer %s: ", strerror (errno));
      |                                                              ^
In file included from src/geoip2.c:45:
src/error.h:53:69: warning: macro "__TIME__" might prevent reproducible builds 
[-Wdate-time]
   53 |   fprintf (stderr, "\nGoAccess - version %s - %s %s\n", GO_VERSION, 
__DATE__, \
      |                                                                     
^~~~~~~~
src/geoip2.c:206:5: note: in expansion of macro ‘FATAL’
  206 |     FATAL ("Unable to allocate buffer %s: ", strerror (errno));
      |     ^~~~~
gcc -O2 -DSYSCONFDIR=\"/etc\" -Wno-long-long -Wall -W -Wnested-externs 
-Wformat=2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast 
-Winline -Wcast-align -Wextra -Wdeclaration-after-statement 
-Wno-missing-field-initializers -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -rdynamic 
-Wl,-z,relro -lz -lbz2 -ltokyocabinet -lrt -lc -o goaccess src/base64.o 
src/browsers.o src/color.o src/commons.o src/csv.o src/error.o src/gdashboard.o 
src/gdns.o src/gholder.o src/gmenu.o src/goaccess.o src/gslist.o src/gstorage.o 
src/gwsocket.o src/json.o src/opesys.o src/options.o src/output.o src/parser.o 
src/settings.o src/sha1.o src/sort.o src/ui.o src/util.o src/websocket.o 
src/xmalloc.o src/tcabdb.o src/tcbtdb.o   src/geoip2.o  -lnsl -ltokyocabinet 
-lncurses -lmaxminddb -lpthread 
/usr/bin/ld: src/color.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/commons.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/csv.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/error.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gdashboard.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gdns.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gholder.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gmenu.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/goaccess.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gstorage.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/gwsocket.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/json.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/opesys.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/options.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/output.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/parser.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/settings.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/sort.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/ui.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/util.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/websocket.o:./src/commons.h:47: multiple definition of 
`now_tm'; src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/xmalloc.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/tcabdb.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/tcbtdb.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
/usr/bin/ld: src/geoip2.o:./src/commons.h:47: multiple definition of `now_tm'; 
src/browsers.o:./src/commons.h:47: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:695: goaccess] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:830: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:532: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: goaccess
Source-Version: 1:1.4-1
Done: Antonio Terceiro <terce...@debian.org>

We believe that the bug you reported is fixed in the latest version of
goaccess, 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.
Antonio Terceiro <terce...@debian.org> (supplier of updated goaccess 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 07:55:20 -0300
Source: goaccess
Architecture: source
Version: 1:1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Chris Taylor <ctay...@debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 898942 940289 957296
Changes:
 goaccess (1:1.4-1) unstable; urgency=medium
 .
   [ Antonio Terceiro ]
   * New upstream release
     - Fixes build with gcc-10 (Closes: #957296)
     - Opens two logs simultaneosly just fine (Closes: #898942)
   * Drop patches, they were all applied upstream
   * smoke-test: adapt to new command line
   * Build with openssl support (Closes: #940289)
 .
   [ Christian Göttsche ]
   * Add standard salsa-ci configuration
   * Drop no more needed build-dependency libtokyocabinet-dev
   * Switch to debhelper compat level 13
   * Enable wide character support
   * Add Repository and Repository-Browse to metadata
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database.
Checksums-Sha1:
 c3b4383acc7cc0f99af7ef1b576f5fc895d80f37 2035 goaccess_1.4-1.dsc
 ace27f1d6426afa7f758bf8ae35efee9f8710067 595264 goaccess_1.4.orig.tar.gz
 8b9de2af74055714f5453c4e26b74641eebdf382 94020 goaccess_1.4-1.debian.tar.xz
 a09bcbab768d4c29d4d08cd6037af531ed1cd3b1 7150 goaccess_1.4-1_amd64.buildinfo
Checksums-Sha256:
 f9b56bc675ccee88d16c12bb5f3083bb5216efdb99f5883793a8f23b47a0e7de 2035 
goaccess_1.4-1.dsc
 e8fbb9ff852556d72dfd9f1d0134ba075ce5b4c41289902a6f4e0d97c69377be 595264 
goaccess_1.4.orig.tar.gz
 dc25914e73455595812834e6511c32e1c9861c506bde289e5a4c7acd231ccc47 94020 
goaccess_1.4-1.debian.tar.xz
 9334d6d94c4ea368e1afab0917c444246eb9940e0baa03d5a9c1590c6a183e04 7150 
goaccess_1.4-1_amd64.buildinfo
Files:
 3ed967cec1a2220733d9ebf654adc2f6 2035 utils optional goaccess_1.4-1.dsc
 6f4b60f87755a7d1b350badfedda0aa3 595264 utils optional goaccess_1.4.orig.tar.gz
 b44d53b6e5d372ad9764b1f079373f82 94020 utils optional 
goaccess_1.4-1.debian.tar.xz
 c3a7d04157afe0cfc2a80d849909bc47 7150 utils optional 
goaccess_1.4-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAl8Zcu4ACgkQ/A2xu81G
C95RFRAA9VzFZDr7mEmDRtXjq+P85SFWL+Pm8bLXnHk1HlKPv8F92U7KqQXuxDya
qm2SU8qTRhgqCVn1jFjNhUPrqV/ob28AVDzbXJFUjo2HeQFGWpUsqnYwgB6uYwDd
mv0mGqQiq17LnVSohlhJppquqDtm2/Vy+hsXr0gwz+JvaYw3tzfhAkgijHLpL2QX
yugBM/OIIp0M69aN164KlsIavnHuInpPkW1VYgdJWkB0/pBbXTHcVeqpYEtUK4Eg
R3x6v7u0ESa5aB04hOGy0HZ47OoWr2EVPQpS1BTfCak/1TdiJB2+t/ZZDYK6DFzM
RpXTcv+MyyTD8n9wk8ng+d2Emkmfd/Xgz1uosSOfFR1h/gz0X5EEhBMtTvDPoWHe
lztBRCxzwqZxVabzzkRQqwJhf0L+ldKWLicS2GYZrAqAIV0LH+xgMrYGuAZcqxjr
uRBPRv0IZfsjpy4cDc8jYH1vyNtbzPYMp5k0e20bPNXzI1WEvatZd8X//aprmCWo
WGopzlNDpX9rOceSaIGGkTl9fPkxsU4R5HNLLs0euRJmNOTxxTLD0PMZzK+aDkDk
NJmXGokc+wN4NH76TWqF7WVN4nAwLhik2qf6SAnk1rq7tZ1QXuZA8E5f6f072O2S
xBS/g5o6l005HnghSMTSXYlb2jtl7yOACHv3eqlj3DWJ8pq6BVE=
=YdVb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to