Your message dated Thu, 08 Oct 2020 17:33:29 +0000
with message-id <e1kqznf-0001iy...@fasolo.debian.org>
and subject line Bug#956996: fixed in android-platform-system-core 1:8.1.0+r23-8
has caused the Debian Bug report #956996,
regarding android-platform-system-core: 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.)
--
956996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:android-platform-system-core
Version: 1:8.1.0+r23-5
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/android-platform-system-core_8.1.0+r23-5_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[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f libsparse/simg2simg
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f fastboot/fastboot
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f libnativebridge.so*
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f libnativeloader.so*
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f debian/*.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build
dh build --with bash-completion
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/liblog.mk
make -j4 "INSTALL=install --strip-program=true" -f debian/liblog.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cc liblog/config_read.c -o liblog/config_read.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/config_write.c -o liblog/config_write.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/local_logger.c -o liblog/local_logger.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/log_event_list.c -o liblog/log_event_list.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/log_event_write.c -o liblog/log_event_write.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/logger_lock.c -o liblog/logger_lock.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/logger_name.c -o liblog/logger_name.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/logger_read.c -o liblog/logger_read.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/logger_write.c -o liblog/logger_write.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/logprint.c -o liblog/logprint.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/stderr_write.c -o liblog/stderr_write.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/fake_log_device.c -o liblog/fake_log_device.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
cc liblog/fake_writer.c -o liblog/fake_writer.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fvisibility=hidden -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Iinclude
-DLIBLOG_LOG_TAG=1006 -DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
g++ liblog/log_ratelimit.cpp -o liblog/log_ratelimit.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Iinclude -DLIBLOG_LOG_TAG=1006
-DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
g++ liblog/event_tag_map.cpp -o liblog/event_tag_map.o -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Iinclude -DLIBLOG_LOG_TAG=1006
-DFAKE_LOG_DEVICE=1 -DSNET_EVENT_LOG_TAG=1397638484
g++ liblog/config_read.o liblog/config_write.o liblog/local_logger.o
liblog/log_event_list.o liblog/log_event_write.o liblog/logger_lock.o
liblog/logger_name.o liblog/logger_read.o liblog/logger_write.o
liblog/logprint.o liblog/stderr_write.o liblog/fake_log_device.o
liblog/fake_writer.o liblog/log_ratelimit.o liblog/event_tag_map.o -o
liblog.so.0 -Wl,-z,relro -fPIC -shared -Wl,-soname,liblog.so.0 -lpthread
/usr/bin/ld: liblog/config_write.o:./liblog/logger.h:202: multiple definition
of `__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/config_write.o:./liblog/logger.h:166: multiple definition
of `__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166:
first defined here
/usr/bin/ld: liblog/config_write.o:./liblog/logger.h:159: multiple definition
of `__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/local_logger.o:./liblog/logger.h:166: multiple definition
of `__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166:
first defined here
/usr/bin/ld: liblog/local_logger.o:./liblog/logger.h:202: multiple definition
of `__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/local_logger.o:./liblog/logger.h:159: multiple definition
of `__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/logger_lock.o:./liblog/logger.h:202: multiple definition of
`__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/logger_lock.o:./liblog/logger.h:166: multiple definition of
`__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166: first
defined here
/usr/bin/ld: liblog/logger_lock.o:./liblog/logger.h:159: multiple definition of
`__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/logger_read.o:./liblog/logger.h:166: multiple definition of
`__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166: first
defined here
/usr/bin/ld: liblog/logger_read.o:./liblog/logger.h:159: multiple definition of
`__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/logger_read.o:./liblog/logger.h:202: multiple definition of
`__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/logger_write.o:./liblog/logger.h:202: multiple definition
of `__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/logger_write.o:./liblog/logger.h:166: multiple definition
of `__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166:
first defined here
/usr/bin/ld: liblog/logger_write.o:./liblog/logger.h:159: multiple definition
of `__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/stderr_write.o:./liblog/logger.h:202: multiple definition
of `__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/stderr_write.o:./liblog/logger.h:166: multiple definition
of `__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166:
first defined here
/usr/bin/ld: liblog/stderr_write.o:./liblog/logger.h:159: multiple definition
of `__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
/usr/bin/ld: liblog/fake_writer.o:./liblog/logger.h:202: multiple definition of
`__android_log_transport'; liblog/config_read.o:./liblog/logger.h:202: first
defined here
/usr/bin/ld: liblog/fake_writer.o:./liblog/logger.h:166: multiple definition of
`__android_log_readers_lock'; liblog/config_read.o:./liblog/logger.h:166: first
defined here
/usr/bin/ld: liblog/fake_writer.o:./liblog/logger.h:159: multiple definition of
`__android_log_readers'; liblog/config_read.o:./liblog/logger.h:159: first
defined here
collect2: error: ld returned 1 exit status
make[2]: *** [debian/liblog.mk:41: build] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" -f
debian/liblog.mk returned exit code 2
make[1]: *** [debian/rules:59: liblog.so] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:107: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: android-platform-system-core
Source-Version: 1:8.1.0+r23-8
Done: Hans-Christoph Steiner <h...@eds.org>
We believe that the bug you reported is fixed in the latest version of
android-platform-system-core, 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 956...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hans-Christoph Steiner <h...@eds.org> (supplier of updated
android-platform-system-core 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: Thu, 08 Oct 2020 19:15:17 +0200
Source: android-platform-system-core
Architecture: source
Version: 1:8.1.0+r23-8
Distribution: unstable
Urgency: medium
Maintainer: Android Tools Maintainers
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Hans-Christoph Steiner <h...@eds.org>
Closes: 956996
Changes:
android-platform-system-core (1:8.1.0+r23-8) unstable; urgency=medium
.
* Pass -fcommon to unbreak build with GCC 10 (Closes: #956996)
Checksums-Sha1:
d7cdd8f606d03fae5e353c3acb60dded72a14477 5435
android-platform-system-core_8.1.0+r23-8.dsc
d7f549e011c098a05dcb6307b3054fdeef45e4c3 24920
android-platform-system-core_8.1.0+r23-8.debian.tar.xz
10db737ba54302963f4e2c0cd09e13809a9dd820 5828
android-platform-system-core_8.1.0+r23-8_source.buildinfo
Checksums-Sha256:
37bcab3dc86509f2ba17a1edc215c048470b73a51cf82022b31c7c71bfa7accf 5435
android-platform-system-core_8.1.0+r23-8.dsc
c1ef5ad98d9135075d6190cfd0537459631d5244def3da2ca3e2feb81f8d2c8b 24920
android-platform-system-core_8.1.0+r23-8.debian.tar.xz
8bd52b104497395a0f262d5b37eab260a26f761438d248427bd7fc41b5251898 5828
android-platform-system-core_8.1.0+r23-8_source.buildinfo
Files:
ab0c3936ad28cd154369c82a8ddbc36d 5435 devel optional
android-platform-system-core_8.1.0+r23-8.dsc
a4433bed4c66fd263870863422d646e1 24920 devel optional
android-platform-system-core_8.1.0+r23-8.debian.tar.xz
4a627d91c36de2874142df46c798700e 5828 devel optional
android-platform-system-core_8.1.0+r23-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEElyI52+aGmfUmwGoFPhd4F7obm/oFAl9/SX0ACgkQPhd4F7ob
m/qQUAf/f5ux1i14kfJ7vptag3lR1XziqXRzKXF385WEXLzw/FpAP+fYhjaBWNrh
ZylLJQOtOSV+34UPrW0eT6J0GgBfUHkLUTQNbwcZms7xtNZxs6qQC+fA2fHaHT5G
fcsYPPsuLKaXr2F8F7M1kx61mmIubhymsvLZ7xSoEykXazpF2CqRmJta4XwjxmFL
3GIl1t+RWdinIqJ6mkXntIfYwgy7/vooUU2r1cEGJrrkf0KhSD8XvBei6CFKFE8n
K0MEhCsHetCoEQb/v5uEnJvBEzot+MItrOgheCy7Lej3XoOycXLluHIgpMXbcne5
6zhLL2gTa8DWuOJzXTKdgxMRqCfE4A==
=PZQr
-----END PGP SIGNATURE-----
--- End Message ---