Your message dated Fri, 17 Jan 2020 18:50:37 +0000
with message-id <[email protected]>
and subject line Bug#925862: fixed in xbindkeys-config 0.1.3-2.1
has caused the Debian Bug report #925862,
regarding xbindkeys-config: ftbfs with GCC-9
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.)
--
925862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925862
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xbindkeys-config
Version: 0.1.3-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/xbindkeys-config_0.1.3-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
/usr/bin/ld: speedc.o: in function `speedc_del':
/<<PKGBUILDDIR>>/speedc.c:230: undefined reference to `gtk_label_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:230: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:230: undefined reference to
`gtk_label_set_text'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:234: undefined reference to
`gtk_clist_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:234: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:234: undefined reference to
`gtk_clist_get_text'
/usr/bin/ld: speedc.o: in function `xbindkeys_config_speed_config':
/<<PKGBUILDDIR>>/speedc.c:254: undefined reference to `gtk_vbox_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:255: undefined reference to
`gtk_vbox_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:258: undefined reference to
`gtk_frame_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:259: undefined reference to
`gtk_container_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:259: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:259: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:261: undefined reference to
`gtk_scrolled_window_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:262: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:262: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:263: undefined reference to
`gtk_box_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:263: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:263: undefined reference to
`gtk_box_pack_start'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:265: undefined reference to
`gtk_clist_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:267: undefined reference to
`gtk_object_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:267: undefined reference to
`gtk_clist_get_type'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:268: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:268: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:274: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:274: undefined reference to
`gtk_clist_set_selection_mode'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:275: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:275: undefined reference to
`gtk_clist_set_reorderable'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:277: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:277: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:280: undefined reference to
`gtk_hbox_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:283: undefined reference to
`gtk_button_new_with_label'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:284: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:284: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:285: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:285: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:308: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:308: undefined reference to
`gtk_box_pack_start'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:271: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:271: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:274: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:274: undefined reference to
`gtk_clist_set_selection_mode'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:275: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:275: undefined reference to
`gtk_clist_set_reorderable'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:277: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:277: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:280: undefined reference to
`gtk_hbox_new'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:290: undefined reference to
`gtk_button_new_with_label'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:291: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:291: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:292: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:292: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:296: undefined reference to
`gtk_button_new_with_label'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:297: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:297: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:298: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:298: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:302: undefined reference to
`gtk_button_new_with_label'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:303: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:303: undefined reference to
`gtk_container_add'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:304: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: /<<PKGBUILDDIR>>/speedc.c:304: undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: speedc.o: in function `speedc_save':
/<<PKGBUILDDIR>>/speedc.c:217: undefined reference to `gtk_widget_show_all'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:18: main] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xbindkeys-config
Source-Version: 0.1.3-2.1
We believe that the bug you reported is fixed in the latest version of
xbindkeys-config, 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.
Boyuan Yang <[email protected]> (supplier of updated xbindkeys-config 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: Fri, 17 Jan 2020 13:06:44 -0500
Source: xbindkeys-config
Architecture: source
Version: 0.1.3-2.1
Distribution: unstable
Urgency: high
Maintainer: Joerg Jaspert <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 925862
Changes:
xbindkeys-config (0.1.3-2.1) unstable; urgency=high
.
* Non-maintainer upload.
* Fix FTBFS with gcc-9. (Closes: #925862)
Checksums-Sha1:
5ae05481d94ffe1054c8a275ce490b692dcc1bce 1729 xbindkeys-config_0.1.3-2.1.dsc
488022706084208105a5dab867dbb338feb0675a 3867
xbindkeys-config_0.1.3-2.1.diff.gz
0713b7f7fd2b4f2f46e56ef6d0fb227714c2cd6a 11176
xbindkeys-config_0.1.3-2.1_amd64.buildinfo
Checksums-Sha256:
9773c008bc5fb9e450140c509525dd253d18046d3c3b946dd786032d6798900a 1729
xbindkeys-config_0.1.3-2.1.dsc
67a27b5a530af8214be72611d076528f1dbde5fa78f3bbeb26a29db2cce1d4cb 3867
xbindkeys-config_0.1.3-2.1.diff.gz
7d1ca56a1d267b1445ad1fd75dd86c119679a36ad487fe7b4a6c98f29ad828ac 11176
xbindkeys-config_0.1.3-2.1_amd64.buildinfo
Files:
6dd8ec630ce65cce514bf272380045ba 1729 x11 optional
xbindkeys-config_0.1.3-2.1.dsc
5295f41d2a20470145fdc2530a1b4d16 3867 x11 optional
xbindkeys-config_0.1.3-2.1.diff.gz
0103c6cff16ef388dede9218f4cb0a52 11176 x11 optional
xbindkeys-config_0.1.3-2.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl4h+9kACgkQwpPntGGC
Ws6Vow/9HIofhYJhUflIah+pOH/9PbowkH/qfkBATbq3YWMN4gu1+Rd/3mcMSCHY
0zV8uKvOoUyIPyhf6CgxyeGjRl72omKbgwfOEw/9wX4ELdaS9qo7LJJzsF7Pl1zd
DWDt3/2E5T03LJKllA2RhyjL/O45UMPjuRrecq0c3yPPGCt6VasTFUumrh6Njj/m
LP81xCqM/A50t3xrT6oNaUTRTOiuBEIy/Bd5O/ur+alE8X9uK0g6pCos3xoNvHI9
lqgeBxu8iNnqMie2FtVCKlT2cNEy6/vnjQ5SJzpN5i/k6mZebEM8HuBf7L4skEuS
0TCtT0BSmObwvK+TPRRu808fpcMmK87NruV4okzBVG+8V0/xiPyyq7Yd87CSDw4z
7xc980JgzitAGbF1YBwpe44H2E3lzRHcKdu/bBqOfcIkE0d7Sb047NnIlo0mApiM
/YIu8VlPsmqeQf05TQKRQ5KOCWWsG1FniUmBIsF0HFY+NdV/IiYce+w6pVrdc9SC
33uSjYm+nxx3mepCJqQZ8OoFNph5Qpl/jwaetvsIOWHOC7/BCfuYK+2j3xkNKHYl
3laifHSihA9zeYyjzMCXnMDaw9czplB7GOMeRYXATVXYqVKURJtkKRXQCxlBcVXi
Y4hbxW/o8JzNIT5fBBRW1JPMa8nbHwFAbLlRDnyrviWbhhV6J9g=
=/D9C
-----END PGP SIGNATURE-----
--- End Message ---