Your message dated Sun, 23 Aug 2020 18:34:18 +0800
with message-id 
<CAAXyoMMNMQAmCX+idhU1nh9TY2fTX=t-ekauiph5sosz9pt...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #957345,
regarding i2pd: ftbfs with GCC-10
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.)


-- 
957345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:i2pd
Version: 2.29.0-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/i2pd_2.29.0-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
/<<PKGBUILDDIR>>/libi2pd_client/SOCKS.cpp:435:8: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  435 |        if (m_socksv == SOCKS5) break;
      |        ^~
/<<PKGBUILDDIR>>/libi2pd_client/SOCKS.cpp:436:7: note: here
  436 |       default:
      |       ^~~~~~~
[ 83%] Building CXX object 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/HTTPProxy.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/HTTPProxy.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd_client/HTTPProxy.cpp
[ 84%] Building CXX object 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/I2CP.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/I2CP.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd_client/I2CP.cpp
[ 86%] Building CXX object 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/WebSocks.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/WebSocks.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd_client/WebSocks.cpp
[ 87%] Building CXX object 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/Websocket.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/Websocket.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd_client/Websocket.cpp
[ 89%] Linking CXX static library libi2pdclient.a
/usr/bin/cmake -P CMakeFiles/libi2pdclient.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/libi2pdclient.dir/link.txt 
--verbose=1
/usr/bin/ar qc libi2pdclient.a  
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/AddressBook.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/BOB.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/ClientContext.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/MatchedDestination.cpp.o
 CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/I2PTunnel.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/I2PService.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/SAM.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/SOCKS.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/HTTPProxy.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/I2CP.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/WebSocks.cpp.o 
CMakeFiles/libi2pdclient.dir/<<PKGBUILDDIR>>/libi2pd_client/Websocket.cpp.o
/usr/bin/ranlib libi2pdclient.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 89%] Built target libi2pdclient
make -f CMakeFiles/i2pd.dir/build.make CMakeFiles/i2pd.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>>/build /<<PKGBUILDDIR>>/build 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/i2pd.dir/DependInfo.cmake 
--color=
Scanning dependencies of target i2pd
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/i2pd.dir/build.make CMakeFiles/i2pd.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 92%] Building CXX object 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/Daemon.cpp.o
[ 92%] Building CXX object 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/I2PControl.cpp.o
[ 95%] Building CXX object 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/HTTPServer.cpp.o
[ 95%] Building CXX object CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/i2pd.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/Daemon.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/Daemon.cpp
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/I2PControl.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/I2PControl.cpp
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/HTTPServer.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/HTTPServer.cpp
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/i2pd.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/i2pd.cpp
[ 96%] Building CXX object CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UPnP.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UPnP.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/UPnP.cpp
[ 98%] Building CXX object 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp.o
/usr/bin/c++  -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DUSE_UPNP -DWITH_EVENTS -D_GLIBCXX_USE_NANOSLEEP=1 
-I/<<PKGBUILDDIR>>/build/../libi2pd -I/<<PKGBUILDDIR>>/build/../libi2pd_client  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -O3 -D__AES__ -D__AVX__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch -Wno-unused-parameter 
-std=c++11 -pipe -pthread -fPIC   -o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp.o -c 
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp: In member function ‘virtual bool 
i2p::util::DaemonLinux::start()’:
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp:87:12: warning: ignoring return value of 
‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   87 |     freopen("/dev/null", "r", stdin);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp:88:12: warning: ignoring return value of 
‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   88 |     freopen("/dev/null", "w", stdout);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp:89:12: warning: ignoring return value of 
‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   89 |     freopen("/dev/null", "w", stderr);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp:151:14: warning: ignoring return value 
of ‘int ftruncate(int, __off_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  151 |     ftruncate(pidFH, 0);
      |     ~~~~~~~~~^~~~~~~~~~
[100%] Linking CXX executable i2pd
/usr/bin/cmake -E cmake_link_script CMakeFiles/i2pd.dir/link.txt --verbose=1
/usr/bin/c++  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -O3 
-D__AES__ -D__AVX__ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Winvalid-pch 
-Wno-unused-parameter -std=c++11 -pipe -pthread -fPIC  -Wl,-z,relro -Wl,-z,now 
-Wl,--as-needed -rdynamic 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/Daemon.cpp.o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/HTTPServer.cpp.o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/I2PControl.cpp.o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/i2pd.cpp.o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UPnP.cpp.o 
CMakeFiles/i2pd.dir/<<PKGBUILDDIR>>/daemon/UnixDaemon.cpp.o  -o i2pd  
-lminiupnpc libi2pd.a libi2pdclient.a -ldl -lboost_system -lboost_filesystem 
-lboost_program_options -lboost_date_time -lssl -lcrypto -lz -pthread -ldl 
-lssl -lcrypto libi2pd.a -lboost_system -lboost_filesystem 
-lboost_program_options -lboost_date_time -lz 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target i2pd
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j4 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Makefile.linux:26: *** Compiler too old.  Stop.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 test returned exit code 2
make: *** [debian/rules:24: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
fixed in 2.32.1-1

--- End Message ---

Reply via email to