Your message dated Sun, 09 Aug 2020 17:34:13 +0000
with message-id <e1k4pd3-0009n0...@fasolo.debian.org>
and subject line Bug#957928: fixed in welcome2l 3.04-27.1
has caused the Debian Bug report #957928,
regarding welcome2l: 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.)
--
957928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:welcome2l
Version: 3.04-27
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/welcome2l_3.04-27_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
[...]
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package welcome2l
dpkg-buildpackage: info: source version 3.04-27
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Robert Luberda <rob...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh "clean"
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean -v -Smakefile --parallel
make -j4 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *~ core build/*
rm -f Welcome2L *.o version.h
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -rf debian/_tmp_ debian/default
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh "binary"
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Setting Debian in debian/default
dh_auto_build -v -Smakefile --parallel -- STRIP=:
make -j4 "INSTALL=install --strip-program=true" STRIP=:
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra
-Wall -fno-strength-reduce ansi.c
gcc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra
-Wall -fno-strength-reduce main.c
In file included from /usr/include/string.h:495,
from main.c:36:
In function ‘strncpy’,
inlined from ‘main’ at main.c:448:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 25 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘main’ at main.c:501:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 15 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wl,-z,relro -Wl,-z,now -v *.o -o Welcome2L
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10-20200222-1'
--with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs
--enable-languages=c,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-10
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic --enable-offload-targets=nvptx-none,amdgcn-amdhsa,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu -
-target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.0.1 20200222 (experimental) [master revision
01af7e0a0c2:487fe13f218:e99b18cf7101f205bfdd9f0f29ed51caaec52779] (Debian
10-20200222-1)
MAKEFLAGS=w -j4 -- STRIP=: INSTALL=install\ --strip-program=true
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'Welcome2L' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin
/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so
-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccxQNg7M.res -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id
--eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -pie -o Welcome2L
/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o
/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o
/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10
-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu
-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. -z relro -z now ansi.o main.o -lgcc
--push-state --
as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s
--pop-state /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o
/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o
/usr/bin/ld: main.o:(.bss+0x0): multiple definition of `WSCREEN';
ansi.o:./ansi.c:27: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:18: Welcome2L] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" STRIP=:
returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: welcome2l
Source-Version: 3.04-27.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
welcome2l, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated welcome2l
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: SHA512
Format: 1.8
Date: Fri, 07 Aug 2020 18:02:07 +0100
Source: welcome2l
Architecture: source
Version: 3.04-27.1
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda <rob...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957928
Changes:
welcome2l (3.04-27.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957928)
Checksums-Sha1:
3bad0c6a1aebe4ca297bc9e6a53802e72432d7af 1973 welcome2l_3.04-27.1.dsc
ae69170938901e907d59517f44ef0d6aa5667745 16260
welcome2l_3.04-27.1.debian.tar.xz
03b0c2f2e11272b373830fdcf9c4f3b46d400ec1 6141
welcome2l_3.04-27.1_amd64.buildinfo
Checksums-Sha256:
1ade76f040d9649569bce912110b3c04a9c890827979a5eb78d2acb935be1567 1973
welcome2l_3.04-27.1.dsc
50f1246131a64fd66b137ae9b647f790b383b6087e982d2afeb17eb2ec30273c 16260
welcome2l_3.04-27.1.debian.tar.xz
b2dd0cb9c2a321a9586598a833ae6ea4b5d84203d550f3785e76318e242c2917 6141
welcome2l_3.04-27.1_amd64.buildinfo
Files:
98941b774e5a4bc37a41f75556ff8998 1973 misc optional welcome2l_3.04-27.1.dsc
8d4a28a64b15bd163e25e76e01837837 16260 misc optional
welcome2l_3.04-27.1.debian.tar.xz
0bdca5df10bdfc52c1c5c410276322d2 6141 misc optional
welcome2l_3.04-27.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8tibwACgkQR5mjUUbR
KzUOtxAAjHHn7+Fco4kMcQ98SyWnucoW636svFL/NVfe7snLmyj9sFIZZeRd+5Nc
CPrQ+MinKer2x3aEUFd4DCuc0q3Y3buTVwBzR4ZgZPSuYlm9OrskMk9ONminN9Sp
AxB+L9pFD5B8Ew+bJ2b3fTcJ3uNJhfUTq/QDbleCRq7r1rwdHWI9WlLBtJFpw9uD
fGT3JTbMqUeou+nQmsRoP2P0OyCcftpjmHdYPTka8g4g7Tf2Ht5+WsP1F/pRuVMj
YtZXjuOrXhCHf+DXsqQrYewxrM05p7FTt9dc0RYXMoUkjIhMkeCzsNkCvUvErF1h
jJom5v5ejyDWwvgjWhFPh/EtNfVxdy2pkZURrlUk9vRVNgVMxDzYMKGIOx55T5QA
0L+a2JT0EPAVIfj+FkEBByKYpB87SFC6jnKw4Blk/KKAgXLLGylFCETKI+9qjgBv
CJdJb7Fo2TnvzImH9gi3zsf41izf0FqTuodQtS/Qr+hvBu6U7gFZMBAY+27sq0jf
WasquMGMTvG5dtEyqPyshGALs2Z6UG5LKSPYimVbBolVRKgzYDOQ2eFW/KFux8vy
JSxkehLp7g5q2gxarBDS9PgqMn4J+WsO1fJaG1CewSf5CpWj3TPmHnAtNfu5pucA
kBBqZgID8MHfRgBmW71xAlnM4jbL7Sqy8PUTCYCdWBgGaVO9BZM=
=JL9g
-----END PGP SIGNATURE-----
--- End Message ---