Your message dated Sun, 06 Sep 2015 22:36:27 +0000 with message-id <[email protected]> and subject line Bug#797235: fixed in ssh-agent-filter 0.4.1-1 has caused the Debian Bug report #797235, regarding ssh-agent-filter ftbfs in unstable 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.) -- 797235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797235 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:ssh-agent-filter Version: 0.4-2 Severity: serious Tags: sid stretch g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -c -o ssh-agent-filter.o ssh-agent-filter.C ssh-agent-filter.C: In function 'void setup_filters()': ssh-agent-filter.C:276:46: error: call of overloaded 'move(rfc4251string&)' is ambiguous if (allow) allowed_pubkeys.emplace(move(key)); ^ In file included from /usr/include/c++/5/bits/stl_pair.h:59:0, from /usr/include/c++/5/bits/stl_algobase.h:64, from /usr/include/c++/5/bits/char_traits.h:39, from /usr/include/c++/5/string:40, from /usr/include/boost/program_options/errors.hpp:12, from /usr/include/boost/program_options/options_description.hpp:12, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/c++/5/bits/move.h:101:5: note: candidate: constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&) [with _Tp = rfc4251string&; typename std::remove_reference< <template-parameter-1-1> >::type = rfc4251string] move(_Tp&& __t) noexcept ^ In file included from /usr/include/boost/function/function_template.hpp:32:0, from /usr/include/boost/function/detail/maybe_include.hpp:18, from /usr/include/boost/function/function1.hpp:11, from /usr/include/boost/program_options/value_semantic.hpp:13, from /usr/include/boost/program_options/options_description.hpp:13, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/boost/move/utility_core.hpp:191:77: note: candidate: typename boost::move_detail::remove_reference<T>::type&& boost::move(T&&) [with T = rfc4251string&; typename boost::move_detail::remove_reference<T>::type = rfc4251string] inline typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT ^ ssh-agent-filter.C:297:51: error: call of overloaded 'move(rfc4251string&)' is ambiguous if (confirm) confirmed_pubkeys.emplace(move(key), move(comm)); ^ In file included from /usr/include/c++/5/bits/stl_pair.h:59:0, from /usr/include/c++/5/bits/stl_algobase.h:64, from /usr/include/c++/5/bits/char_traits.h:39, from /usr/include/c++/5/string:40, from /usr/include/boost/program_options/errors.hpp:12, from /usr/include/boost/program_options/options_description.hpp:12, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/c++/5/bits/move.h:101:5: note: candidate: constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&) [with _Tp = rfc4251string&; typename std::remove_reference< <template-parameter-1-1> >::type = rfc4251string] move(_Tp&& __t) noexcept ^ In file included from /usr/include/boost/function/function_template.hpp:32:0, from /usr/include/boost/function/detail/maybe_include.hpp:18, from /usr/include/boost/function/function1.hpp:11, from /usr/include/boost/program_options/value_semantic.hpp:13, from /usr/include/boost/program_options/options_description.hpp:13, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/boost/move/utility_core.hpp:191:77: note: candidate: typename boost::move_detail::remove_reference<T>::type&& boost::move(T&&) [with T = rfc4251string&; typename boost::move_detail::remove_reference<T>::type = rfc4251string] inline typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT ^ ssh-agent-filter.C: In function 'rfc4251string handle_request(const rfc4251string&)': ssh-agent-filter.C:425:33: error: call of overloaded 'move(rfc4251string&)' is ambiguous keys.emplace_back(move(key), move(comment)); ^ In file included from /usr/include/c++/5/bits/stl_pair.h:59:0, from /usr/include/c++/5/bits/stl_algobase.h:64, from /usr/include/c++/5/bits/char_traits.h:39, from /usr/include/c++/5/string:40, from /usr/include/boost/program_options/errors.hpp:12, from /usr/include/boost/program_options/options_description.hpp:12, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/c++/5/bits/move.h:101:5: note: candidate: constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&) [with _Tp = rfc4251string&; typename std::remove_reference< <template-parameter-1-1> >::type = rfc4251string] move(_Tp&& __t) noexcept ^ In file included from /usr/include/boost/function/function_template.hpp:32:0, from /usr/include/boost/function/detail/maybe_include.hpp:18, from /usr/include/boost/function/function1.hpp:11, from /usr/include/boost/program_options/value_semantic.hpp:13, from /usr/include/boost/program_options/options_description.hpp:13, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/boost/move/utility_core.hpp:191:77: note: candidate: typename boost::move_detail::remove_reference<T>::type&& boost::move(T&&) [with T = rfc4251string&; typename boost::move_detail::remove_reference<T>::type = rfc4251string] inline typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT ^ ssh-agent-filter.C:425:48: error: call of overloaded 'move(rfc4251string&)' is ambiguous keys.emplace_back(move(key), move(comment)); ^ In file included from /usr/include/c++/5/bits/stl_pair.h:59:0, from /usr/include/c++/5/bits/stl_algobase.h:64, from /usr/include/c++/5/bits/char_traits.h:39, from /usr/include/c++/5/string:40, from /usr/include/boost/program_options/errors.hpp:12, from /usr/include/boost/program_options/options_description.hpp:12, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/c++/5/bits/move.h:101:5: note: candidate: constexpr typename std::remove_reference< <template-parameter-1-1> >::type&& std::move(_Tp&&) [with _Tp = rfc4251string&; typename std::remove_reference< <template-parameter-1-1> >::type = rfc4251string] move(_Tp&& __t) noexcept ^ In file included from /usr/include/boost/function/function_template.hpp:32:0, from /usr/include/boost/function/detail/maybe_include.hpp:18, from /usr/include/boost/function/function1.hpp:11, from /usr/include/boost/program_options/value_semantic.hpp:13, from /usr/include/boost/program_options/options_description.hpp:13, from /usr/include/boost/program_options.hpp:15, from ssh-agent-filter.C:22: /usr/include/boost/move/utility_core.hpp:191:77: note: candidate: typename boost::move_detail::remove_reference<T>::type&& boost::move(T&&) [with T = rfc4251string&; typename boost::move_detail::remove_reference<T>::type = rfc4251string] inline typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT ^ ssh-agent-filter.C: In function 'int main(int, const char* const*)': ssh-agent-filter.C:540:13: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^ make[1]: *** [ssh-agent-filter.o] Error 1
--- End Message ---
--- Begin Message ---Source: ssh-agent-filter Source-Version: 0.4.1-1 We believe that the bug you reported is fixed in the latest version of ssh-agent-filter, 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. Timo Weingärtner <[email protected]> (supplier of updated ssh-agent-filter 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: Sun, 06 Sep 2015 21:40:05 +0200 Source: ssh-agent-filter Binary: ssh-agent-filter Architecture: source amd64 Version: 0.4.1-1 Distribution: unstable Urgency: medium Maintainer: Timo Weingärtner <[email protected]> Changed-By: Timo Weingärtner <[email protected]> Description: ssh-agent-filter - filtering proxy for ssh-agent Closes: 797235 Changes: ssh-agent-filter (0.4.1-1) unstable; urgency=medium . * New upstream release: - call functions with namespace instead of using their names (Closes: #797235) - drop debian/patches/ * install bash_completions manually, clean up conffile from prior versions Checksums-Sha1: f1d411ec2c8bca8ff95b4adbd10ff580d0fe676d 2046 ssh-agent-filter_0.4.1-1.dsc 1eabf8f44d4bfe1feba50387d09e526c6cb76c45 29096 ssh-agent-filter_0.4.1.orig.tar.gz 139e0b05c2063ca3552b12e7e97c7f3f61e23131 2304 ssh-agent-filter_0.4.1-1.debian.tar.xz ff8bdd0c10da43581964c0b7505af5e56f85a901 52572 ssh-agent-filter_0.4.1-1_amd64.deb Checksums-Sha256: 2999569eab24a514f3ef63c0b185a6515bc166d22b0ce41b86ba8f097a512957 2046 ssh-agent-filter_0.4.1-1.dsc 7fcad2c4cd8c0af6daedc3b0d2ff0ea8f04400e05170be881515c269911b125c 29096 ssh-agent-filter_0.4.1.orig.tar.gz 9c1287ac1b37c3b6c711b352003650e12885d9e53c718df357366c9474c08138 2304 ssh-agent-filter_0.4.1-1.debian.tar.xz afcef8009cfd24a12c5e7c79a3dfb6560a439a34f008a7b210a41eded3394f83 52572 ssh-agent-filter_0.4.1-1_amd64.deb Files: 74c0ee49fe20ab720373ae94883fc41f 2046 net extra ssh-agent-filter_0.4.1-1.dsc bba894919f73b8e20f28cb69f4f45221 29096 net extra ssh-agent-filter_0.4.1.orig.tar.gz 47a33d48f79f5ed7e3a4bdf988aae39a 2304 net extra ssh-agent-filter_0.4.1-1.debian.tar.xz 2ccb6e5eebd6669d17805fc29bce6e2a 52572 net extra ssh-agent-filter_0.4.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJV7J6JAAoJEFTuq0iUpuPttkoP/0ZcIaFhKo4SAOtnXd80ndQD UlC5mcTlSqo0FWiNvydG4loh+m7S32hr2STcxwfW+ZwxvqOXc3hLbapw4jE06Qvy COihI1j4TbPoAU7imW0QB47KOKS21s1t8OjqeeTG1BPbOzjGaK530muKmD5nppvR HnflDz1sayn97OvZ/3c55VlPFxPIxUxd4jaumiJ2x5yZNN85eUkPRJX/n6GaT5Va bGVZ26X8wLfhve6xVKH3yaQbathgcxdw4Qmu7Xu+R7BfXmyyhFMgxlitkyMZdipG lBySHFMWL30KqnOVaT9wmneuu7l0qZECbhdBNjJZOi1x0UQQK8kOEFDNTHKJC2s5 60XMFUthQFt2PJH/h3Q7McIBqrSE+cDVvW07gE6ixboltixlPPUr7rMjGRhFX+jw 53EzT8J5Ay3W7tqKgOcQr5BDDQiKJUXR8WXd3aAqilcxdiPp0MPYHlv3qzUAH5tE bdZ5z94idyDBkoK0TK8c0rmV1iyJirrtpXKHmH7zuAsTTgbUGX3e7GQb1b4DiZWn kDAa5D3yN5aI7062xY65MOoZOuIn0IFM9H7XUBkIxgcKnr+EpLO+Ip1lwL+VcBOa 2ZWmz6VvUab/xDCisedPIT8s0V84OUQOGxj9Tn8K4S/H5ltJWt+/q68q8gi9qk9Q 6G8awdirZYmyT71BkP4s =i1PP -----END PGP SIGNATURE-----
--- End Message ---

