Your message dated Fri, 14 Aug 2020 03:11:25 +0000
with message-id <e1k6q7p-000gz2...@fasolo.debian.org>
and subject line Bug#957628: fixed in oflib 0git20070620-9
has caused the Debian Bug report #957628,
regarding oflib: 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.)
--
957628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:oflib
Version: 0git20070620-8
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/oflib_0git20070620-8_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
[...]
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-35081716-5b65-40d7-b5db-d6a5a3f9fb06
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package oflib
dpkg-buildpackage: info: source version 0git20070620-8
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Nobuhiro Iwamatsu
<iwama...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf lib/*.o libofapi.a libofapi.so.*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -g -Wall -O2 -D_REENTRANT -DPIC -fpic
-Wl,-z,relro -Wl,-soname -Wl,libofapi.so.0 lib/*.c -shared -o libofapi.so.0.0.0
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_api.h:24: multiple definition of
`OF_ROOT'; /tmp/ccfI9bcz.o:./lib/of_api.h:24: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:27: multiple definition of
`_p_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:27: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:25: multiple definition of
`_p_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:25: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:26: multiple definition of
`_p_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:26: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:18: multiple definition of
`_n_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:18: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:17: multiple definition of
`_n_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:17: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:19: multiple definition of
`_n_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:19: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:22: multiple definition of
`_t_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:22: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:21: multiple definition of
`_t_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:21: first defined here
/usr/bin/ld: /tmp/cceSsVfT.o:./lib/of_externals.h:23: multiple definition of
`_t_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:23: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:27: multiple definition of
`_p_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:27: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:26: multiple definition of
`_p_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:26: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:25: multiple definition of
`_p_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:25: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:23: multiple definition of
`_t_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:23: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:22: multiple definition of
`_t_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:22: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:21: multiple definition of
`_t_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:21: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:19: multiple definition of
`_n_sem'; /tmp/ccfI9bcz.o:./lib/of_externals.h:19: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:18: multiple definition of
`_n_idx'; /tmp/ccfI9bcz.o:./lib/of_externals.h:18: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_externals.h:17: multiple definition of
`_n_array'; /tmp/ccfI9bcz.o:./lib/of_externals.h:17: first defined here
/usr/bin/ld: /tmp/ccRN6Cqd.o:./lib/of_api.h:24: multiple definition of
`OF_ROOT'; /tmp/ccfI9bcz.o:./lib/of_api.h:24: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:11: default] 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: oflib
Source-Version: 0git20070620-9
Done: Nobuhiro Iwamatsu <iwama...@debian.org>
We believe that the bug you reported is fixed in the latest version of
oflib, 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.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated oflib 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: Fri, 14 Aug 2020 11:37:49 +0900
Source: oflib
Architecture: source
Version: 0git20070620-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Mactel <team+pkg-mactel-de...@tracker.debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Closes: 957628
Changes:
oflib (0git20070620-9) unstable; urgency=medium
.
* Fix build with gcc-10. (Closes: #957628)
Add d/patches/fix-gcc-10.patch.
Checksums-Sha1:
cf98851e6d1c7c6fc0a53c4bdec445403f8d04a1 1890 oflib_0git20070620-9.dsc
599a701134e7dd9d4ef4948fcccc965ce8f4adc0 4020
oflib_0git20070620-9.debian.tar.xz
c01f181034f5b2e2143c57f1afa2d7309c45dac9 6302
oflib_0git20070620-9_amd64.buildinfo
Checksums-Sha256:
cb71eece89abadc0090efbe845ff5063d287389dcf07a4ccc601b37d66385fd6 1890
oflib_0git20070620-9.dsc
8cd45cb688385a7bf3efc98b5805e0257e60a65dc8fca4c461129db9da07e171 4020
oflib_0git20070620-9.debian.tar.xz
e95555ee5766f4a2705bd9523aeea094195a60018ef4e2406350485857bb4cc8 6302
oflib_0git20070620-9_amd64.buildinfo
Files:
4f2770d1ddda4e54503859eacce47bb1 1890 libs optional oflib_0git20070620-9.dsc
14b97517b3fdfa88b947397e1d45b8bc 4020 libs optional
oflib_0git20070620-9.debian.tar.xz
da9d79205b8a2a71356ebb6332b50e2d 6302 libs optional
oflib_0git20070620-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAl81+lwACgkQMiR/u0Ct
H6bdPA/+MORfZvO2ir8n9FJjqSVntATadYTA262BmFLiScz0Ps8a+MEhnsZtbypp
GZ7cBbo+UwUgnHugimZTfGXGD62yrlUxGaWpLxQuchEmHhS+pj+1ZYb8o7MKoq76
7pLXx3LG9LXzY16ZYJM9VHyqG6za9MhdO/RmlGLY0M3ORhj88g9arjYx0w4egzhr
vBf18pNQUvyRjj3SrwCfOAy2nV2CUWcsYxW2G06dVvMblcJMr15/g++2eY/nbYEP
0ihPZzvI11CloMjI3/k5OH/kQ/ajJnBbxLVJlIG367Vhz4Ysp8nWAEA0KPoJYPR5
krVPAOhxmlaIhi7em9GKd+m98R+SB4flFtybesBXFWEQev530bWZYPZj/Zc0Iflx
25PrAbbTLShSfrI67LU9myKb/5/tONZXAFsP3tdIlvpaZ2i1LhzEWvXo27oPMSRT
UaX+DISPsPwAuKkgtR6SSVUeob2O8OKbrqQHKRbF8R/cSttfr/yNgfhtp+aPudSD
eQWEEuuHmv3MxaNN3/XVopydz8H7u7IWfg9AkYowSwgSQ9PcVNusamGxb4wb++SX
5mzGc/oHPRb1Kt+gRxKpd31dBP6zK4g4vD9u+Q08xlGto1YRgWj8o/2iHh5e2C6/
IXvUXAMq+EvOXo231gZac84Ktt/hpQzBBfyyfhPT+ZeIYOaWICg=
=/C4m
-----END PGP SIGNATURE-----
--- End Message ---