Your message dated Thu, 06 Jan 2022 09:03:49 +0000
with message-id <e1n5ogx-000hrw...@fasolo.debian.org>
and subject line Bug#984339: fixed in slim 1.3.6-5.3
has caused the Debian Bug report #984339,
regarding slim: ftbfs with GCC-11
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.)
--
984339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984339
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:slim
Version: 1.3.6-5.2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/slim_1.3.6-5.2_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--buildsystem=cmake
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/libslim.dir/build.make CMakeFiles/libslim.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/libslim.dir/DependInfo.cmake
--color=
Dependee
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/libslim.dir/DependInfo.cmake"
is newer than depender
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/libslim.dir/depend.internal".
Dependee
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/libslim.dir/depend.internal".
Scanning dependencies of target libslim
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/libslim.dir/build.make CMakeFiles/libslim.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 6%] Building CXX object CMakeFiles/libslim.dir/cfg.cpp.o
/usr/bin/c++ -DHAVE_SHADOW -DPACKAGE=\"slim\" -DPKGDATADIR=\"/usr/share/slim\"
-DSYSCONFDIR=\"/etc\" -DUSE_PAM -DVERSION=\"1.3.6\"
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>
-I/usr/include/freetype2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -o CMakeFiles/libslim.dir/cfg.cpp.o -c
/<<PKGBUILDDIR>>/cfg.cpp
/<<PKGBUILDDIR>>/cfg.cpp: In member function ‘std::string
Cfg::getWelcomeMessage()’:
/<<PKGBUILDDIR>>/cfg.cpp:237:30: warning: ignoring return value of ‘int
getdomainname(char*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
237 | getdomainname(domain,40);
| ~~~~~~~~~~~~~^~~~~~~~~~~
[ 12%] Building CXX object CMakeFiles/libslim.dir/image.cpp.o
/usr/bin/c++ -DHAVE_SHADOW -DPACKAGE=\"slim\" -DPKGDATADIR=\"/usr/share/slim\"
-DSYSCONFDIR=\"/etc\" -DUSE_PAM -DVERSION=\"1.3.6\"
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>
-I/usr/include/freetype2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -o CMakeFiles/libslim.dir/image.cpp.o -c
/<<PKGBUILDDIR>>/image.cpp
/<<PKGBUILDDIR>>/image.cpp: In member function ‘bool Image::Read(const char*)’:
/<<PKGBUILDDIR>>/image.cpp:69:14: warning: ignoring return value of ‘size_t
fread(void*, size_t, size_t, FILE*)’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
69 | fread(buf, 1, 4, file);
| ~~~~~^~~~~~~~~~~~~~~~~
[ 18%] Building CXX object CMakeFiles/libslim.dir/log.cpp.o
/usr/bin/c++ -DHAVE_SHADOW -DPACKAGE=\"slim\" -DPKGDATADIR=\"/usr/share/slim\"
-DSYSCONFDIR=\"/etc\" -DUSE_PAM -DVERSION=\"1.3.6\"
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>
-I/usr/include/freetype2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -o CMakeFiles/libslim.dir/log.cpp.o -c
/<<PKGBUILDDIR>>/log.cpp
[ 25%] Building CXX object CMakeFiles/libslim.dir/panel.cpp.o
/usr/bin/c++ -DHAVE_SHADOW -DPACKAGE=\"slim\" -DPKGDATADIR=\"/usr/share/slim\"
-DSYSCONFDIR=\"/etc\" -DUSE_PAM -DVERSION=\"1.3.6\"
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>
-I/usr/include/freetype2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -o CMakeFiles/libslim.dir/panel.cpp.o -c
/<<PKGBUILDDIR>>/panel.cpp
/<<PKGBUILDDIR>>/panel.cpp: In constructor ‘Panel::Panel(Display*, int, Window,
Cfg*, const string&, Panel::PanelType)’:
/<<PKGBUILDDIR>>/panel.cpp:51:27: error: ordered comparison of pointer with
integer zero (‘GC’ {aka ‘_XGC*’} and ‘int’)
51 | if (WinGC < 0) {
| ~~~~~~^~~
/<<PKGBUILDDIR>>/panel.cpp: In member function ‘bool
Panel::OnKeyPress(XEvent&)’:
/<<PKGBUILDDIR>>/panel.cpp:549:31: warning: ignoring return value of ‘int
system(const char*)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
549 |
system(cfg->getOption("screenshot_cmd").c_str());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/libslim.dir/build.make:124:
CMakeFiles/libslim.dir/panel.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:194: CMakeFiles/libslim.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1 returned
exit code 2
make: *** [debian/rules:17: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: slim
Source-Version: 1.3.6-5.3
Done: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
We believe that the bug you reported is fixed in the latest version of
slim, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Biedl <debian.a...@manchmal.in-ulm.de> (supplier of updated slim
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: Tue, 04 Jan 2022 07:02:51 +0100
Source: slim
Architecture: source
Version: 1.3.6-5.3
Distribution: unstable
Urgency: high
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Closes: 984339
Changes:
slim (1.3.6-5.3) unstable; urgency=high
.
* Non-maintainer upload
* Fix build error with gcc 11. Closes: #984339
Checksums-Sha1:
ef64a2db0b552dd9558c9cfd2da35879c8f8d7ad 1953 slim_1.3.6-5.3.dsc
dba80bbaaec10b662a913d787fa302f5694ca214 1374184 slim_1.3.6-5.3.debian.tar.xz
078d4776cf5640fadb2dd6b5e5ac8681735376dc 9562 slim_1.3.6-5.3_powerpc.buildinfo
Checksums-Sha256:
d7a8791a66f5d3762d99e22043cc747dfd6a77465a07e1c0ba29421e6be9d21d 1953
slim_1.3.6-5.3.dsc
a72a76b0e3ead165c38b5676349c9439c8728811a7f98343ebb3c6fb2a14af62 1374184
slim_1.3.6-5.3.debian.tar.xz
6c3aa68e2e2bc369c9979ac742c6c29af824122c52dbdc685e85da5af204700f 9562
slim_1.3.6-5.3_powerpc.buildinfo
Files:
6868fe0b64fb8f15587bcf09023bf781 1953 x11 optional slim_1.3.6-5.3.dsc
96dac8a2e8e321b25b589cf07ebe2670 1374184 x11 optional
slim_1.3.6-5.3.debian.tar.xz
3d50ed07410b8c9a577e48a38a881781 9562 x11 optional
slim_1.3.6-5.3_powerpc.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAmHUBvwACgkQxCxY61kU
kv3opA/9E2Bg3gyJJ3apW1L+Km8KeUJTbtGPvq6uOeWwHNp44xgyQRJoKS1t0jz+
dcBoYZ13xJCd5/i6XuGgEgc3ebepWuqN9TnT+q/+F9z9lU8rP77pITqmyccfAGIM
lu0qFpoHH2G5JcEreX3F7vCrDtiheln1Gl3INSpz0CSVnBqaqVio75uynXwhJDxT
dASUHzMtgdpTnvqxpVhx51E8PliVkEiiA2KCzcRb5K0gzf2wV/yqzFz9lhgG+Gkj
54csYBvComZ3PzkpCo4/mM7o9XroEF+2fl3q7Afw5ot9MSwSDsmAkCeN6I6ZI1AN
/BFqv35i0+bCAdQ7+bYZfyzK2F7wNULY0rXA63TJhMzPv0bJe4HFT916xcCOP1ku
Ebk/2RmHwYu2QHrLL6NH1OZpzBuehk+RL98HVxpYj/KSMfddWfbn6NL+o+qiwTwS
5gw8ZGPxNc4h7nI/mCJ2ljYnBG4ubZZWduUd7/Vbk5Ls9gzoZqetAIoYjTSypV+7
IKy1MQwM5z7dOQEWbGhvSm0mOphyl6dqADCd/v+Z1IUkgP4QmG3x42Rmxu3Mhhi6
LIY/Nsw/42mMpQCCDQXHRF1ihjbSzA4+KCPHY0M5GZv92/Wnl29JDJATguOmmDDS
27ggwp18sAodBsYaN7Qk32/JgdIaCjV2ej25CoVwM0wDM81T1so=
=vp0b
-----END PGP SIGNATURE-----
--- End Message ---