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

Bug#957044: marked as done (binutils-m68hc1x: ftbfs with GCC-10)



Your message dated Sat, 06 Feb 2021 14:33:36 +0000
with message-id <E1l8OeW-000396-LY@fasolo.debian.org>
and subject line Bug#957044: fixed in binutils-m68hc1x 1:2.35.1-3
has caused the Debian Bug report #957044,
regarding binutils-m68hc1x: 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.)


-- 
957044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957044
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:binutils-m68hc1x
Version: 1:2.18-9
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/binutils-m68hc1x_2.18-9_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

[...]
../../binutils-2.18/gas/config/obj-elf.c:113:22: warning: cast between incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type]
  113 |   {"vtable_inherit", (void (*) (int)) &obj_elf_vtable_inherit, 0},
      |                      ^
../../binutils-2.18/gas/config/obj-elf.c:114:20: warning: cast between incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type]
  114 |   {"vtable_entry", (void (*) (int)) &obj_elf_vtable_entry, 0},
      |                    ^
../../binutils-2.18/gas/config/obj-elf.c:121:13: warning: cast between incompatible function types from ‘char * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type]
  121 |   { "file", (void (*) (int)) dwarf2_directive_file, 0 },
      |             ^
In file included from ../../binutils-2.18/gas/as.h:147,
                 from ../../binutils-2.18/gas/config/obj-elf.c:24:
../../binutils-2.18/gas/config/obj-elf.c: In function ‘obj_elf_init_stab_section’:
../bfd/bfd.h:361:83: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  361 | #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE)
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../binutils-2.18/gas/config/obj-elf.c:1639:3: note: in expansion of macro ‘bfd_set_section_alignment’
 1639 |   bfd_set_section_alignment (stdoutput, seg, 2);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-2.18/gas/config/obj-elf.c: In function ‘obj_elf_parse_section_letters’:
../../binutils-2.18/gas/config/obj-elf.c:755:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  755 |    if (*(str - 1) == 'a')
      |       ^
../../binutils-2.18/gas/config/obj-elf.c:765:2: note: here
  765 |  default:
      |  ^~~~~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.18/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.18/gas -I../bfd -I../../binutils-2.18/gas/config -I../../binutils-2.18/gas/../include -I../../binutils-2.18/gas/.. -I../../binutils-2.18/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -c ../../binutils-2.18/gas/config/atof-ieee.c
/bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE   -o as-new  app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-m68hc11.o obj-elf.o atof-ieee.o  ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a   
libtool: link: x86_64-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -o as-new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-m68hc11.o obj-elf.o atof-ieee.o  ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
/usr/bin/ld: as.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: atof-generic.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: cond.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: depend.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: dwarf2dbg.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: dw2gencfi.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: ecoff.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: ehopt.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: expr.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: flonum-copy.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: frags.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: hash.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: input-file.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: input-scrub.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: listing.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: literal.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: macro.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: messages.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: output-file.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: read.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: remap.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: sb.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: stabs.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: subsegs.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: symbols.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: write.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: tc-m68hc11.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: obj-elf.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
/usr/bin/ld: atof-ieee.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: multiple definition of `dwarf2_loc_mark_labels'; app.o:./build/gas/../../binutils-2.18/gas/dwarf2dbg.h:81: first defined here
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:2209: as-new] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build/gas'
make[4]: *** [Makefile:2254: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/gas'
make[3]: *** [Makefile:2140: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/gas'
make[2]: *** [Makefile:5437: all-gas] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:674: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
make: *** [debian/rules:65: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: binutils-m68hc1x
Source-Version: 1:2.35.1-3
Done: Vincent Smeets <Vincent.VSmeets@GMail.com>

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

Debian distribution maintenance software
pp.
Vincent Smeets <Vincent.VSmeets@GMail.com> (supplier of updated binutils-m68hc1x 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: Thu, 03 Dec 2020 20:59:09 +0100
Source: binutils-m68hc1x
Architecture: source
Version: 1:2.35.1-3
Distribution: unstable
Urgency: medium
Maintainer: Vincent Smeets <Vincent.VSmeets@gmail.com>
Changed-By: Vincent Smeets <Vincent.VSmeets@GMail.com>
Closes: 739225 957044
Changes:
 binutils-m68hc1x (1:2.35.1-3) unstable; urgency=medium
 .
   * copyright: Generated by "debmake -cc" and cleaned up.
 .
 binutils-m68hc1x (1:2.35.1-2) unstable; urgency=medium
 .
   * control: Corrected the Maintainer mail address
   * README.Debian: Rephrased the README
   * control: Added the fields Vcs-*
 .
 binutils-m68hc1x (1:2.35.1-1) unstable; urgency=medium
 .
   * New upstream version 2.35.1
   * New maintainer (Closes: #739225)
   * Update the debian packaging (Closes: #957044)
Checksums-Sha1:
 3d57ee42ac5121fbb16852f7ad23ac72cf1adb6a 2267 binutils-m68hc1x_2.35.1-3.dsc
 45f7a96a2580a422f44b78317f0abf13935fecb6 22031720 binutils-m68hc1x_2.35.1.orig.tar.xz
 d4a0d21cbbffa668ca9cc0e98a922c7e67d748d6 833 binutils-m68hc1x_2.35.1.orig.tar.xz.asc
 9d5688a2c4e45414be6fa4a58a0a6d5dfecf00ec 91516 binutils-m68hc1x_2.35.1-3.debian.tar.xz
Checksums-Sha256:
 160e97cf0b1df6ccdbbd070412163864226fbdaf1e8981803df69a688e4ce4b2 2267 binutils-m68hc1x_2.35.1-3.dsc
 3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607 22031720 binutils-m68hc1x_2.35.1.orig.tar.xz
 ce23e3f72b92cb2b641d1a2bb8475350d3a03642d284dc7b8c5b28b3f4e2f6da 833 binutils-m68hc1x_2.35.1.orig.tar.xz.asc
 f5242acecccd772221c0843e117b5df0d0c18107e738e590603df567ae7b71db 91516 binutils-m68hc1x_2.35.1-3.debian.tar.xz
Files:
 b1429d6b43fbd157da8f3c73f6264a16 2267 devel optional binutils-m68hc1x_2.35.1-3.dsc
 7126f370ffbd46c08fcc5ce7aee2805d 22031720 devel optional binutils-m68hc1x_2.35.1.orig.tar.xz
 5e8bf2839e8dce5a61cfd47a197cff35 833 devel optional binutils-m68hc1x_2.35.1.orig.tar.xz.asc
 e8feedd07b5f6202b69c86846d0f8e53 91516 devel optional binutils-m68hc1x_2.35.1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAemvMACgkQiNJCh6LY
mLFaexAAn6YILarftSH0SbqvHKYuW+hRP2okJ4IcF0WMWQjIqWw3MW2c/ERWBla8
tZoVHHVxFDtf+xat6FdJ/wININ+aptAgmRz/HO5CcbtuRaMdVkHF/supT1RHJbMQ
jq6aj0on9mmda6GYynHPAU1twNvB4JlQSOZKQEzMZ0XmArpP/LNSJYcTfjtuF5NC
EHaTaCWxPE0k0a+2sarh3T0bnC7QaX+R/CyaywZyd5d0LiEpYFNRnRL7HGChjdmQ
uv9XwX6+aH2Ez4CICyz/KSqjnCm/zSAeIcMNsAv+XytjgsawyCV4CQW9blrFHQ/k
Wb52WY0w54jz+b8LxFMqf1BSS8eulekisr3/vw6ey3NNKJLDBtNSQoF0jx++8tWi
nN8KrDN+1UWOdkaHeylpVB4wlrZt4Vg/exE1nPPTxCJX1yH4VMZzreMyehkRhyu4
x8P3TVmTQnO0EUaE4kSNlkmR85xk9Cn4ExaQ9MX7QpTH4W6ocN7eB7YpoVkNeDcu
zxdJ9rW7UHq6Hbs4ZSRhxbQhERyVRUimtzG6aVekDj0qAC4XBbj1w2ymFlVJf/sy
3f4+A9xZWy8GQ3j/gVO96WiLhJzV7dKlH4/ddqTnVmFElRstIzH6CwhoG2dUA2/E
X8x5ZHTDxPfhlTbZSq3GbnVYKc9tKQGTv77PvKRARCyPIp+5PRc=
=3URv
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: