Your message dated Wed, 19 Aug 2020 13:18:48 +0000
with message-id <[email protected]>
and subject line Bug#957240: fixed in fvwm1 1.24r-57
has caused the Debian Bug report #957240,
regarding fvwm1: 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 [email protected]
immediately.)
--
957240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fvwm1
Version: 1.24r-56
Severity: normal
Tags: sid bullseye
User: [email protected]
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/fvwm1_1.24r-56_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
[...]
| ^~~~~~~~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>/fvwm=. -fstack-protector-strong -Wformat
-Werror=format-security -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -c -o
decorations.o decorations.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from decorations.c:38:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
In file included from decorations.c:44:
misc.h:307:18: warning: inline function ‘DrawPattern’ declared but never defined
307 | FVWM_INLINE void DrawPattern(Window, GC, GC, int, int,int);
| ^~~~~~~~~~~
misc.h:187:25: warning: inline function ‘RelieveWindow’ declared but never
defined
187 | extern FVWM_INLINE void RelieveWindow(FvwmWindow *, Window,
| ^~~~~~~~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>/fvwm=. -fstack-protector-strong -Wformat
-Werror=format-security -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -c -o
colormaps.o colormaps.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from colormaps.c:14:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
In file included from colormaps.c:19:
misc.h:307:18: warning: inline function ‘DrawPattern’ declared but never defined
307 | FVWM_INLINE void DrawPattern(Window, GC, GC, int, int,int);
| ^~~~~~~~~~~
misc.h:187:25: warning: inline function ‘RelieveWindow’ declared but never
defined
187 | extern FVWM_INLINE void RelieveWindow(FvwmWindow *, Window,
| ^~~~~~~~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>/fvwm=. -fstack-protector-strong -Wformat
-Werror=format-security -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -c -o misc.o
misc.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from misc.c:42:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
In file included from misc.c:52:
misc.h:307:18: warning: inline function ‘DrawPattern’ declared but never defined
307 | FVWM_INLINE void DrawPattern(Window, GC, GC, int, int,int);
| ^~~~~~~~~~~
misc.h:187:25: warning: inline function ‘RelieveWindow’ declared but never
defined
187 | extern FVWM_INLINE void RelieveWindow(FvwmWindow *, Window,
| ^~~~~~~~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>/fvwm=. -fstack-protector-strong -Wformat
-Werror=format-security -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -c -o style.o
style.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from style.c:16:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
In file included from style.c:24:
misc.h:307:18: warning: inline function ‘DrawPattern’ declared but never defined
307 | FVWM_INLINE void DrawPattern(Window, GC, GC, int, int,int);
| ^~~~~~~~~~~
misc.h:187:25: warning: inline function ‘RelieveWindow’ declared but never
defined
187 | extern FVWM_INLINE void RelieveWindow(FvwmWindow *, Window,
| ^~~~~~~~~~~~~
rm -f fvwm
gcc -o fvwm -g -O2 -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>/fvwm=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro fvwm.o configure.o events.o borders.o
menus.o functions.o resize.o add_window.o pager.o move.o icons.o
windows.o module.o placement.o decorations.o colormaps.o misc.o style.o
-L/usr/X11R6/lib -lXpm -lXext -lX11 -lfvwmlib -L../libs
/usr/bin/ld: misc.o:(.bss+0x8): multiple definition of `Globalgcm';
pager.o:(.bss+0x0): first defined here
/usr/bin/ld: misc.o:(.bss+0x20): multiple definition of `Globalgcv';
pager.o:(.bss+0x20): first defined here
/usr/bin/ld: configure.o: in function `m4_defs':
./configure.c:2087: warning: the use of `mktemp' is dangerous, better use
`mkstemp' or `mkdtemp'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1068: fvwm] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/fvwm'
make[1]: *** [Makefile:1050: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:42: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: fvwm1
Source-Version: 1.24r-57
Done: Phil Brooke <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fvwm1, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Phil Brooke <[email protected]> (supplier of updated fvwm1 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 19 Aug 2020 13:08:57 +0100
Source: fvwm1
Binary: fvwm1 fvwm1-dbgsym
Architecture: source amd64
Version: 1.24r-57
Distribution: unstable
Urgency: medium
Maintainer: Phil Brooke <[email protected]>
Changed-By: Phil Brooke <[email protected]>
Description:
fvwm1 - Old version of the F(?) Virtual Window Manager
Closes: 957240 965530
Changes:
fvwm1 (1.24r-57) unstable; urgency=medium
.
* Bump standards version to 4.5.0.
* Bump debhelper compat to 13 (closes: 965530). Requires change
from dh_clean -k to dh_prep.
* Package source format is 1.0.
* Fix FTBFS with gcc-10 (closes: 957240).
Checksums-Sha1:
5ddbb8be318912e450e05bbb1e0a98ba1f94f73a 1715 fvwm1_1.24r-57.dsc
217a6cb4a546dddf3fe5860a985518b2233d60f8 34039 fvwm1_1.24r-57.diff.gz
8e49697aef1793d2b1af1dcaf70b2b274dd40670 519556 fvwm1-dbgsym_1.24r-57_amd64.deb
9e5fecd1e02b6b81fd251693f4ec696039bdf936 6888 fvwm1_1.24r-57_amd64.buildinfo
b8902a92aecd79e04997467ab1dc0e6fb33e452f 246260 fvwm1_1.24r-57_amd64.deb
Checksums-Sha256:
f39b9677d355818cadd99804ada7b8e598b4fd0a856f0ed90cd90cd36a8bb768 1715
fvwm1_1.24r-57.dsc
f50341136a221e5a946e83a5b75fb9e5a05e7f8f76b3e79099505e05cf0eaf91 34039
fvwm1_1.24r-57.diff.gz
e9bfb424fc67c4ec17ca6f4d2d6b048041b5953f3a3f250f57bf0ca9676f590f 519556
fvwm1-dbgsym_1.24r-57_amd64.deb
a0e0029a53b7038816e49720c62bd88919d0bfb95d60031745823ad38a8eb6fc 6888
fvwm1_1.24r-57_amd64.buildinfo
958ddbdff8e8fadce42551b5389d3fb611fa0880948c5c7eb28ebe9aabbc8d65 246260
fvwm1_1.24r-57_amd64.deb
Files:
5bf5dd84552b783b531d4038f9c5e9b6 1715 x11 extra fvwm1_1.24r-57.dsc
c154f059e77368013529235a213fb0f1 34039 x11 extra fvwm1_1.24r-57.diff.gz
fd3ef6f0abdfe27fb1b5f4c3c5a5d4fc 519556 debug optional
fvwm1-dbgsym_1.24r-57_amd64.deb
832fdfe40737ef2ae824d56a5b014c79 6888 x11 extra fvwm1_1.24r-57_amd64.buildinfo
aff3a8d1b0aa95634b0c552a2a2e4338 246260 x11 extra fvwm1_1.24r-57_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEKCMADj+pj/jrfBAKgZ0nig5vmSoFAl89IdIACgkQgZ0nig5v
mSoDkRAAk85PQGtfGVO7TIxloayYUMM6t6uGTGGAylfq5wfcuoMbMKAsN4xPZUTS
SRCTg1w6sTe4M7m+FOrA72FzEps6J6KjlQVf9RMblgTNUM+2My+OOr7YmscpdQR4
lL1XFSfkOaTrTI9nYIvRd0PJwg9mdzHpE1tcWQxQdsj+2UCWPorK4VtxP1BmCjYV
c2+m4MEGYcsOCmQAVHmDXL1WNAlw6D3lkoKy9JWHGRLe8Am+CJiLfM4RD5KDF8CZ
K8hF+PHny2u4XbUbX7Hd0C2PcwS3i8G3MUU4ZLkfuy3asFzYp770YkjYfW1Xvnwg
1KLgEgUcdtmUzYUPzrykGdcp95ucg+Vi2KkOYcWnONxg61AyjOiIcvJA6GCgllBA
nCSTJ6s27M/HWiFpBMfzjZoe+Pjhe6+hF/7vC5k4sleK8KtejhzewukCpcONSRMq
SM9dq+NgPpWNVxmFoTa2PV+ObImGKbCd6kB92ri97qX2+i04mHxQjumw/nqQXL0Q
d4ulooaSSPHp+JJm4El/dfBgFzsOpU9QBocl/bvitVJW5Q3w9hysbiI5WP1CL5Va
e2xX0JUN9oVsHytOKt5YBBtl7XUJBKVHmhBVsv/82skzusQvWfT5lWWHd85CDKaI
F/TyUUO37D5M8gn1XDiZFTlxokHnkkn+yR4oLL/2Hloy9BeF7No=
=jTq7
-----END PGP SIGNATURE-----
--- End Message ---