Your message dated Wed, 8 Aug 2018 23:12:33 +0300
with message-id <20180808201233.GE21565@localhost>
and subject line Already fixed in upstream 2.19.0
has caused the Debian Bug report #897770,
regarding i2pd: ftbfs with GCC-8
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.)


-- 
897770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897770
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:i2pd
Version: 2.18.0-1
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/i2pd_2.18.0-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

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

[...]
/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 -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Winvalid-pch -Wno-unused-parameter -std=c++11 -pipe -pthread 
-fPIC   -o CMakeFiles/libi2pd.dir/<<PKGBUILDDIR>>/libi2pd/LeaseSet.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd/LeaseSet.cpp
In file included from /usr/include/c++/8/set:60,
                 from /<<PKGBUILDDIR>>/libi2pd/NetDb.hpp:5,
                 from /<<PKGBUILDDIR>>/libi2pd/LeaseSet.cpp:6:
/usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class 
std::_Rb_tree<std::shared_ptr<i2p::tunnel::InboundTunnel>, 
std::shared_ptr<i2p::tunnel::InboundTunnel>, 
std::_Identity<std::shared_ptr<i2p::tunnel::InboundTunnel> >, 
i2p::tunnel::TunnelCreationTimeCmp, 
std::allocator<std::shared_ptr<i2p::tunnel::InboundTunnel> > >':
/usr/include/c++/8/bits/stl_set.h:133:17:   required from 'class 
std::set<std::shared_ptr<i2p::tunnel::InboundTunnel>, 
i2p::tunnel::TunnelCreationTimeCmp>'
/<<PKGBUILDDIR>>/libi2pd/TunnelPool.h:117:68:   required from here
/usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed: 
comparison object must be invocable with two arguments of key type
       static_assert(__is_invocable<_Compare&, const _Key&, const _Key&>{},
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class 
std::_Rb_tree<std::shared_ptr<i2p::tunnel::OutboundTunnel>, 
std::shared_ptr<i2p::tunnel::OutboundTunnel>, 
std::_Identity<std::shared_ptr<i2p::tunnel::OutboundTunnel> >, 
i2p::tunnel::TunnelCreationTimeCmp, 
std::allocator<std::shared_ptr<i2p::tunnel::OutboundTunnel> > >':
/usr/include/c++/8/bits/stl_set.h:133:17:   required from 'class 
std::set<std::shared_ptr<i2p::tunnel::OutboundTunnel>, 
i2p::tunnel::TunnelCreationTimeCmp>'
/<<PKGBUILDDIR>>/libi2pd/TunnelPool.h:119:69:   required from here
/usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed: 
comparison object must be invocable with two arguments of key type
make[4]: *** [CMakeFiles/libi2pd.dir/build.make:183: 
CMakeFiles/libi2pd.dir/<<PKGBUILDDIR>>/libi2pd/LeaseSet.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/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 -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Winvalid-pch -Wno-unused-parameter -std=c++11 -pipe -pthread 
-fPIC   -o CMakeFiles/libi2pd.dir/<<PKGBUILDDIR>>/libi2pd/Log.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd/Log.cpp
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:34:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eLogNone]      = "\033[0m",    /* reset */
   ^
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:35:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eLogError]     = "\033[1;31m", /* red */
   ^
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:36:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eLogWarning]   = "\033[1;33m", /* yellow */
   ^
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:37:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eLogInfo]      = "\033[1;36m", /* cyan */
   ^
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:38:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eLogDebug]     = "\033[1;34m", /* blue */
   ^
/<<PKGBUILDDIR>>/libi2pd/Log.cpp:39:3: warning: ISO C++ does not allow C99 
designated initializers [-Wpedantic]
   [eNumLogLevels] = "\033[0m",    /* reset */
   ^
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/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 -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Winvalid-pch -Wno-unused-parameter -std=c++11 -pipe -pthread 
-fPIC   -o CMakeFiles/libi2pd.dir/<<PKGBUILDDIR>>/libi2pd/Config.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd/Config.cpp
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/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 -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Winvalid-pch -Wno-unused-parameter -std=c++11 -pipe -pthread 
-fPIC   -o CMakeFiles/libi2pd.dir/<<PKGBUILDDIR>>/libi2pd/FS.cpp.o -c 
/<<PKGBUILDDIR>>/libi2pd/FS.cpp
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:146: CMakeFiles/libi2pd.dir/all] Error 2
make[2]: *** [Makefile:155: all] Error 2
dh_auto_build: cd obj-x86_64-linux-gnu && make -j8 -Oline "INSTALL=install 
--strip-program=true" returned exit code 2
make[1]: *** [debian/rules:28: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Version: 2.19.0-1

This is already fixed in upstream 2.19.0:
https://buildd.debian.org/status/package.php?p=i2pd

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to