Guest User

Untitled

a guest
Mar 7th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 KB | None | 0 0
  1.  * Package: net-fs/btfs-2.23
  2.  * Repository: gentoo
  3.  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_9 userland_GNU
  4.  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  5. >>> Unpacking source...
  6. >>> Unpacking btfs-2.23.tar.gz to /var/tmp/portage/net-fs/btfs-2.23/work
  7. >>> Source unpacked in /var/tmp/portage/net-fs/btfs-2.23/work
  8. >>> Preparing source in /var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23 ...
  9. * Running eautoreconf in '/var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23' ...
  10. * Running 'aclocal --system-acdir=/var/tmp/portage/net-fs/btfs-2.23/temp/aclocal' ...
  11.  [ ok ]
  12. * Running 'autoconf --force' ...
  13.  [ ok ]
  14. * Running 'automake --add-missing --copy --foreign --force-missing' ...
  15.  [ ok ]
  16. * Running elibtoolize in: btfs-2.23/
  17. >>> Source prepared.
  18. >>> Configuring source in /var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23 ...
  19. * econf: updating btfs-2.23/config.guess with /usr/share/gnuconfig/config.guess
  20. * econf: updating btfs-2.23/config.sub with /usr/share/gnuconfig/config.sub
  21. ./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 --disable-silent-rules --docdir=/usr/share/doc/btfs-2.23 --htmldir=/usr/share/doc/btfs-2.23/html --libdir=/usr/lib64
  22. checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
  23. checking whether build environment is sane... yes
  24. checking for a race-free mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether make supports nested variables... yes
  28. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  29. checking whether the C++ compiler works... yes
  30. checking for C++ compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether the compiler supports GNU C++... yes
  35. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  36. checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed
  37. checking whether make supports the include directive... yes (GNU style)
  38. checking dependency style of x86_64-pc-linux-gnu-g++... none
  39. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  40. checking pkg-config is at least version 0.9.0... yes
  41. checking for FUSE... yes
  42. checking for LIBTORRENT... yes
  43. checking for LIBCURL... yes
  44. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  45. checking whether the compiler supports GNU C... yes
  46. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  47. checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed
  48. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  49. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  50. checking for stdio.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for strings.h... yes
  56. checking for sys/stat.h... yes
  57. checking for sys/types.h... yes
  58. checking for unistd.h... yes
  59. checking for off_t... yes
  60. checking for size_t... yes
  61. checking for memset... yes
  62. checking for memcpy... yes
  63. checking for strcmp... yes
  64. checking for mkdir... yes
  65. checking for strdup... yes
  66. checking for realpath... yes
  67. checking for getxattr... yes
  68. checking for dirname... yes
  69. checking for basename... yes
  70. checking for pthread_setname_np in -lpthread... yes
  71. checking for library containing __atomic_load... -latomic
  72. checking that generated files are newer than configure... done
  73. configure: creating ./config.status
  74. config.status: creating Makefile
  75. config.status: creating src/Makefile
  76. config.status: creating scripts/Makefile
  77. config.status: creating man/Makefile
  78. config.status: executing depfiles commands
  79. >>> Source configured.
  80. >>> Compiling source in /var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23 ...
  81. make -j3
  82. Making all in src
  83. make[1]: Entering directory '/var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23/src'
  84. x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"btfs\" -DPACKAGE_TARNAME=\"btfs\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"btfs\ 2.23\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/johang/btfs\" -DPACKAGE=\"btfs\" -DVERSION=\"2.23\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_MEMSET=1 -DHAVE_MEMCPY=1 -DHAVE_STRCMP=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_REALPATH=1 -DHAVE_GETXATTR=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_LIBPTHREAD=1 -I. -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -fexceptions -DTORRENT_LINKING_SHARED -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_NO_DEPRECATED -DTORRENT_DISABLE_LOGGING -DTORRENT_USE_OPENSSL -DTORRENT_USE_LIBCRYPTO -DTORRENT_SSL_PEERS -DOPENSSL_NO_SSL2 -O2 -pipe -c -o btfs-btfs.o `test -f 'btfs.cc' || echo './'`btfs.cc
  85. x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"btfs\" -DPACKAGE_TARNAME=\"btfs\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"btfs\ 2.23\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/johang/btfs\" -DPACKAGE=\"btfs\" -DVERSION=\"2.23\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_MEMSET=1 -DHAVE_MEMCPY=1 -DHAVE_STRCMP=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_REALPATH=1 -DHAVE_GETXATTR=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_LIBPTHREAD=1 -I. -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -O2 -pipe -c -o btfsstat-btfsstat.o `test -f 'btfsstat.cc' || echo './'`btfsstat.cc
  86. x86_64-pc-linux-gnu-g++ -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -O2 -pipe -Wl,-O1 -Wl,--as-needed -o btfsstat btfsstat-btfsstat.o -latomic -lpthread
  87. btfs.cc: In function ‘void handle_read_piece_alert(libtorrent::read_piece_alert*, btfs::Log*)’:
  88. btfs.cc:252:9: warning: ‘libtorrent::read_piece_alert::ec’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  89. 252 | if (a->ec) {
  90. | ^~
  91. In file included from btfs.cc:42:
  92. /usr/include/libtorrent/alert_types.hpp:326:33: note: declared here
  93. 326 | TORRENT_DEPRECATED error_code ec;
  94. | ^~
  95. btfs.cc:252:9: warning: ‘libtorrent::read_piece_alert::ec’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  96. 252 | if (a->ec) {
  97. | ^~
  98. In file included from btfs.cc:42:
  99. /usr/include/libtorrent/alert_types.hpp:326:33: note: declared here
  100. 326 | TORRENT_DEPRECATED error_code ec;
  101. | ^~
  102. btfs.cc:252:9: warning: ‘libtorrent::read_piece_alert::ec’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  103. 252 | if (a->ec) {
  104. | ^~
  105. In file included from btfs.cc:42:
  106. /usr/include/libtorrent/alert_types.hpp:326:33: note: declared here
  107. 326 | TORRENT_DEPRECATED error_code ec;
  108. | ^~
  109. btfs.cc: At global scope:
  110. btfs.cc:287:72: warning: ‘torrent_added_alert’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  111. 287 | handle_torrent_added_alert(libtorrent::torrent_added_alert *a, Log *log) {
  112. | ^
  113. In file included from btfs.cc:42:
  114. /usr/include/libtorrent/alert_types.hpp:245:35: note: declared here
  115. 245 | struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
  116. | ^~~~~~~~~~~~~~~~~~~
  117. btfs.cc: In function ‘void handle_alert(libtorrent::alert*, btfs::Log*)’:
  118. btfs.cc:327:40: warning: ‘torrent_added_alert’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  119. 327 | case libtorrent::torrent_added_alert::alert_type:
  120. | ^~~~~~~~~~
  121. In file included from btfs.cc:42:
  122. /usr/include/libtorrent/alert_types.hpp:245:35: note: declared here
  123. 245 | struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
  124. | ^~~~~~~~~~~~~~~~~~~
  125. btfs.cc:330:37: warning: ‘torrent_added_alert’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  126. 330 | (libtorrent::torrent_added_alert *) a, log);
  127. | ^
  128. In file included from btfs.cc:42:
  129. /usr/include/libtorrent/alert_types.hpp:245:35: note: declared here
  130. 245 | struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
  131. | ^~~~~~~~~~~~~~~~~~~
  132. btfs.cc:347:32: warning: ‘stats_alert’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  133. 347 | case libtorrent::stats_alert::alert_type:
  134. | ^~~~~~~~~~
  135. In file included from btfs.cc:42:
  136. /usr/include/libtorrent/alert_types.hpp:1810:35: note: declared here
  137. 1810 | struct TORRENT_DEPRECATED_EXPORT stats_alert final : torrent_alert
  138. | ^~~~~~~~~~~
  139. btfs.cc: In function ‘void* btfs_init(fuse_conn_info*)’:
  140. btfs.cc:571:24: warning: ‘libtorrent::session_handle::add_default_plugins’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  141. 571 | libtorrent::session::add_default_plugins |
  142. | ^~~~~~~~~~~~~~~~~~~
  143. In file included from /usr/include/libtorrent/session.hpp:43,
  144. from btfs.cc:39:
  145. /usr/include/libtorrent/session_handle.hpp:794:55: note: declared here
  146. 794 | TORRENT_DEPRECATED static constexpr session_flags_t add_default_plugins = 0_bit;
  147. | ^~~~~~~~~~~~~~~~~~~
  148. btfs.cc:571:24: warning: ‘libtorrent::session_handle::add_default_plugins’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  149. 571 | libtorrent::session::add_default_plugins |
  150. | ^~~~~~~~~~~~~~~~~~~
  151. In file included from /usr/include/libtorrent/session.hpp:43,
  152. from btfs.cc:39:
  153. /usr/include/libtorrent/session_handle.hpp:794:55: note: declared here
  154. 794 | TORRENT_DEPRECATED static constexpr session_flags_t add_default_plugins = 0_bit;
  155. | ^~~~~~~~~~~~~~~~~~~
  156. btfs.cc:572:24: warning: ‘libtorrent::session_handle::start_default_features’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  157. 572 | libtorrent::session::start_default_features;
  158. | ^~~~~~~~~~~~~~~~~~~~~~
  159. In file included from /usr/include/libtorrent/session.hpp:43,
  160. from btfs.cc:39:
  161. /usr/include/libtorrent/session_handle.hpp:800:55: note: declared here
  162. 800 | TORRENT_DEPRECATED static constexpr session_flags_t start_default_features = 1_bit;
  163. | ^~~~~~~~~~~~~~~~~~~~~~
  164. btfs.cc:572:24: warning: ‘libtorrent::session_handle::start_default_features’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  165. 572 | libtorrent::session::start_default_features;
  166. | ^~~~~~~~~~~~~~~~~~~~~~
  167. In file included from /usr/include/libtorrent/session.hpp:43,
  168. from btfs.cc:39:
  169. /usr/include/libtorrent/session_handle.hpp:800:55: note: declared here
  170. 800 | TORRENT_DEPRECATED static constexpr session_flags_t start_default_features = 1_bit;
  171. | ^~~~~~~~~~~~~~~~~~~~~~
  172. btfs.cc:580:22: warning: ‘libtorrent::alert::stats_notification’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  173. 580 | libtorrent::alert::stats_notification |
  174. | ^~~~~~~~~~~~~~~~~~
  175. In file included from /usr/include/libtorrent/session_handle.hpp:46,
  176. from /usr/include/libtorrent/session.hpp:43,
  177. from btfs.cc:39:
  178. /usr/include/libtorrent/alert.hpp:233:37: note: declared here
  179. 233 | static constexpr alert_category_t stats_notification = 11_bit;
  180. | ^~~~~~~~~~~~~~~~~~
  181. btfs.cc:580:22: warning: ‘libtorrent::alert::stats_notification’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  182. 580 | libtorrent::alert::stats_notification |
  183. | ^~~~~~~~~~~~~~~~~~
  184. In file included from /usr/include/libtorrent/session_handle.hpp:46,
  185. from /usr/include/libtorrent/session.hpp:43,
  186. from btfs.cc:39:
  187. /usr/include/libtorrent/alert.hpp:233:37: note: declared here
  188. 233 | static constexpr alert_category_t stats_notification = 11_bit;
  189. | ^~~~~~~~~~~~~~~~~~
  190. btfs.cc:582:22: warning: ‘libtorrent::alert::progress_notification’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  191. 582 | libtorrent::alert::progress_notification |
  192. | ^~~~~~~~~~~~~~~~~~~~~
  193. In file included from /usr/include/libtorrent/session_handle.hpp:46,
  194. from /usr/include/libtorrent/session.hpp:43,
  195. from btfs.cc:39:
  196. /usr/include/libtorrent/alert.hpp:221:37: note: declared here
  197. 221 | static constexpr alert_category_t progress_notification = 7_bit;
  198. | ^~~~~~~~~~~~~~~~~~~~~
  199. btfs.cc:582:22: warning: ‘libtorrent::alert::progress_notification’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  200. 582 | libtorrent::alert::progress_notification |
  201. | ^~~~~~~~~~~~~~~~~~~~~
  202. In file included from /usr/include/libtorrent/session_handle.hpp:46,
  203. from /usr/include/libtorrent/session.hpp:43,
  204. from btfs.cc:39:
  205. /usr/include/libtorrent/alert.hpp:221:37: note: declared here
  206. 221 | static constexpr alert_category_t progress_notification = 7_bit;
  207. | ^~~~~~~~~~~~~~~~~~~~~
  208. btfs.cc:654:47: warning: ‘libtorrent::session::session(const libtorrent::settings_pack&, libtorrent::session_handle::session_flags_t)’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
  209. 654 | session = new libtorrent::session(pack, flags);
  210. | ^
  211. In file included from btfs.cc:39:
  212. /usr/include/libtorrent/session.hpp:209:3: note: declared here
  213. 209 | session(settings_pack const& pack, session_flags_t const flags);
  214. | ^~~~~~~
  215. x86_64-pc-linux-gnu-g++ -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -fexceptions -DTORRENT_LINKING_SHARED -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_NO_DEPRECATED -DTORRENT_DISABLE_LOGGING -DTORRENT_USE_OPENSSL -DTORRENT_USE_LIBCRYPTO -DTORRENT_SSL_PEERS -DOPENSSL_NO_SSL2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o btfs btfs-btfs.o -lfuse -pthread -ltorrent-rasterbar -lpthread -lssl -lcrypto -lcurl -latomic -lpthread
  216. /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: btfs-btfs.o: warning: relocation against `_ZN10libtorrent14torrent_handle17piece_granularityE' in read-only section `.text'
  217. /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: btfs-btfs.o: in function `btfs_destroy(void*)':
  218. btfs.cc:(.text+0x30): undefined reference to `libtorrent::session_handle::delete_files'
  219. /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: btfs-btfs.o: in function `btfs_getattr(char const*, stat*)':
  220. btfs.cc:(.text+0x3c20): undefined reference to `libtorrent::torrent_handle::piece_granularity'
  221. /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating DT_TEXTREL in a PIE
  222. collect2: error: ld returned 1 exit status
  223. make[1]: *** [Makefile:379: btfs] Error 1
  224. make[1]: Leaving directory '/var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23/src'
  225. make: *** [Makefile:347: all-recursive] Error 1
  226. * ERROR: net-fs/btfs-2.23::gentoo failed (compile phase):
  227. * emake failed
  228. *
  229. * If you need support, post the output of `emerge --info '=net-fs/btfs-2.23::gentoo'`,
  230. * the complete build log and the output of `emerge -pqv '=net-fs/btfs-2.23::gentoo'`.
  231. * The complete build log is located at '/var/tmp/portage/net-fs/btfs-2.23/temp/build.log'.
  232. * The ebuild environment file is located at '/var/tmp/portage/net-fs/btfs-2.23/temp/environment'.
  233. * Working directory: '/var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23'
  234. * S: '/var/tmp/portage/net-fs/btfs-2.23/work/btfs-2.23'
Add Comment
Please, Sign In to add comment