* Package: mail-filter/spamprobe-1.4d-r1 * Repository: gentoo * USE: abi_x86_64 amd64 berkdb elibc_glibc jpeg kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking spamprobe-1.4d.tar.gz to /var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work >>> Source unpacked in /var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work >>> Preparing source in /var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d ... * Applying spamprobe-1.4b-gcc43.patch ... [ ok ] * Applying spamprobe-1.4d-libpng14.patch ... [ ok ] * Applying spamprobe-1.4d+db-5.0.patch ... [ ok ] * Applying spamprobe-1.4d-gcc47.patch ... [ ok ] * Applying spamprobe-1.4d-giflib5.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --without-gif --with-jpeg --without-png checking for a BSD-compatible install... /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for BerkeleyDB library... -ldb checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_read_header in -ljpeg... yes checking for a BSD-compatible install... /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/database/Makefile config.status: creating src/hdl/Makefile config.status: creating src/includes/Makefile config.status: creating src/input/Makefile config.status: creating src/parser/Makefile config.status: creating src/utility/Makefile config.status: creating src/spamprobe/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d ... make -j 1 Making all in src make[1]: Entering directory '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d/src' Making all in database make[2]: Entering directory '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d/src/database' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_JPEG=1 -I. -I. -I../../src/includes -DNDEBUG -pipe -march=native -fno-diagnostics-color -Og -g -c -o CleanupManager.o CleanupManager.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_JPEG=1 -I. -I. -I../../src/includes -DNDEBUG -pipe -march=native -fno-diagnostics-color -Og -g -c -o DatabaseConfig.o DatabaseConfig.cc In file included from FrequencyDBImpl_hash.h:37, from DatabaseConfig.cc:37: HashDataFile.h: In member function ‘bool HashDataFile::isReadOnly() const’: HashDataFile.h:97:3: warning: no return statement in function returning non-void [-Wreturn-type] 97 | } | ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_JPEG=1 -I. -I. -I../../src/includes -DNDEBUG -pipe -march=native -fno-diagnostics-color -Og -g -c -o FrequencyDB.o FrequencyDB.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_JPEG=1 -I. -I. -I../../src/includes -DNDEBUG -pipe -march=native -fno-diagnostics-color -Og -g -c -o FrequencyDBImpl_bdb.o FrequencyDBImpl_bdb.cc In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/backward/strstream:50, from FrequencyDBImpl_bdb.cc:35: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_JPEG=1 -I. -I. -I../../src/includes -DNDEBUG -pipe -march=native -fno-diagnostics-color -Og -g -c -o FrequencyDBImpl_cache.o FrequencyDBImpl_cache.cc In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/map:60, from ../../src/includes/LRUCache.h:34, from FrequencyDBImpl_cache.h:34, from FrequencyDBImpl_cache.cc:34: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h: In instantiation of ‘static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type) [with _Key = LRUCache, Ref >::LRUCacheNode*; _Val = std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>; _KeyOfValue = std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; _Compare = LRUCache, Ref >::LRUCacheNodeKeyCompare; _Alloc = std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type = const std::_Rb_tree_node, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >*]’: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:1903:36: required from ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_lower_bound(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, const _Key&) [with _Key = LRUCache, Ref >::LRUCacheNode*; _Val = std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>; _KeyOfValue = std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; _Compare = LRUCache, Ref >::LRUCacheNodeKeyCompare; _Alloc = std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree, Ref >::LRUCacheNode*, std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>, std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >, LRUCache, Ref >::LRUCacheNodeKeyCompare, std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> > >::iterator; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >*; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr = std::_Rb_tree_node_base*]’ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:2521:36: required from ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::find(const _Key&) [with _Key = LRUCache, Ref >::LRUCacheNode*; _Val = std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>; _KeyOfValue = std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; _Compare = LRUCache, Ref >::LRUCacheNodeKeyCompare; _Alloc = std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree, Ref >::LRUCacheNode*, std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>, std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >, LRUCache, Ref >::LRUCacheNodeKeyCompare, std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> > >::iterator]’ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_map.h:1170:25: required from ‘std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp, _Compare, _Alloc>::find(const key_type&) [with _Key = LRUCache, Ref >::LRUCacheNode*; _Tp = LRUCache, Ref >::LRUCacheNode*; _Compare = LRUCache, Ref >::LRUCacheNodeKeyCompare; _Alloc = std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >; std::map<_Key, _Tp, _Compare, _Alloc>::iterator = std::_Rb_tree, Ref >::LRUCacheNode*, std::pair, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*>, std::_Select1st, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> >, LRUCache, Ref >::LRUCacheNodeKeyCompare, std::allocator, Ref >::LRUCacheNode* const, LRUCache, Ref >::LRUCacheNode*> > >::iterator; std::map<_Key, _Tp, _Compare, _Alloc>::key_type = LRUCache, Ref >::LRUCacheNode*]’ ../../src/includes/LRUCache.h:248:31: required from ‘void LRUCache::put(const KeyType&, ValueType, bool) [with KeyType = std::__cxx11::basic_string; ValueType = Ref]’ FrequencyDBImpl_cache.cc:91:14: required from here /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const 770 | is_invocable_v, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v, Ref >::LRUCacheNodeKeyCompare&, LRUCache, Ref >::LRUCacheNode* const&, LRUCache, Ref >::LRUCacheNode* const&>’ evaluates to false make[2]: *** [Makefile:254: FrequencyDBImpl_cache.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d/src/database' make[1]: *** [Makefile:179: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d/src' make: *** [Makefile:261: all-recursive] Error 1 * ERROR: mail-filter/spamprobe-1.4d-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=mail-filter/spamprobe-1.4d-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=mail-filter/spamprobe-1.4d-r1::gentoo'`. * The complete build log is located at '/var/log/portage/mail-filter:spamprobe-1.4d-r1:20210501-055537.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/temp/environment'. * Working directory: '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d' * S: '/var/tmp/portage/mail-filter/spamprobe-1.4d-r1/work/spamprobe-1.4d'