Your message dated Sun, 07 Feb 2021 08:20:55 +0000
with message-id <[email protected]>
and subject line Bug#957417: fixed in le 1.16.8-0.1
has caused the Debian Bug report #957417,
regarding le: 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.)
--
957417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957417
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:le
Version: 1.16.5-0.1
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/le_1.16.5-0.1_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
[...]
/usr/bin/ld: user.o: in function `UserStopDragMark()':
./src/user.cc:1638: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: ./src/user.cc:1638: undefined reference to `operator delete(void*,
unsigned long)'
/usr/bin/ld: undo.o: in function `Undo::Clear()':
./src/undo.cc:47: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: ./src/undo.cc:52: undefined reference to `operator delete(void*,
unsigned long)'
/usr/bin/ld: undo.o: in function `Undo::BeginUndoGroup()':
./src/undo.cc:65: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: undo.o: in function `Undo::AddChange(Undo::Change*)':
./src/undo.cc:89: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: ./src/undo.cc:94: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: undo.o: in function `Undo::CheckSize()':
./src/undo.cc:374: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: undo.o: in function `Undo::EndUndoGroup()':
./src/undo.cc:124: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: undo.o: in function `Undo::AddChange(Undo::Change*)':
./src/undo.cc:110: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: block.o: in function `CharAtLC(long, long)':
./src/block.cc:81: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: ./src/block.cc:81: undefined reference to `__cxa_guard_release'
/usr/bin/ld: block.o: in function `WCharAtLC(long, long)':
./src/block.cc:88: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: ./src/block.cc:88: undefined reference to `__cxa_guard_release'
/usr/bin/ld: editcalc.o: in function `editcalc()':
./src/editcalc.cc:30: undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: ./src/editcalc.cc:30: undefined reference to `__cxa_guard_release'
/usr/bin/ld: history.o: in function `History::operator-=(HistoryLine const&)':
./src/history.cc:109: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: history.o: in function `History::operator+=(HistoryLine const&)':
./src/history.cc:94: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: ./src/history.cc:97: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: ./src/history.cc:94: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: history.o: in function `History::ReadFrom(_IO_FILE*)':
./src/history.cc:227: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: history.o: in function `InodeHistory::FindInode(InodeInfo const&)':
./src/history.cc:281: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: ./src/history.cc:285: undefined reference to `operator
new(unsigned long)'
/usr/bin/ld: keymap.o: in function `BuildKeyTree(ActionCodeRec const*)':
./src/keymap.cc:393: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: ./src/keymap.cc:363: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: ./src/keymap.cc:363: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: keymap.o: in function `FreeKeyTree(KeyTreeNode*)':
./src/keymap.cc:506: undefined reference to `operator delete(void*, unsigned
long)'
/usr/bin/ld: ./src/keymap.cc:506: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: ./src/keymap.cc:506: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: ./src/keymap.cc:506: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: ./src/keymap.cc:506: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: keymap.o:./src/keymap.cc:506: more undefined references to
`operator delete(void*, unsigned long)' follow
/usr/bin/ld: highli.o: in function `ReadSyntaxFile(_IO_FILE*, syntax_hl**)':
./src/highli.cc:340: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: ./src/highli.cc:410: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: ./src/highli.cc:346: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: ./src/highli.cc:416: undefined reference to `operator
delete(void*, unsigned long)'
/usr/bin/ld: highli.o: in function `element::New()':
./src/highli.cc:506: undefined reference to `operator new[](unsigned long)'
/usr/bin/ld: bm.o: in function `SetBookmark(int)':
./src/bm.cc:42: undefined reference to `operator new(unsigned long)'
/usr/bin/ld: ./src/bm.cc:43: undefined reference to `operator new(unsigned
long)'
/usr/bin/ld: bm.o: in function `ClearBookmark(int)':
./src/bm.cc:53: undefined reference to `operator delete(void*, unsigned long)'
/usr/bin/ld: ./src/bm.cc:55: undefined reference to `operator delete(void*,
unsigned long)'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:1280: le] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1215: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: le
Source-Version: 1.16.8-0.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
le, 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.
Adrian Bunk <[email protected]> (supplier of updated le 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: SHA512
Format: 1.8
Date: Sat, 06 Feb 2021 16:32:21 +0200
Source: le
Architecture: source
Version: 1.16.8-0.1
Distribution: unstable
Urgency: medium
Maintainer: Raphael Geissert <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957417
Changes:
le (1.16.8-0.1) unstable; urgency=medium
.
* Non-maintainer upload.
* New upstream release.
- Fixes FTBFS with gcc 10. (Closes: #957417)
Checksums-Sha1:
ca2110dfec47afc599bff546a29aec615a233b03 1983 le_1.16.8-0.1.dsc
c007a5e04d4737a506fc32ac098af0086a04ed77 726576 le_1.16.8.orig.tar.xz
17d8c458d757e06a21163bacc4fa97caecf5a811 155 le_1.16.8.orig.tar.xz.asc
f431cd5f3cc0874557b0a86ef8b1d57c4c5208f8 7608 le_1.16.8-0.1.debian.tar.xz
Checksums-Sha256:
ef7ef0dcc6ebdb64dec56ac57a67585d5d040f2b86ea8e8a13abf87625fe769e 1983
le_1.16.8-0.1.dsc
4ab7fdb9ddf12d57a0a3f0452d7cc5be583df8a926ab9e443bbc9be452cc402f 726576
le_1.16.8.orig.tar.xz
8b24531cc1a10ca1d759f0516f05f48755c2a16e9070436d94a66c2d66ebd4da 155
le_1.16.8.orig.tar.xz.asc
2f4c7ad3a4f794495652d672239c4a7a861c160f9a831b46fb839c3c9ac09dc1 7608
le_1.16.8-0.1.debian.tar.xz
Files:
d09ac9cf626b6b38053e17ff72429c1a 1983 editors optional le_1.16.8-0.1.dsc
41ae4e1fe1e15bc7e0e528508d8ec8d8 726576 editors optional le_1.16.8.orig.tar.xz
46f53fda2dd1ba77a28abb6c1c49a467 155 editors optional le_1.16.8.orig.tar.xz.asc
2812fb363a6aaab43ae92ca3245d0f11 7608 editors optional
le_1.16.8-0.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAeqyQACgkQiNJCh6LY
mLEyKg//WJcWdgjbu/0Mz4BR7vO2ni8/v8OjKNFC5JB9i4XtC7dIHRliK+HgK1DP
asiRG82Nq0Kw0Q6iQRlPqOjz1gg4E1ER2/W0RbbANtWaSdfh1awJDXvthevBOHgA
WN4liwzLyRpxRqGMXZZZLRDwIGstN7J4A9pNxNmecC3OorFO0i7i0dqVIfTeR5lS
DBPKU7HEwYXw45PVpzEOvgAPgPz1foBk8W2qhCw49l1RKddjC0OhqOn1jy35I8zD
pxNwwseBAjcz+CuarBkqRp2rAwX+tU23jzpr019dO0/Myh3X5rpT+9t8ruL6IrPD
HSaBFv957pc3oY/PGwfSLUDJM1eOurNm2PXPcFE8EDpqRrRPWLc+mO1okjL+vfEL
x46hS8lOPjMDeC3WwFbPRJ9sRIh5/5usDUd2WkLeV88yx2kF9HECHE9OIGounzjV
wAo7VnDZGvmAaishmU08MduuVz65jQjuoL69mXqPSsQIDUpXmgrzbbcr2tVX8DSK
QEzQXUHlOV7EEwAaTsNDi8H/74KGeiBu+1+ehDyrHOmYGhzMVqGX8jjCeMGEnZ8A
SBD3V/tgBZ2nWjAureFMHDwhtdlDHfbY7RZrx8YGia1YXBTIPHz14GPDO07Iz09a
NgfXSI+GuK28GvTmMhP7Et9CA6vgfWxPnC7pg9TEe85OwbcnMqc=
=1kGc
-----END PGP SIGNATURE-----
--- End Message ---