Your message dated Sun, 29 Mar 2020 00:18:28 +0000
with message-id <e1jilem-000j5t...@fasolo.debian.org>
and subject line Bug#925710: fixed in gtk-chtheme 0.3.1-6.1
has caused the Debian Bug report #925710,
regarding gtk-chtheme: 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 ow...@bugs.debian.org
immediately.)
--
925710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gtk-chtheme
Version: 0.3.1-6
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/gtk-chtheme_0.3.1-6_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: ./about_dialog.c:55: undefined reference to `gtk_button_get_type'
/usr/bin/ld: ./about_dialog.c:55: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: ./about_dialog.c:55: undefined reference to
`gtk_button_set_use_stock'
/usr/bin/ld: ./about_dialog.c:57: undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: ./about_dialog.c:57: undefined reference to `gtk_dialog_run'
/usr/bin/ld: ./about_dialog.c:59: undefined reference to `gtk_widget_destroy'
/usr/bin/ld: mainwin.o: in function `create_mainwin':
./mainwin.c:44: undefined reference to `gtk_dialog_new'
/usr/bin/ld: ./mainwin.c:45: undefined reference to `gtk_widget_realize'
/usr/bin/ld: ./mainwin.c:46: undefined reference to `gtk_window_get_type'
/usr/bin/ld: ./mainwin.c:46: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:46: undefined reference to `gtk_window_set_title'
/usr/bin/ld: ./mainwin.c:47: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:47: undefined reference to `gtk_window_set_resizable'
/usr/bin/ld: ./mainwin.c:48: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:48: undefined reference to
`gtk_window_set_default_size'
/usr/bin/ld: ./mainwin.c:49: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:49: undefined reference to `gtk_main_quit'
/usr/bin/ld: ./mainwin.c:49: undefined reference to `g_signal_connect_data'
/usr/bin/ld: ./mainwin.c:51: undefined reference to `gtk_box_get_type'
/usr/bin/ld: ./mainwin.c:51: undefined reference to `gtk_dialog_get_type'
/usr/bin/ld: ./mainwin.c:51: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:51: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:51: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:52: undefined reference to `gtk_hseparator_new'
/usr/bin/ld: ./mainwin.c:52: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:52: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:52: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:53: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:53: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:53: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:54: undefined reference to `gtk_hseparator_new'
/usr/bin/ld: ./mainwin.c:54: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:54: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:54: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:55: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:55: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:55: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:57: undefined reference to `gtk_button_new_from_stock'
/usr/bin/ld: ./mainwin.c:58: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:58: undefined reference to `g_signal_connect_data'
/usr/bin/ld: ./mainwin.c:59: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:59: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:59: undefined reference to `gtk_box_pack_end'
/usr/bin/ld: ./mainwin.c:61: undefined reference to `gtk_button_new_from_stock'
/usr/bin/ld: ./mainwin.c:62: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:62: undefined reference to `g_signal_connect_data'
/usr/bin/ld: ./mainwin.c:63: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:63: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:63: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:66: undefined reference to `gtk_button_new_from_stock'
/usr/bin/ld: ./mainwin.c:67: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:67: undefined reference to `g_signal_connect_data'
/usr/bin/ld: ./mainwin.c:68: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:68: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:68: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: ./mainwin.c:71: undefined reference to `gtk_button_new_from_stock'
/usr/bin/ld: ./mainwin.c:72: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:72: undefined reference to `g_signal_connect_data'
/usr/bin/ld: ./mainwin.c:73: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:73: undefined reference to `g_type_check_instance_cast'
/usr/bin/ld: ./mainwin.c:73: undefined reference to `gtk_box_pack_start'
/usr/bin/ld: mainwin.o: in function `ok_clicked':
./mainwin.c:39: undefined reference to `gtk_main_quit'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:21: gtk-chtheme] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit
code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: gtk-chtheme
Source-Version: 0.3.1-6.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
gtk-chtheme, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated gtk-chtheme
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: Sat, 28 Mar 2020 23:40:09 +0000
Source: gtk-chtheme
Architecture: source
Version: 0.3.1-6.1
Distribution: unstable
Urgency: medium
Maintainer: Ulises Vitulli <der...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 925710
Changes:
gtk-chtheme (0.3.1-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC. (Closes: #925710)
Checksums-Sha1:
64016527dceeb6791a84a84bcf41cb1a07914dda 1760 gtk-chtheme_0.3.1-6.1.dsc
d3700f389941d93f857a35a9c11c25868a533ecd 4112
gtk-chtheme_0.3.1-6.1.debian.tar.xz
7c2bde8fbcea7b68bddce10650cc82c0f74d7501 10456
gtk-chtheme_0.3.1-6.1_source.buildinfo
Checksums-Sha256:
15413168a10890bf574ae9556a276ef02d0f4e7724e60545e5fedd639ff9f639 1760
gtk-chtheme_0.3.1-6.1.dsc
15fa4dd43e015a4aeff165b744be34ce1a8a0578fd22a10995024342580a6b92 4112
gtk-chtheme_0.3.1-6.1.debian.tar.xz
ac3fe9921a61e4d8c5d06a7d51f545ecc9f27758eb26f9b310212d89bb514526 10456
gtk-chtheme_0.3.1-6.1_source.buildinfo
Files:
35b96e39ec5dca19faf1ac2283ceac89 1760 x11 optional gtk-chtheme_0.3.1-6.1.dsc
a06c00cf75dc8a21bde5167b757e347a 4112 x11 optional
gtk-chtheme_0.3.1-6.1.debian.tar.xz
91c4845271b6245ed7e85aa284ec031a 10456 x11 optional
gtk-chtheme_0.3.1-6.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5/5WUACgkQweDZLphv
fH5SPA//SA4LH2oTh6D4Ym1utnw5Iz2WEaHXRjWwCThRCXdSICstgCF+HwYFDrRZ
4EDEwjXdKU4wrBboKHWC/npiG1am3POnV6rbts7yqqpbVVcNagaY2cXmqahxG4pQ
hjaNxDlDqD5UBOV8M0UMkDPza1xILxLQ0eOr6rnwu8IpFQqbDQYnEfBlNoAl9fHh
qw9SyzO+eas0MTbINOV85wnqn9UxLir/KUGz0pKMQzaa+gPlrQHtc1ZoJTw5+dn7
RjVF6PUQQBnu7N+XndHzP8D+ml01Oe72H+CuBrxYx/gUd1LQtBVo56tuucQ2hAWs
A1c8JwENP5OeZDQLCsJLeOz35OY7NRKOcL1gdtdhWgZj3r6VKRI0sFyRHZp4Hua8
pQUJgnc5ztoDxc0HrMvk7zy0TB/CZVwmNUSSGeRcVQqAKj0eeHgPPJiWth6uFwx9
LtDzjEw2dYpX+9OcQdxPmGC9Grq6JMnZpbeXNoKAo2fGVSe6aqJwZ/YH5vdK5HED
lX3XPdUY2kLykqZ9Fq+Oaf01AHTzdMXm58onYLD4ECwhdgwsXHnuLQaqpOKnEIYT
/wJ2kpremd4Axv/a/XatsbPS8/s5TG3muFQjuBTnN0NWuSTX0iOZVrW7/NZxl0jZ
lCpFcmnBQopQdFI8FSQ0l4ub+JUsiFx5Yl880UKIToBVA5+fxCg=
=7o3G
-----END PGP SIGNATURE-----
--- End Message ---