* Package: net-fs/s3fs-1.93:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc gnutls kernel_linux nettle * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking s3fs-1.93.tar.gz to /var/tmp/portage/net-fs/s3fs-1.93/work >>> Source unpacked in /var/tmp/portage/net-fs/s3fs-1.93/work >>> Preparing source in /var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93 ... * Running eautoreconf in '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93' ... * Running 'aclocal --system-acdir=/var/tmp/portage/net-fs/s3fs-1.93/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: s3fs-fuse-1.93/ >>> Source prepared. * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93 ... * econf: updating s3fs-fuse-1.93/config.guess with /usr/share/gnuconfig/config.guess * econf: updating s3fs-fuse-1.93/config.sub with /usr/share/gnuconfig/config.sub ./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 --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/s3fs-1.93 --htmldir=/usr/share/doc/s3fs-1.93/html --libdir=/usr/lib64 --with-nettle --with-gnutls checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking whether make supports the include directive... yes (GNU style) checking dependency style of clang++... none checking for x86_64-pc-linux-gnu-gcc... clang checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/xattr.h... yes checking for attr/xattr.h... yes checking for sys/extattr.h... no checking for fallocate... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for fuse-t >= ... no checking s3fs build with nettle(GnuTLS)... yes checking s3fs build with OpenSSL... no checking s3fs build with GnuTLS... yes checking s3fs build with NSS... no checking for fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 ... yes checking compile s3fs with... GnuTLS-nettle checking for nettle_MD5Init in -lgnutls... no checking for nettle_MD5Init in -lnettle... yes checking for fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 nettle >= 2.7.1 ... yes checking gnutls is build with... nettle checking for malloc_trim... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking pthread mutex recursive... PTHREAD_MUTEX_RECURSIVE checking checking CURLOPT_TCP_KEEPALIVE... yes checking checking CURLOPT_SSL_ENABLE_ALPN... yes checking checking CURLOPT_KEEP_SENDING_ON_ERROR... yes checking for dlopen, dlclose, dlerror, dlsym in -ldl... yes checking for git... yes checking github short commit hash... unknown checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating doc/Makefile config.status: creating doc/man/s3fs.1 config.status: creating config.h config.status: executing depfiles commands >>> Source configured. '/var/tmp/portage/net-fs/s3fs-1.93/temp/clang16-errors.log' -> '/var/tmp/clang/net-fs/s3fs-1.93/clang16-errors.log' '/var/tmp/portage/net-fs/s3fs-1.93/temp/clang16-safe.log' -> '/var/tmp/clang/net-fs/s3fs-1.93/clang16-safe.log' >>> Compiling source in /var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93' Making all in src make[2]: Entering directory '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93/src' clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs.o s3fs.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_global.o s3fs_global.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_help.o s3fs_help.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_logger.o s3fs_logger.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_xml.o s3fs_xml.cpp In file included from s3fs.cpp:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ In file included from s3fs_logger.cpp:26: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ In file included from s3fs_help.cpp:25: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o metaheader.o metaheader.cpp 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o mpu_util.o mpu_util.cpp In file included from s3fs_xml.cpp:25: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o mvnode.o mvnode.cpp In file included from metaheader.cpp:26: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o curl.o curl.cpp In file included from mpu_util.cpp:25: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o curl_handlerpool.o curl_handlerpool.cpp 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o curl_multi.o curl_multi.cpp In file included from curl.cpp:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o curl_util.o curl_util.cpp In file included from curl_handlerpool.cpp:23: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ In file included from curl_multi.cpp:27: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o bodydata.o bodydata.cpp 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3objlist.o s3objlist.cpp In file included from curl_util.cpp:25: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o cache.o cache.cpp In file included from bodydata.cpp:25: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o string_util.o string_util.cpp In file included from cache.cpp:27: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_cred.o s3fs_cred.cpp 1 warning generated. In file included from string_util.cpp:29: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o s3fs_util.o s3fs_util.cpp 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o fdcache.o fdcache.cpp 1 warning generated. In file included from s3fs_util.cpp:35: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o fdcache_entity.o fdcache_entity.cpp In file included from s3fs_cred.cpp:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o fdcache_page.o fdcache_page.cpp In file included from fdcache_entity.cpp:29: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ fdcache_entity.cpp:489:14: error: no member named 'auto_ptr' in namespace 'std' 489 | std::auto_ptr pcfstat; | ~~~~~^ fdcache_entity.cpp:489:23: error: 'CacheFileStat' does not refer to a value 489 | std::auto_ptr pcfstat; | ^ ./fdcache_stat.h:29:7: note: declared here 29 | class CacheFileStat | ^ fdcache_entity.cpp:489:38: error: use of undeclared identifier 'pcfstat'; did you mean 'fstat'? 489 | std::auto_ptr pcfstat; | ^~~~~~~ | fstat /usr/include/sys/stat.h:230:28: note: 'fstat' declared here 230 | extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64) | ^ fdcache_entity.cpp:504:13: error: use of undeclared identifier 'pcfstat'; did you mean 'fstat'? 504 | pcfstat.reset(new CacheFileStat(path.c_str())); | ^~~~~~~ | fstat /usr/include/sys/stat.h:230:28: note: 'fstat' declared here 230 | extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64) | ^ fdcache_entity.cpp:504:20: error: member reference base type 'int (int, struct stat *) noexcept(true)' is not a structure or union 504 | pcfstat.reset(new CacheFileStat(path.c_str())); | ~~~~~~~^~~~~~ fdcache_entity.cpp:509:37: error: use of undeclared identifier 'pcfstat' 509 | pagelist.Serialize(*pcfstat, false, inode) ) | ^ fdcache_entity.cpp:642:29: error: use of undeclared identifier 'pcfstat' 642 | if(need_save_csf && pcfstat.get()){ | ^ fdcache_entity.cpp:643:37: error: use of undeclared identifier 'pcfstat' 643 | if(!pagelist.Serialize(*pcfstat, true, inode)){ | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DUSE_GNUTLS_NETTLE -O3 -pipe -march=native -fno-diagnostics-color -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -c -o fdcache_stat.o fdcache_stat.cpp In file included from fdcache_page.cpp:27: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning and 8 errors generated. make[2]: *** [Makefile:735: fdcache_entity.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 warning generated. 1 warning generated. In file included from fdcache_stat.cpp:26: In file included from ./s3fs_logger.h:30: In file included from ./common.h:27: In file included from ./types.h:38: /usr/include/attr/xattr.h:5:2: warning: "Please change your includes to " [-W#warnings] 5 | #warning "Please change your includes to " | ^ 1 warning generated. make[2]: Leaving directory '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93/src' make[1]: *** [Makefile:418: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93' make: *** [Makefile:357: all] Error 2 * ERROR: net-fs/s3fs-1.93::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-fs/s3fs-1.93::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-fs/s3fs-1.93::gentoo'`. * The complete build log is located at '/var/log/portage/net-fs:s3fs-1.93:20231213-124931.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-fs/s3fs-1.93/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-fs/s3fs-1.93/temp/environment'. * Working directory: '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93' * S: '/var/tmp/portage/net-fs/s3fs-1.93/work/s3fs-fuse-1.93'