Your message dated Thu, 30 Jul 2020 10:04:32 +0000
with message-id <e1k15qo-000i0z...@fasolo.debian.org>
and subject line Bug#957509: fixed in lua-cqueues 20200726-1
has caused the Debian Bug report #957509,
regarding lua-cqueues: 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.)


-- 
957509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lua-cqueues
Version: 20190813-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/lua-cqueues_20190813-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

[...]
In file included from src/lib/dns.c:83:
src/lib/dns.h:422:17: note: while referencing ‘data’
  422 |   unsigned char data[1];
      |                 ^~~~
src/lib/dns.c:6576:10: warning: array subscript -2 is below array bounds of 
‘unsigned char[1]’ [-Warray-bounds]
 6576 |   asrc = &so->answer->data[-2];
      |          ^~~~~~~~~~~~~~~~~~~~~
In file included from src/lib/dns.c:83:
src/lib/dns.h:422:17: note: while referencing ‘data’
  422 |   unsigned char data[1];
      |                 ^~~~
src/lib/dns.c:6587:18: warning: array subscript -2 is below array bounds of 
‘unsigned char[1]’ [-Warray-bounds]
 6587 |    alen = ((0xff & so->answer->data[-2]) << 8)
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from src/lib/dns.c:83:
src/lib/dns.h:422:17: note: while referencing ‘data’
  422 |   unsigned char data[1];
      |                 ^~~~
src/lib/dns.c:6588:42: warning: array subscript -1 is below array bounds of 
‘unsigned char[1]’ [-Warray-bounds]
 6588 |         | ((0xff & so->answer->data[-1]) << 0);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from src/lib/dns.c:83:
src/lib/dns.h:422:17: note: while referencing ‘data’
  422 |   unsigned char data[1];
      |                 ^~~~
libtool --silent --tag=CC --mode=compile cc -c -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr//include/lua5.1  -I src/ -std=c99 -D_REENTRANT -D_THREAD_SAFE 
-D_GNU_SOURCE -DLUA_COMPAT_APIINTCASTS -DHAVE_CONFIG_H -Wall -Wextra -o 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/kpoll.lo src/lib/kpoll.c 
src/lib/kpoll.c: In function ‘alert_init’:
src/lib/kpoll.c:390:6: warning: unused variable ‘error’ [-Wunused-variable]
  390 |  int error;
      |      ^~~~~
At top level:
src/lib/kpoll.c:434:12: warning: ‘kpoll_init’ defined but not used 
[-Wunused-function]
  434 | static int kpoll_init(struct kpoll *kp) {
      |            ^~~~~~~~~~
src/lib/kpoll.c:342:12: warning: ‘kpoll_wait’ defined but not used 
[-Wunused-function]
  342 | static int kpoll_wait(struct kpoll *kp, int timeout) {
      |            ^~~~~~~~~~
src/lib/kpoll.c:298:12: warning: ‘kpoll_alert’ defined but not used 
[-Wunused-function]
  298 | static int kpoll_alert(struct kpoll *kp) {
      |            ^~~~~~~~~~~
src/lib/kpoll.c:291:13: warning: ‘kpoll_del’ defined but not used 
[-Wunused-function]
  291 | static void kpoll_del(struct kpoll *kp, struct kpollfd *fd) {
      |             ^~~~~~~~~
src/lib/kpoll.c:193:24: warning: ‘kpoll_next’ defined but not used 
[-Wunused-function]
  193 | static struct kpollfd *kpoll_next(struct kpoll *kp) {
      |                        ^~~~~~~~~~
src/lib/kpoll.c:101:12: warning: ‘setcloexec’ defined but not used 
[-Wunused-function]
  101 | static int setcloexec(int fd) {
      |            ^~~~~~~~~~
src/lib/kpoll.c:86:12: warning: ‘setnonblock’ defined but not used 
[-Wunused-function]
   86 | static int setnonblock(int fd) {
      |            ^~~~~~~~~~~
libtool --silent --tag=CC --mode=compile cc -c -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr//include/lua5.1  -I src/ -std=c99 -D_REENTRANT -D_THREAD_SAFE 
-D_GNU_SOURCE -DLUA_COMPAT_APIINTCASTS -DHAVE_CONFIG_H -Wall -Wextra -o 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/notify.lo src/lib/notify.c 
libtool --silent --tag=CC --mode=link cc \
    -rpath /usr//lib/x86_64-linux-gnu -version-info 0:0:0 -Wl,--no-add-needed \
        -o /<<PKGBUILDDIR>>/5.1-cqueues/liblua5.1-cqueues.la \
    /<<PKGBUILDDIR>>/5.1-cqueues/src/signal.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/dns.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/cqueues.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/errno.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/socket.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/thread.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/notify.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/socket.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/dns.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/kpoll.lo 
/<<PKGBUILDDIR>>/5.1-cqueues/src/lib/notify.lo \
        -Wl,-z,relro -Wl,--as-needed -lssl -lcrypto -lpthread
/usr/bin/ld: /<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/dns.o:./src/cqueues.h:138: 
multiple definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
/usr/bin/ld: 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/cqueues.o:./src/cqueues.h:138: multiple 
definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
/usr/bin/ld: 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/errno.o:./src/cqueues.h:138: multiple 
definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
/usr/bin/ld: 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/socket.o:./src/cqueues.h:138: multiple 
definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
/usr/bin/ld: 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/thread.o:./src/cqueues.h:138: multiple 
definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
/usr/bin/ld: 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/notify.o:./src/cqueues.h:138: multiple 
definition of `cqueue__poll'; 
/<<PKGBUILDDIR>>/5.1-cqueues/src/.libs/signal.o:./src/cqueues.h:138: first 
defined here
collect2: error: ld returned 1 exit status
make[2]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:439: 
/<<PKGBUILDDIR>>/5.1-cqueues/liblua5.1-cqueues.la] Error 1
make[1]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.multiple:12: build] Error 1
dh_auto_build: error: make --no-print-directory -f 
/usr/share/dh-lua/make/dh-lua.Makefile.multiple build returned exit code 2
make: *** [debian/rules:21: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lua-cqueues
Source-Version: 20200726-1
Done: =?utf-8?q?Santiago_Ruano_Rinc=C3=B3n?= <santi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lua-cqueues, 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.
Santiago Ruano Rincón <santi...@debian.org> (supplier of updated lua-cqueues 
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, 30 Jul 2020 11:31:36 +0200
Source: lua-cqueues
Architecture: source
Version: 20200726-1
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý <ond...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Closes: 957509
Changes:
 lua-cqueues (20200726-1) unstable; urgency=medium
 .
   * New upstream version 20200726
     - Fix FTBFS with GCC-10 (Closes: #957509)
   * Add debian/gbp.conf
   * Add support for Lua 5.4
   * Bump debhelper-compat to 12 (13 is not supported yet)
Checksums-Sha1:
 078fbf31e3336ab0d0ab28d904036e08e2eb840d 1485 lua-cqueues_20200726-1.dsc
 2780cabebd7b72350d65d1edec88ea81cae611aa 436456 
lua-cqueues_20200726.orig.tar.xz
 287135d91c607a80aed3d00084554de4d8c1c7ea 3796 
lua-cqueues_20200726-1.debian.tar.xz
 8044336aa28d362494912e0f20aa665daaf194e0 6181 
lua-cqueues_20200726-1_amd64.buildinfo
Checksums-Sha256:
 2ef44c53e6be68dd63ea91778f05e0162019154544a023d07a374499419c5cf4 1485 
lua-cqueues_20200726-1.dsc
 25507b079e825ef8644039f4c2d10f9aec6f02bb1af5a1b4c47d7e5f275d1bbe 436456 
lua-cqueues_20200726.orig.tar.xz
 0a714056afe8e845fec143ae259124f47c9df89f1d91d8d3583039a7967bded3 3796 
lua-cqueues_20200726-1.debian.tar.xz
 76eebf3911cc634f18c33876ac6b8ff9dab2505e093d477a47bfe82450be5560 6181 
lua-cqueues_20200726-1_amd64.buildinfo
Files:
 31da153835157430e43e478fc6257dfe 1485 interpreters optional 
lua-cqueues_20200726-1.dsc
 c2230a82907fcac355869da48ded2816 436456 interpreters optional 
lua-cqueues_20200726.orig.tar.xz
 27ac824ae0312677a941e2d7c43859a9 3796 interpreters optional 
lua-cqueues_20200726-1.debian.tar.xz
 b53dfd33bbdf4ddd6bdb4ca326a1155e 6181 interpreters optional 
lua-cqueues_20200726-1_amd64.buildinfo

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

iIoEARYIADIWIQRZVjztY8b+Ty43oH1itBCJKh26HQUCXyKU7BQcc2FudGlhZ29A
ZGViaWFuLm9yZwAKCRBitBCJKh26HaSdAQDe089Z+CoyWR+W5fzwYWYTa5cCPKIS
RvvkL2AsF9aSlQEAnaLB+swTWXn3Eyd9qwehSQxqKlBFRRNdT4KihGg46As=
=vdME
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to