Your message dated Fri, 19 Jan 2024 07:49:31 +0000
with message-id <e1rqjd5-0076gt...@fasolo.debian.org>
and subject line Bug#1042027: fixed in transmission 4.0.5-1
has caused the Debian Bug report #1042027,
regarding transmission: FTBFS: Utils.h:125:6: error: variable or field
‘gtr_priority_combo_init’ declared void
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.)
--
1042027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042027
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: transmission
Version: 4.0.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/libtransmission &&
> /usr/bin/c++ -DFMT_EXCEPTIONS=0 -DFMT_HEADER_ONLY=1 -DHAVE_GETTEXT
> -DHAVE_NGETTEXT
> -DLIBTRANSMISSION_TEST_ASSETS_DIR=\"/<<PKGBUILDDIR>>/tests/libtransmission/assets\"
> -D__TRANSMISSION__ -I/<<PKGBUILDDIR>>/libtransmission/..
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libtransmission/.. -isystem
> /<<PKGBUILDDIR>>/cmake/../third-party/fmt/include -isystem
> /<<PKGBUILDDIR>>/third-party/googletest/googletest/include -isystem
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/dht.bld/pfx/include
> -isystem /<<PKGBUILDDIR>>/cmake/../third-party/wide-integer -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG
> -std=gnu++17 -W -Wall -Wextra -Wcast-align -Wduplicated-cond -Wextra-semi
> -Wfloat-equal -Winit-self -Wint-in-bool-context -Wlogical-op
> -Wmissing-format-attribute -Wnull-dereference -Wpointer-arith
> -Wredundant-decls -Wredundant-move -Wrestrict -Wself-move -Wshadow
> -Wsign-compare -Wsuggest-override -Wuninitialized -Wunreachable-code -Wunused
> -Wunused-const-variable -Wunused-parameter -Wunused-result -Wwrite-strings
> -Wformat-security -Wno-sign-compare -MD -MT
> tests/libtransmission/CMakeFiles/libtransmission-test.dir/announce-list-test.cc.o
> -MF CMakeFiles/libtransmission-test.dir/announce-list-test.cc.o.d -o
> CMakeFiles/libtransmission-test.dir/announce-list-test.cc.o -c
> /<<PKGBUILDDIR>>/tests/libtransmission/announce-list-test.cc
> In file included from /<<PKGBUILDDIR>>/gtk/Actions.h:9,
> from /<<PKGBUILDDIR>>/gtk/Actions.cc:6:
> /<<PKGBUILDDIR>>/gtk/Utils.h:125:6: error: variable or field
> ‘gtr_priority_combo_init’ declared void
> 125 | void gtr_priority_combo_init(Gtk::ComboBox& combo);
> | ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:125:35: error: ‘ComboBox’ is not a member of
> ‘Gtk’
> 125 | void gtr_priority_combo_init(Gtk::ComboBox& combo);
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:125:45: error: ‘combo’ was not declared in this
> scope
> 125 | void gtr_priority_combo_init(Gtk::ComboBox& combo);
> | ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:127:6: error: variable or field
> ‘gtr_combo_box_set_enum’ declared void
> 127 | void gtr_combo_box_set_enum(Gtk::ComboBox& combo,
> std::vector<std::pair<Glib::ustring, int>> const& items);
> | ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:127:34: error: ‘ComboBox’ is not a member of
> ‘Gtk’
> 127 | void gtr_combo_box_set_enum(Gtk::ComboBox& combo,
> std::vector<std::pair<Glib::ustring, int>> const& items);
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:127:44: error: ‘combo’ was not declared in this
> scope
> 127 | void gtr_combo_box_set_enum(Gtk::ComboBox& combo,
> std::vector<std::pair<Glib::ustring, int>> const& items);
> | ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:127:94: error: expected primary-expression
> before ‘const’
> 127 | void gtr_combo_box_set_enum(Gtk::ComboBox& combo,
> std::vector<std::pair<Glib::ustring, int>> const& items);
> |
> ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:128:40: error: ‘ComboBox’ is not a member of
> ‘Gtk’
> 128 | int gtr_combo_box_get_active_enum(Gtk::ComboBox const& combo);
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:129:6: error: variable or field
> ‘gtr_combo_box_set_active_enum’ declared void
> 129 | void gtr_combo_box_set_active_enum(Gtk::ComboBox& combo, int value);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:129:41: error: ‘ComboBox’ is not a member of
> ‘Gtk’
> 129 | void gtr_combo_box_set_active_enum(Gtk::ComboBox& combo, int value);
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:129:51: error: ‘combo’ was not declared in this
> scope
> 129 | void gtr_combo_box_set_active_enum(Gtk::ComboBox& combo, int value);
> | ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:129:58: error: expected primary-expression
> before ‘int’
> 129 | void gtr_combo_box_set_active_enum(Gtk::ComboBox& combo, int value);
> | ^~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:142:10: error: ‘TreeView’ is not a member of
> ‘Gtk’
> 142 | Gtk::TreeView& view,
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:142:20: error: ‘view’ was not declared in this
> scope
> 142 | Gtk::TreeView& view,
> | ^~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:143:5: error: expected primary-expression before
> ‘double’
> 143 | double event_x,
> | ^~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:144:5: error: expected primary-expression before
> ‘double’
> 144 | double event_y,
> | ^~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:145:5: error: expected primary-expression before
> ‘bool’
> 145 | bool context_menu_requested,
> | ^~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:146:41: error: expected primary-expression
> before ‘const’
> 146 | std::function<void(double, double)> const& callback = {});
> | ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:146:61: error: expression list treated as
> compound expression in initializer [-fpermissive]
> 146 | std::function<void(double, double)> const& callback = {});
> | ^
> /<<PKGBUILDDIR>>/gtk/Utils.h:149:40: error: ‘TreeView’ is not a member of
> ‘Gtk’
> 149 | bool on_tree_view_button_released(Gtk::TreeView& view, double
> event_x, double event_y);
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:149:50: error: ‘view’ was not declared in this
> scope
> 149 | bool on_tree_view_button_released(Gtk::TreeView& view, double
> event_x, double event_y);
> | ^~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:149:56: error: expected primary-expression
> before ‘double’
> 149 | bool on_tree_view_button_released(Gtk::TreeView& view, double
> event_x, double event_y);
> | ^~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:149:72: error: expected primary-expression
> before ‘double’
> 149 | bool on_tree_view_button_released(Gtk::TreeView& view, double
> event_x, double event_y);
> |
> ^~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:149:86: error: expression list treated as
> compound expression in initializer [-fpermissive]
> 149 | bool on_tree_view_button_released(Gtk::TreeView& view, double
> event_x, double event_y);
> |
> ^
> /<<PKGBUILDDIR>>/gtk/Utils.h:153:6: error: variable or field
> ‘setup_tree_view_button_event_handling’ declared void
> 153 | void setup_tree_view_button_event_handling(
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:154:10: error: ‘TreeView’ is not a member of
> ‘Gtk’
> 154 | Gtk::TreeView& view,
> | ^~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:154:20: error: ‘view’ was not declared in this
> scope
> 154 | Gtk::TreeView& view,
> | ^~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:155:73: error: expected primary-expression
> before ‘const’
> 155 | std::function<bool(guint, TrGdkModifierType, double, double,
> bool)> const& press_callback,
> |
> ^~~~~
> /<<PKGBUILDDIR>>/gtk/Utils.h:156:41: error: expected primary-expression
> before ‘const’
> 156 | std::function<bool(double, double)> const& release_callback);
> | ^~~~~
> In file included from /<<PKGBUILDDIR>>/gtk/Session.h:8,
> from /<<PKGBUILDDIR>>/gtk/Actions.cc:10:
> /<<PKGBUILDDIR>>/gtk/Torrent.h:30:5: error: expected class-name before ‘{’
> token
> 30 | {
> | ^
> /<<PKGBUILDDIR>>/gtk/Torrent.h:34:14: error: ‘TreeModelColumn’ in namespace
> ‘Gtk’ does not name a template type
> 34 | Gtk::TreeModelColumn<Torrent*> self;
> | ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/gtk/Torrent.h:35:14: error: ‘TreeModelColumn’ in namespace
> ‘Gtk’ does not name a template type
> 35 | Gtk::TreeModelColumn<Glib::ustring> name_collated;
> | ^~~~~~~~~~~~~~~
> cc1plus: note: unrecognized command-line option ‘-Wno-exit-time-destructors’
> may have been intended to silence earlier diagnostics
> make[3]: *** [gtk/CMakeFiles/transmission-gtk.dir/build.make:143:
> gtk/CMakeFiles/transmission-gtk.dir/Actions.cc.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/07/24/transmission_4.0.2-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: transmission
Source-Version: 4.0.5-1
Done: Sandro Tosi <mo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
transmission, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated transmission 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: SHA256
Format: 1.8
Date: Fri, 19 Jan 2024 02:04:27 -0500
Source: transmission
Architecture: source
Version: 4.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 1035869 1040603 1042027
Changes:
transmission (4.0.5-1) unstable; urgency=medium
.
[ Sandro Tosi ]
* New upstream release; Closes: #1040603, #1042027
.
[ Chris Boulton ]
* debian/control
- update transmission-cli long description; Closes: #1035869
Checksums-Sha1:
f279e7d500db99b0dea6d58ad9aa072356672228 2548 transmission_4.0.5-1.dsc
25e581e54a0046afbc23a288f28bb76cf6cad3b0 9745756 transmission_4.0.5.orig.tar.xz
19ed40454ed98d96666594272175ad641d6d51cf 18612
transmission_4.0.5-1.debian.tar.xz
f55450ca76a785456d591722aa0d42bb647fdee7 31565
transmission_4.0.5-1_source.buildinfo
Checksums-Sha256:
a34032b35347b73093c4f0483ba751b70c511e686e4599cbc93be164f4a2171f 2548
transmission_4.0.5-1.dsc
fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357 9745756
transmission_4.0.5.orig.tar.xz
f388fda5289f1d409bb7eeb54dff806624528046e27f8b4bb3aa9591974323fe 18612
transmission_4.0.5-1.debian.tar.xz
cff8266344fc3f64a3669c80a528d0b6f580612022ce33d5b4afa21474589c2a 31565
transmission_4.0.5-1_source.buildinfo
Files:
d9d150a98dee1f5c43d45b1acd95cc11 2548 net optional transmission_4.0.5-1.dsc
d3cda868215246644c429b18a30f7e47 9745756 net optional
transmission_4.0.5.orig.tar.xz
efccea2c8207acde9da87218462d84a1 18612 net optional
transmission_4.0.5-1.debian.tar.xz
ab711cec5a9f9db13ef7d7b299427656 31565 net optional
transmission_4.0.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmWqJaIACgkQh588mTgB
qU/eBQ//WfzC6gDgApYeybIn6TD5CRLVdK8ZV+q7TCKNOcSw4nX31JsYsPg/hY77
sERxTmhCQkLRzSgWJVzx1PxFlQ+zF9vEAoHvYNsuXRRguyUrC3V38OMFRyRlG6tk
mCvoiYKYNgbqIB+JrtgzFRYIw842p9MscaAiCYi/o65cIxMmHqQnV7u/t1316grB
Twh6jDI7TvKso0GjKtO5GDfvuMeYqCjONLi511mPvzrMhueMUD09JoZNbP5ZlnZT
3NatQVeFfFMVoqMtznuJiQdkCqmSPCX9G3NC5BUm2Da8LvbG6Q+xoAUrHERSQc6G
PmQKOP3loZ96NdY69xxdG52pY6ShPHyBr0cau9ZL51cVihcSZkoPW5P3ogEvcfIa
bvMeRFFpDHG79Ukj6ZoWe4hQdFR4++SXKabksN9yqzz8FKLGAVkb1e8E0AOllvAL
pNzlfZoaePLkQuGUHRt0sZkmiyleKxS1/ef8g2ho66uYevKnnBZWSh4J0n2L+GVd
uUa4p9EaYvKViZj587YgSiAvgz6Z21htlgzJOC8HzgiqLNFGmyXr5QVA6BjZPYdk
B86ClZHhOhZklsSSW4OhJStLTFa3jvEMnVgUPz695xrxxHwOv4KtMNZca0Unj8Ul
Nz+VFqzO6DW0hQFiXiCgyKkCyWYHq31dzyzshPB4Lvf0X3zg48E=
=jBHR
-----END PGP SIGNATURE-----
--- End Message ---