Your message dated Sat, 14 Dec 2019 16:19:33 +0000
with message-id <[email protected]>
and subject line Bug#925698: fixed in gman 0.9.3-5.3
has caused the Debian Bug report #925698,
regarding gman: 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.)
--
925698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925698
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gman
Version: 0.9.3-5.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/gman_0.9.3-5.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: menu.c:(.text+0x17bb): undefined reference to
`gtk_clist_set_column_width'
/usr/bin/ld: menu.c:(.text+0x17ca): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x17d7): undefined reference to
`gtk_clist_set_selection_mode'
/usr/bin/ld: menu.c:(.text+0x17e6): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x17ee): undefined reference to
`gtk_clist_column_titles_passive'
/usr/bin/ld: menu.c:(.text+0x1801): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x180c): undefined reference to `gtk_container_add'
/usr/bin/ld: menu.c:(.text+0x181b): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1833): undefined reference to `gtk_box_pack_start'
/usr/bin/ld: menu.c:(.text+0x1842): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1864): undefined reference to
`gtk_signal_connect_full'
/usr/bin/ld: menu.c:(.text+0x1874): undefined reference to
`gtk_widget_grab_focus'
/usr/bin/ld: menu.c:(.text+0x187c): undefined reference to `gtk_widget_show_all'
/usr/bin/ld: menu.c:(.text+0x1885): undefined reference to `gtk_hbox_new'
/usr/bin/ld: menu.c:(.text+0x189a): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x18ac): undefined reference to `gtk_object_set_data'
/usr/bin/ld: menu.c:(.text+0x18be): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x18d3): undefined reference to `gtk_box_pack_start'
/usr/bin/ld: menu.c:(.text+0x18dd): undefined reference to `gtk_statusbar_new'
/usr/bin/ld: menu.c:(.text+0x18f2): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1904): undefined reference to `gtk_object_set_data'
/usr/bin/ld: menu.c:(.text+0x1910): undefined reference to `gtk_widget_show'
/usr/bin/ld: menu.c:(.text+0x1926): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x193e): undefined reference to `gtk_box_pack_start'
/usr/bin/ld: menu.c:(.text+0x1943): undefined reference to `gtk_statusbar_new'
/usr/bin/ld: menu.c:(.text+0x1958): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x196a): undefined reference to `gtk_object_set_data'
/usr/bin/ld: menu.c:(.text+0x1976): undefined reference to `gtk_widget_show'
/usr/bin/ld: menu.c:(.text+0x198c): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x19a1): undefined reference to `gtk_box_pack_start'
/usr/bin/ld: menu.o: in function `entry_changed_callback(_GtkWidget*, void*)':
menu.c:(.text+0x1a44): undefined reference to `gtk_entry_get_type'
/usr/bin/ld: menu.c:(.text+0x1a4f): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1a57): undefined reference to `gtk_entry_get_text'
/usr/bin/ld: menu.c:(.text+0x1a7f): undefined reference to `gtk_clist_get_type'
/usr/bin/ld: menu.c:(.text+0x1a8d): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1aa5): undefined reference to `gtk_clist_moveto'
/usr/bin/ld: menu.c:(.text+0x1ab0): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1ac1): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.o: in function `entry_activate_callback(_GtkWidget*, void*)':
menu.c:(.text+0x1afc): undefined reference to `gtk_entry_get_type'
/usr/bin/ld: menu.c:(.text+0x1b07): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1b0f): undefined reference to `gtk_entry_get_text'
/usr/bin/ld: menu.c:(.text+0x1b30): undefined reference to `gtk_clist_get_type'
/usr/bin/ld: menu.c:(.text+0x1b3e): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1b56): undefined reference to `gtk_clist_moveto'
/usr/bin/ld: menu.c:(.text+0x1b61): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.c:(.text+0x1b72): undefined reference to
`g_type_check_instance_cast'
/usr/bin/ld: menu.o: in function `entry4_changed_callback(_GtkWidget*, void*)':
menu.c:(.text+0x1fe): undefined reference to `gtk_widget_set_sensitive'
/usr/bin/ld: menu.o: in function `window_help_about_callback(_GtkWidget*,
void*)':
menu.c:(.text+0x559): undefined reference to `gtk_widget_show_all'
/usr/bin/ld: menu.c:(.text+0x56a): undefined reference to `gtk_widget_hide'
/usr/bin/ld: menu.o: in function `updata_widget_show(int) [clone .isra.0]':
menu.c:(.text+0x625): undefined reference to `gtk_widget_show'
/usr/bin/ld: menu.o: in function `select_row_callback(_GtkWidget*, int, int,
_GdkEventButton*, void*)':
menu.c:(.text+0xa0b): undefined reference to `gtk_entry_set_text'
/usr/bin/ld: menu.o: in function `updata_menu_buttons(int)':
menu.c:(.text+0xc07): undefined reference to `gtk_widget_hide'
/usr/bin/ld: menu.o: in function `entry_changed_callback(_GtkWidget*, void*)':
menu.c:(.text+0x1ad2): undefined reference to `gtk_clist_select_row'
/usr/bin/ld: menu.o: in function `entry_activate_callback(_GtkWidget*, void*)':
menu.c:(.text+0x1b83): undefined reference to `gtk_clist_select_row'
/usr/bin/ld: list.o: in function `List::delete_item(int)':
list.c:(.text+0x18d): undefined reference to `g_return_if_fail_warning'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:20: gman] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: gman] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: gman
Source-Version: 0.9.3-5.3
We believe that the bug you reported is fixed in the latest version of
gman, 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 gman 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, 14 Dec 2019 10:30:27 -0500
Source: gman
Architecture: source
Version: 0.9.3-5.3
Distribution: unstable
Urgency: medium
Maintainer: Josip Rodin <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 925698
Changes:
gman (0.9.3-5.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Merge changes from Ubuntu.
+ Fix FTBFS caused by link ordering. (Closes: #925698)
* debian/control:
+ Bump debhelper compat to v12.
+ Bump Standards-Version to 4.4.1.
+ Use "Rules-Requires-Root: no".
* debian/rules:
+ Migrate to dh sequencer.
* debian/patches: Add patch 0007 to fix FTBFS in test.c.
* debian/copyright: Rewrite with machine-readable copyright
format.
Checksums-Sha1:
d865d7d7da5aa9301cac89aa4acbac667325f5e2 1774 gman_0.9.3-5.3.dsc
0ba307e84fa2785ccf3fe604dd42e81ebc5f381d 15732 gman_0.9.3-5.3.debian.tar.xz
39e9f27fd1f8258ab31ce9d8887b08aac6e890c5 10898 gman_0.9.3-5.3_amd64.buildinfo
Checksums-Sha256:
76dd604eb107b18bc73be6dc1ba81a90556a8fb3058fedeb47f0876ed5b95c1f 1774
gman_0.9.3-5.3.dsc
d4c7de842dd23b78ddaade645aa27538903628929baf84cbadec7d88bf3ffae3 15732
gman_0.9.3-5.3.debian.tar.xz
436401794b706cc7a1b31b500fba2f62b4fdb2df6020f39be4c27e8bbb3ae7cd 10898
gman_0.9.3-5.3_amd64.buildinfo
Files:
13cb67620be7ec13260b96836eeaa622 1774 doc optional gman_0.9.3-5.3.dsc
815fa7c2186fb67a1bd7a509bf3c9986 15732 doc optional
gman_0.9.3-5.3.debian.tar.xz
7ce9090626bafd1897e8524c70919e90 10898 doc optional
gman_0.9.3-5.3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl31BpwACgkQwpPntGGC
Ws4sSRAAhbd3KOxIlq4yBliEvm40hlHJPzyUw0ViI3wetvdrbOaBNE81tkkx/JIS
4/K2YgvzQ2xkT5/rA9Ly744ySLiwD0lMrnKBUz2Zp+3I98DMuhoVcowFxoqyJR9S
XlJ3fMkrPEvyDWUVzD58vLACbQl2FF9pjJ/wbOOo8IZKpM3M1H9K+5qVDw7BQ4xV
+Adagj2AYQYuFHEX3EVhVEvnSf+iUBG94TTvVRPjoKIhQWrbrIn2iR6GyGNSNgTH
hFlY494r9oCF/9552Lv7p0zghO7kRcH/cMIjRQBc6SiMy4ip85VfsS/tKEORz51R
2zTf60cbGmEc3AMXiALXVedgvHc9nwTQcdXm2Ch8YGYcvfgkbX61V/FqZKV29SrG
eZ5pXs5/jHPIrIHop+Br8YwLu3Ty8+gLllof2Jn/YKl9spU6ya8G8wLcu5KySOvR
PZloiopzcvFpvrWS5WXLjnIBdcnxxKGNL6vfJucybzp6ke7c2aWsyYaz6MP8Qkb+
pEINzl5Tzkt7j5JX6VdvF3Oz7oCI8C06qgxSVVannT0+48bCxMZeZl28GQkxxlSu
nHCAiP2DdW3IRgySBI8GZN9LInhhundJc+xjKrXcHWA3qn68+zfX6rf1X7QS1QMD
nfBp40ivjpKHlokthZaPuygOZAQQHt8eUxMLknreSNyi2uFF+dw=
=97uZ
-----END PGP SIGNATURE-----
--- End Message ---