qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.91k stars 3.94k forks source link

how can't i install qt 4.2.0 on debian10 #11668

Closed saeson001 closed 4 years ago

saeson001 commented 4 years ago

Please provide the following information

qBittorrent version and Operating System

4.2.0,debian10 no gui

If on linux, libtorrent-rasterbar and Qt version

(type here)

What is the problem

can't install

What is the expected behavior

(type here)

Steps to reproduce

(type here)

Extra info(if any)

(type here)

root@U-NAS:/libtorrent# cd /mnt/nas3t/3t/share/qt
root@U-NAS:/mnt/nas3t/3t/share/qt# ./configure --disable-gui --disable-debug
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking dependency style of g++... none
checking whether OS is FreeBSD... no
checking whether OS is macOS... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.23... yes
checking whether to enable the Debug build... no
checking whether to enable the stacktrace feature... yes
checking whether to enable the GUI... no
checking whether to install the systemd service file... no
checking whether to enable the WebUI... yes
checking for Qt5 qmake >= 5.9.0... not found
configure: error: Could not find qmake
root@U-NAS:/mnt/nas3t/3t/share/qt# make -j$(nproc)
make: *** No targets specified and no makefile found.  Stop.
FranciscoPombal commented 4 years ago

Here is your problem:

configure: error: Could not find qmake

You don't have qmake and possibly other required qt5 packages installed. Read this for more info, particularly the section titled "Required dependencies":

https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu

thewonderer73 commented 4 years ago

Or you could use the compiled packages at ppa launchpad. Just add the qbittorrent-stable release as your new source. Plenty of guides on the net.

saeson001 commented 4 years ago

Here is your problem:

configure: error: Could not find qmake

You don't have qmake and possibly other required qt5 packages installed. Read this for more info, particularly the section titled "Required dependencies":

https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu

I did it according to the above tutorial, or the same, qmake made an error in configure, how to eliminate the problem?

Reading package lists... Done
Building dependency tree
Reading state information... Done
automake is already the newest version (1:1.15-6).
build-essential is already the newest version (12.3).
git is already the newest version (1:2.11.0-3+deb9u4).
libtool is already the newest version (2.4.6-2).
zlib1g-dev is already the newest version (1:1.2.8.dfsg-5).
pkg-config is already the newest version (0.29-6).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@U-NAS:/# apt-get install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-chrono-dev is already the newest version (1.62.0.1).
libboost-dev is already the newest version (1.62.0.1).
libboost-random-dev is already the newest version (1.62.0.1).
libboost-system-dev is already the newest version (1.62.0.1).
libgeoip-dev is already the newest version (1.6.9-4).
libssl-dev is already the newest version (1.1.0k-1~deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@U-NAS:/# add-apt-repository ppa:beineri/opt-qt597-xenial
bash: add-apt-repository: command not found
root@U-NAS:/# apt-get install qtbase5-dev qttools5-dev-tools libqt5svg5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
qtbase5-dev is already the newest version (5.7.1+dfsg-3+deb9u1).
libqt5svg5-dev is already the newest version (5.7.1~20161021-2+b2).
qttools5-dev-tools is already the newest version (5.7.1-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@U-NAS:/# apt-get install python3
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.5.3-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@U-NAS:/# apt-get install libtorrent-rasterbar-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  libtorrent-rasterbar-doc
The following NEW packages will be installed:
  libtorrent-rasterbar-dev
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 2,140 kB of archives.
After this operation, 18.9 MB of additional disk space will be used.
Get:1 http://mirrors.163.com/debian stretch/main amd64 libtorrent-rasterbar-dev amd64 1.1.1-1+b1 [2,140 kB]
Fetched 2,140 kB in 0s (3,160 kB/s)
Selecting previously unselected package libtorrent-rasterbar-dev.
(Reading database ... 68324 files and directories currently installed.)
Preparing to unpack .../libtorrent-rasterbar-dev_1.1.1-1+b1_amd64.deb ...
Unpacking libtorrent-rasterbar-dev (1.1.1-1+b1) ...
Setting up libtorrent-rasterbar-dev (1.1.1-1+b1) ...
root@U-NAS:/# cd libtorrent
root@U-NAS:/libtorrent# git checkout RC_1_2
Switched to branch 'RC_1_2'
Your branch is up-to-date with 'origin/RC_1_2'.
root@U-NAS:/libtorrent# ./autotool.sh

Bootstrapping autotools for libtorrent-rasterbar

Checking autotools requirements:

Checking for autoconf >= 2.63...
  testing autoconf... found 2.69
Checking for automake >= 1.11...
  testing automake... found 1.15
Checking for libtool >= 2.2.6...
  testing libtoolize... found 2.4.6
Copying m4/config.rpath to build-aux

Processing configure.ac

Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
Running aclocal...
Running autoconf...
Running automake...
configure.ac:69: installing 'build-aux/compile'
configure.ac:84: installing 'build-aux/missing'
examples/Makefile.am: installing 'build-aux/depcomp'

Bootstrap complete, now run `configure'.
root@U-NAS:/libtorrent# ./configure --disable-debug --enable-encryption CXXFLAGS="-std=c++14"
checking whether make supports nested variables... yes

Building libtorrent-rasterbar 1.2.3

Checking for a C/C++ compiler to use:
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes

Checking system type:
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

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes

Checking for boost libraries:
checking for boostlib >= 1.58... yes
checking whether g++ supports C++11 features by default... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes

Checking for pkg-config:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes

Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for clock_gettime... yes

Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... no
checking whether invariant check should be enabled... no
checking whether logging to disk should be enabled... yes

Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether dht support should be enabled... yes

Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... no

Checking for external libraries:
checking whether to link against system libiconv... checking for shared library run path origin... done

Generating Makefiles:
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 include/libtorrent/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/python/link_flags
config.status: creating bindings/python/compile_flags
config.status: creating bindings/python/compile_cmd
config.status: creating libtorrent-rasterbar.pc
config.status: executing depfiles commands
config.status: executing libtool commands

Configure script has finished system check.

   Config results:
  -=-=-=-=-=-=-=-=-

Package:
  name:                 libtorrent-rasterbar
  version:              1.2.3
  git revision:         828ad7d02

Build environment:
  build system:         x86_64-pc-linux-gnu
  host system:          x86_64-pc-linux-gnu
  target system:        x86_64-pc-linux-gnu

Compiler and linker flags:
  CPPFlags:             -I/usr/include
  CFlags:               -lpthread -g -O2 -fvisibility=hidden
  CXXFlags:             -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden
  LDFlags:              -L/usr/lib/x86_64-linux-gnu  -fvisibility=hidden -fvisibility-inlines-hidden
  Libs:                 -lboost_system -lpthread
  Defs:                 -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1

Build options:
  deprecated functions: yes
  debug build:          no
  invariant checks:     no
  logging support:      yes

Features:
  encryption support:   yes
  dht support:          yes

Extra builds:
  examples:             no
  tests:                no
  python bindings:      no

Pthread library:
  CFlags:               -lpthread
  Libs:                 -lpthread

Boost libraries:
  version:
  CPPFlags:             -I/usr/include
  LDFlags:              -L/usr/lib/x86_64-linux-gnu
  boost.system:         -lboost_system

External libraries:
  system libiconv:      no

OpenSSL library:
  OpenSSL Libs:         -lssl -lcrypto
  OpenSSL LDFlags:
  OpenSSL Includes:

Type 'make' to compile libtorrent-rasterbar 1.2.3
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local

root@U-NAS:/libtorrent# make clean && make -j$(nproc)
Making clean in include/libtorrent
make[1]: Entering directory '/libtorrent/include/libtorrent'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/libtorrent/include/libtorrent'
Making clean in src
make[1]: Entering directory '/libtorrent/src'
test -z "libtorrent-rasterbar.la" || rm -f libtorrent-rasterbar.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf ../ed25519/src/.libs ../ed25519/src/_libs
rm -rf kademlia/.libs kademlia/_libs
rm -f *.o
rm -f ../ed25519/src/*.o
rm -f ../ed25519/src/*.lo
rm -f kademlia/*.o
rm -f kademlia/*.lo
rm -f *.lo
make[1]: Leaving directory '/libtorrent/src'
Making clean in examples
make[1]: Entering directory '/libtorrent/examples'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/libtorrent/examples'
Making clean in test
make[1]: Entering directory '/libtorrent/test'
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
test -z "test_primitives.log test_recheck.log test_stat_cache.log test_file.log test_privacy.log test_priority.log test_remove_torrent.log test_auto_unchoke.log test_checking.log test_fast_extension.log test_http_connection.log test_lsd.log test_pe_crypto.log test_pex.log test_read_piece.log test_receive_buffer.log test_resume.log test_read_resume.log test_ssl.log test_stack_allocator.log test_storage.log test_time_critical.log test_torrent.log test_tracker.log test_transfer.log test_create_torrent.log enum_if.log test_utp.log test_session.log test_web_seed.log test_web_seed_ban.log test_web_seed_chunked.log test_web_seed_http.log test_web_seed_http_pw.log test_web_seed_redirect.log test_web_seed_socks4.log test_web_seed_socks5.log test_web_seed_socks5_no_peers.log test_web_seed_socks5_pw.log test_url_seed.log test_remap_files.log test_enum_net.log test_file_progress.log test_linked_list.log test_direct_dht.log test_ffs.log test_session_params.log test_span.log test_io.log test_alloca.log" || rm -f test_primitives.log test_recheck.log test_stat_cache.log test_file.log test_privacy.log test_priority.log test_remove_torrent.log test_auto_unchoke.log test_checking.log test_fast_extension.log test_http_connection.log test_lsd.log test_pe_crypto.log test_pex.log test_read_piece.log test_receive_buffer.log test_resume.log test_read_resume.log test_ssl.log test_stack_allocator.log test_storage.log test_time_critical.log test_torrent.log test_tracker.log test_transfer.log test_create_torrent.log enum_if.log test_utp.log test_session.log test_web_seed.log test_web_seed_ban.log test_web_seed_chunked.log test_web_seed_http.log test_web_seed_http_pw.log test_web_seed_redirect.log test_web_seed_socks4.log test_web_seed_socks5.log test_web_seed_socks5_no_peers.log test_web_seed_socks5_pw.log test_url_seed.log test_remap_files.log test_enum_net.log test_file_progress.log test_linked_list.log test_direct_dht.log test_ffs.log test_session_params.log test_span.log test_io.log test_alloca.log
test -z "test_primitives.trs test_recheck.trs test_stat_cache.trs test_file.trs test_privacy.trs test_priority.trs test_remove_torrent.trs test_auto_unchoke.trs test_checking.trs test_fast_extension.trs test_http_connection.trs test_lsd.trs test_pe_crypto.trs test_pex.trs test_read_piece.trs test_receive_buffer.trs test_resume.trs test_read_resume.trs test_ssl.trs test_stack_allocator.trs test_storage.trs test_time_critical.trs test_torrent.trs test_tracker.trs test_transfer.trs test_create_torrent.trs enum_if.trs test_utp.trs test_session.trs test_web_seed.trs test_web_seed_ban.trs test_web_seed_chunked.trs test_web_seed_http.trs test_web_seed_http_pw.trs test_web_seed_redirect.trs test_web_seed_socks4.trs test_web_seed_socks5.trs test_web_seed_socks5_no_peers.trs test_web_seed_socks5_pw.trs test_url_seed.trs test_remap_files.trs test_enum_net.trs test_file_progress.trs test_linked_list.trs test_direct_dht.trs test_ffs.trs test_session_params.trs test_span.trs test_io.trs test_alloca.trs" || rm -f test_primitives.trs test_recheck.trs test_stat_cache.trs test_file.trs test_privacy.trs test_priority.trs test_remove_torrent.trs test_auto_unchoke.trs test_checking.trs test_fast_extension.trs test_http_connection.trs test_lsd.trs test_pe_crypto.trs test_pex.trs test_read_piece.trs test_receive_buffer.trs test_resume.trs test_read_resume.trs test_ssl.trs test_stack_allocator.trs test_storage.trs test_time_critical.trs test_torrent.trs test_tracker.trs test_transfer.trs test_create_torrent.trs enum_if.trs test_utp.trs test_session.trs test_web_seed.trs test_web_seed_ban.trs test_web_seed_chunked.trs test_web_seed_http.trs test_web_seed_http_pw.trs test_web_seed_redirect.trs test_web_seed_socks4.trs test_web_seed_socks5.trs test_web_seed_socks5_no_peers.trs test_web_seed_socks5_pw.trs test_url_seed.trs test_remap_files.trs test_enum_net.trs test_file_progress.trs test_linked_list.trs test_direct_dht.trs test_ffs.trs test_session_params.trs test_span.trs test_io.trs test_alloca.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/libtorrent/test'
Making clean in bindings
make[1]: Entering directory '/libtorrent/bindings'
Making clean in python
make[2]: Entering directory '/libtorrent/bindings/python'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/libtorrent/bindings/python'
make[2]: Entering directory '/libtorrent/bindings'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/libtorrent/bindings'
make[1]: Leaving directory '/libtorrent/bindings'
Making clean in tools
make[1]: Entering directory '/libtorrent/tools'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/libtorrent/tools'
make[1]: Entering directory '/libtorrent'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/libtorrent'
Making all in include/libtorrent
make[1]: Entering directory '/libtorrent/include/libtorrent'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/libtorrent/include/libtorrent'
Making all in src
make[1]: Entering directory '/libtorrent/src'
  CXX      libtorrent_rasterbar_la-web_connection_base.lo
  CXX      libtorrent_rasterbar_la-alert.lo
  CXX      libtorrent_rasterbar_la-alert_manager.lo
  CXX      libtorrent_rasterbar_la-announce_entry.lo
  CXX      libtorrent_rasterbar_la-assert.lo
  CXX      libtorrent_rasterbar_la-bandwidth_limit.lo
  CXX      libtorrent_rasterbar_la-bandwidth_manager.lo
  CXX      libtorrent_rasterbar_la-bandwidth_queue_entry.lo
  CXX      libtorrent_rasterbar_la-bdecode.lo
  CXX      libtorrent_rasterbar_la-bitfield.lo
  CXX      libtorrent_rasterbar_la-bloom_filter.lo
  CXX      libtorrent_rasterbar_la-broadcast_socket.lo
  CXX      libtorrent_rasterbar_la-block_cache.lo
  CXX      libtorrent_rasterbar_la-bt_peer_connection.lo
  CXX      libtorrent_rasterbar_la-chained_buffer.lo
  CXX      libtorrent_rasterbar_la-choker.lo
  CXX      libtorrent_rasterbar_la-close_reason.lo
  CXX      libtorrent_rasterbar_la-ConvertUTF.lo
  CXX      libtorrent_rasterbar_la-cpuid.lo
  CXX      libtorrent_rasterbar_la-crc32c.lo
  CXX      libtorrent_rasterbar_la-create_torrent.lo
  CXX      libtorrent_rasterbar_la-disk_buffer_holder.lo
  CXX      libtorrent_rasterbar_la-disk_buffer_pool.lo
  CXX      libtorrent_rasterbar_la-disk_io_job.lo
  CXX      libtorrent_rasterbar_la-disk_io_thread.lo
  CXX      libtorrent_rasterbar_la-disk_io_thread_pool.lo
  CXX      libtorrent_rasterbar_la-disk_job_fence.lo
  CXX      libtorrent_rasterbar_la-disk_job_pool.lo
  CXX      libtorrent_rasterbar_la-entry.lo
  CXX      libtorrent_rasterbar_la-enum_net.lo
  CXX      libtorrent_rasterbar_la-error_code.lo
  CXX      libtorrent_rasterbar_la-escape_string.lo
  CXX      libtorrent_rasterbar_la-file.lo
  CXX      libtorrent_rasterbar_la-path.lo
  CXX      libtorrent_rasterbar_la-file_pool.lo
  CXX      libtorrent_rasterbar_la-file_storage.lo
  CXX      libtorrent_rasterbar_la-fingerprint.lo
  CXX      libtorrent_rasterbar_la-generate_peer_id.lo
  CXX      libtorrent_rasterbar_la-gzip.lo
  CXX      libtorrent_rasterbar_la-hasher.lo
  CXX      libtorrent_rasterbar_la-hex.lo
  CXX      libtorrent_rasterbar_la-http_connection.lo
  CXX      libtorrent_rasterbar_la-http_parser.lo
  CXX      libtorrent_rasterbar_la-http_seed_connection.lo
  CXX      libtorrent_rasterbar_la-http_stream.lo
  CXX      libtorrent_rasterbar_la-http_tracker_connection.lo
  CXX      libtorrent_rasterbar_la-i2p_stream.lo
  CXX      libtorrent_rasterbar_la-identify_client.lo
  CXX      libtorrent_rasterbar_la-instantiate_connection.lo
  CXX      libtorrent_rasterbar_la-ip_filter.lo
  CXX      libtorrent_rasterbar_la-ip_notifier.lo
  CXX      libtorrent_rasterbar_la-ip_voter.lo
  CXX      libtorrent_rasterbar_la-lazy_bdecode.lo
  CXX      libtorrent_rasterbar_la-listen_socket_handle.lo
  CXX      libtorrent_rasterbar_la-lsd.lo
  CXX      libtorrent_rasterbar_la-magnet_uri.lo
  CXX      libtorrent_rasterbar_la-merkle.lo
  CXX      libtorrent_rasterbar_la-natpmp.lo
  CXX      libtorrent_rasterbar_la-parse_url.lo
  CXX      libtorrent_rasterbar_la-part_file.lo
  CXX      libtorrent_rasterbar_la-pe_crypto.lo
  CXX      libtorrent_rasterbar_la-performance_counters.lo
  CXX      libtorrent_rasterbar_la-peer_connection.lo
  CXX      libtorrent_rasterbar_la-peer_connection_handle.lo
  CXX      libtorrent_rasterbar_la-peer_class.lo
  CXX      libtorrent_rasterbar_la-peer_class_set.lo
  CXX      libtorrent_rasterbar_la-piece_picker.lo
  CXX      libtorrent_rasterbar_la-platform_util.lo
  CXX      libtorrent_rasterbar_la-packet_buffer.lo
  CXX      libtorrent_rasterbar_la-proxy_base.lo
  CXX      libtorrent_rasterbar_la-peer_list.lo
  CXX      libtorrent_rasterbar_la-puff.lo
  CXX      libtorrent_rasterbar_la-random.lo
  CXX      libtorrent_rasterbar_la-receive_buffer.lo
  CXX      libtorrent_rasterbar_la-read_resume_data.lo
  CXX      libtorrent_rasterbar_la-write_resume_data.lo
  CXX      libtorrent_rasterbar_la-request_blocks.lo
  CXX      libtorrent_rasterbar_la-resolve_links.lo
  CXX      libtorrent_rasterbar_la-resolver.lo
  CXX      libtorrent_rasterbar_la-session.lo
  CXX      libtorrent_rasterbar_la-session_call.lo
  CXX      libtorrent_rasterbar_la-session_handle.lo
  CXX      libtorrent_rasterbar_la-session_impl.lo
  CXX      libtorrent_rasterbar_la-session_settings.lo
  CXX      libtorrent_rasterbar_la-session_udp_sockets.lo
  CXX      libtorrent_rasterbar_la-proxy_settings.lo
  CXX      libtorrent_rasterbar_la-settings_pack.lo
  CXX      libtorrent_rasterbar_la-sha1_hash.lo
  CXX      libtorrent_rasterbar_la-smart_ban.lo
  CXX      libtorrent_rasterbar_la-socket_io.lo
  CXX      libtorrent_rasterbar_la-socket_type.lo
  CXX      libtorrent_rasterbar_la-socks5_stream.lo
  CXX      libtorrent_rasterbar_la-stat.lo
  CXX      libtorrent_rasterbar_la-stat_cache.lo
  CXX      libtorrent_rasterbar_la-storage.lo
  CXX      libtorrent_rasterbar_la-storage_piece_set.lo
  CXX      libtorrent_rasterbar_la-storage_utils.lo
  CXX      libtorrent_rasterbar_la-session_stats.lo
  CXX      libtorrent_rasterbar_la-string_util.lo
  CXX      libtorrent_rasterbar_la-torrent.lo
  CXX      libtorrent_rasterbar_la-torrent_handle.lo
  CXX      libtorrent_rasterbar_la-torrent_info.lo
  CXX      libtorrent_rasterbar_la-torrent_peer.lo
  CXX      libtorrent_rasterbar_la-torrent_peer_allocator.lo
  CXX      libtorrent_rasterbar_la-torrent_status.lo
  CXX      libtorrent_rasterbar_la-time.lo
  CXX      libtorrent_rasterbar_la-timestamp_history.lo
  CXX      libtorrent_rasterbar_la-tracker_manager.lo
  CXX      libtorrent_rasterbar_la-udp_socket.lo
  CXX      libtorrent_rasterbar_la-udp_tracker_connection.lo
  CXX      libtorrent_rasterbar_la-upnp.lo
  CXX      libtorrent_rasterbar_la-ut_metadata.lo
  CXX      libtorrent_rasterbar_la-ut_pex.lo
  CXX      libtorrent_rasterbar_la-utf8.lo
  CXX      libtorrent_rasterbar_la-utp_socket_manager.lo
  CXX      libtorrent_rasterbar_la-utp_stream.lo
  CXX      libtorrent_rasterbar_la-web_peer_connection.lo
  CXX      libtorrent_rasterbar_la-xml_parse.lo
  CXX      libtorrent_rasterbar_la-version.lo
  CXX      libtorrent_rasterbar_la-file_progress.lo
  CXX      libtorrent_rasterbar_la-ffs.lo
  CXX      libtorrent_rasterbar_la-add_torrent_params.lo
  CXX      libtorrent_rasterbar_la-peer_info.lo
  CXX      libtorrent_rasterbar_la-stack_allocator.lo
  CXX      libtorrent_rasterbar_la-sha1.lo
  CXX      libtorrent_rasterbar_la-sha512.lo
  CXX      kademlia/libtorrent_rasterbar_la-dht_state.lo
  CXX      kademlia/libtorrent_rasterbar_la-dht_storage.lo
  CXX      kademlia/libtorrent_rasterbar_la-dht_tracker.lo
  CXX      kademlia/libtorrent_rasterbar_la-find_data.lo
  CXX      kademlia/libtorrent_rasterbar_la-put_data.lo
  CXX      kademlia/libtorrent_rasterbar_la-msg.lo
  CXX      kademlia/libtorrent_rasterbar_la-node.lo
  CXX      kademlia/libtorrent_rasterbar_la-node_entry.lo
  CXX      kademlia/libtorrent_rasterbar_la-node_id.lo
  CXX      kademlia/libtorrent_rasterbar_la-refresh.lo
  CXX      kademlia/libtorrent_rasterbar_la-routing_table.lo
  CXX      kademlia/libtorrent_rasterbar_la-rpc_manager.lo
  CXX      kademlia/libtorrent_rasterbar_la-traversal_algorithm.lo
  CXX      kademlia/libtorrent_rasterbar_la-dos_blocker.lo
  CXX      kademlia/libtorrent_rasterbar_la-get_peers.lo
  CXX      kademlia/libtorrent_rasterbar_la-get_item.lo
  CXX      kademlia/libtorrent_rasterbar_la-item.lo
  CXX      kademlia/libtorrent_rasterbar_la-ed25519.lo
  CXX      kademlia/libtorrent_rasterbar_la-sample_infohashes.lo
  CXX      kademlia/libtorrent_rasterbar_la-dht_settings.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-add_scalar.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-fe.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-ge.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-key_exchange.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-keypair.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-sc.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-sign.lo
  CXX      ../ed25519/src/libtorrent_rasterbar_la-verify.lo
  CXX      libtorrent_rasterbar_la-hasher512.lo
  CXXLD    libtorrent-rasterbar.la
make[1]: Leaving directory '/libtorrent/src'
Making all in examples
make[1]: Entering directory '/libtorrent/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/libtorrent/examples'
Making all in test
make[1]: Entering directory '/libtorrent/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/libtorrent/test'
Making all in bindings
make[1]: Entering directory '/libtorrent/bindings'
Making all in python
make[2]: Entering directory '/libtorrent/bindings/python'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/libtorrent/bindings/python'
make[2]: Entering directory '/libtorrent/bindings'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/libtorrent/bindings'
make[1]: Leaving directory '/libtorrent/bindings'
Making all in tools
make[1]: Entering directory '/libtorrent/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/libtorrent/tools'
make[1]: Entering directory '/libtorrent'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/libtorrent'
root@U-NAS:/libtorrent# make install
Making install in include/libtorrent
make[1]: Entering directory '/libtorrent/include/libtorrent'
make[2]: Entering directory '/libtorrent/include/libtorrent'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/include/libtorrent'
 /usr/bin/install -c -m 644  address.hpp add_torrent_params.hpp alert.hpp alert_manager.hpp alert_types.hpp announce_entry.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_socket.hpp bandwidth_queue_entry.hpp bencode.hpp bdecode.hpp bitfield.hpp block_cache.hpp bloom_filter.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp chained_buffer.hpp choker.hpp close_reason.hpp config.hpp ConvertUTF.h copy_ptr.hpp crc32c.hpp create_torrent.hpp deadline_timer.hpp debug.hpp disk_buffer_holder.hpp disk_buffer_pool.hpp disk_interface.hpp disk_io_job.hpp disk_io_thread.hpp disk_io_thread_pool.hpp disk_observer.hpp disk_job_pool.hpp ed25519.hpp entry.hpp enum_net.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  error.hpp error_code.hpp extensions.hpp file.hpp file_pool.hpp file_storage.hpp fingerprint.hpp flags.hpp fwd.hpp gzip.hpp hasher.hpp hasher512.hpp hex.hpp heterogeneous_queue.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp i2p_stream.hpp identify_client.hpp invariant_check.hpp io.hpp io_service.hpp io_service_fwd.hpp ip_filter.hpp ip_voter.hpp lazy_entry.hpp link.hpp linked_list.hpp lsd.hpp magnet_uri.hpp natpmp.hpp netlink.hpp operations.hpp optional.hpp packet_buffer.hpp packet_pool.hpp parse_url.hpp part_file.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  pe_crypto.hpp performance_counters.hpp peer_connection.hpp peer_connection_handle.hpp peer_connection_interface.hpp peer.hpp peer_class.hpp peer_class_set.hpp peer_class_type_filter.hpp peer_id.hpp peer_info.hpp peer_request.hpp pex_flags.hpp piece_block.hpp piece_block_progress.hpp piece_picker.hpp platform_util.hpp peer_list.hpp portmap.hpp proxy_base.hpp puff.hpp random.hpp read_resume_data.hpp write_resume_data.hpp receive_buffer.hpp resolve_links.hpp resolver.hpp resolver_interface.hpp request_blocks.hpp session.hpp session_handle.hpp session_settings.hpp session_stats.hpp session_status.hpp session_types.hpp settings_pack.hpp sha1.hpp sha512.hpp sha1_hash.hpp sliding_average.hpp '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/allocating_handler.hpp aux_/aligned_storage.hpp aux_/aligned_union.hpp aux_/bind_to_device.hpp aux_/block_cache_reference.hpp aux_/container_wrapper.hpp aux_/cpuid.hpp aux_/disable_warnings_push.hpp aux_/disable_warnings_pop.hpp aux_/disk_job_fence.hpp aux_/deferred_handler.hpp aux_/deprecated.hpp aux_/dev_random.hpp aux_/deque.hpp aux_/escape_string.hpp aux_/export.hpp aux_/generate_peer_id.hpp aux_/io.hpp aux_/listen_socket_handle.hpp aux_/path.hpp aux_/merkle.hpp aux_/session_call.hpp aux_/session_impl.hpp aux_/session_settings.hpp aux_/session_udp_sockets.hpp aux_/set_socket_buffer.hpp aux_/proxy_settings.hpp aux_/session_interface.hpp aux_/suggest_piece.hpp aux_/socket_type.hpp aux_/storage_piece_set.hpp aux_/string_ptr.hpp aux_/time.hpp aux_/file_progress.hpp aux_/openssl.hpp aux_/byteswap.hpp aux_/route.h aux_/cppint_import_export.hpp aux_/ffs.hpp aux_/portmap.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/lsd.hpp aux_/has_block.hpp aux_/scope_end.hpp aux_/vector.hpp aux_/win_crypto_provider.hpp aux_/win_util.hpp aux_/storage_utils.hpp aux_/numeric_cast.hpp aux_/unique_ptr.hpp aux_/alloca.hpp aux_/throw.hpp aux_/array.hpp aux_/ip_notifier.hpp aux_/noexcept_movable.hpp aux_/torrent_impl.hpp aux_/instantiate_connection.hpp aux_/range.hpp aux_/windows.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  extensions/smart_ban.hpp extensions/ut_metadata.hpp extensions/ut_pex.hpp '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  socket.hpp socket_io.hpp socks5_stream.hpp ssl_stream.hpp stack_allocator.hpp stat.hpp stat_cache.hpp storage.hpp storage_defs.hpp tailqueue.hpp string_view.hpp string_util.hpp time.hpp timestamp_history.hpp torrent_flags.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp torrent_peer.hpp torrent_peer_allocator.hpp tracker_manager.hpp torrent_status.hpp udp_socket.hpp udp_tracker_connection.hpp union_endpoint.hpp units.hpp upnp.hpp utp_socket_manager.hpp utp_stream.hpp utf8.hpp vector_utils.hpp version.hpp web_connection_base.hpp web_peer_connection.hpp xml_parse.hpp span.hpp download_priority.hpp index_range.hpp '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/kademlia'
 /usr/bin/install -c -m 644  kademlia/announce_flags.hpp kademlia/dht_settings.hpp kademlia/dht_state.hpp kademlia/dht_storage.hpp kademlia/dht_tracker.hpp kademlia/dht_observer.hpp kademlia/direct_request.hpp kademlia/dos_blocker.hpp kademlia/find_data.hpp kademlia/io.hpp kademlia/put_data.hpp kademlia/msg.hpp kademlia/node.hpp kademlia/node_entry.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp kademlia/types.hpp kademlia/ed25519.hpp kademlia/item.hpp kademlia/get_item.hpp kademlia/sample_infohashes.hpp kademlia/get_peers.hpp '/usr/local/include/libtorrent/kademlia'
make[2]: Leaving directory '/libtorrent/include/libtorrent'
make[1]: Leaving directory '/libtorrent/include/libtorrent'
Making install in src
make[1]: Entering directory '/libtorrent/src'
make[2]: Entering directory '/libtorrent/src'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtorrent-rasterbar.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.so.10.0.0 /usr/local/lib/libtorrent-rasterbar.so.10.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so.10 || { rm -f libtorrent-rasterbar.so.10 && ln -s libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so.10; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so; }; })
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.lai /usr/local/lib/libtorrent-rasterbar.la
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.a /usr/local/lib/libtorrent-rasterbar.a
libtool: install: chmod 644 /usr/local/lib/libtorrent-rasterbar.a
libtool: install: ranlib /usr/local/lib/libtorrent-rasterbar.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/libtorrent/src'
make[1]: Leaving directory '/libtorrent/src'
Making install in examples
make[1]: Entering directory '/libtorrent/examples'
make[2]: Entering directory '/libtorrent/examples'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/libtorrent/examples'
make[1]: Leaving directory '/libtorrent/examples'
Making install in test
make[1]: Entering directory '/libtorrent/test'
make[2]: Entering directory '/libtorrent/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/libtorrent/test'
make[1]: Leaving directory '/libtorrent/test'
Making install in bindings
make[1]: Entering directory '/libtorrent/bindings'
Making install in python
make[2]: Entering directory '/libtorrent/bindings/python'
make[3]: Entering directory '/libtorrent/bindings/python'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/libtorrent/bindings/python'
make[2]: Leaving directory '/libtorrent/bindings/python'
make[2]: Entering directory '/libtorrent/bindings'
make[3]: Entering directory '/libtorrent/bindings'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/libtorrent/bindings'
make[2]: Leaving directory '/libtorrent/bindings'
make[1]: Leaving directory '/libtorrent/bindings'
Making install in tools
make[1]: Entering directory '/libtorrent/tools'
make[2]: Entering directory '/libtorrent/tools'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/libtorrent/tools'
make[1]: Leaving directory '/libtorrent/tools'
make[1]: Entering directory '/libtorrent'
make[2]: Entering directory '/libtorrent'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory '/libtorrent'
make[1]: Leaving directory '/libtorrent'
root@U-NAS:/libtorrent# git clone https://github.com/qbittorrent/qBittorrent
Cloning into 'qBittorrent'...
remote: Enumerating objects: 108085, done.
remote: Total 108085 (delta 0), reused 0 (delta 0), pack-reused 108085
Receiving objects: 100% (108085/108085), 173.76 MiB | 47.00 KiB/s, done.
Resolving deltas: 100% (88582/88582), done.
root@U-NAS:/libtorrent# cd qBittorrent
root@U-NAS:/libtorrent/qBittorrent# git checkout release-4.2.0
Note: checking out 'release-4.2.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 912b07670... Bump to 4.2.0
root@U-NAS:/libtorrent/qBittorrent# ./configure
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking dependency style of g++... none
checking whether OS is FreeBSD... no
checking whether OS is macOS... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.23... yes
checking whether to enable the Debug build... no
checking whether to enable the stacktrace feature... yes
checking whether to enable the GUI... yes
checking whether to install the systemd service file... no
checking whether to enable the WebUI... yes
checking for Qt5 qmake >= 5.9.0... not found
configure: error: Could not find qmake
root@U-NAS:/libtorrent/qBittorrent#
saeson001 commented 4 years ago

Or you could use the compiled packages at ppa launchpad. Just add the qbittorrent-stable release as your new source. Plenty of guides on the net.

I'm using the version provided on GitHub, and I don't see any others

Kolcha commented 4 years ago

first of all, there is NO 4.2.0 binary packages for Debian, Ubuntu' PPA is NOT applicable for Debian too. second, if you want to build libtorrent, you don't need to install its "dev" package. third, you still have no Qt dev packages installed... I read the instructions following provided link... This just confuses me... So, I provide very simple script to you to build libtorrent 1.2.x (using code from RC_1_2 branch) + qBittorrent 4.2.0 (release version). But before running it uninstall everything you installed followed that manual! also remove everything related to libtorrent from /usr/local as you already build it... This script will install required packages by itself. P.S.> script rely on sudo, so run it as non-root user, or just modify it removing the sudo from it

saeson001 commented 4 years ago

first of all, there is NO 4.2.0 binary packages for Debian, Ubuntu' PPA is NOT applicable for Debian too. second, if you want to build libtorrent, you don't need to install its "dev" package. third, you still have no Qt dev packages installed... I read the instructions following provided link... This just confuses me... So, I provide very simple script to you to build libtorrent 1.2.x (using code from RC_1_2 branch) + qBittorrent 4.2.0 (release version). But before running it uninstall everything you installed followed that manual! also remove everything related to libtorrent from /usr/local as you already build it... This script will install required packages by itself. P.S.> script rely on sudo, so run it as non-root user, or just modify it removing the sudo from it

According to the script you provided, I ran it in both environments and got different results. This is a newly installed system I didn't know why it was wrong

root@U-NAS:/# wget https://uc41515fe7ce19e698efa1aa1117.dl.dropboxusercontent.co                                                                                                                               m/cd/0/get/AuQpXbi8dANMUgFIofD1IRruWyKJ5CSLEpSykwFBPtI1dt8YRZcSqKQtxvctSVaj6ZKnY                                                                                                                               _xl6n_kNyjz7vbhxnvEWr09dYs8BIwQ85mGx1DAhP5nGvjA11tpcs9lf7SN0sM/file?dl=1#
--2019-12-15 11:11:25--  https://uc41515fe7ce19e698efa1aa1117.dl.dropboxusercont                                                                                                                               ent.com/cd/0/get/AuQpXbi8dANMUgFIofD1IRruWyKJ5CSLEpSykwFBPtI1dt8YRZcSqKQtxvctSVa                                                                                                                               j6ZKnY_xl6n_kNyjz7vbhxnvEWr09dYs8BIwQ85mGx1DAhP5nGvjA11tpcs9lf7SN0sM/file?dl=1
Resolving uc41515fe7ce19e698efa1aa1117.dl.dropboxusercontent.com (uc41515fe7ce19                                                                                                                               e698efa1aa1117.dl.dropboxusercontent.com)... 75.126.115.192
Connecting to uc41515fe7ce19e698efa1aa1117.dl.dropboxusercontent.com (uc41515fe7                                                                                                                               ce19e698efa1aa1117.dl.dropboxusercontent.com)|75.126.115.192|:443... ^C
root@U-NAS:/# wget http://192.168.1.88/qbt.sh
--2019-12-15 11:13:23--  http://192.168.1.88/qbt.sh
Connecting to 192.168.1.88:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1293 (1.3K) [application/octet-stream]
Saving to: ‘qbt.sh’

qbt.sh              100%[===================>]   1.26K  --.-KB/s    in 0.01s

2019-12-15 11:13:23 (106 KB/s) - ‘qbt.sh’ saved [1293/1293]

root@U-NAS:/# ./qbt.sh
bash: ./qbt.sh: Permission denied
root@U-NAS:/# chmod -x qbt.sh
root@U-NAS:/# ./qbt.sh
bash: ./qbt.sh: Permission denied
root@U-NAS:/# ls
bin   home            lib64       opt     run   tmp   vmlinuz
boot  initrd.img      lost+found  proc    sbin  unas  vmlinuz.old
dev   initrd.img.old  media       qbt.sh  srv   usr
etc   lib             mnt         root    sys   var
root@U-NAS:/# chmod a+x qbt.sh
root@U-NAS:/# ./qbt.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pkg-config is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libtool-bin
E: Package 'pkg-config' has no installation candidate
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost-system-dev
--2019-12-15 11:14:05--  https://github.com/arvidn/libtorrent/archive/RC_1_2.tar                                                                                                                               .gz
Resolving github.com (github.com)... 13.229.188.59
Connecting to github.com (github.com)|13.229.188.59|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/arvidn/libtorrent/tar.gz/RC_1_2 [following                                                                                                                               ]
--2019-12-15 11:14:06--  https://codeload.github.com/arvidn/libtorrent/tar.gz/RC                                                                                                                               _1_2
Resolving codeload.github.com (codeload.github.com)... 13.250.162.133
Connecting to codeload.github.com (codeload.github.com)|13.250.162.133|:443... c                                                                                                                               onnected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘STDOUT’

-                       [   <=>              ]   3.42M  68.1KB/s    in 53s

2019-12-15 11:15:00 (66.5 KB/s) - written to stdout [3588886]

Bootstrapping autotools for libtorrent-rasterbar

Checking autotools requirements:

Checking for autoconf >= 2.63...
  testing autoconf... found 2.69
Checking for automake >= 1.11...
  testing automake... found 1.15
Checking for libtool >= 2.2.6...
  testing libtoolize... found 2.4.6
Copying m4/config.rpath to build-aux

Processing configure.ac

Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
Running aclocal...
Running autoconf...
Running automake...
configure.ac:69: installing 'build-aux/compile'
configure.ac:78: installing 'build-aux/config.guess'
configure.ac:78: installing 'build-aux/config.sub'
configure.ac:84: installing 'build-aux/install-sh'
configure.ac:84: installing 'build-aux/missing'
examples/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'

Bootstrap complete, now run `configure'.
checking whether make supports nested variables... yes

Building libtorrent-rasterbar 1.2.3

Checking for a C/C++ compiler to use:
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes

Checking system type:
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

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu fo                                                                                                                               rmat... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... fu                                                                                                                               nc_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libr                                                                                                                               aries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr                                                                                                                               aries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr                                                                                                                               aries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -lpthread fixes that... yes
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes

Checking for boost libraries:
checking for boostlib >= 1.58... configure: We could not detect the boost librar                                                                                                                               ies (version 1.58 or higher). If you have a staged boost library (still not inst                                                                                                                               alled) please specify $BOOST_ROOT in your environment and do not give a PATH to                                                                                                                                --with-boost option.  If you are sure you have boost installed, then check your                                                                                                                                version number looking in <boost/version.hpp>. See http://randspringer.de/boost                                                                                                                                for more documentation.
checking whether g++ supports C++11 features by default... yes
checking whether the Boost::System library is available... no
configure: error: Boost.System library not found. Try using --with-boost-system=                                                                                                                               lib
root@U-NAS:/# apt-get install build-essential pkg-config automake libtool git zlib1g-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pkg-config is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pkg-config' has no installation candidate
E: Package 'git' has no installation candidate
root@U-NAS:/# apt-get install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost-dev
E: Unable to locate package libboost-system-dev
E: Unable to locate package libboost-chrono-dev
E: Unable to locate package libboost-random-dev
E: Unable to locate package libgeoip-dev
saeson001 commented 4 years ago

first of all, there is NO 4.2.0 binary packages for Debian, Ubuntu' PPA is NOT applicable for Debian too. second, if you want to build libtorrent, you don't need to install its "dev" package. third, you still have no Qt dev packages installed... I read the instructions following provided link... This just confuses me... So, I provide very simple script to you to build libtorrent 1.2.x (using code from RC_1_2 branch) + qBittorrent 4.2.0 (release version). But before running it uninstall everything you installed followed that manual! also remove everything related to libtorrent from /usr/local as you already build it... This script will install required packages by itself. P.S.> script rely on sudo, so run it as non-root user, or just modify it removing the sudo from it

This is executed under the old system, and it is also a qmake error

libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-fe.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-fe.Tpo -c ../ed25519/src/fe.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-fe.o
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-ge.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-ge.Tpo -c ../ed25519/src/ge.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-ge.o
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-ge.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-ge.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I.  -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os   -I/usr/include   -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-key_exchange.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-key_exchange.Tpo -c -o ../ed25519/src/libtorrent_rasterbar_la-key_exchange.lo `test -f '../ed25519/src/key_exchange.cpp' || echo './'`../ed25519/src/key_exchange.cpp
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-fe.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-fe.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I.  -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os   -I/usr/include   -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-keypair.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-keypair.Tpo -c -o ../ed25519/src/libtorrent_rasterbar_la-keypair.lo `test -f '../ed25519/src/keypair.cpp' || echo './'`../ed25519/src/keypair.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-key_exchange.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-key_exchange.Tpo -c ../ed25519/src/key_exchange.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-key_exchange.o
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-keypair.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-keypair.Tpo -c ../ed25519/src/keypair.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-keypair.o
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-key_exchange.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-key_exchange.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I.  -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os   -I/usr/include   -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-sc.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-sc.Tpo -c -o ../ed25519/src/libtorrent_rasterbar_la-sc.lo `test -f '../ed25519/src/sc.cpp' || echo './'`../ed25519/src/sc.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-sc.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-sc.Tpo -c ../ed25519/src/sc.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-sc.o
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-sc.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-sc.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I.  -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os   -I/usr/include   -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-sign.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-sign.Tpo -c -o ../ed25519/src/libtorrent_rasterbar_la-sign.lo `test -f '../ed25519/src/sign.cpp' || echo './'`../ed25519/src/sign.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-sign.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-sign.Tpo -c ../ed25519/src/sign.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-sign.o
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-keypair.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-keypair.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 1.2.3\" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_CXX11=1 -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I.  -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os   -I/usr/include   -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-verify.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-verify.Tpo -c -o ../ed25519/src/libtorrent_rasterbar_la-verify.lo `test -f '../ed25519/src/verify.cpp' || echo './'`../ed25519/src/verify.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"1.2.3\" "-DPACKAGE_STRING=\"libtorrent-rasterbar 1.2.3\"" -DPACKAGE_BUGREPORT=\"arvid@libtorrent.org\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"1.2.3\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 "-DHAVE_BOOST=/**/" -DHAVE_CXX11=1 "-DHAVE_BOOST_SYSTEM=/**/" -DHAVE_CLOCK_GETTIME=1 -DTORRENT_NO_DEPRECATE=1 -DNDEBUG=1 -DTORRENT_USE_INVARIANT_CHECKS=0 -DTORRENT_DISABLE_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DTORRENT_USE_LIBCRYPTO=1 -DHAVE_ICONV=1 -DICONV_CONST= -DBOOST_ASIO_HAS_STD_CHRONO=1 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DTORRENT_BUILDING_SHARED=1 -I. -DTORRENT_BUILDING_LIBRARY -I../include -I../ed25519/src -g0 -Os -I/usr/include -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -MT ../ed25519/src/libtorrent_rasterbar_la-verify.lo -MD -MP -MF ../ed25519/src/.deps/libtorrent_rasterbar_la-verify.Tpo -c ../ed25519/src/verify.cpp  -fPIC -DPIC -o ../ed25519/src/.libs/libtorrent_rasterbar_la-verify.o
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-sign.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-sign.Plo
mv -f ../ed25519/src/.deps/libtorrent_rasterbar_la-verify.Tpo ../ed25519/src/.deps/libtorrent_rasterbar_la-verify.Plo
/bin/bash ../libtool  --tag=CXX   --mode=link g++  -std=c++14 -ftemplate-depth=512 -Wno-format-zero-length -fvisibility=hidden -fvisibility-inlines-hidden -version-info 10:0:0 -L/usr/lib/x86_64-linux-gnu  -fvisibility=hidden -fvisibility-inlines-hidden -o libtorrent-rasterbar.la -rpath /usr/local/lib libtorrent_rasterbar_la-web_connection_base.lo libtorrent_rasterbar_la-alert.lo libtorrent_rasterbar_la-alert_manager.lo libtorrent_rasterbar_la-announce_entry.lo libtorrent_rasterbar_la-assert.lo libtorrent_rasterbar_la-bandwidth_limit.lo libtorrent_rasterbar_la-bandwidth_manager.lo libtorrent_rasterbar_la-bandwidth_queue_entry.lo libtorrent_rasterbar_la-bdecode.lo libtorrent_rasterbar_la-bitfield.lo libtorrent_rasterbar_la-bloom_filter.lo libtorrent_rasterbar_la-broadcast_socket.lo libtorrent_rasterbar_la-block_cache.lo libtorrent_rasterbar_la-bt_peer_connection.lo libtorrent_rasterbar_la-chained_buffer.lo libtorrent_rasterbar_la-choker.lo libtorrent_rasterbar_la-close_reason.lo libtorrent_rasterbar_la-ConvertUTF.lo libtorrent_rasterbar_la-cpuid.lo libtorrent_rasterbar_la-crc32c.lo libtorrent_rasterbar_la-create_torrent.lo libtorrent_rasterbar_la-disk_buffer_holder.lo libtorrent_rasterbar_la-disk_buffer_pool.lo libtorrent_rasterbar_la-disk_io_job.lo libtorrent_rasterbar_la-disk_io_thread.lo libtorrent_rasterbar_la-disk_io_thread_pool.lo libtorrent_rasterbar_la-disk_job_fence.lo libtorrent_rasterbar_la-disk_job_pool.lo libtorrent_rasterbar_la-entry.lo libtorrent_rasterbar_la-enum_net.lo libtorrent_rasterbar_la-error_code.lo libtorrent_rasterbar_la-escape_string.lo libtorrent_rasterbar_la-file.lo libtorrent_rasterbar_la-path.lo libtorrent_rasterbar_la-file_pool.lo libtorrent_rasterbar_la-file_storage.lo libtorrent_rasterbar_la-fingerprint.lo libtorrent_rasterbar_la-generate_peer_id.lo libtorrent_rasterbar_la-gzip.lo libtorrent_rasterbar_la-hasher.lo libtorrent_rasterbar_la-hex.lo libtorrent_rasterbar_la-http_connection.lo libtorrent_rasterbar_la-http_parser.lo libtorrent_rasterbar_la-http_seed_connection.lo libtorrent_rasterbar_la-http_stream.lo libtorrent_rasterbar_la-http_tracker_connection.lo libtorrent_rasterbar_la-i2p_stream.lo libtorrent_rasterbar_la-identify_client.lo libtorrent_rasterbar_la-instantiate_connection.lo libtorrent_rasterbar_la-ip_filter.lo libtorrent_rasterbar_la-ip_notifier.lo libtorrent_rasterbar_la-ip_voter.lo libtorrent_rasterbar_la-lazy_bdecode.lo libtorrent_rasterbar_la-listen_socket_handle.lo libtorrent_rasterbar_la-lsd.lo libtorrent_rasterbar_la-magnet_uri.lo libtorrent_rasterbar_la-merkle.lo libtorrent_rasterbar_la-natpmp.lo libtorrent_rasterbar_la-parse_url.lo libtorrent_rasterbar_la-part_file.lo libtorrent_rasterbar_la-pe_crypto.lo libtorrent_rasterbar_la-performance_counters.lo libtorrent_rasterbar_la-peer_connection.lo libtorrent_rasterbar_la-peer_connection_handle.lo libtorrent_rasterbar_la-peer_class.lo libtorrent_rasterbar_la-peer_class_set.lo libtorrent_rasterbar_la-piece_picker.lo libtorrent_rasterbar_la-platform_util.lo libtorrent_rasterbar_la-packet_buffer.lo libtorrent_rasterbar_la-proxy_base.lo libtorrent_rasterbar_la-peer_list.lo libtorrent_rasterbar_la-puff.lo libtorrent_rasterbar_la-random.lo libtorrent_rasterbar_la-receive_buffer.lo libtorrent_rasterbar_la-read_resume_data.lo libtorrent_rasterbar_la-write_resume_data.lo libtorrent_rasterbar_la-request_blocks.lo libtorrent_rasterbar_la-resolve_links.lo libtorrent_rasterbar_la-resolver.lo libtorrent_rasterbar_la-session.lo libtorrent_rasterbar_la-session_call.lo libtorrent_rasterbar_la-session_handle.lo libtorrent_rasterbar_la-session_impl.lo libtorrent_rasterbar_la-session_settings.lo libtorrent_rasterbar_la-session_udp_sockets.lo libtorrent_rasterbar_la-proxy_settings.lo libtorrent_rasterbar_la-settings_pack.lo libtorrent_rasterbar_la-sha1_hash.lo libtorrent_rasterbar_la-smart_ban.lo libtorrent_rasterbar_la-socket_io.lo libtorrent_rasterbar_la-socket_type.lo libtorrent_rasterbar_la-socks5_stream.lo libtorrent_rasterbar_la-stat.lo libtorrent_rasterbar_la-stat_cache.lo libtorrent_rasterbar_la-storage.lo libtorrent_rasterbar_la-storage_piece_set.lo libtorrent_rasterbar_la-storage_utils.lo libtorrent_rasterbar_la-session_stats.lo libtorrent_rasterbar_la-string_util.lo libtorrent_rasterbar_la-torrent.lo libtorrent_rasterbar_la-torrent_handle.lo libtorrent_rasterbar_la-torrent_info.lo libtorrent_rasterbar_la-torrent_peer.lo libtorrent_rasterbar_la-torrent_peer_allocator.lo libtorrent_rasterbar_la-torrent_status.lo libtorrent_rasterbar_la-time.lo libtorrent_rasterbar_la-timestamp_history.lo libtorrent_rasterbar_la-tracker_manager.lo libtorrent_rasterbar_la-udp_socket.lo libtorrent_rasterbar_la-udp_tracker_connection.lo libtorrent_rasterbar_la-upnp.lo libtorrent_rasterbar_la-ut_metadata.lo libtorrent_rasterbar_la-ut_pex.lo libtorrent_rasterbar_la-utf8.lo libtorrent_rasterbar_la-utp_socket_manager.lo libtorrent_rasterbar_la-utp_stream.lo libtorrent_rasterbar_la-web_peer_connection.lo libtorrent_rasterbar_la-xml_parse.lo libtorrent_rasterbar_la-version.lo libtorrent_rasterbar_la-file_progress.lo libtorrent_rasterbar_la-ffs.lo libtorrent_rasterbar_la-add_torrent_params.lo libtorrent_rasterbar_la-peer_info.lo libtorrent_rasterbar_la-stack_allocator.lo libtorrent_rasterbar_la-sha1.lo libtorrent_rasterbar_la-sha512.lo kademlia/libtorrent_rasterbar_la-dht_state.lo kademlia/libtorrent_rasterbar_la-dht_storage.lo kademlia/libtorrent_rasterbar_la-dht_tracker.lo kademlia/libtorrent_rasterbar_la-find_data.lo kademlia/libtorrent_rasterbar_la-put_data.lo kademlia/libtorrent_rasterbar_la-msg.lo kademlia/libtorrent_rasterbar_la-node.lo kademlia/libtorrent_rasterbar_la-node_entry.lo kademlia/libtorrent_rasterbar_la-node_id.lo kademlia/libtorrent_rasterbar_la-refresh.lo kademlia/libtorrent_rasterbar_la-routing_table.lo kademlia/libtorrent_rasterbar_la-rpc_manager.lo kademlia/libtorrent_rasterbar_la-traversal_algorithm.lo kademlia/libtorrent_rasterbar_la-dos_blocker.lo kademlia/libtorrent_rasterbar_la-get_peers.lo kademlia/libtorrent_rasterbar_la-get_item.lo kademlia/libtorrent_rasterbar_la-item.lo kademlia/libtorrent_rasterbar_la-ed25519.lo kademlia/libtorrent_rasterbar_la-sample_infohashes.lo kademlia/libtorrent_rasterbar_la-dht_settings.lo ../ed25519/src/libtorrent_rasterbar_la-add_scalar.lo ../ed25519/src/libtorrent_rasterbar_la-fe.lo ../ed25519/src/libtorrent_rasterbar_la-ge.lo ../ed25519/src/libtorrent_rasterbar_la-key_exchange.lo ../ed25519/src/libtorrent_rasterbar_la-keypair.lo ../ed25519/src/libtorrent_rasterbar_la-sc.lo ../ed25519/src/libtorrent_rasterbar_la-sign.lo ../ed25519/src/libtorrent_rasterbar_la-verify.lo libtorrent_rasterbar_la-hasher512.lo -lssl -lcrypto   -lboost_system -lpthread
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o  .libs/libtorrent_rasterbar_la-web_connection_base.o .libs/libtorrent_rasterbar_la-alert.o .libs/libtorrent_rasterbar_la-alert_manager.o .libs/libtorrent_rasterbar_la-announce_entry.o .libs/libtorrent_rasterbar_la-assert.o .libs/libtorrent_rasterbar_la-bandwidth_limit.o .libs/libtorrent_rasterbar_la-bandwidth_manager.o .libs/libtorrent_rasterbar_la-bandwidth_queue_entry.o .libs/libtorrent_rasterbar_la-bdecode.o .libs/libtorrent_rasterbar_la-bitfield.o .libs/libtorrent_rasterbar_la-bloom_filter.o .libs/libtorrent_rasterbar_la-broadcast_socket.o .libs/libtorrent_rasterbar_la-block_cache.o .libs/libtorrent_rasterbar_la-bt_peer_connection.o .libs/libtorrent_rasterbar_la-chained_buffer.o .libs/libtorrent_rasterbar_la-choker.o .libs/libtorrent_rasterbar_la-close_reason.o .libs/libtorrent_rasterbar_la-ConvertUTF.o .libs/libtorrent_rasterbar_la-cpuid.o .libs/libtorrent_rasterbar_la-crc32c.o .libs/libtorrent_rasterbar_la-create_torrent.o .libs/libtorrent_rasterbar_la-disk_buffer_holder.o .libs/libtorrent_rasterbar_la-disk_buffer_pool.o .libs/libtorrent_rasterbar_la-disk_io_job.o .libs/libtorrent_rasterbar_la-disk_io_thread.o .libs/libtorrent_rasterbar_la-disk_io_thread_pool.o .libs/libtorrent_rasterbar_la-disk_job_fence.o .libs/libtorrent_rasterbar_la-disk_job_pool.o .libs/libtorrent_rasterbar_la-entry.o .libs/libtorrent_rasterbar_la-enum_net.o .libs/libtorrent_rasterbar_la-error_code.o .libs/libtorrent_rasterbar_la-escape_string.o .libs/libtorrent_rasterbar_la-file.o .libs/libtorrent_rasterbar_la-path.o .libs/libtorrent_rasterbar_la-file_pool.o .libs/libtorrent_rasterbar_la-file_storage.o .libs/libtorrent_rasterbar_la-fingerprint.o .libs/libtorrent_rasterbar_la-generate_peer_id.o .libs/libtorrent_rasterbar_la-gzip.o .libs/libtorrent_rasterbar_la-hasher.o .libs/libtorrent_rasterbar_la-hex.o .libs/libtorrent_rasterbar_la-http_connection.o .libs/libtorrent_rasterbar_la-http_parser.o .libs/libtorrent_rasterbar_la-http_seed_connection.o .libs/libtorrent_rasterbar_la-http_stream.o .libs/libtorrent_rasterbar_la-http_tracker_connection.o .libs/libtorrent_rasterbar_la-i2p_stream.o .libs/libtorrent_rasterbar_la-identify_client.o .libs/libtorrent_rasterbar_la-instantiate_connection.o .libs/libtorrent_rasterbar_la-ip_filter.o .libs/libtorrent_rasterbar_la-ip_notifier.o .libs/libtorrent_rasterbar_la-ip_voter.o .libs/libtorrent_rasterbar_la-lazy_bdecode.o .libs/libtorrent_rasterbar_la-listen_socket_handle.o .libs/libtorrent_rasterbar_la-lsd.o .libs/libtorrent_rasterbar_la-magnet_uri.o .libs/libtorrent_rasterbar_la-merkle.o .libs/libtorrent_rasterbar_la-natpmp.o .libs/libtorrent_rasterbar_la-parse_url.o .libs/libtorrent_rasterbar_la-part_file.o .libs/libtorrent_rasterbar_la-pe_crypto.o .libs/libtorrent_rasterbar_la-performance_counters.o .libs/libtorrent_rasterbar_la-peer_connection.o .libs/libtorrent_rasterbar_la-peer_connection_handle.o .libs/libtorrent_rasterbar_la-peer_class.o .libs/libtorrent_rasterbar_la-peer_class_set.o .libs/libtorrent_rasterbar_la-piece_picker.o .libs/libtorrent_rasterbar_la-platform_util.o .libs/libtorrent_rasterbar_la-packet_buffer.o .libs/libtorrent_rasterbar_la-proxy_base.o .libs/libtorrent_rasterbar_la-peer_list.o .libs/libtorrent_rasterbar_la-puff.o .libs/libtorrent_rasterbar_la-random.o .libs/libtorrent_rasterbar_la-receive_buffer.o .libs/libtorrent_rasterbar_la-read_resume_data.o .libs/libtorrent_rasterbar_la-write_resume_data.o .libs/libtorrent_rasterbar_la-request_blocks.o .libs/libtorrent_rasterbar_la-resolve_links.o .libs/libtorrent_rasterbar_la-resolver.o .libs/libtorrent_rasterbar_la-session.o .libs/libtorrent_rasterbar_la-session_call.o .libs/libtorrent_rasterbar_la-session_handle.o .libs/libtorrent_rasterbar_la-session_impl.o .libs/libtorrent_rasterbar_la-session_settings.o .libs/libtorrent_rasterbar_la-session_udp_sockets.o .libs/libtorrent_rasterbar_la-proxy_settings.o .libs/libtorrent_rasterbar_la-settings_pack.o .libs/libtorrent_rasterbar_la-sha1_hash.o .libs/libtorrent_rasterbar_la-smart_ban.o .libs/libtorrent_rasterbar_la-socket_io.o .libs/libtorrent_rasterbar_la-socket_type.o .libs/libtorrent_rasterbar_la-socks5_stream.o .libs/libtorrent_rasterbar_la-stat.o .libs/libtorrent_rasterbar_la-stat_cache.o .libs/libtorrent_rasterbar_la-storage.o .libs/libtorrent_rasterbar_la-storage_piece_set.o .libs/libtorrent_rasterbar_la-storage_utils.o .libs/libtorrent_rasterbar_la-session_stats.o .libs/libtorrent_rasterbar_la-string_util.o .libs/libtorrent_rasterbar_la-torrent.o .libs/libtorrent_rasterbar_la-torrent_handle.o .libs/libtorrent_rasterbar_la-torrent_info.o .libs/libtorrent_rasterbar_la-torrent_peer.o .libs/libtorrent_rasterbar_la-torrent_peer_allocator.o .libs/libtorrent_rasterbar_la-torrent_status.o .libs/libtorrent_rasterbar_la-time.o .libs/libtorrent_rasterbar_la-timestamp_history.o .libs/libtorrent_rasterbar_la-tracker_manager.o .libs/libtorrent_rasterbar_la-udp_socket.o .libs/libtorrent_rasterbar_la-udp_tracker_connection.o .libs/libtorrent_rasterbar_la-upnp.o .libs/libtorrent_rasterbar_la-ut_metadata.o .libs/libtorrent_rasterbar_la-ut_pex.o .libs/libtorrent_rasterbar_la-utf8.o .libs/libtorrent_rasterbar_la-utp_socket_manager.o .libs/libtorrent_rasterbar_la-utp_stream.o .libs/libtorrent_rasterbar_la-web_peer_connection.o .libs/libtorrent_rasterbar_la-xml_parse.o .libs/libtorrent_rasterbar_la-version.o .libs/libtorrent_rasterbar_la-file_progress.o .libs/libtorrent_rasterbar_la-ffs.o .libs/libtorrent_rasterbar_la-add_torrent_params.o .libs/libtorrent_rasterbar_la-peer_info.o .libs/libtorrent_rasterbar_la-stack_allocator.o .libs/libtorrent_rasterbar_la-sha1.o .libs/libtorrent_rasterbar_la-sha512.o kademlia/.libs/libtorrent_rasterbar_la-dht_state.o kademlia/.libs/libtorrent_rasterbar_la-dht_storage.o kademlia/.libs/libtorrent_rasterbar_la-dht_tracker.o kademlia/.libs/libtorrent_rasterbar_la-find_data.o kademlia/.libs/libtorrent_rasterbar_la-put_data.o kademlia/.libs/libtorrent_rasterbar_la-msg.o kademlia/.libs/libtorrent_rasterbar_la-node.o kademlia/.libs/libtorrent_rasterbar_la-node_entry.o kademlia/.libs/libtorrent_rasterbar_la-node_id.o kademlia/.libs/libtorrent_rasterbar_la-refresh.o kademlia/.libs/libtorrent_rasterbar_la-routing_table.o kademlia/.libs/libtorrent_rasterbar_la-rpc_manager.o kademlia/.libs/libtorrent_rasterbar_la-traversal_algorithm.o kademlia/.libs/libtorrent_rasterbar_la-dos_blocker.o kademlia/.libs/libtorrent_rasterbar_la-get_peers.o kademlia/.libs/libtorrent_rasterbar_la-get_item.o kademlia/.libs/libtorrent_rasterbar_la-item.o kademlia/.libs/libtorrent_rasterbar_la-ed25519.o kademlia/.libs/libtorrent_rasterbar_la-sample_infohashes.o kademlia/.libs/libtorrent_rasterbar_la-dht_settings.o ../ed25519/src/.libs/libtorrent_rasterbar_la-add_scalar.o ../ed25519/src/.libs/libtorrent_rasterbar_la-fe.o ../ed25519/src/.libs/libtorrent_rasterbar_la-ge.o ../ed25519/src/.libs/libtorrent_rasterbar_la-key_exchange.o ../ed25519/src/.libs/libtorrent_rasterbar_la-keypair.o ../ed25519/src/.libs/libtorrent_rasterbar_la-sc.o ../ed25519/src/.libs/libtorrent_rasterbar_la-sign.o ../ed25519/src/.libs/libtorrent_rasterbar_la-verify.o .libs/libtorrent_rasterbar_la-hasher512.o   -L/usr/lib/x86_64-linux-gnu -lssl -lcrypto -lboost_system -lpthread -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o    -Wl,-soname -Wl,libtorrent-rasterbar.so.10 -o .libs/libtorrent-rasterbar.so.10.0.0
libtool: link: (cd ".libs" && rm -f "libtorrent-rasterbar.so.10" && ln -s "libtorrent-rasterbar.so.10.0.0" "libtorrent-rasterbar.so.10")
libtool: link: (cd ".libs" && rm -f "libtorrent-rasterbar.so" && ln -s "libtorrent-rasterbar.so.10.0.0" "libtorrent-rasterbar.so")
libtool: link: ( cd ".libs" && rm -f "libtorrent-rasterbar.la" && ln -s "../libtorrent-rasterbar.la" "libtorrent-rasterbar.la" )
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2/src'
Making all in examples
make[1]: Entering directory '/tmp/libtorrent-RC_1_2/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2/examples'
Making all in test
make[1]: Entering directory '/tmp/libtorrent-RC_1_2/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2/test'
Making all in bindings
make[1]: Entering directory '/tmp/libtorrent-RC_1_2/bindings'
Making all in python
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/bindings'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings'
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings'
Making all in tools
make[1]: Entering directory '/tmp/libtorrent-RC_1_2/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2/tools'
make[1]: Entering directory '/tmp/libtorrent-RC_1_2'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2'
if test -z 'strip'; then \
  make  INSTALL_PROGRAM="/bin/bash /tmp/libtorrent-RC_1_2/build-aux/install-sh -c -s" \
    install_sh_PROGRAM="/bin/bash /tmp/libtorrent-RC_1_2/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
      install; \
else \
  make  INSTALL_PROGRAM="/bin/bash /tmp/libtorrent-RC_1_2/build-aux/install-sh -c -s" \
    install_sh_PROGRAM="/bin/bash /tmp/libtorrent-RC_1_2/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
    "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \
fi
make[1]: Entering directory '/tmp/libtorrent-RC_1_2'
Making install in include/libtorrent
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/include/libtorrent'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/include/libtorrent'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/include/libtorrent'
 /usr/bin/install -c -m 644  address.hpp add_torrent_params.hpp alert.hpp alert_manager.hpp alert_types.hpp announce_entry.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_socket.hpp bandwidth_queue_entry.hpp bencode.hpp bdecode.hpp bitfield.hpp block_cache.hpp bloom_filter.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp chained_buffer.hpp choker.hpp close_reason.hpp config.hpp ConvertUTF.h copy_ptr.hpp crc32c.hpp create_torrent.hpp deadline_timer.hpp debug.hpp disk_buffer_holder.hpp disk_buffer_pool.hpp disk_interface.hpp disk_io_job.hpp disk_io_thread.hpp disk_io_thread_pool.hpp disk_observer.hpp disk_job_pool.hpp ed25519.hpp entry.hpp enum_net.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  error.hpp error_code.hpp extensions.hpp file.hpp file_pool.hpp file_storage.hpp fingerprint.hpp flags.hpp fwd.hpp gzip.hpp hasher.hpp hasher512.hpp hex.hpp heterogeneous_queue.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp i2p_stream.hpp identify_client.hpp invariant_check.hpp io.hpp io_service.hpp io_service_fwd.hpp ip_filter.hpp ip_voter.hpp lazy_entry.hpp link.hpp linked_list.hpp lsd.hpp magnet_uri.hpp natpmp.hpp netlink.hpp operations.hpp optional.hpp packet_buffer.hpp packet_pool.hpp parse_url.hpp part_file.hpp '/usr/local/include/libtorrent/.'
 /usr/bin/install -c -m 644  pe_crypto.hpp performance_counters.hpp peer_connection.hpp peer_connection_handle.hpp peer_connection_interface.hpp peer.hpp peer_class.hpp peer_class_set.hpp peer_class_type_filter.hpp peer_id.hpp peer_info.hpp peer_request.hpp pex_flags.hpp piece_block.hpp piece_block_progress.hpp piece_picker.hpp platform_util.hpp peer_list.hpp portmap.hpp proxy_base.hpp puff.hpp random.hpp read_resume_data.hpp write_resume_data.hpp receive_buffer.hpp resolve_links.hpp resolver.hpp resolver_interface.hpp request_blocks.hpp session.hpp session_handle.hpp session_settings.hpp session_stats.hpp session_status.hpp session_types.hpp settings_pack.hpp sha1.hpp sha512.hpp sha1_hash.hpp sliding_average.hpp '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/allocating_handler.hpp aux_/aligned_storage.hpp aux_/aligned_union.hpp aux_/bind_to_device.hpp aux_/block_cache_reference.hpp aux_/container_wrapper.hpp aux_/cpuid.hpp aux_/disable_warnings_push.hpp aux_/disable_warnings_pop.hpp aux_/disk_job_fence.hpp aux_/deferred_handler.hpp aux_/deprecated.hpp aux_/dev_random.hpp aux_/deque.hpp aux_/escape_string.hpp aux_/export.hpp aux_/generate_peer_id.hpp aux_/io.hpp aux_/listen_socket_handle.hpp aux_/path.hpp aux_/merkle.hpp aux_/session_call.hpp aux_/session_impl.hpp aux_/session_settings.hpp aux_/session_udp_sockets.hpp aux_/set_socket_buffer.hpp aux_/proxy_settings.hpp aux_/session_interface.hpp aux_/suggest_piece.hpp aux_/socket_type.hpp aux_/storage_piece_set.hpp aux_/string_ptr.hpp aux_/time.hpp aux_/file_progress.hpp aux_/openssl.hpp aux_/byteswap.hpp aux_/route.h aux_/cppint_import_export.hpp aux_/ffs.hpp aux_/portmap.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
 /usr/bin/install -c -m 644  aux_/lsd.hpp aux_/has_block.hpp aux_/scope_end.hpp aux_/vector.hpp aux_/win_crypto_provider.hpp aux_/win_util.hpp aux_/storage_utils.hpp aux_/numeric_cast.hpp aux_/unique_ptr.hpp aux_/alloca.hpp aux_/throw.hpp aux_/array.hpp aux_/ip_notifier.hpp aux_/noexcept_movable.hpp aux_/torrent_impl.hpp aux_/instantiate_connection.hpp aux_/range.hpp aux_/windows.hpp '/usr/local/include/libtorrent/aux_'
 /bin/mkdir -p '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  extensions/smart_ban.hpp extensions/ut_metadata.hpp extensions/ut_pex.hpp '/usr/local/include/libtorrent/extensions'
 /usr/bin/install -c -m 644  socket.hpp socket_io.hpp socks5_stream.hpp ssl_stream.hpp stack_allocator.hpp stat.hpp stat_cache.hpp storage.hpp storage_defs.hpp tailqueue.hpp string_view.hpp string_util.hpp time.hpp timestamp_history.hpp torrent_flags.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp torrent_peer.hpp torrent_peer_allocator.hpp tracker_manager.hpp torrent_status.hpp udp_socket.hpp udp_tracker_connection.hpp union_endpoint.hpp units.hpp upnp.hpp utp_socket_manager.hpp utp_stream.hpp utf8.hpp vector_utils.hpp version.hpp web_connection_base.hpp web_peer_connection.hpp xml_parse.hpp span.hpp download_priority.hpp index_range.hpp '/usr/local/include/libtorrent/.'
 /bin/mkdir -p '/usr/local/include/libtorrent/kademlia'
 /usr/bin/install -c -m 644  kademlia/announce_flags.hpp kademlia/dht_settings.hpp kademlia/dht_state.hpp kademlia/dht_storage.hpp kademlia/dht_tracker.hpp kademlia/dht_observer.hpp kademlia/direct_request.hpp kademlia/dos_blocker.hpp kademlia/find_data.hpp kademlia/io.hpp kademlia/put_data.hpp kademlia/msg.hpp kademlia/node.hpp kademlia/node_entry.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp kademlia/types.hpp kademlia/ed25519.hpp kademlia/item.hpp kademlia/get_item.hpp kademlia/sample_infohashes.hpp kademlia/get_peers.hpp '/usr/local/include/libtorrent/kademlia'
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/include/libtorrent'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/include/libtorrent'
Making install in src
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/src'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/src'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c -s  libtorrent-rasterbar.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.so.10.0.0 /usr/local/lib/libtorrent-rasterbar.so.10.0.0
libtool: install: strip --strip-unneeded /usr/local/lib/libtorrent-rasterbar.so.10.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so.10 || { rm -f libtorrent-rasterbar.so.10 && ln -s libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so.10; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.10.0.0 libtorrent-rasterbar.so; }; })
libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.lai /usr/local/lib/libtorrent-rasterbar.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/src'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/src'
Making install in examples
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/examples'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/examples'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/examples'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/examples'
Making install in test
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/test'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/test'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/test'
Making install in bindings
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/bindings'
Making install in python
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[4]: Entering directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings/python'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/bindings'
make[4]: Entering directory '/tmp/libtorrent-RC_1_2/bindings'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings'
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/bindings'
Making install in tools
make[2]: Entering directory '/tmp/libtorrent-RC_1_2/tools'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2/tools'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2/tools'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2/tools'
make[2]: Entering directory '/tmp/libtorrent-RC_1_2'
make[3]: Entering directory '/tmp/libtorrent-RC_1_2'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/local/lib/pkgconfig'
make[3]: Leaving directory '/tmp/libtorrent-RC_1_2'
make[2]: Leaving directory '/tmp/libtorrent-RC_1_2'
make[1]: Leaving directory '/tmp/libtorrent-RC_1_2'
Reading package lists... Done
Building dependency tree
Reading state information... Done
qtbase5-dev is already the newest version (5.7.1+dfsg-3+deb9u1).
libqt5svg5-dev is already the newest version (5.7.1~20161021-2+b2).
qttools5-dev-tools is already the newest version (5.7.1-1).
zlib1g-dev is already the newest version (1:1.2.8.dfsg-5).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
--2019-12-15 18:06:00--  https://github.com/qbittorrent/qBittorrent/archive/release-4.2.0.tar.gz
Resolving github.com (github.com)... 13.250.177.223
Connecting to github.com (github.com)|13.250.177.223|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-4.2.0 [following]
--2019-12-15 18:06:01--  https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-4.2.0
Resolving codeload.github.com (codeload.github.com)... 13.250.162.133
Connecting to codeload.github.com (codeload.github.com)|13.250.162.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘STDOUT’

-                                                       [                         <=>                                                                                       ]   7.44M   131KB/s    in 47s

2019-12-15 18:06:50 (161 KB/s) - written to stdout [7797615]

checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking dependency style of g++... none
checking whether OS is FreeBSD... no
checking whether OS is macOS... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.23... yes
checking whether to enable the Debug build... no
checking whether to enable the stacktrace feature... yes
checking whether to enable the GUI... no
checking whether to install the systemd service file... yes
checking whether to enable the WebUI... yes
checking for Qt5 qmake >= 5.9.0... not found
configure: error: Could not find qmake
Kolcha commented 4 years ago

run dpkg-query -W and post results here. it is very strange... you still don't have Qt dev tools or it is too old (not Debian 10?). output from this command will list everything installed in your system. please attach any output listsing/logs as files (or even better links to files, which can be easy dropped to do not waste the space), it is very hard to read them as "message text", moreover, GitHub tries to apply some formatting... As alternative solution, I can provide the script which will build everything (including Qt) from sources, but running this script will take pretty much time (about a hour) on weak (2 CPU cores) machine.

Kolcha commented 4 years ago

so... I packaged qBittorrent 4.2.0 for Debian (10, testing and unstable). All dependencies are used from official Debian repositories, as result libtorrent 1.1 is used. Both GUI and headless (daemon, nox) versions are packaged. anyone interested can download it here. Just follow instructions on the page, install qbittorrent-nox instead of qbittorrent (as shown) if you need daemon. P.S.> only x86_64 builds are available right now, feel free to ask me to add build for ARM for example. build service provides wide range of architectures

sledgehammer999 commented 4 years ago

You apparently aren't reading and following the wiki closely. You do this:

root@U-NAS:/# add-apt-repository ppa:beineri/opt-qt597-xenial

While the wiki clearly states that it is a step for Ubuntu 16.04 LTS. It also clearly states that for Debian 10 you don't need a special PPA. Just use the command it shows below. (Now you have to remove that PPA and do a sudo apt-get update).

How you get these versions on Debian 10 is beyond me:

qtbase5-dev is already the newest version (5.7.1+dfsg-3+deb9u1). libqt5svg5-dev is already the newest version (5.7.120161021-2+b2). qttools5-dev-tools is already the newest version (5.7.1-1).

Current debian 10 version is 5.11.3. Yours seems to come from Debian 9. Did you do an upgrade to Debian 10 on top of Debian 9? If so, your repos are probably messed up that's why you get bad results.

saeson001 commented 4 years ago

run dpkg-query -W and post results here. it is very strange... you still don't have Qt dev tools or it is too old (not Debian 10?). output from this command will list everything installed in your system. please attach any output listsing/logs as files (or even better links to files, which can be easy dropped to do not waste the space), it is very hard to read them as "message text", moreover, GitHub tries to apply some formatting... As alternative solution, I can provide the script which will build everything (including Qt) from sources, but running this script will take pretty much time (about a hour) on weak (2 CPU cores) machine.

root@U-NAS:/# dpkg-query -W
about-unas      1.1.1
acl     2.2.52-3+b1
adduser 3.115
afp-unas        1.1.1
apache2 2.4.25-3+deb9u8
apache2-bin     2.4.25-3+deb9u8
apache2-data    2.4.25-3+deb9u8
apache2-utils   2.4.25-3+deb9u8
appmanager-unas 1.1.9
apt     1.4.9
apt-utils       1.4.9
aptitude        0.8.7-1
aptitude-common 0.8.7-1
attr    1:2.4.47-2+b2
autoconf        2.69-10
automake        1:1.15-6
automount-unas  1.1.0
autopoint       0.19.8.1-2+deb9u1
autotools-dev   20161112.1
avahi-daemon    0.6.32-2
base-files      9.9+deb9u11
base-passwd     3.5.43
bash    4.4-5
bash-completion 1:2.1-4.3
beep    1.3-4+deb9u1
bind9-host      1:9.10.3.dfsg.P4-12.3+deb9u5
binutils        2.28-5
bsdmainutils    9.0.12+nmu1
bsdutils        1:2.29.2-1+deb9u1
build-essential 12.3
busybox 1:1.22.0-19+b3
bzip2   1.0.6-8.1
ca-certificates 20161130+nmu1+deb9u1
changepassword-unas     1.1.3
cifs-utils      2:6.7-1
console-setup   1.164
console-setup-linux     1.164
controlpanel-unas       1.1.2
coreutils       8.26-3
cpio    2.11+dfsg-6
cpp     4:6.3.0-4
cpp-6   6.3.0-18+deb9u1
cracklib-runtime        2.9.2-5
cron    3.0pl1-128+deb9u1
cryptsetup      2:1.7.3-4
cryptsetup-bin  2:1.7.3-4
daemon  0.6.4-1+b2
dash    0.5.8-2.4
db-util 5.3.1
db5.3-util      5.3.28-12+deb9u1
dbus    1.10.28-0+deb9u1
ddns-unas       1.1.0
debconf 1.5.61
debconf-i18n    1.5.61
debhelper       10.2.5
debian-archive-keyring  2017.5+deb9u1
debianutils     4.8.1.1
dh-autoreconf   14
dh-php  0.26
dh-python       2.20170125
dh-strip-nondeterminism 0.034-1
diffutils       1:3.5-3
discover        2.1.2-7.1+deb9u1
discover-data   2.2013.01.11
disksmart-unas  1.1.3
dmeventd        2:1.02.137-2
dmidecode       3.0-4
dmsetup 2:1.02.137-2
docker-unas     1.1.1
dpkg    1.18.25
dpkg-dev        1.18.25
e2fslibs:amd64  1.43.4-2
e2fsprogs       1.43.4-2
easysetup-unas  1.1.3
eject   2.1.5+deb1+cvs20081104-13.2
errormessage-unas       1.1.6
ethtool 1:4.8-1+b1
exim4-base      4.89-2+deb9u5
exim4-config    4.89-2+deb9u5
exim4-daemon-light      4.89-2+deb9u5
expect  5.45-7+deb9u1
fakeroot        1.21-3.1
file    1:5.30-1+deb9u2
findutils       4.6.0+git+20161106-2
fontconfig      2.11.0-6.7+b1
fontconfig-config       2.11.0-6.7
fonts-dejavu-core       2.37-1
ftp-unas        1.1.5
fuse    2.9.7-1+deb9u2
g++     4:6.3.0-4
g++-6   6.3.0-18+deb9u1
gcc     4:6.3.0-4
gcc-6   6.3.0-18+deb9u1
gcc-6-base:amd64        6.3.0-18+deb9u1
geoip-bin       1.6.9-4
geoip-database  20170512-1
gettext 0.19.8.1-2+deb9u1
gettext-base    0.19.8.1-2+deb9u1
gir1.2-glib-2.0:amd64   1.50.0-1+b1
git     1:2.11.0-3+deb9u4
git-man 1:2.11.0-3+deb9u4
gnupg   2.1.18-8~deb9u4
gnupg-agent     2.1.18-8~deb9u4
gpg-unas        1.1.0
gpgv    2.1.18-8~deb9u4
grep    2.27-2
groff-base      1.22.3-9
groupaccount-unas       1.1.4
grub-common     2.02~beta3-5+deb9u2
grub-pc 2.02~beta3-5+deb9u2
grub-pc-bin     2.02~beta3-5+deb9u2
grub2-common    2.02~beta3-5+deb9u2
guile-2.0-libs:amd64    2.0.13+1-4
gzip    1.6-5+b1
hardwaresetup-unas      1.1.1
hddtemp 0.3-beta15-52+b1
hdparm  9.51+ds-1+deb9u1
help-unas       1.1.0
hostname        3.18+b1
i965-va-driver:amd64    1.7.3-1
ifenslave       2.9
ifupdown        0.8.19
init    1.48
init-system-helpers     1.56+nmu1
initramfs-tools 0.130
initramfs-tools-core    0.130
initscripts     2.88dsf-59.9
insserv 1.14.0-5.4+b1
installation-report     2.62
intltool-debian 0.35.0+20060710.4
iproute2        4.9.0-1+deb9u1
iptables        1.6.0+snapshot20161117-6
iputils-ping    3:20161105-1
isc-dhcp-client 4.3.5-3+deb9u1
isc-dhcp-common 4.3.5-3+deb9u1
iscsitarget-unas        1.1.3
iso-codes       3.75-1
kbd     2.0.3-2+b1
keyboard-configuration  1.164
keyutils        1.5.9-9
klibc-utils     2.0.4-9
kmod    23-2
laptop-detect   0.13.8
libaacs0:amd64  0.8.1-2
libacl1:amd64   2.2.52-3+b1
libaio1:amd64   0.3.110-3
libalgorithm-diff-perl  1.19.03-1
libalgorithm-diff-xs-perl       0.04-4+b2
libalgorithm-merge-perl 0.08-3
libapache2-mod-bw       0.92-11
libapache2-mod-php7.0   7.0.33-0+deb9u3
libapparmor1:amd64      2.11.0-3+deb9u2
libapr1:amd64   1.5.2-5
libaprutil1:amd64       1.5.4-3
libaprutil1-dbd-sqlite3:amd64   1.5.4-3
libaprutil1-ldap:amd64  1.5.4-3
libapt-inst2.0:amd64    1.4.9
libapt-pkg5.0:amd64     1.4.9
libarchive-zip-perl     1.59-1+deb9u1
libasan3:amd64  6.3.0-18+deb9u1
libasound2:amd64        1.1.3-5
libasound2-data 1.1.3-5
libassuan0:amd64        2.4.3-2
libasyncns0:amd64       0.8-6
libatalk18      3.1.12-1
libatomic1:amd64        6.3.0-18+deb9u1
libattr1:amd64  1:2.4.47-2+b2
libaudio2:amd64 1.9.4-5+b1
libaudit-common 1:2.6.7-2
libaudit1:amd64 1:2.6.7-2
libavahi-client3:amd64  0.6.32-2
libavahi-common-data:amd64      0.6.32-2
libavahi-common3:amd64  0.6.32-2
libavahi-core7:amd64    0.6.32-2
libavcodec57:amd64      10:3.3.8-dmo1+deb9u1
libavformat57:amd64     10:3.3.8-dmo1+deb9u1
libavutil55:amd64       10:3.3.8-dmo1+deb9u1
libbdplus0:amd64        0.1.2-2
libbind9-140:amd64      1:9.10.3.dfsg.P4-12.3+deb9u5
libblkid1:amd64 2.29.2-1+deb9u1
libbluray2:amd64        2:1.0.0-dmo1
libboost-chrono-dev:amd64       1.62.0.1
libboost-chrono1.62-dev:amd64   1.62.0+dfsg-4
libboost-chrono1.62.0:amd64     1.62.0+dfsg-4
libboost-dev:amd64      1.62.0.1
libboost-filesystem1.62.0:amd64 1.62.0+dfsg-4
libboost-iostreams1.62.0:amd64  1.62.0+dfsg-4
libboost-random-dev:amd64       1.62.0.1
libboost-random1.62-dev:amd64   1.62.0+dfsg-4
libboost-random1.62.0:amd64     1.62.0+dfsg-4
libboost-system-dev:amd64       1.62.0.1
libboost-system1.62-dev:amd64   1.62.0+dfsg-4
libboost-system1.62.0:amd64     1.62.0+dfsg-4
libboost1.62-dev:amd64  1.62.0+dfsg-4
libbsd0:amd64   0.8.3-1
libbz2-1.0:amd64        1.0.6-8.1
libc-bin        2.24-11+deb9u4
libc-dev-bin    2.24-11+deb9u4
libc-l10n       2.24-11+deb9u4
libc6:amd64     2.24-11+deb9u4
libc6-dev:amd64 2.24-11+deb9u4
libcairo2:amd64 1.14.8-1
libcap-ng0:amd64        0.7.7-3+b1
libcap2:amd64   1:2.25-1
libcap2-bin     1:2.25-1
libcc1-0:amd64  6.3.0-18+deb9u1
libcgi-fast-perl        1:2.12-1
libcgi-pm-perl  4.35-1
libchromaprint1:amd64   1:1.4.2-dmo1
libcilkrts5:amd64       6.3.0-18+deb9u1
libclass-accessor-perl  0.34-1
libcomerr2:amd64        1.43.4-2
libcrack2:amd64 2.9.2-5
libcroco3:amd64 0.6.11-3
libcryptsetup4:amd64    2:1.7.3-4
libcrystalhd3:amd64     1:0.0~git20110715.fdd2f19-12
libcups2:amd64  2.2.1-8+deb9u4
libcurl3:amd64  7.52.1-5+deb9u9
libcurl3-gnutls:amd64   7.52.1-5+deb9u9
libcwidget3v5:amd64     0.5.17-4+b1
libdaemon0:amd64        0.14-6
libdb5.3:amd64  5.3.28-12+deb9u1
libdbus-1-3:amd64       1.10.28-0+deb9u1
libdbus-glib-1-2:amd64  0.108-2
libdebconfclient0:amd64 0.227
libdevmapper-event1.02.1:amd64  2:1.02.137-2
libdevmapper1.02.1:amd64        2:1.02.137-2
libdiscover2    2.1.2-7.1+deb9u1
libdns-export162        1:9.10.3.dfsg.P4-12.3+deb9u5
libdns162:amd64 1:9.10.3.dfsg.P4-12.3+deb9u5
libdouble-conversion1:amd64     2.0.1-4
libdpkg-perl    1.18.25
libdrm-amdgpu1:amd64    2.4.74-1
libdrm-dev:amd64        2.4.74-1
libdrm-intel1:amd64     2.4.74-1
libdrm-nouveau2:amd64   2.4.74-1
libdrm-radeon1:amd64    2.4.74-1
libdrm2:amd64   2.4.74-1
libedit2:amd64  3.1-20160903-3
libegl1-mesa:amd64      13.0.6-1+b2
libelf1:amd64   0.168-1
libencode-locale-perl   1.05-1
liberror-perl   0.17024-1
libestr0        0.1.10-2
libevdev2:amd64 1.5.6+dfsg-1
libevent-2.0-5:amd64    2.0.21-stable-3
libexif12:amd64 0.6.21-2+b2
libexpat1:amd64 2.2.0-2+deb9u2
libexpat1-dev:amd64     2.2.0-2+deb9u2
libexporter-tiny-perl   0.042-1
libfakeroot:amd64       1.21-3.1
libfastjson4:amd64      0.99.4-1
libfcgi-perl    0.78-2
libfdisk1:amd64 2.29.2-1+deb9u1
libfdk-aac1:amd64       1:0.1.5-dmo2
libffi6:amd64   3.2.1-6
libfile-copy-recursive-perl     0.38-1
libfile-fcntllock-perl  0.22-3+b2
libfile-stripnondeterminism-perl        0.034-1
libflac8:amd64  1.3.2-1
libfontconfig1:amd64    2.11.0-6.7+b1
libfontenc1:amd64       1:1.1.3-1+b2
libfreetype6:amd64      2.6.3-3.2
libfribidi0:amd64       0.19.7-1+deb9u1
libfuse2:amd64  2.9.7-1+deb9u2
libgbm1:amd64   13.0.6-1+b2
libgc1c2:amd64  1:7.4.2-8
libgcc-6-dev:amd64      6.3.0-18+deb9u1
libgcc1:amd64   1:6.3.0-18+deb9u1
libgcrypt20:amd64       1.7.6-2+deb9u3
libgd3:amd64    2.2.4-2+deb9u5
libgdbm3:amd64  1.8.3-14
libgeoip-dev    1.6.9-4
libgeoip1:amd64 1.6.9-4
libgirepository-1.0-1:amd64     1.50.0-1+b1
libgl1-mesa-dev:amd64   13.0.6-1+b2
libgl1-mesa-dri:amd64   13.0.6-1+b2
libgl1-mesa-glx:amd64   13.0.6-1+b2
libglapi-mesa:amd64     13.0.6-1+b2
libglib2.0-0:amd64      2.50.3-2+deb9u1
libglib2.0-data 2.50.3-2+deb9u1
libglu1-mesa:amd64      9.0.0-2.1
libglu1-mesa-dev:amd64  9.0.0-2.1
libgme0:amd64   0.6.0-4
libgmp10:amd64  2:6.1.2+dfsg-1
libgnutls30:amd64       3.5.8-5+deb9u4
libgomp1:amd64  6.3.0-18+deb9u1
libgpg-error0:amd64     1.26-2
libgpgme11:amd64        1.8.0-3+b2
libgraphite2-3:amd64    1.3.10-1
libgsasl7       1.8.0-8+b2
libgsm1:amd64   1.0.13-4+b2
libgssapi-krb5-2:amd64  1.15-1+deb9u1
libgstreamer-plugins-base1.0-0:amd64    1.10.4-1+deb9u1
libgstreamer1.0-0:amd64 1.10.4-1
libgudev-1.0-0:amd64    230-3
libharfbuzz0b:amd64     1.4.2-1
libhogweed4:amd64       3.3-1+b2
libhtml-parser-perl     3.72-3
libhtml-tagset-perl     3.20-3
libhttp-date-perl       6.02-1
libhttp-message-perl    6.11-1
libice6:amd64   2:1.0.9-2
libicu57:amd64  57.1-6+deb9u3
libid3tag0:amd64        0.15.1b-12
libidn11:amd64  1.33-1
libidn2-0:amd64 0.16-1+deb9u1
libilbc2:amd64  2.0.2-dmo4
libinput-bin    1.6.3-1
libinput10:amd64        1.6.3-1
libio-html-perl 1.001-1
libio-string-perl       1.08-3
libip4tc0:amd64 1.6.0+snapshot20161117-6
libip6tc0:amd64 1.6.0+snapshot20161117-6
libiptc0:amd64  1.6.0+snapshot20161117-6
libisc-export160        1:9.10.3.dfsg.P4-12.3+deb9u5
libisc160:amd64 1:9.10.3.dfsg.P4-12.3+deb9u5
libisccc140:amd64       1:9.10.3.dfsg.P4-12.3+deb9u5
libisccfg140:amd64      1:9.10.3.dfsg.P4-12.3+deb9u5
libisl15:amd64  0.18-1
libitm1:amd64   6.3.0-18+deb9u1
libiw30:amd64   30~pre9-12+b1
libjack-jackd2-0:amd64  1.9.10+20150825git1ed50c92~dfsg-5
libjbig0:amd64  2.1-3.1+b2
libjpeg62-turbo:amd64   1:1.5.1-2
libk5crypto3:amd64      1.15-1+deb9u1
libkeyutils1:amd64      1.5.9-9
libklibc        2.0.4-9
libkmod2:amd64  23-2
libkrb5-3:amd64 1.15-1+deb9u1
libkrb5support0:amd64   1.15-1+deb9u1
libksba8:amd64  1.3.5-2
libkvazaar3:amd64       1:1.1.0-dmo1
libkyotocabinet16v5:amd64       1.2.76-4.2+b1
libldap-2.4-2:amd64     2.4.44+dfsg-5+deb9u3
libldap-common  2.4.44+dfsg-5+deb9u3
libldb1:amd64   2:1.1.27-1+deb9u1
liblist-moreutils-perl  0.416-1+b1
libllvm3.9:amd64        1:3.9.1-9
liblocale-gettext-perl  1.07-3+b1
liblockfile-bin 1.14-1+b1
liblockfile1:amd64      1.14-1+b1
liblogging-stdlog0:amd64        1.0.5-2+b2
liblognorm5:amd64       2.0.1-1.1+b1
liblsan0:amd64  6.3.0-18+deb9u1
libltdl-dev:amd64       2.4.6-2
libltdl7:amd64  2.4.6-2
liblua5.2-0:amd64       5.2.4-1.1+b2
liblvm2app2.2:amd64     2.02.168-2
liblvm2cmd2.02:amd64    2.02.168-2
liblwp-mediatypes-perl  6.02-1
liblwres141:amd64       1:9.10.3.dfsg.P4-12.3+deb9u5
liblz4-1:amd64  0.0~r131-2+b1
liblzma5:amd64  5.2.2-1.2+b1
liblzo2-2:amd64 2.08-1.2+b2
libmagic-mgc    1:5.30-1+deb9u2
libmagic1:amd64 1:5.30-1+deb9u2
libmail-sendmail-perl   0.79.16-2
libmailutils5:amd64     1:3.1.1-1
libmariadbclient18:amd64        10.1.41-0+deb9u1
libmcrypt4      2.5.8-3.3
libmemcached11:amd64    1.0.18-4.1
libmemcachedutil2:amd64 1.0.18-4.1
libmfx0:amd64   1.21-dmo1
libminiupnpc10:amd64    1.9.20140610-4
libmnl0:amd64   1.0.4-2
libmount1:amd64 2.29.2-1+deb9u1
libmp3lame0:amd64       1:3.99.5-dmo6
libmpc3:amd64   1.0.3-1+b2
libmpdec2:amd64 2.4.2-1
libmpfr4:amd64  3.1.5-1
libmpg123-0:amd64       1.23.8-1+b1
libmpx2:amd64   6.3.0-18+deb9u1
libmtdev1:amd64 1.1.5-1+b1
libnatpmp1:amd64        20110808-4+b1
libncurses5:amd64       6.0+20161126-1+deb9u2
libncursesw5:amd64      6.0+20161126-1+deb9u2
libnetfilter-conntrack3:amd64   1.0.6-2
libnettle6:amd64        3.3-1+b2
libnewt0.52:amd64       0.52.19-1+b1
libnfnetlink0:amd64     1.0.1-3
libnfsidmap2:amd64      0.25-5.1
libnghttp2-14:amd64     1.18.1-1
libnl-3-200:amd64       3.2.27-2
libnl-genl-3-200:amd64  3.2.27-2
libnpth0:amd64  1.3-1
libnss-mdns:amd64       0.10-8
libntfs-3g871   1:2016.2.22AR.1+dfsg-1+deb9u1
libntlm0:amd64  1.4-8
libnuma1:amd64  2.0.11-2.1
libogg0:amd64   1.3.2-1
libopenal-data  1:1.17.2-4
libopenal1:amd64        1:1.17.2-4+b2
libopencore-amrnb0:amd64        0.1.3-2.1+b2
libopencore-amrwb0:amd64        0.1.3-2.1+b2
libopenh264-2:amd64     1.6.0-dmo3
libopenjp2-7:amd64      2.1.2-1.1+deb9u3
libopenmpt0:amd64       0.2.7386~beta20.3-3+deb9u3
libopus0:amd64  1.2~alpha2-1
liborc-0.4-0:amd64      1:0.4.26-2
libout123-0:amd64       1.23.8-1+b1
libp11-kit0:amd64       0.23.3-2
libpam-cracklib:amd64   1.1.8-3.6
libpam-modules:amd64    1.1.8-3.6
libpam-modules-bin      1.1.8-3.6
libpam-runtime  1.1.8-3.6
libpam-systemd:amd64    232-25+deb9u12
libpam0g:amd64  1.1.8-3.6
libparse-debianchangelog-perl   1.2.0-12
libparted2:amd64        3.2-17
libpci3:amd64   1:3.5.2-1
libpciaccess0:amd64     0.13.4-1+b2
libpcre16-3:amd64       2:8.39-3
libpcre3:amd64  2:8.39-3
libpcre3-dev:amd64      2:8.39-3
libpcre32-3:amd64       2:8.39-3
libpcrecpp0v5:amd64     2:8.39-3
libpcsclite1:amd64      1.8.20-1
libperl5.24:amd64       5.24.1-3+deb9u5
libpipeline1:amd64      1.4.1-2
libpixman-1-0:amd64     0.34.0-1
libpng16-16:amd64       1.6.28-1+deb9u1
libpopt0:amd64  1.16-10+b2
libportaudio2:amd64     19.6.0-1
libprocps6:amd64        2:3.3.12-3+deb9u1
libproxy1v5:amd64       0.4.14-2
libpsl5:amd64   0.17.0-3
libpthread-stubs0-dev:amd64     0.3-4
libpulse0:amd64 10.0-1+deb9u1
libpython-stdlib:amd64  2.7.13-2
libpython2.7:amd64      2.7.13-2+deb9u3
libpython2.7-minimal:amd64      2.7.13-2+deb9u3
libpython2.7-stdlib:amd64       2.7.13-2+deb9u3
libpython3-dev:amd64    3.5.3-1
libpython3-stdlib:amd64 3.5.3-1
libpython3.5:amd64      3.5.3-1+deb9u1
libpython3.5-dev:amd64  3.5.3-1+deb9u1
libpython3.5-minimal:amd64      3.5.3-1+deb9u1
libpython3.5-stdlib:amd64       3.5.3-1+deb9u1
libqt5clucene5:amd64    5.7.1-1
libqt5concurrent5:amd64 5.7.1+dfsg-3+deb9u1
libqt5core5a:amd64      5.7.1+dfsg-3+deb9u1
libqt5dbus5:amd64       5.7.1+dfsg-3+deb9u1
libqt5designer5:amd64   5.7.1-1
libqt5designercomponents5:amd64 5.7.1-1
libqt5gui5:amd64        5.7.1+dfsg-3+deb9u1
libqt5help5:amd64       5.7.1-1
libqt5network5:amd64    5.7.1+dfsg-3+deb9u1
libqt5opengl5:amd64     5.7.1+dfsg-3+deb9u1
libqt5printsupport5:amd64       5.7.1+dfsg-3+deb9u1
libqt5qml5:amd64        5.7.1-2+b2
libqt5quick5:amd64      5.7.1-2+b2
libqt5quickwidgets5:amd64       5.7.1-2+b2
libqt5sql5:amd64        5.7.1+dfsg-3+deb9u1
libqt5svg5:amd64        5.7.1~20161021-2+b2
libqt5svg5-dev:amd64    5.7.1~20161021-2+b2
libqt5test5:amd64       5.7.1+dfsg-3+deb9u1
libqt5webkit5:amd64     5.7.1+dfsg-1
libqt5widgets5:amd64    5.7.1+dfsg-3+deb9u1
libqt5xml5:amd64        5.7.1+dfsg-3+deb9u1
libquadmath0:amd64      6.3.0-18+deb9u1
libreadline5:amd64      5.2+dfsg-3+b1
libreadline7:amd64      7.0-3
librtmp1:amd64  2.4+20151223.gitfa8646d.1-1+b1
libsamplerate0:amd64    0.1.8-8+b2
libsasl2-2:amd64        2.1.27~101-g0780600+dfsg-3
libsasl2-modules-db:amd64       2.1.27~101-g0780600+dfsg-3
libseccomp2:amd64       2.3.1-2.1+deb9u1
libselinux1:amd64       2.6-3+b3
libsemanage-common      2.6-2
libsemanage1:amd64      2.6-2
libsensors4:amd64       1:3.4.0-4
libsepol1:amd64 2.6-2
libshine3:amd64 3.1.0-5
libsigc++-2.0-0v5:amd64 2.10.0-1
libsigsegv2:amd64       2.10-5
libslang2:amd64 2.3.1-5
libsm6:amd64    2:1.2.2-1+b3
libsmartcols1:amd64     2.29.2-1+deb9u1
libsnappy1v5:amd64      1.1.3-3
libsndfile1:amd64       1.0.27-3
libsndio6.1:amd64       1.1.0-3
libsoxr0:amd64  0.1.2-2
libspeex1:amd64 1.2~rc1.2-1+b2
libsqlite0      2.8.17-14
libsqlite3-0:amd64      3.16.2-5+deb9u1
libsqlite3-dev:amd64    3.16.2-5+deb9u1
libss2:amd64    1.43.4-2
libssh2-1:amd64 1.7.0-1+deb9u1
libssl-dev:amd64        1.1.0k-1~deb9u1
libssl-doc      1.1.0k-1~deb9u1
libssl1.0.2:amd64       1.0.2s-1~deb9u1
libssl1.1:amd64 1.1.0k-1~deb9u1
libstdc++-6-dev:amd64   6.3.0-18+deb9u1
libstdc++6:amd64        6.3.0-18+deb9u1
libsub-name-perl        0.21-1
libswresample2:amd64    10:3.3.8-dmo1+deb9u1
libsys-hostname-long-perl       1.5-1
libsystemd0:amd64       232-25+deb9u12
libtalloc2:amd64        2.1.8-1
libtasn1-6:amd64        4.10-1.1+deb9u1
libtcl8.6:amd64 8.6.6+dfsg-1+b1
libtdb1:amd64   1.3.11-2
libtevent0:amd64        0.9.31-1
libtext-charwidth-perl  0.04-7+b5
libtext-iconv-perl      1.7-5+b4
libtext-wrapi18n-perl   0.06-7.1
libtheora0:amd64        1.1.1+dfsg.1-14+b1
libtiff5:amd64  4.0.8-2+deb9u4
libtimedate-perl        2.3000-2
libtinfo5:amd64 6.0+20161126-1+deb9u2
libtirpc1:amd64 0.2.5-1.2+deb9u1
libtk8.6:amd64  8.6.6-1+b1
libtool 2.4.6-2
libtool-bin     2.4.6-2
libtorrent-rasterbar-dev        1.1.1-1+b1
libtorrent-rasterbar9   1.1.1-1+b1
libtsan0:amd64  6.3.0-18+deb9u1
libtxc-dxtn-s2tc:amd64  1.0+git20151227-2
libubsan0:amd64 6.3.0-18+deb9u1
libudev1:amd64  232-25+deb9u12
libunistring0:amd64     0.9.6+really0.9.3-0.1
libupnp6        1:1.6.19+git20160116-1.2
liburi-perl     1.71-1
libusb-0.1-4:amd64      2:0.1.12-30
libusb-1.0-0:amd64      2:1.0.21-1
libustr-1.0-1:amd64     1.0.4-6
libutempter0:amd64      1.1.6-3
libuuid1:amd64  2.29.2-1+deb9u1
libva-drm1:amd64        1.7.3-2
libva-x11-1:amd64       1.7.3-2
libva1:amd64    1.7.3-2
libvdpau-va-gl1:amd64   0.4.2-1
libvdpau1:amd64 1.1.1-6
libvo-amrwbenc0:amd64   0.1.3-1
libvorbis0a:amd64       1.3.5-4+deb9u2
libvorbisenc2:amd64     1.3.5-4+deb9u2
libvorbisfile3:amd64    1.3.5-4+deb9u2
libvpx4:amd64   1.6.1-3+deb9u1
libwacom-common 0.22-1
libwacom2:amd64 0.22-1+b1
libwayland-client0:amd64        1.12.0-1+deb9u1
libwayland-server0:amd64        1.12.0-1+deb9u1
libwbclient0:amd64      2:4.5.16+dfsg-1+deb9u2
libwebp6:amd64  0.5.2-1
libwrap0:amd64  7.6.q-26
libx11-6:amd64  2:1.6.4-3+deb9u1
libx11-data     2:1.6.4-3+deb9u1
libx11-dev:amd64        2:1.6.4-3+deb9u1
libx11-xcb-dev:amd64    2:1.6.4-3+deb9u1
libx11-xcb1:amd64       2:1.6.4-3+deb9u1
libx264-150:amd64       3:0.150.2833+gitdf79067-dmo1
libx265-116:amd64       1:2.4-dmo1
libxapian30:amd64       1.4.3-2+deb9u3
libxau-dev:amd64        1:1.0.8-1
libxau6:amd64   1:1.0.8-1
libxaw7:amd64   2:1.0.13-1+b2
libxcb-dri2-0:amd64     1.12-1
libxcb-dri2-0-dev:amd64 1.12-1
libxcb-dri3-0:amd64     1.12-1
libxcb-dri3-dev:amd64   1.12-1
libxcb-glx0:amd64       1.12-1
libxcb-glx0-dev:amd64   1.12-1
libxcb-icccm4:amd64     0.4.1-1
libxcb-image0:amd64     0.4.0-1+b2
libxcb-keysyms1:amd64   0.4.0-1+b2
libxcb-present-dev:amd64        1.12-1
libxcb-present0:amd64   1.12-1
libxcb-randr0:amd64     1.12-1
libxcb-randr0-dev:amd64 1.12-1
libxcb-render-util0:amd64       0.3.9-1
libxcb-render0:amd64    1.12-1
libxcb-render0-dev:amd64        1.12-1
libxcb-shape0:amd64     1.12-1
libxcb-shape0-dev:amd64 1.12-1
libxcb-shm0:amd64       1.12-1
libxcb-sync-dev:amd64   1.12-1
libxcb-sync1:amd64      1.12-1
libxcb-util0:amd64      0.3.8-3+b2
libxcb-xfixes0:amd64    1.12-1
libxcb-xfixes0-dev:amd64        1.12-1
libxcb-xinerama0:amd64  1.12-1
libxcb-xkb1:amd64       1.12-1
libxcb1:amd64   1.12-1
libxcb1-dev:amd64       1.12-1
libxcomposite1:amd64    1:0.4.4-2
libxdamage-dev:amd64    1:1.1.4-2+b3
libxdamage1:amd64       1:1.1.4-2+b3
libxdmcp-dev:amd64      1:1.1.2-3
libxdmcp6:amd64 1:1.1.2-3
libxext-dev:amd64       2:1.3.3-1+b2
libxext6:amd64  2:1.3.3-1+b2
libxfixes-dev:amd64     1:5.0.3-1
libxfixes3:amd64        1:5.0.3-1
libxft2:amd64   2.3.2-1+b2
libxi6:amd64    2:1.7.9-1
libxinerama1:amd64      2:1.1.3-1+b3
libxkbcommon-x11-0:amd64        0.7.1-2~deb9u1
libxkbcommon0:amd64     0.7.1-2~deb9u1
libxml2:amd64   2.9.4+dfsg1-2.2+deb9u2
libxmu6:amd64   2:1.1.2-2
libxmuu1:amd64  2:1.1.2-2
libxpm4:amd64   1:3.5.12-1
libxrandr2:amd64        2:1.5.1-1
libxrender1:amd64       1:0.9.10-1
libxshmfence-dev:amd64  1.2-1+b2
libxshmfence1:amd64     1.2-1+b2
libxslt1.1:amd64        1.1.29-2.1+deb9u1
libxss1:amd64   1:1.2.2-1
libxt6:amd64    1:1.1.5-1
libxtables12:amd64      1.6.0+snapshot20161117-6
libxtst6:amd64  2:1.2.3-1
libxv1:amd64    2:1.0.11-1
libxvidcore4:amd64      3:1.3.4-dmo1
libxxf86dga1:amd64      2:1.1.4-1+b3
libxxf86vm-dev:amd64    1:1.1.4-1+b2
libxxf86vm1:amd64       1:1.1.4-1+b2
libzip4:amd64   1.1.2-1.1+b1
libzvbi-common  0.2.35-13
libzvbi0:amd64  0.2.35-13
linux-base      4.5
linux-igd       1.0+cvs20070630-5+deb9u1
linux-image-4.9.0-11-amd64      4.9.189-3
linux-image-amd64       4.9+80+deb9u9
linux-libc-dev:amd64    4.9.189-3
lm-sensors      1:3.4.0-4
locales 2.24-11+deb9u4
lockfile-progs  0.1.17+b1
login   1:4.4-4.1
loginmessage-unas       1.1.5
logrotate       3.11.0-0.1
lsb-base        9.20161125
lsof    4.89+dfsg-0.1
lvm-unas        1.1.5
lvm2    2.02.168-2
lynx    2.8.9dev11-1
lynx-common     2.8.9dev11-1
m4      1.4.18-1
mailutils       1:3.1.1-1
mailutils-common        1:3.1.1-1
make    4.1-9.1
man-db  2.7.6.1-2
manpages        4.10-2
manpages-dev    4.10-2
mawk    1.3.3-17+b3
mdadm   3.4-4+b1
mediacenter-unas        1.1.0
mesa-common-dev:amd64   13.0.6-1+b2
mesa-va-drivers:amd64   13.0.6-1+b2
mesa-vdpau-drivers:amd64        13.0.6-1+b2
mime-support    3.60
minidlna        1.1.6+dfsg-1
minissdpd       1.2.20130907-4.1+deb9u1
mount   2.29.2-1+deb9u1
mpg123  1.23.8-1+b1
multiarch-support       2.24-11+deb9u4
mysql-common    5.8+1.0.2
nano    2.7.4-1
ncurses-base    6.0+20161126-1+deb9u2
ncurses-bin     6.0+20161126-1+deb9u2
ncurses-term    6.0+20161126-1+deb9u2
net-tools       1.60+git20161116.90da8a0-1
netatalk        3.1.12-1
netbase 5.4
network-unas    1.1.6
nfs-common      1:1.3.4-2.1
nfs-kernel-server       1:1.3.4-2.1
nfs-unas        1.1.1
notificationsetup-unas  1.1.2
nscd    2.24-11+deb9u4
ntfs-3g 1:2016.2.22AR.1+dfsg-1+deb9u1
onlineusers-unas        1.1.0
openssh-client  1:7.4p1-10+deb9u7
openssh-server  1:7.4p1-10+deb9u7
openssh-sftp-server     1:7.4p1-10+deb9u7
openssl 1.1.0k-1~deb9u1
os-prober       1.76~deb9u1
parted  3.2-17
passwd  1:4.4-4.1
patch   2.7.5-1+deb9u2
pciutils        1:3.5.2-1
perl    5.24.1-3+deb9u5
perl-base       5.24.1-3+deb9u5
perl-modules-5.24       5.24.1-3+deb9u5
php-cli 1:7.0+49
php-common      1:49
php-curl        1:7.0+49
php-http-request        1.4.4-5
php-http-request2       2.3.0-1
php-net-socket  1.0.14-2
php-net-url     1.0.15-4
php-net-url2    2.2.1-0.1
php-pear        1:1.10.1+submodules+notgz-9+deb9u1
php-xml 1:7.0+49
php7.0  7.0.33-0+deb9u3
php7.0-cli      7.0.33-0+deb9u3
php7.0-common   7.0.33-0+deb9u3
php7.0-curl     7.0.33-0+deb9u3
php7.0-dev      7.0.33-0+deb9u3
php7.0-gd       7.0.33-0+deb9u3
php7.0-json     7.0.33-0+deb9u3
php7.0-mbstring 7.0.33-0+deb9u3
php7.0-mcrypt   7.0.33-0+deb9u3
php7.0-opcache  7.0.33-0+deb9u3
php7.0-readline 7.0.33-0+deb9u3
php7.0-screw-plus       1.1.0
php7.0-sqlite3  7.0.33-0+deb9u3
php7.0-xml      7.0.33-0+deb9u3
php7.0-zip      7.0.33-0+deb9u3
pinentry-curses 1.0.0-2
pkg-config      0.29-6
pkg-php-tools   1.35
pmount  0.9.23-3+b2
po-debconf      1.0.20
powermgmt-base  1.31+nmu1
poweroptions-unas       1.1.1
procps  2:3.3.12-3+deb9u1
proftpd-basic   1.3.5b-4+deb9u1
proftpd-mod-ldap        1.3.5b-4+deb9u1
proftpd-mod-vroot       0.9.4-1
psmisc  22.21-2.1+b2
python  2.7.13-2
python-apt-common       1.4.0~beta3
python-crypto   2.6.1-7
python-dnspython        1.15.0-1+deb9u1
python-ldb      2:1.1.27-1+deb9u1
python-minimal  2.7.13-2
python-rtslib-fb        2.1.57+debian-4
python-samba    2:4.5.16+dfsg-1+deb9u2
python-six      1.10.0-3
python-talloc   2.1.8-1
python-tdb      1.3.11-2
python2.7       2.7.13-2+deb9u3
python2.7-minimal       2.7.13-2+deb9u3
python3 3.5.3-1
python3-apt     1.4.0~beta3
python3-chardet 2.3.0-2
python3-configshell-fb  1.1.20-1
python3-dbus    1.2.4-1+b1
python3-debian  0.1.30
python3-debianbts       2.6.1
python3-dev     3.5.3-1
python3-gi      3.22.0-2
python3-httplib2        0.9.2+dfsg-1
python3-minimal 3.5.3-1
python3-pampy   1.8.2-1+deb9u1
python3-pkg-resources   33.1.1-1
python3-pycurl  7.43.0-2
python3-pyparsing       2.1.10+dfsg1-1
python3-pysimplesoap    1.16-2
python3-reportbug       7.1.7+deb9u3
python3-requests        2.12.4-1
python3-rtslib-fb       2.1.57+debian-4
python3-six     1.10.0-3
python3-urllib3 1.19.1-1
python3-urwid   1.3.1-2+b1
python3.5       3.5.3-1+deb9u1
python3.5-dev   3.5.3-1+deb9u1
python3.5-minimal       3.5.3-1+deb9u1
qbittorrent     3.3.7-3
qt5-qmake:amd64 5.7.1+dfsg-3+deb9u1
qtbase5-dev:amd64       5.7.1+dfsg-3+deb9u1
qtbase5-dev-tools       5.7.1+dfsg-3+deb9u1
qtchooser       63-g13a3d08-1
qttools5-dev-tools:amd64        5.7.1-1
quota   4.03-2+deb9u1
quota-unas      1.1.1
raidmanager-unas        1.1.2
rc      1.7.4-1+b1
readline-common 7.0-3
regionaloptions-unas    1.1.0
rename  0.20-4
reportbug       7.1.7+deb9u3
resolvconf      1.79
rpcbind 0.2.3-0.6
rsync   3.1.2-1+deb9u2
rsync-unas      1.1.1
rsyslog 8.24.0-1
samba   2:4.5.16+dfsg-1+deb9u2
samba-common    2:4.5.16+dfsg-1+deb9u2
samba-common-bin        2:4.5.16+dfsg-1+deb9u2
samba-dsdb-modules      2:4.5.16+dfsg-1+deb9u2
samba-libs:amd64        2:4.5.16+dfsg-1+deb9u2
samba-unas      1.1.19
samba-vfs-modules       2:4.5.16+dfsg-1+deb9u2
sed     4.4-1
sensible-utils  0.0.9+deb9u1
sgml-base       1.29
shared-mime-info        1.8-1+deb9u1
sharedfolder-unas       1.1.10
shellinabox     2.20+b1
shtool  2.0.8-9
smartmontools   6.5+svn4324-1
sqlite  2.8.17-14
sqlite3 3.16.2-5+deb9u1
sshshell-unas   1.1.0
ssl-cert        1.0.39
startpar        0.59-3.1
sudo    1.8.19p1-2.1
systemaccess-unas       1.1.2
systemd 232-25+deb9u12
systemd-sysv    232-25+deb9u12
systeminfo-unas 1.1.2
systemlog-unas  1.1.0
systemupgrade-unas      1.1.3
sysv-rc 2.88dsf-59.9
sysvinit-utils  2.88dsf-59.9
tar     1.29b-1.1
targetcli-fb    2.1.43-1
tasksel 3.39
tasksel-data    3.39
tcl-expect:amd64        5.45-7+deb9u1
tcl8.6  8.6.6+dfsg-1+b1
tcpd    7.6.q-26
tdb-tools       1.3.11-2
theme-unas      1.1.1
thin-provisioning-tools 0.6.1-4+b1
tk8.6   8.6.6-1+b1
transmission-cli        2.92-2+deb9u1
transmission-common     2.92-2+deb9u1
transmission-daemon     2.92-2+deb9u1
transmission-unas       1.1.0
tzdata  2019b-0+deb9u1
u-finder        1.1.1
uanywhere-unas  1.1.3
ucf     3.0036
udev    232-25+deb9u12
ufileexplorer-unas      1.1.13
unas-api        1.1.31
unas-desktop    1.1.14
unas-kernel     1.1.4
unzip   6.0-21+deb9u2
update-inetd    4.44
updateserver-unas       1.1.1
upnp-unas       1.1.0
usbutils        1:007-4+deb9u1
useraccount-unas        1.1.11
util-linux      2.29.2-1+deb9u1
va-driver-all:amd64     1.7.3-2
vdpau-driver-all:amd64  1.1.1-6
version-unas    4.0.4.1910301
vim-common      2:8.0.0197-4+deb9u3
vim-tiny        2:8.0.0197-4+deb9u3
wallpaper-unas  1.1.1
wamerican       7.1-1
webdav-unas     1.1.2
wget    1.18-5+deb9u3
whiptail        0.52.19-1+b1
wireless-tools  30~pre9-12+b1
wpasupplicant   2:2.4-1+deb9u4
x11-common      1:7.7+19
x11-utils       7.7+3+b1
x11proto-core-dev       7.0.31-1
x11proto-damage-dev     1:1.2.1-2
x11proto-dri2-dev       2.8-2
x11proto-fixes-dev      1:5.0-2
x11proto-gl-dev 1.4.17-1
x11proto-input-dev      2.3.2-1
x11proto-kb-dev 1.0.7-1
x11proto-xext-dev       7.3.0-1
x11proto-xf86vidmode-dev        2.3.1-2
xauth   1:1.0.9-1+b2
xbitmaps        1.1.1-2
xdg-user-dirs   0.15-2+b1
xfsprogs        4.9.0+nmu1
xkb-data        2.19-1+deb9u1
xml-core        0.17
xml2    0.4-3.1+deb9u1
xorg-sgml-doctools      1:1.11-1
xterm   327-2
xtrans-dev      1.3.5-1
xxd     2:8.0.0197-4+deb9u3
xz-utils        5.2.2-1.2+b1
zip     3.0-11+b1
zlib1g:amd64    1:1.2.8.dfsg-5
zlib1g-dev:amd64        1:1.2.8.dfsg-5
saeson001 commented 4 years ago

You apparently aren't reading and following the wiki closely. You do this:

root@U-NAS:/# add-apt-repository ppa:beineri/opt-qt597-xenial

While the wiki clearly states that it is a step for Ubuntu 16.04 LTS. It also clearly states that for Debian 10 you don't need a special PPA. Just use the command it shows below. (Now you have to remove that PPA and do a sudo apt-get update).

How you get these versions on Debian 10 is beyond me:

qtbase5-dev is already the newest version (5.7.1+dfsg-3+deb9u1). libqt5svg5-dev is already the newest version (5.7.120161021-2+b2). qttools5-dev-tools is already the newest version (5.7.1-1).

Current debian 10 version is 5.11.3. Yours seems to come from Debian 9. Did you do an upgrade to Debian 10 on top of Debian 9? If so, your repos are probably messed up that's why you get bad results.

Linux U-NAS 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3 (2019-09-02) x86_64 GNU/Linux

The system provider told me that it had been updated to Debian 10

I attach the download address of the system. Actually, I don't know much about it. I'm still in the exploratory stage

http://www.u-nas.cn/download/U-NAS_4.0.4_X86-64_ZH_DVD_build201910301.iso

saeson001 commented 4 years ago

root@U-NAS:/# add-apt-repository ppa:beineri/opt-qt597-xenial

You apparently aren't reading and following the wiki closely. You do this:

root@U-NAS:/# add-apt-repository ppa:beineri/opt-qt597-xenial

While the wiki clearly states that it is a step for Ubuntu 16.04 LTS. It also clearly states that for Debian 10 you don't need a special PPA. Just use the command it shows below. (Now you have to remove that PPA and do a sudo apt-get update).

How you get these versions on Debian 10 is beyond me:

qtbase5-dev is already the newest version (5.7.1+dfsg-3+deb9u1). libqt5svg5-dev is already the newest version (5.7.120161021-2+b2). qttools5-dev-tools is already the newest version (5.7.1-1).

Current debian 10 version is 5.11.3. Yours seems to come from Debian 9. Did you do an upgrade to Debian 10 on top of Debian 9? If so, your repos are probably messed up that's why you get bad results.

Actually, I'm not very good at wikis, and I'm not very comfortable with this kind of website. The question of Debian 9 or 10, I said according to the prompt given to me by the system vendor, in fact, I don't quite understand it is 9 or 10 If it is 9, then the problem is that I install QBT of 4.1.6, and qmake error also occurs

This is the information I got with uname-a:Linux U-NAS 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3 (2019-09-02) x86_64 GNU/Linux

Kolcha commented 4 years ago

according to packages version, looks like you have Debian 9. 4.9.0 kernel is too old, and it is used on Debian 9 (I have such system now). I can't read Chinese, official site of your distro has no English interface (or at least I didn't find any way to switch it), I have no information which versions of their system based on what. for Debian 9 you have to build suitable Qt by yourself. use this script to build everything (Qt, Boost, libtorrent 1.2, qBittorrent 4.2.0) from sources. You can safely remove libtorrent and Qt development packages from your system, but keep all build tools (automake and related autotools, build-essential metapackage, libssl-dev and zlib1g-dev)

sledgehammer999 commented 4 years ago

Also don't paste "walls of info" on each post. It makes them really long and very hard to follow the conversation. You can paste those info into sites like pastebin.com and provide a link to that in the post.

saeson001 commented 4 years ago

Also don't paste "walls of info" on each post. It makes them really long and very hard to follow the conversation. You can paste those info into sites like pastebin.com and provide a link to that in the post.

copy

FranciscoPombal commented 4 years ago

Your system is severely broken one way or another, as mentioned in previous comments. This is not an issue with qBittorrent. If you need further assistance, try the forum or subreddit, contact your system vendor, or post in some other *nix system-focused help community.