==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: nethogs 0.8.8-2 (Sat Mar  1 08:38:06 2025)
==> Retrieving sources...
  -> Found nethogs-0.8.8.tgz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    nethogs-0.8.8.tgz ... Passed
==> Making package: nethogs 0.8.8-2 (Sat 01 Mar 2025 08:38:12 AM MST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libnl-3.11.0-1  libpcap-1.10.5-2

Total Download Size:   0.64 MiB
Total Installed Size:  5.98 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libnl-3.11.0-1-aarch64 downloading...
 libpcap-1.10.5-2-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing libpcap...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nethogs-0.8.8.tgz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting nethogs-0.8.8.tgz with bsdtar
==> Starting prepare()...
==> Starting build()...
./determineVersion.sh: line 2: [: ==: unary operator expected
make -C src -f MakeApp.mk decpcap_test
make -C src -f MakeApp.mk test
make[1]: Entering directory '/build/nethogs/src/nethogs-0.8.8/src'
cc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c decpcap.c
make -C src -f MakeApp.mk nethogs
make[1]: Entering directory '/build/nethogs/src/nethogs-0.8.8/src'
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  conninode_test.cpp   -o conninode_test
make[1]: Entering directory '/build/nethogs/src/nethogs-0.8.8/src'
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c packet.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c connection.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c process.cpp
cc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c decpcap.c
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c cui.cpp -DVERSION=\"0.8.8\"
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c inode2prog.cpp
In file included from /usr/include/sys/types.h:25,
                 from /usr/include/net/ethernet.h:24,
                 from packet.h:27,
                 from packet.cpp:23:
/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
  199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c conninode.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now decpcap_test.cpp decpcap.o -o decpcap_test -lpcap -lm
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS   -c -o devices.o devices.cpp
conninode.cpp: In function 'int addprocinfo(const char*, std::map<std::__cxx11::basic_string<char>, long unsigned int>&)':
conninode.cpp:174:8: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
inode2prog.cpp: In function 'void get_info_for_pid(const char*)':
inode2prog.cpp:212:33: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 11 and 40 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/14.2.1/cstdio:42,
                 from inode2prog.cpp:26:
In function 'int snprintf(char*, size_t, const char*, ...)',
    inlined from 'void get_info_for_pid(const char*)' at inode2prog.cpp:212:13:
/usr/include/bits/stdio2.h:68:35: note: '__builtin___snprintf_chk' output between 2 and 286 bytes into a destination of size 41
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now main.cpp packet.o connection.o process.o decpcap.o cui.o inode2prog.o conninode.o devices.o -o nethogs -lpcap -lm -lncurses -DVERSION=\"0.8.8\"
In file included from conninode_test.cpp:1:
conninode.cpp: In function ‘int addprocinfo(const char*, std::map<std::__cxx11::basic_string<char>, long unsigned int>&)’:
conninode.cpp:174:8: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
  174 |   fgets(buffer, sizeof(buffer), procinfo);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for test in conninode_test; do echo $test ; ./$test ; done
conninode_test
make[1]: Leaving directory '/build/nethogs/src/nethogs-0.8.8/src'
make[1]: Leaving directory '/build/nethogs/src/nethogs-0.8.8/src'
main.cpp: In function ‘void quit_cb(int)’:
main.cpp:76:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
   76 |     write(self_pipe.second, "x", 1);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/nethogs/src/nethogs-0.8.8/src'
./determineVersion.sh: line 2: [: ==: unary operator expected
make -C src -f MakeLib.mk all
make[1]: Entering directory '/build/nethogs/src/nethogs-0.8.8/src'
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/libnethogs.o -c libnethogs.cpp -DVERSION=\"0.8.8\"
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/packet.o -c packet.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/connection.o -c connection.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/process.o -c process.cpp
cc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -o obj/lib/release/decpcap.o -c decpcap.c
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/inode2prog.o -c inode2prog.cpp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/conninode.o -c conninode.cpp
In file included from /usr/include/sys/types.h:25,
                 from /usr/include/net/ethernet.h:24,
                 from packet.h:27,
                 from packet.cpp:23:
/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
  199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -o obj/lib/release/devices.o -c devices.cpp
conninode.cpp: In function 'int addprocinfo(const char*, std::map<std::__cxx11::basic_string<char>, long unsigned int>&)':
conninode.cpp:174:8: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
inode2prog.cpp: In function 'void get_info_for_pid(const char*)':
inode2prog.cpp:212:33: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 11 and 40 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/14.2.1/cstdio:42,
                 from inode2prog.cpp:26:
In function 'int snprintf(char*, size_t, const char*, ...)',
    inlined from 'void get_info_for_pid(const char*)' at inode2prog.cpp:212:13:
/usr/include/bits/stdio2.h:68:35: note: '__builtin___snprintf_chk' output between 2 and 286 bytes into a destination of size 41
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
libnethogs.cpp: In function 'void nethogsmonitor_breakloop()':
libnethogs.cpp:340:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -shared -Wl,-soname,libnethogs.so.0.8.8 obj/lib/release/libnethogs.o obj/lib/release/packet.o obj/lib/release/connection.o obj/lib/release/process.o obj/lib/release/decpcap.o obj/lib/release/inode2prog.o obj/lib/release/conninode.o obj/lib/release/devices.o -o libnethogs.so.0.8.8 -lpcap
ar rcs libnethogs.a obj/lib/release/libnethogs.o obj/lib/release/packet.o obj/lib/release/connection.o obj/lib/release/process.o obj/lib/release/decpcap.o obj/lib/release/inode2prog.o obj/lib/release/conninode.o obj/lib/release/devices.o
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/process.o: in function `getProcess(unsigned long, char const*)':
process.cpp:(.text+0xef8): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt19piecewise_construct' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/process.o: in function `getProcess(Connection*, char const*, short)':
process.cpp:(.text+0x1560): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt19piecewise_construct' which may bind externally can not be used when making a shared object; recompile with -fPIC
process.cpp:(.text+0x16fc): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
process.cpp:(.text+0x18a8): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
process.cpp:(.text+0x190c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/process.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt3setIiSt4lessIiESaIiEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/process.o: in function `_GLOBAL__sub_I_unknowntcp':
process.cpp:(.text.startup+0x1c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/inode2prog.o: in function `garbage_collect_inodeproc()':
inode2prog.cpp:(.text+0xa0c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0xa78): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0xad8): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0xba8): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/inode2prog.o: in function `read_file(char const*)':
inode2prog.cpp:(.text+0xf14): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0xf18): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0x1070): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' which may bind externally can not be used when making a shared object; recompile with -fPIC
inode2prog.cpp:(.text+0x1074): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/inode2prog.o: in function `findPID(unsigned long)':
inode2prog.cpp:(.text+0x1e48): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/inode2prog.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt3mapImP8prg_nodeSt4lessImESaISt4pairIKmS1_EEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/inode2prog.o: in function `_GLOBAL__sub_I_inodeproc':
inode2prog.cpp:(.text.startup+0x1c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/libnethogs.o: in function `nethogsmonitor_loop_devices.part.0':
libnethogs.cpp:(.text+0x728): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/libnethogs.o: in function `process_udp(unsigned char*, pcap_pkthdr const*, unsigned char const*)':
libnethogs.cpp:(.text+0x12b0): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/libnethogs.o: in function `process_tcp(unsigned char*, pcap_pkthdr const*, unsigned char const*)':
libnethogs.cpp:(.text+0x1564): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_Z10process_ipPhPK11pcap_pkthdrPKh' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/libnethogs.o: in function `nethogsmonitor_init(int, char**, bool, char*, int)':
libnethogs.cpp:(.text+0x186c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_Z11process_ip6PhPK11pcap_pkthdrPKh' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text+0x1880): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_Z11process_tcpPhPK11pcap_pkthdrPKh' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text+0x1894): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_Z11process_udpPhPK11pcap_pkthdrPKh' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text+0x18a8): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text+0x1a48): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text+0x1ca0): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt3mapIPv20NethogsMonitorRecordSt4lessIS0_ESaISt4pairIKS0_S1_EEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/libnethogs.o: in function `_GLOBAL__sub_I_refreshdelay':
libnethogs.cpp:(.text.startup+0x4): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt6vectorIiSaIiEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text.startup+0x54): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/libnethogs.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt7__cxx114listI6handleSaIS1_EED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
libnethogs.cpp:(.text.startup+0x74): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/connection.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt8multisetIP10Connection20ConnectionComparatorSaIS1_EED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/connection.o: in function `_GLOBAL__sub_I_connections':
connection.cpp:(.text.startup+0x1c): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/conninode.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt19piecewise_construct' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/conninode.o: in function `addtoconninode(char*, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned long> > >&)':
conninode.cpp:(.text+0x648): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/conninode.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt19piecewise_construct' which may bind externally can not be used when making a shared object; recompile with -fPIC
conninode.cpp:(.text+0x690): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/conninode.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmSt4lessIS5_ESaISt4pairIKS5_mEEED1Ev' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/conninode.o: in function `_GLOBAL__sub_I__Z13conninode_tcpB5cxx11':
conninode.cpp:(.text.startup+0x28): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/packet.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/packet.o: in function `Packet::isOlderThan(timeval)':
packet.cpp:(.text+0x5b0): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/decpcap.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `dp_pcap_callback' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/decpcap.o: in function `dp_dispatch':
decpcap.c:(.text+0x908): dangerous relocation: unsupported relocation
/usr/bin/ld: obj/lib/release/devices.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZNKSt5ctypeIcE8do_widenEc' which may bind externally can not be used when making a shared object; recompile with -fPIC
obj/lib/release/devices.o: in function `get_devices(int, char**, bool)':
devices.cpp:(.text+0x350): dangerous relocation: unsupported relocation
collect2: error: ld returned 1 exit status
distcc[1072] ERROR: compile (null) on localhost failed
make[1]: *** [MakeLib.mk:67: libnethogs.so.0.8.8] Error 1
make[1]: Leaving directory '/build/nethogs/src/nethogs-0.8.8/src'
make: *** [Makefile:43: libnethogs] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/leming/armv8/leming/build