Your message dated Mon, 16 Nov 2020 12:01:15 +0100
with message-id <[email protected]>
and subject line Re: Bug#957348: i3lock: ftbfs with GCC-10
has caused the Debian Bug report #957348,
regarding i3lock: 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.)
--
957348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957348
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:i3lock
Version: 2.11.1-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/i3lock_2.11.1-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
[...]
checking for netinet/in.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in x86_64-pc-linux-gnu (HOST=)
config.status: executing depfiles commands
--------------------------------------------------------------------------------
build configured:
i3lock version: 2.11.1
is release version: yes
enable debug flags: no
code coverage: no
enabled sanitizers:
To compile, run:
cd /<<PKGBUILDDIR>>/x86_64-pc-linux-gnu && make -j8
--------------------------------------------------------------------------------
dh_auto_build
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:1872: warning: overriding recipe for target 'clean'
Makefile:1379: warning: ignoring old recipe for target 'clean'
Makefile:1872: warning: overriding recipe for target 'clean-all'
Makefile:1379: warning: ignoring old recipe for target 'clean-all'
MAKE x86_64-pc-linux-gnu : 0 * all-all
make[2]: Entering directory '/<<PKGBUILDDIR>>/x86_64-pc-linux-gnu'
make all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/x86_64-pc-linux-gnu'
gcc -DHAVE_CONFIG_H -I. -I../../i3lock-2.11.1 -DSTRIPPED__FILE__=\"$(basename
../../i3lock-2.11.1/dpi.c)\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-value
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -c -o i3lock-dpi.o `test -f 'dpi.c' || echo
'../../i3lock-2.11.1/'`dpi.c
gcc -DHAVE_CONFIG_H -I. -I../../i3lock-2.11.1 -DSTRIPPED__FILE__=\"$(basename
../../i3lock-2.11.1/i3lock.c)\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-value
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -c -o i3lock-i3lock.o `test -f 'i3lock.c' || echo
'../../i3lock-2.11.1/'`i3lock.c
gcc -DHAVE_CONFIG_H -I. -I../../i3lock-2.11.1 -DSTRIPPED__FILE__=\"$(basename
../../i3lock-2.11.1/randr.c)\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-value
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -c -o i3lock-randr.o `test -f 'randr.c' || echo
'../../i3lock-2.11.1/'`randr.c
gcc -DHAVE_CONFIG_H -I. -I../../i3lock-2.11.1 -DSTRIPPED__FILE__=\"$(basename
../../i3lock-2.11.1/unlock_indicator.c)\" -Wdate-time -D_FORTIFY_SOURCE=2
-Wunused-value -I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -c -o i3lock-unlock_indicator.o `test -f
'unlock_indicator.c' || echo '../../i3lock-2.11.1/'`unlock_indicator.c
gcc -DHAVE_CONFIG_H -I. -I../../i3lock-2.11.1 -DSTRIPPED__FILE__=\"$(basename
../../i3lock-2.11.1/xcb.c)\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-value
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -c -o i3lock-xcb.o `test -f 'xcb.c' || echo
'../../i3lock-2.11.1/'`xcb.c
gcc -Wunused-value -I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wl,-z,relro -Wl,-z,now -o i3lock i3lock-dpi.o
i3lock-i3lock.o i3lock-randr.o i3lock-unlock_indicator.o i3lock-xcb.o -lxcb
-lxcb-xkb -lxcb-xinerama -lxcb-randr -lxcb-image -lxcb -lxcb-shm -lxcb-util
-lxcb -lxcb-xrm -lxcb -lxkbcommon-x11 -lxkbcommon -lcairo -lpam -lrt -lev -lm
/usr/bin/ld:
i3lock-unlock_indicator.o:./x86_64-pc-linux-gnu/../../i3lock-2.11.1/unlock_indicator.c:38:
multiple definition of `input_position';
i3lock-i3lock.o:./x86_64-pc-linux-gnu/../../i3lock-2.11.1/i3lock.c:68: first
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:530: i3lock] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/x86_64-pc-linux-gnu'
make[2]: *** [Makefile:433: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/x86_64-pc-linux-gnu'
make[1]: *** [Makefile:415: all-all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Control: fixed -1 2.13-1
pgpT0jWMCx600.pgp
Description: OpenPGP digital signature
--- End Message ---