Your message dated Mon, 30 Nov 2020 21:33:48 +0000
with message-id <e1kjqns-00091w...@fasolo.debian.org>
and subject line Bug#957276: fixed in gluegen2 2.3.2-8
has caused the Debian Bug report #957276,
regarding gluegen2: 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.)


-- 
957276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gluegen2
Version: 2.3.2-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/gluegen2_2.3.2-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

[...]
       [cc]       |             ~^~~~~~~~~~~~~~~~~~~~~~~~~
       [cc] In file included from 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.c:7:
       [cc] /usr/include/string.h:125:40: note: expected ‘char * restrict’ but 
argument is of type ‘const char *’
       [cc]   125 | extern char *strncpy (char *__restrict __dest,
       [cc]       |                       ~~~~~~~~~~~~~~~~~^~~~~~
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.c: In 
function ‘destroyModelMutable’:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.c:737:11:
 warning: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
       [cc]   737 |     free(s->modelNamePointerCString);
       [cc]       |          ~^~~~~~~~~~~~~~~~~~~~~~~~~
       [cc] In file included from 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.c:5:
       [cc] /usr/include/stdlib.h:563:25: note: expected ‘void *’ but argument 
is of type ‘const char *’
       [cc]   563 | extern void free (void *__ptr) __THROW;
       [cc]       |                   ~~~~~~^~~~~
       [cc] Starting link

junit.test1p1.c.build:
     [echo] Compiling Bindingtest1p1
     [echo]    c.compiler.src.files junit.test1p1.c.src.files
     [echo]    compiler.cfg.id compiler.cfg.linux.amd64
     [echo]    linker.cfg.id linker.test1.fixed.cfg.id
     [echo]    output.lib.name Bindingtest1p1
       [cc] 5 total files to be compiled.
       [cc] cc1: warning: command-line option ‘-fno-rtti’ is valid for 
C++/D/ObjC++ but not for C
       [cc] In file included from 
/<<PKGBUILDDIR>>/build/test/build/gensrc/native/TK_Surface_JNI.c:12:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h:319:6:
 warning: #warning "Hello Native Compiler" [-Wcpp]
       [cc]   319 |     #warning "Hello Native Compiler"
       [cc]       |      ^~~~~~~
       [cc] cc1: warning: command-line option ‘-fno-rtti’ is valid for 
C++/D/ObjC++ but not for C
       [cc] In file included from 
/<<PKGBUILDDIR>>/build/test/build/gensrc/native/TK_Engine_JNI.c:12:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h:319:6:
 warning: #warning "Hello Native Compiler" [-Wcpp]
       [cc]   319 |     #warning "Hello Native Compiler"
       [cc]       |      ^~~~~~~
       [cc] cc1: warning: command-line option ‘-fno-rtti’ is valid for 
C++/D/ObjC++ but not for C
       [cc] In file included from 
/<<PKGBUILDDIR>>/build/test/build/gensrc/native/TK_ModelConst_JNI.c:12:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h:319:6:
 warning: #warning "Hello Native Compiler" [-Wcpp]
       [cc]   319 |     #warning "Hello Native Compiler"
       [cc]       |      ^~~~~~~
       [cc] cc1: warning: command-line option ‘-fno-rtti’ is valid for 
C++/D/ObjC++ but not for C
       [cc] In file included from 
/<<PKGBUILDDIR>>/build/test/build/gensrc/native/TK_ModelMutable_JNI.c:12:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h:319:6:
 warning: #warning "Hello Native Compiler" [-Wcpp]
       [cc]   319 |     #warning "Hello Native Compiler"
       [cc]       |      ^~~~~~~
       [cc] cc1: warning: command-line option ‘-fno-rtti’ is valid for 
C++/D/ObjC++ but not for C
       [cc] In file included from 
/<<PKGBUILDDIR>>/build/test/build/gensrc/native/Bindingtest1p1Impl_JNI.c:12:
       [cc] 
/<<PKGBUILDDIR>>/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h:319:6:
 warning: #warning "Hello Native Compiler" [-Wcpp]
       [cc]   319 |     #warning "Hello Native Compiler"
       [cc]       |      ^~~~~~~
       [cc] Starting link
       [cc] /usr/bin/ld: ../obj/TK_Engine_JNI.o:(.bss+0x0): multiple definition 
of `unsigned_size_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x0): first defined here
       [cc] /usr/bin/ld: ../obj/TK_Engine_JNI.o:(.bss+0x8): multiple definition 
of `a_signed_pointer_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x8): first defined 
here
       [cc] /usr/bin/ld: ../obj/TK_ModelConst_JNI.o:(.bss+0x0): multiple 
definition of `unsigned_size_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x0): first 
defined here
       [cc] /usr/bin/ld: ../obj/TK_ModelConst_JNI.o:(.bss+0x8): multiple 
definition of `a_signed_pointer_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x8): first 
defined here
       [cc] /usr/bin/ld: ../obj/TK_ModelMutable_JNI.o:(.bss+0x0): multiple 
definition of `unsigned_size_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x0): first 
defined here
       [cc] /usr/bin/ld: ../obj/TK_ModelMutable_JNI.o:(.bss+0x8): multiple 
definition of `a_signed_pointer_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x8): first 
defined here
       [cc] /usr/bin/ld: ../obj/Bindingtest1p1Impl_JNI.o:(.bss+0x0): multiple 
definition of `unsigned_size_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x0): first 
defined here
       [cc] /usr/bin/ld: ../obj/Bindingtest1p1Impl_JNI.o:(.bss+0x8): multiple 
definition of `a_signed_pointer_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x8): first 
defined here
       [cc] collect2: error: ld returned 1 exit status

BUILD FAILED
/<<PKGBUILDDIR>>/make/build.xml:1087: The following error occurred while 
executing this line:
/<<PKGBUILDDIR>>/make/build-test.xml:283: The following error occurred while 
executing this line:
/<<PKGBUILDDIR>>/make/build-test.xml:628: The following error occurred while 
executing this line:
/<<PKGBUILDDIR>>/make/build-test.xml:251: gcc failed with return code 1

Total time: 14 seconds
dh_auto_build: error: ant -propertyfile ./debian/ant.properties -Duser.name 
debian -f make/build.xml all javadoc returned exit code 1
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gluegen2
Source-Version: 2.3.2-8
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
gluegen2, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated gluegen2 
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: Mon, 30 Nov 2020 20:28:21 +0000
Source: gluegen2
Architecture: source
Version: 2.3.2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957276
Changes:
 gluegen2 (2.3.2-8) unstable; urgency=medium
 .
   * Team upload.
   * Use debhelper-compat.
     - Update compat level to 13.
   * Update Standards-Version to 4.5.1
   * Fix ftbfs with GCC-10. (Closes: #957276)
Checksums-Sha1:
 51b21bff7940c538aaebe30f526ba32053042921 2258 gluegen2_2.3.2-8.dsc
 a4ff24475db46d59732f6429b368b6a288648d14 25036 gluegen2_2.3.2-8.debian.tar.xz
 e90543315a8955d992e4bfd390910dcf882f873a 9457 gluegen2_2.3.2-8_amd64.buildinfo
Checksums-Sha256:
 660817a675c42b025faed01756b0315b0cfac39c0ee3f4e313e528926d91cac3 2258 
gluegen2_2.3.2-8.dsc
 27cb3877c3f8a407bf43f38297892321de3e4008cb3e7e42ddcf57f30c7074bd 25036 
gluegen2_2.3.2-8.debian.tar.xz
 7cc285bc2b59a6eff8773fd82a720ae40e07bbbdc443e97b77cbb15d06b9a5c6 9457 
gluegen2_2.3.2-8_amd64.buildinfo
Files:
 7a63649ad09834c86817df524f8dc7ad 2258 java optional gluegen2_2.3.2-8.dsc
 8df6b51e1ebb1f4a4db745ea5c74790e 25036 java optional 
gluegen2_2.3.2-8.debian.tar.xz
 04334de3e95898cf23f903af1950c63a 9457 java optional 
gluegen2_2.3.2-8_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl/FV4gACgkQR5mjUUbR
KzUtmQ/+KIq84IJUbyuxmfPI3FoYDFaI3WDFDDD0gzs/UNn7yi+4GgWtdvu2h9ay
A2fARMl5NeC0qbz6W0s422IedLgVLwFK5AGa8FN/xxwHAqo49JyS94OgCQXKG8bR
hdw5glc5Q2PlItTqgNR4VjlxXZqx+IbSOuJRfUkNYZAcFi4S4Hw4SCNIsXWpNMEd
FynlkBfDoxjlA37yTyC902dOtwGxNWCiGOBMLaKgxyP8GEIaAAozCbsNV6lte5mA
ZouNQWpe37LAzQtwtUfbb6WkmpBgCxdADqJT1D2zf3MtawmMhF/853TxuSX85hyE
C6VoJ3DNzd1FDPagjn+jp9lZsKk2RcrGtkunEAK1sU+2dhIskMNSLGuE7on9+CZw
72xiDrDBcOcvdfI/sMJf9nugG4yh0rOKvH/G7/SilfhJyH9Z702xmnpHCPLEMlV8
ZDSd+tvmHrMuKrm2tVYtExCzHjCt/83zWWRSlNM7pE0cZZAc59UCL7SJcfOkP7tx
8VpZ63+SNvHaT5o+Ofhsll4BdJV8E63R1zaHEJZneweY8WDPgBfMGLxSnzGlY55D
/Qd9cLrvBnmoh12xRkFzX/CQ6r8dKquC8XDGFZk7Gvc+oG1euqPOBKTHxgOVmxw1
BFBEAXImux7sU+vND5ouoHQ5D/ZfPHMg4IFeQigefJ5YRfZIFTw=
=6l6I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to