Your message dated Wed, 05 Aug 2026 14:24:07 +0000
with message-id <[email protected]>
and subject line Bug#1143677: fixed in nethogs 0.9.0-1
has caused the Debian Bug report #1143677,
regarding nethogs: FTBFS: dpkg-gensymbols: error: some symbols or patterns 
disappeared in the symbols file: see diff output below
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1143677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143677
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nethogs
Version: 0.8.8-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:nethogs, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeApp.mk clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f packet.o connection.o process.o decpcap.o cui.o inode2prog.o conninode.o 
devices.o
rm -f conninode_test
rm -f nethogs
rm -f test
rm -f decpcap_test
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make -C src -f MakeLib.mk clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f 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
rm -f libnethogs.so.0.8.8
rm -f libnethogs.a
mkdir -p obj/lib/release
rmdir -p --ignore-fail-on-non-empty obj/lib/release
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- libnethogs nethogs
        make -j2 INSTALL="install --strip-program=true" libnethogs nethogs
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeLib.mk all
make -C src -f MakeApp.mk nethogs
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c packet.cpp
In file included from /usr/include/x86_64-linux-gnu/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" [-Wcpp]
  199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/libnethogs.o 
-c libnethogs.cpp -DVERSION=\"0.8.8\"
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c connection.cpp
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]
  340 |   write(self_pipe.second, "x", 1);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/packet.o -c 
packet.cpp
In file included from /usr/include/x86_64-linux-gnu/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" [-Wcpp]
  199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c process.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/connection.o 
-c connection.cpp
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC 
-c decpcap.c
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/process.o -c 
process.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c cui.cpp -DVERSION=\"0.8.8\"
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c inode2prog.cpp
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC 
-o obj/lib/release/decpcap.o -c decpcap.c
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/inode2prog.o 
-c inode2prog.cpp
inode2prog.cpp: In function ‘void get_info_for_pid(const char*)’:
inode2prog.cpp:212:37: warning: ‘%s’ directive output may be truncated 
writing up to 255 bytes into a region of size between 11 and 40 
[-Wformat-truncation=]
  212 |     snprintf(fromname, fromlen, "%s/%s", dirname, entry->d_name);
      |                                     ^~
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/16/cstdio:47,
                 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/x86_64-linux-gnu/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++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -c conninode.cpp
inode2prog.cpp: In function ‘void get_info_for_pid(const char*)’:
inode2prog.cpp:212:37: warning: ‘%s’ directive output may be truncated 
writing up to 255 bytes into a region of size between 11 and 40 
[-Wformat-truncation=]
  212 |     snprintf(fromname, fromlen, "%s/%s", dirname, entry->d_name);
      |                                     ^~
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/16/cstdio:47,
                 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/x86_64-linux-gnu/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++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/conninode.o -c 
conninode.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]
  174 |   fgets(buffer, sizeof(buffer), procinfo);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]
  174 |   fgets(buffer, sizeof(buffer), procinfo);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o devices.o devices.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -o obj/lib/release/devices.o -c 
devices.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -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\"
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -shared 
-Wl,-soname,libnethogs.so.0 -Wl,-z,now -Wl,-z,relro 
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
make[3]: Leaving directory '/<<PKGBUILDDIR>>/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’ 
[-Wunused-result]
   76 |     write(self_pipe.second, "x", 1);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeApp.mk test
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  conninode_test.cpp   
-o conninode_test
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’ 
[-Wunused-result]
  174 |   fgets(buffer, sizeof(buffer), procinfo);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for test in conninode_test; do echo $test ; ./$test ; done
conninode_test
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make install DESTDIR=/<<PKGBUILDDIR>>/debian/nethogs
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeApp.mk install
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
install -d -m 755 /<<PKGBUILDDIR>>/debian/nethogs/usr/sbin
install -m 755 nethogs /<<PKGBUILDDIR>>/debian/nethogs/usr/sbin

Installed nethogs to /<<PKGBUILDDIR>>/debian/nethogs/usr/sbin

You might have to add this directory to your PATH and/or refresh your shells' 
path cache with a command like 'hash -r'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make -C doc install
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
install -d -m 755 /<<PKGBUILDDIR>>/debian/nethogs/usr/share/man/man8
install -m 644 nethogs.8 /<<PKGBUILDDIR>>/debian/nethogs/usr/share/man/man8
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/debian/libnethogs0
make install_lib DESTDIR=/<<PKGBUILDDIR>>/debian/libnethogs0
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeLib.mk install
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
install -d -m 755 /<<PKGBUILDDIR>>/debian/libnethogs0/usr/lib
install -m 755 libnethogs.so.0.8.8 /<<PKGBUILDDIR>>/debian/libnethogs0/usr/lib
Installed libnethogs.so.0.8.8 to /<<PKGBUILDDIR>>/debian/libnethogs0/usr/lib
ldconfig || true
ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
ln -sf libnethogs.so.0.8.8 
/<<PKGBUILDDIR>>/debian/libnethogs0/usr/lib/libnethogs.so.0
mkdir -p /<<PKGBUILDDIR>>/debian/libnethogs-dev
make install_dev DESTDIR=/<<PKGBUILDDIR>>/debian/libnethogs-dev
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src -f MakeLib.mk install_dev
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
install -d -m 755 /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib
install -m 755 libnethogs.so.0.8.8 
/<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib
Installed libnethogs.so.0.8.8 to /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib
ldconfig || true
ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
install -m 755 libnethogs.a /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib
Installed libnethogs.a to /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib
install -d -m 755 /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/include
install -m 755 libnethogs.h /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/include
Installed libnethogs.h to /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/include
ldconfig || true
ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f /<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib/libnethogs.so*
ln -sf libnethogs.so.0.8.8 
/<<PKGBUILDDIR>>/debian/libnethogs-dev/usr/lib/libnethogs.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libnethogs0/DEBIAN/symbols does not match 
completely debian/libnethogs0.symbols
--- debian/libnethogs0.symbols (libnethogs0_0.8.8-4_amd64)
+++ dpkg-gensymbolsv_gfqd       2026-08-03 17:10:48.002016946 +0000
@@ -31,6 +31,11 @@
  (c++)"Process::gettotalb(float*, float*)@Base" 0.8.8
  (c++)"Process::gettotalkb(float*, float*)@Base" 0.8.8
  (c++)"Process::gettotalmb(float*, float*)@Base" 0.8.8
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 0.8.8-4
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 0.8.8-4
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 0.8.8-4
+ 
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base
 0.8.8-4
+ 
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base
 0.8.8-4
  (c++)"addprocinfo(char const*, 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> > 
>&)@Base" 0.8.8
  (c++)"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> > 
>&)@Base" 0.8.8
  (c++)"already_seen(device*, char*)@Base" 0.8.8
@@ -142,4 +147,4 @@
  unknownudp@Base 0.8.8
  (c++)"up_running(int)@Base" 0.8.8
  viewMode@Base 0.8.8
- (c++|arch=!m68k)"void std::vector<int, std::allocator<int> 
>::_M_realloc_append<int const&>(int const&)@Base" 0.8.8
+#MISSING: 0.8.8-4# (c++|arch=!m68k)"void std::vector<int, std::allocator<int> 
>::_M_realloc_append<int const&>(int const&)@Base" 0.8.8
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: nethogs
Source-Version: 0.9.0-1
Done: Matheus Polkorny <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nethogs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matheus Polkorny <[email protected]> (supplier of updated nethogs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Aug 2026 10:35:37 -0300
Source: nethogs
Architecture: source
Version: 0.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) <[email protected]>
Changed-By: Matheus Polkorny <[email protected]>
Closes: 1143677
Changes:
 nethogs (0.9.0-1) unstable; urgency=medium
 .
   * Upload to unstable (Closes: #1143677)
Checksums-Sha1:
 50b07c45e508527a13f5d0f3cf97e1493f0074e0 2115 nethogs_0.9.0-1.dsc
 4469adae13c18aeef6ee161aaa6555c4dcc7fd3f 7204 nethogs_0.9.0-1.debian.tar.xz
 40def3914232a535cc5114cace62cf9aba652682 8025 nethogs_0.9.0-1_arm64.buildinfo
Checksums-Sha256:
 c9c9298bb2beef006aa498fc35385254a718ce14be1f89c08e4026f8dce432c1 2115 
nethogs_0.9.0-1.dsc
 d03900bd4f4aeeacd9309016b13a980ac696564d4f2be454d9bae586d2e0788f 7204 
nethogs_0.9.0-1.debian.tar.xz
 13bbae395635337b17d373d4c1d9b19a3002bfc01667fa1c0197df247bd4d5e5 8025 
nethogs_0.9.0-1_arm64.buildinfo
Files:
 1a1c6d8679c7f43c17c11f4c34083d3c 2115 net optional nethogs_0.9.0-1.dsc
 e0b4c67850040a8b9d58a82a19ed790f 7204 net optional 
nethogs_0.9.0-1.debian.tar.xz
 51327766a62d8a152b5961c03ec41034 8025 net optional 
nethogs_0.9.0-1_arm64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEcRD/fHLtdypUR2KKShyoWjj77loFAmpzQxIUHG1wb2xrb3Ju
eUBnbWFpbC5jb20ACgkQShyoWjj77lpc8w//Ula5pI6I/d2sA5+lOVSuCkniiP8l
z5yE1036ukAe7vmt9R6AX3RWxsCT6xovdMxvvvsVlrcBfHdfyD8LFzuZyhsdq09l
NzqT71x8gG75564pfwayxdFBhuEyBbOCbaRog9OFkVnxsRqgAnY888gQiNwvUZyM
HEsuwsehp0OmJbuElcyG233xRVNzZ/jayH40UoGYB0bW/T79JKw9fzTaUWyM4GeP
79sgZfNSIOjdVEO1dsZJf4IbbFOSf1zNtCdn76t4BJ/l02uwcvM6v0+3FnUh8fZf
yIzjgzCCGU7DDpar1z4omNTm1vb5QXcpdZH4NvDDo27e4hDVGxVjf2Xh6wDIe/Pq
CavawybUBFYk7d8LbBkKpGuinMCRt6cc4x56PnlbwtYp5GT4IFz3jAWuS4VXr0Oi
xw+IjrhRfqj5K1pr9O3lXHF3Jim3yxzvizwPi8IXZ3XiXj7Qhzw7jUzICHZIuQhP
i5I9gb5zt/dePieIciTgHJZCf8yzJ7ZnO9OTbUxiB/has/IoozwDkZu89Ajsdyui
vzquZ9n4IydCSBEJ/er6mgzfhZK8aI37CsCw+opsoMzKo776rvRnZIRtInE9N+hK
ABT5Z0qLA1vizCu9Is8aNx2rwPNSV3aHLUh0dkc4RGWyCQf8L5dW2yfNt4mC65Qr
6i8c4bRMk4mtdUo=
=gEgZ
-----END PGP SIGNATURE-----

Attachment: pgpy_iBThg0XR.pgp
Description: PGP signature


--- End Message ---

Reply via email to