Package: src:vdr-plugin-fritzbox Version: 1.5.4-3 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202603/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:vdr-plugin-fritzbox, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with vdrplugin dh_auto_clean make -j2 clean make[1]: Entering directory '/<<PKGBUILDDIR>>' make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++' make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++' make[2]: Entering directory '/<<PKGBUILDDIR>>/liblog++' make[2]: Leaving directory '/<<PKGBUILDDIR>>/liblog++' make[2]: Entering directory '/<<PKGBUILDDIR>>/libconv++' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libconv++' make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++/test' make[3]: Entering directory '/<<PKGBUILDDIR>>/libfritz++/test/gtest' make[3]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++/test/gtest' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++/test' make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++/test' make[3]: Entering directory '/<<PKGBUILDDIR>>/libnet++/test/gtest' make[3]: Leaving directory '/<<PKGBUILDDIR>>/libnet++/test/gtest' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++/test' make[2]: Entering directory '/<<PKGBUILDDIR>>/libconv++/test' make[3]: Entering directory '/<<PKGBUILDDIR>>/libconv++/test/gtest' make[3]: Leaving directory '/<<PKGBUILDDIR>>/libconv++/test/gtest' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libconv++/test' make[2]: Entering directory '/<<PKGBUILDDIR>>/test' make[3]: Entering directory '/<<PKGBUILDDIR>>/test/gtest' rm: cannot remove 'gtest_main.o': No such file or directory rm: cannot remove 'gtest-all.o': No such file or directory rm: cannot remove 'gtest.a': No such file or directory make[3]: [Makefile:16: clean] Error 1 (ignored) make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/gtest' rm: cannot remove 'fritzeventhandler.o': No such file or directory rm: cannot remove 'fritzplugintest': No such file or directory rm: cannot remove 'vdr.a': No such file or directory make[2]: [Makefile:27: clean] Error 1 (ignored) make[2]: Leaving directory '/<<PKGBUILDDIR>>/test' make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary --with vdrplugin dh_update_autotools_config dh_autoreconf dh_auto_configure dh_auto_build make -j2 INSTALL="install --strip-program=true" make[1]: Entering directory '/<<PKGBUILDDIR>>' g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o fritzbox.o fritzbox.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o fritzeventhandler.o fritzeventhandler.cpp In file included from libfritz++/Fonbooks.h:25, from libfritz++/FonbookManager.h:25, from fritzbox.cpp:27: libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined 90 | #define CHECK(x) if (numbers.size() <= pos) return x; | ^~~~~ In file included from /usr/include/vdr/i18n.h:14, from /usr/include/vdr/config.h:19, from /usr/include/vdr/keys.h:13, from /usr/include/vdr/remote.h:16, from fritzbox.cpp:25: /usr/include/vdr/tools.h:51:9: note: this is the location of the previous definition 51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls | ^~~~~ In file included from fritzeventhandler.cpp:28: libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined 90 | #define CHECK(x) if (numbers.size() <= pos) return x; | ^~~~~ In file included from /usr/include/vdr/i18n.h:14, from /usr/include/vdr/config.h:19, from /usr/include/vdr/channels.h:13, from /usr/include/vdr/device.h:13, from fritzeventhandler.cpp:21: /usr/include/vdr/tools.h:51:9: note: this is the location of the previous definition 51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls | ^~~~~ g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o menu.o menu.cpp In file included from libfritz++/Fonbooks.h:25, from libfritz++/FonbookManager.h:25, from menu.cpp:27: libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined 90 | #define CHECK(x) if (numbers.size() <= pos) return x; | ^~~~~ In file included from /usr/include/vdr/i18n.h:14, from /usr/include/vdr/config.h:19, from /usr/include/vdr/channels.h:13, from /usr/include/vdr/ci.h:15, from /usr/include/vdr/menu.h:13, from menu.cpp:24: /usr/include/vdr/tools.h:51:9: note: this is the location of the previous definition 51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls | ^~~~~ g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o notifyosd.o notifyosd.cpp In file included from libfritz++/Listener.h:31, from fritzeventhandler.h:29, from notifyosd.h:28, from notifyosd.cpp:25: libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined 90 | #define CHECK(x) if (numbers.size() <= pos) return x; | ^~~~~ In file included from /usr/include/vdr/i18n.h:14, from /usr/include/vdr/config.h:19, from /usr/include/vdr/osd.h:16, from notifyosd.cpp:22: /usr/include/vdr/tools.h:51:9: note: this is the location of the previous definition 51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls | ^~~~~ notifyosd.cpp: In member function âvirtual void cNotifyOsd::Show()â: notifyosd.cpp:131:35: warning: narrowing conversion of â(width - 1)â from âunsigned intâ to âintâ [-Wnarrowing] 131 | tArea Area = { 0, 0, width-1, height-1, colorDepth }; | ~~~~~^~ notifyosd.cpp:131:45: warning: narrowing conversion of â(height - 1)â from âunsigned intâ to âintâ [-Wnarrowing] 131 | tArea Area = { 0, 0, width-1, height-1, colorDepth }; | ~~~~~~^~ g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o setup.o setup.cpp make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++' In file included from libfritz++/Fonbooks.h:25, from setup.h:28, from setup.cpp:22: libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined 90 | #define CHECK(x) if (numbers.size() <= pos) return x; | ^~~~~ In file included from /usr/include/vdr/i18n.h:14, from /usr/include/vdr/config.h:19, from /usr/include/vdr/channels.h:13, from /usr/include/vdr/device.h:13, from /usr/include/vdr/dvbdevice.h:15, from /usr/include/vdr/menuitems.h:14, from setup.h:27: /usr/include/vdr/tools.h:51:9: note: this is the location of the previous definition 51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls | ^~~~~ make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++' g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o CallList.o -c CallList.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o HttpClient.o -c HttpClient.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o SoapClient.o -c SoapClient.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Config.o -c Config.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o TcpClient.o -c TcpClient.cpp TcpClient.cpp: In member function âvoid network::TcpClient::expireStreamNow()â: TcpClient.cpp:59:25: error: âboost::asio::ip::tcp::iostreamâ {aka âclass boost::asio::basic_socket_iostream<boost::asio::ip::tcp>â} has no member named âexpires_from_nowâ 59 | stream->expires_from_now(boost::posix_time::seconds(0)); | ^~~~~~~~~~~~~~~~ TcpClient.cpp:59:61: error: âsecondsâ is not a member of âboost::posix_timeâ 59 | stream->expires_from_now(boost::posix_time::seconds(0)); | ^~~~~~~ TcpClient.cpp:59:61: note: suggested alternatives: In file included from /usr/include/c++/15/mutex:45, from /usr/include/boost/system/detail/mutex.hpp:75, from /usr/include/boost/system/detail/error_category_impl.hpp:79, from /usr/include/boost/system/error_category.hpp:11, from /usr/include/boost/system/error_code.hpp:14, from /usr/include/boost/asio/detail/throw_error.hpp:20, from /usr/include/boost/asio/detail/impl/posix_event.ipp:23, from /usr/include/boost/asio/detail/posix_event.hpp:172, from /usr/include/boost/asio/detail/event.hpp:25, from /usr/include/boost/asio/execution/blocking_adaptation.hpp:19, from /usr/include/boost/asio/execution.hpp:22, from /usr/include/boost/asio/any_completion_executor.hpp:22, from /usr/include/boost/asio.hpp:20, from TcpClient.h:25, from TcpClient.cpp:23: /usr/include/c++/15/bits/chrono.h:901:11: note: âstd::chrono::secondsâ 901 | using seconds = duration<_GLIBCXX_CHRONO_INT64_T>; | ^~~~~~~ /usr/include/c++/15/bits/chrono.h:901:11: note: âstd::chrono::secondsâ make[2]: *** [Makefile:9: TcpClient.o] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++' make[1]: *** [Makefile:96: libnet++/] Error 2 make[1]: *** Waiting for unfinished jobs.... g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Fonbook.o -c Fonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o FonbookManager.o -c FonbookManager.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Fonbooks.o -c Fonbooks.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o FritzClient.o -c FritzClient.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o FritzFonbook.o -c FritzFonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Listener.o -c Listener.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o LocalFonbook.o -c LocalFonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o LookupFonbook.o -c LookupFonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Nummerzoeker.o -c Nummerzoeker.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o OertlichesFonbook.o -c OertlichesFonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o TelLocalChFonbook.o -c TelLocalChFonbook.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o Tools.o -c Tools.cpp g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>> -std=c++11 -o XmlFonbook.o -c XmlFonbook.cpp ar: `u' modifier ignored since `D' is the default (see `U') ar: creating libfritz++.a make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++' make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned exit code 2 make: *** [debian/rules:9: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

