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

Bug#957143: marked as done (dmrconfig: ftbfs with GCC-10)



Your message dated Mon, 27 Jul 2020 15:18:37 +0000
with message-id <E1k04th-0004oB-P6@fasolo.debian.org>
and subject line Bug#957143: fixed in dmrconfig 1.1+git20190919.e47491e-2
has caused the Debian Bug report #957143,
regarding dmrconfig: 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.)


-- 
957143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957143
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:dmrconfig
Version: 1.1+git20190919.e47491e-1
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/dmrconfig_1.1+git20190919.e47491e-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

[...]
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rd5r.o rd5r.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o gd77.o gd77.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o hid.o hid.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o serial.o serial.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o d868uv.o d868uv.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dm1801.o dm1801.c
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
make[1]: git: Command not found
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DVERSION='"."' -I/usr/include/libusb-1.0 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o hid-libusb.o hid-libusb.c
make[1]: git: Command not found
make[1]: git: Command not found
cc -Wl,-z,relro -Wl,-z,now -o dmrconfig main.o util.o radio.o dfu-libusb.o uv380.o md380.o rd5r.o gd77.o hid.o serial.o d868uv.o dm1801.o hid-libusb.o /usr/lib/x86_64-linux-gnu/libusb-1.0.a -lpthread -ludev
make[1]: git: Command not found
make[1]: git: Command not found
/usr/bin/ld: util.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: radio.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: radio.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: radio.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: dfu-libusb.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: uv380.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: uv380.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: uv380.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: md380.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: md380.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: md380.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: rd5r.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: rd5r.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: rd5r.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: gd77.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: gd77.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: gd77.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: hid.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: serial.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: d868uv.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: d868uv.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: d868uv.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: dm1801.o:./radio.h:147: multiple definition of `radio_progress'; main.o:./radio.h:147: first defined here
/usr/bin/ld: dm1801.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
/usr/bin/ld: dm1801.o:./radio.h:142: multiple definition of `radio_port'; main.o:./radio.h:142: first defined here
/usr/bin/ld: hid-libusb.o:./util.h:38: multiple definition of `trace_flag'; main.o:./util.h:38: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:52: dmrconfig] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dmrconfig
Source-Version: 1.1+git20190919.e47491e-2
Done: Christoph Berg <myon@debian.org>

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

Debian distribution maintenance software
pp.
Christoph Berg <myon@debian.org> (supplier of updated dmrconfig 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: SHA256

Format: 1.8
Date: Mon, 27 Jul 2020 16:38:51 +0200
Source: dmrconfig
Architecture: source
Version: 1.1+git20190919.e47491e-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Christoph Berg <myon@debian.org>
Closes: 943749 957143
Changes:
 dmrconfig (1.1+git20190919.e47491e-2) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload
   * Add patch for cross-compilation (Closes: #943749)
 .
   [ Christoph Berg ]
   * Fix build failure with gcc10. (Closes: #957143)
     https://github.com/sergev/dmrconfig/pull/54
   * Add debian/gitlab-ci.yml.
Checksums-Sha1:
 51ad5172d1e3053c7460afb08811780cb7de920e 2099 dmrconfig_1.1+git20190919.e47491e-2.dsc
 dce933732c4c7534feee457ccaacc17fc1d7b08b 3896 dmrconfig_1.1+git20190919.e47491e-2.debian.tar.xz
Checksums-Sha256:
 114a8daa1392c59d75aa1e14f897bdbc59b36e9f2688f5b7cadd0862f8aee51c 2099 dmrconfig_1.1+git20190919.e47491e-2.dsc
 1564556111222caff5f73dce36100b952ed94ef50d140fe895361898c3e62978 3896 dmrconfig_1.1+git20190919.e47491e-2.debian.tar.xz
Files:
 369bab3e13fe13cfd62c51da4c73e7c1 2099 hamradio optional dmrconfig_1.1+git20190919.e47491e-2.dsc
 e502c8fc377c6aa3e38f6e8aa9010870 3896 hamradio optional dmrconfig_1.1+git20190919.e47491e-2.debian.tar.xz

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAl8e7AcACgkQTFprqxLS
p65Beg//SOtC6tdlvwogYjn6z97g8VnpZHMUFdCJH/DiGsvxbkXgQHM7/ZDcFeIE
YAAoc2cb3vil8Mf9MsBDiqux7dD+VZcHsmrfL2Lni2oKkPluG3jn/pZRTj4LSee5
SFiVEo1uVq1jHjnleWvCBYS/F1Ht27SjdoAIE++tKHjwheAS+uJWiZu27jQ3SJoH
v2mLA/RUjE5lO9vpEqHgSPVy8ZvFkxvM48Elwlilz8/tWZN+0J/iasd0aramhIqM
SmRF+vZw2bnfLDu9G5QauH8vCEAYSbTUrKkrl76r7X2YZqlsepxrJ0y5vJarkxam
qoonn1lR2OyVqqc1wU64ElVKl2QahQI4ld/fCAQhoiGD/7nWZt4qQSYf2uOQevNO
DIGmNus5a140ix89FR5IGZ5SYpMGRIzY6Fzihm4qs0G9ofsqVudeyDTje03zdx6r
hhv16rsjHlO+DjZf/XlonFakS9emkGiHEIix2DpHvqD07FXDKFRvCqVa2oWFDtR4
fOlKBDxi9GowoA4aaQhGYkhImyfMeedZfxsYtJByKCDvcx8EVXtlhtOf0iAuq8os
sd0XVoqWbNWfEjUnnebccm/XDwGXf5OAUxuZSYQCChqCFTbg30ADqdWvu68zJvHr
dbxF9DvoettWnanoHM2GP1wzgD7e1cljs6DziHKCewwHnjFByDY=
=6h3R
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: