Your message dated Thu, 08 Oct 2020 17:18:32 +0000
with message-id <e1kqzym-000iqt...@fasolo.debian.org>
and subject line Bug#956999: fixed in android-platform-system-extras 8.1.0+r23-3
has caused the Debian Bug report #956999,
regarding android-platform-system-extras: 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.)
--
956999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:android-platform-system-extras
Version: 8.1.0+r23-2
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-extras_8.1.0+r23-2_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
[...]
dpkg-buildpackage: info: source package android-platform-system-extras
dpkg-buildpackage: info: source version 8.1.0+r23-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Kai-Chung Yan <seamli...@gmail.com>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/libext4_utils.mk
make -j4 "INSTALL=install --strip-program=true" -f
debian/libext4_utils.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents debian/out
cc ext4_utils/make_ext4fs.c ext4_utils/ext4fixup.c ext4_utils/ext4_utils.c
ext4_utils/allocate.c ext4_utils/contents.c ext4_utils/extent.c
ext4_utils/indirect.c ext4_utils/sha1.c ext4_utils/wipe.c ext4_utils/crc16.c
ext4_utils/ext4_sb.c -o debian/out/libext4_utils.so.0 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/android -DNDEBUG -Iext4_utils/include -Wl,-z,relro -fPIC -shared
-Wl,-soname,libext4_utils.so.0 -Wl,-rpath=/usr/lib/x86_64-linux-gnu/android
-L/usr/lib/x86_64-linux-gnu/android -lsparse -lselinux
ext4_utils/make_ext4fs.c: In function ‘extract_base_fs_allocations’:
ext4_utils/make_ext4fs.c:601:2: warning: ignoring return value of ‘fscanf’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
601 | fscanf(base_alloc_file_in, blk_file_header_fmt, &major_version,
&minor_version);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext4_utils/make_ext4fs.c: In function ‘build_directory_structure’:
ext4_utils/make_ext4fs.c:202:3: warning: ignoring return value of ‘asprintf’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
202 | asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext4_utils/make_ext4fs.c:203:3: warning: ignoring return value of ‘asprintf’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
203 | asprintf(&dentries[i].full_path, "%s%s", full_path,
namelist[i]->d_name);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext4_utils/make_ext4fs.c:265:4: warning: ignoring return value of ‘readlink’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
265 | readlink(dentries[i].full_path, dentries[i].link, info.block_size -
1);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext4_utils/make_ext4fs.c:282:3: warning: ignoring return value of ‘asprintf’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
282 | asprintf(&dentries[0].path, "%slost+found", dir_path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext4_utils/make_ext4fs.c: In function ‘build_default_directory_structure’:
ext4_utils/make_ext4fs.c:129:3: warning: ignoring return value of ‘asprintf’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
129 | asprintf(&path, "%slost+found", dir_path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ln -s libext4_utils.so.0 debian/out/libext4_utils.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/ext4fixup.mk
make -j4 "INSTALL=install --strip-program=true" -f debian/ext4fixup.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents debian/out
cc ext4_utils/ext4fixup_main.c -o debian/out/ext4fixup -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/android
-DNDEBUG -Iext4_utils/include -Wl,-z,relro -fPIC
-Wl,-rpath=/usr/lib/x86_64-linux-gnu/android -Wl,-rpath-link=. -Ldebian/out
-lext4_utils
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/make_ext4fs.mk
make -j4 "INSTALL=install --strip-program=true" -f debian/make_ext4fs.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents debian/out
cc ext4_utils/make_ext4fs_main.c -o debian/out/make_ext4fs -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/android
-DNDEBUG -Iext4_utils/include -DHOST -DANDROID -Wl,-z,relro -fPIC
-Wl,-rpath=/usr/lib/x86_64-linux-gnu/android -Wl,-rpath-link=. -Ldebian/out
-lext4_utils -L/usr/lib/x86_64-linux-gnu/android -lselinux -lcutils
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/libf2fs_utils.mk
make -j4 "INSTALL=install --strip-program=true" -f
debian/libf2fs_utils.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents debian/out
cc f2fs_utils/f2fs_utils.c f2fs_utils/f2fs_ioutils.c f2fs_utils/f2fs_dlutils.c
f2fs_utils/make_f2fs_main.c -o debian/out/libf2fs_utils.so.0 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/android
-DNDEBUG -I/usr/include/f2fs-tools -DHAVE_LINUX_TYPES_H -Wl,-z,relro -fPIC
-shared -Wl,-soname,libf2fs_utils.so.0
-Wl,-rpath=/usr/lib/x86_64-linux-gnu/android
-L/usr/lib/x86_64-linux-gnu/android -lsparse -ldl
/usr/bin/ld: /tmp/cc4E8f7X.o:(.bss+0x20): multiple definition of `c';
/tmp/ccvgNTjx.o:(.bss+0x20): first defined here
/usr/bin/ld: /tmp/cc4E8f7X.o:./f2fs_utils/f2fs_ioutils.c:87: multiple
definition of `f2fs_sparse_file'; /tmp/ccvgNTjx.o:./f2fs_utils/f2fs_utils.c:46:
first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [debian/libf2fs_utils.mk:13: build] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" -f
debian/libf2fs_utils.mk returned exit code 2
make[1]: *** [debian/rules:11: libf2fs_utils.so] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: android-platform-system-extras
Source-Version: 8.1.0+r23-3
Done: Hans-Christoph Steiner <h...@eds.org>
We believe that the bug you reported is fixed in the latest version of
android-platform-system-extras, 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-extras 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:03:22 +0200
Source: android-platform-system-extras
Architecture: source
Version: 8.1.0+r23-3
Distribution: unstable
Urgency: medium
Maintainer: Android Tools Maintainers
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Hans-Christoph Steiner <h...@eds.org>
Closes: 956999
Changes:
android-platform-system-extras (8.1.0+r23-3) unstable; urgency=medium
.
[ Roger Shimizu ]
* d/watch: Update rule to get new upstream version
.
[ Hans-Christoph Steiner ]
* Pass -fcommon to unbreak build with GCC 10 (Closes: #956999)
Checksums-Sha1:
9594863c34625795c54c32011277358caaa0a098 2783
android-platform-system-extras_8.1.0+r23-3.dsc
4ff24a295834c5a069af183187f5e7a71348d300 5940
android-platform-system-extras_8.1.0+r23-3.debian.tar.xz
371fa7cbf9ed99d01f93b67889aab95cc6445778 5416
android-platform-system-extras_8.1.0+r23-3_source.buildinfo
Checksums-Sha256:
215ba9a642d03aa7579d14830590682d4392cb7cf0a9a3e2f0b0799aeb872bfc 2783
android-platform-system-extras_8.1.0+r23-3.dsc
6f47e4783b201dd398962334885fd91fecfee8172633ebff02b20194afd20763 5940
android-platform-system-extras_8.1.0+r23-3.debian.tar.xz
1e2d3707eb6609590311c61e42083349cbcfb629d795e540a63ee530b32667e6 5416
android-platform-system-extras_8.1.0+r23-3_source.buildinfo
Files:
eec8f58741e3d191496c40e923760d96 2783 devel optional
android-platform-system-extras_8.1.0+r23-3.dsc
cc239c7d91fb6f46cae6ef833c7d3fa3 5940 devel optional
android-platform-system-extras_8.1.0+r23-3.debian.tar.xz
f0569e165e553d9b3fd23e226ae1ce93 5416 devel optional
android-platform-system-extras_8.1.0+r23-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEElyI52+aGmfUmwGoFPhd4F7obm/oFAl9/RqYACgkQPhd4F7ob
m/oWMQf9GZ1hyAgsYb9MB8qOWpFioZI1vkxxgXGIghJQSYTcOyY3VM+qhCk9UPBE
+daHNiojZyBuOBAcbd1mqNKjpzdeGNfCn1xI5aYYXwTq79F1iX0YlWrS09v7mCkO
VmIKMz5aVrg7sluquM8cZLFYSRwoiMVq+uD9Q2RXSo4Q9DFbc8RBnXgDVTD5YPK3
edswwGetoqvSQ/4QcuaVTA/DXLcoK1JLPHdS2AEXQg07gTKUDTAjcJCd74qSD0Iu
aqR1mnX5cttGMMpyMzxHzMVfc3Fs/kmxOqvJvENk5lW1hO/XOuqLqQoE6hL/AqbJ
KPZ7KpPuCD4iQSmvpW5U2OJlaQXFNA==
=huoq
-----END PGP SIGNATURE-----
--- End Message ---