Your message dated Wed, 12 Aug 2020 10:19:00 +0000
with message-id <e1k5nqw-0007lo...@fasolo.debian.org>
and subject line Bug#957190: fixed in f2j 0.8.1+dfsg-5
has caused the Debian Bug report #957190,
regarding f2j: 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.)


-- 
957190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:f2j
Version: 0.8.1+dfsg-4
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/f2j_0.8.1+dfsg-4_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

[...]
 4817 |   for(i=0; i<=MAX_ARRAY_DIM; i++) {
      |   ^~~
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c f2jlex.c
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c f2jmain.c
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c codegen.c
codegen.c: In function ‘emit’:
codegen.c:112:7: warning: case value ‘0’ not in enumerated type ‘enum 
_nodetype’ [-Wswitch]
  112 |       case 0:
      |       ^~~~
codegen.c:108:9: warning: variable ‘locals’ set but not used 
[-Wunused-but-set-variable]
  108 |     int locals;
      |         ^~~~~~
codegen.c: In function ‘getNameFromCommonDesc’:
codegen.c:1847:8: warning: comparison between pointer and zero character 
constant [-Wpointer-compare]
 1847 |   if(p == '\0')
      |        ^~
codegen.c:1847:6: note: did you mean to dereference the pointer?
 1847 |   if(p == '\0')
      |      ^
codegen.c: In function ‘getFieldDescFromCommonDesc’:
codegen.c:1890:8: warning: comparison between pointer and zero character 
constant [-Wpointer-compare]
 1890 |   if(p == '\0')
      |        ^~
codegen.c:1890:6: note: did you mean to dereference the pointer?
 1890 |   if(p == '\0')
      |      ^
codegen.c: In function ‘data_string_emit’:
codegen.c:3306:16: warning: variable ‘count’ set but not used 
[-Wunused-but-set-variable]
 3306 |   unsigned int count, size = 0;
      |                ^~~~~
codegen.c: In function ‘LHS_bytecode_emit’:
codegen.c:11009:12: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
11009 |            (BOOL)isArg, class, name, desc, 
typenode->variable->astnode.ident.localvnum, FALSE);
      |            ^
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c vcg_emitter.c
vcg_emitter.c: In function ‘emit_vcg’:
vcg_emitter.c:234:5: warning: case value ‘0’ not in enumerated type ‘enum 
_nodetype’ [-Wswitch]
  234 |     case 0:
      |     ^~~~
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c typecheck.c
typecheck.c: In function ‘typecheck’:
typecheck.c:102:5: warning: case value ‘0’ not in enumerated type ‘enum 
_nodetype’ [-Wswitch]
  102 |     case 0:
      |     ^~~~
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c optimize.c
optimize.c: In function ‘optimize’:
optimize.c:188:5: warning: case value ‘0’ not in enumerated type ‘enum 
_nodetype’ [-Wswitch]
  188 |     case 0:
      |     ^~~~
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -c globals.c
gcc -Wall -DDEBUG_MEM -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I 
/<<PKGBUILDDIR>>/libbytecode -o f2java y.tab.o f2jlex.o f2jmain.o  symtab.o 
codegen.o vcg_emitter.o dlist.o typecheck.o optimize.o globals.o f2jmem.o 
-L/<<PKGBUILDDIR>>/libbytecode -lbytecode  -Wl,-z,relro -Wl,-z,now
/usr/bin/ld: f2jlex.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: f2jmain.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: symtab.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: codegen.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: vcg_emitter.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: dlist.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: typecheck.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: optimize.o:./src/optimize.c:49: multiple definition of 
`unit_name'; codegen.o:./src/codegen.c:28: first defined here
/usr/bin/ld: optimize.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: globals.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
/usr/bin/ld: f2jmem.o:./src/opcodes.h:50: multiple definition of 
`array_spec_descriptor'; y.tab.o:./src/opcodes.h:50: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:20: f2java] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:24: f2java] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: f2j
Source-Version: 0.8.1+dfsg-5
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
f2j, 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.
Andreas Tille <ti...@debian.org> (supplier of updated f2j 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: Wed, 12 Aug 2020 12:02:31 +0200
Source: f2j
Architecture: source
Version: 0.8.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 957190
Changes:
 f2j (0.8.1+dfsg-5) unstable; urgency=medium
 .
   * Standards-Version: 4.5.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Trim trailing whitespace.
   * Fix build issue with gcc-10
     Closes: #957190
Checksums-Sha1:
 9ee22d5f1606b51e1aed63f8b576e8cfe2965dbb 2041 f2j_0.8.1+dfsg-5.dsc
 8fcc174071959759bf8c6bbbbf8757c206ce7c56 8888 f2j_0.8.1+dfsg-5.debian.tar.xz
 bba793b144283a69b4bb89910ae74d1f11322298 10760 f2j_0.8.1+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 1a3b71bbf1256763f13cfc5e1fc55c7b58120199426832380932f0d3587ab98c 2041 
f2j_0.8.1+dfsg-5.dsc
 75ab31801a5231ca1dcf7bbbe0edde8c1ce9fef32618f84831e0417cd86acac0 8888 
f2j_0.8.1+dfsg-5.debian.tar.xz
 7974bea49b0f4826c987715968b4e9beb295e10f1ba99d44e82f25338df08081 10760 
f2j_0.8.1+dfsg-5_amd64.buildinfo
Files:
 86e4534d8ace3ae54d9bbd622d20f5e1 2041 java optional f2j_0.8.1+dfsg-5.dsc
 627b28ee206d59bb9edd626729d76a5b 8888 java optional 
f2j_0.8.1+dfsg-5.debian.tar.xz
 189f4d7aa6dab44063ba2eebe13fb2e5 10760 java optional 
f2j_0.8.1+dfsg-5_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl8zvtURHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEyPxAAkQIzgPKCwR+4ZvHAXjjxbaRlwVNDfF4V
wO1Qh7IoxuIBHRQFuRzJv/dahkCrKQ2WSE8EA84N2Fvf90eo/jv5Mcnn9K0d6EaR
SbTizhBEf/QjbtHA1eUhOVDIQ5B+QCHQFryOPyYXfdTfkImrt0pJUSpqkv+h0zP5
YZCO71k7uxaVAKk0sOd2ww+r356JB4nd+SF82acXOdZQsvR9NMrASTIGde+qKKzJ
S6t5rjMbXdhdPpZgKf6gokWcTOevpqFW+9EDh5vH0nWG4xvtDOeawOIjBVWvZfCb
sCmGw4D4nXG3m7+SfWaHHlMoTFg3JMWciBNhZGyhsAJh3X6iUasCEqnel0uk8yd5
eaxffFcbYm0TpI3+j5ozi+RQ87/hlYtDuee/LdS3Y/v+HP3lMDuqDhXERMYB2o2d
wIP4lAqsO4yWmh9rqIHOh5cr4EAmkk6eY5uMRzDz1hSBjna8Z01bLtQEJlzN/+m9
Imhg5RSzRnWImkj/COY7LWrlifNxixhkOokr7gex68KJmtR/wUyK0I9GHyCDCWR+
zDonxb2zmdTEK6lkabwjYPCdVPWil1LOCAmYtMc8EaPKwayscYSaTpU1lenOMJ1Q
+NKfqgxo2mCJqVkfM7+RVk80NZ7Qbtl/iDffTMEFe6YlNjFmCWjItdkyYxRY3/bP
/ch0tntPa3I=
=TUeR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to