Package Details: bandwidthd 1:2.0.13-1

Git Clone URL: https://aur.archlinux.org/bandwidthd.git (read-only, click to copy)
Package Base: bandwidthd
Description: Daemon for graphing traffic of subnet machines
Upstream URL: https://codeberg.org/post-factum/bandwidthd
Keywords: bandwidth bandwidthd monitoring traffic
Licenses: GPL
Submitter: post-factum
Maintainer: post-factum
Last Packager: post-factum
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-09 14:38 (UTC)
Last Updated: 2022-10-04 20:27 (UTC)

Latest Comments

post-factum commented on 2020-07-25 23:06 (UTC)

@rageltman please check new pkg revision.

rageltman commented on 2020-07-25 21:27 (UTC)

Build is failing due to multiple definitions of iptable and subnettable:

[2020-07-25T20:14:21.504Z] gcc -Wall -std=gnu89 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -I/usr/local/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2  -c -o extensions.o extensions.c
[2020-07-25T20:14:21.507Z] gcc -Wall -std=gnu89 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -I/usr/local/include -DHAVE_CONFIG_H bandwidthd.o graph.o conf.tab.o conf.l.o pgsql.o sqlite.o extensions.o -o bandwidthd -L/usr/local/lib -lsqlite3 -lpcap -lgd -lpng -lm -lresolv -lnsl  
[2020-07-25T20:14:21.509Z] /usr/bin/ld: graph.o:(.bss+0x14000e0): multiple definition of `SubnetTable'; bandwidthd.o:(.bss+0x1400420): first defined here
[2020-07-25T20:14:21.512Z] /usr/bin/ld: graph.o:(.bss+0xe0): multiple definition of `IpTable'; bandwidthd.o:(.bss+0x420): first defined here
[2020-07-25T20:14:21.514Z] /usr/bin/ld: conf.tab.o:(.bss+0x20): multiple definition of `IpTable'; bandwidthd.o:(.bss+0x420): first defined here
[2020-07-25T20:14:21.517Z] /usr/bin/ld: conf.tab.o:(.bss+0x1400020): multiple definition of `SubnetTable'; bandwidthd.o:(.bss+0x1400420): first defined here
[2020-07-25T20:14:21.520Z] /usr/bin/ld: pgsql.o:(.bss+0xe0): multiple definition of `IpTable'; bandwidthd.o:(.bss+0x420): first defined here
[2020-07-25T20:14:21.523Z] /usr/bin/ld: pgsql.o:(.bss+0x14000e0): multiple definition of `SubnetTable'; bandwidthd.o:(.bss+0x1400420): first defined here
[2020-07-25T20:14:21.526Z] /usr/bin/ld: sqlite.o:(.bss+0x0): multiple definition of `IpTable'; bandwidthd.o:(.bss+0x420): first defined here
[2020-07-25T20:14:21.529Z] /usr/bin/ld: sqlite.o:(.bss+0x1400000): multiple definition of `SubnetTable'; bandwidthd.o:(.bss+0x1400420): first defined here
[2020-07-25T20:14:21.532Z] /usr/bin/ld: extensions.o:(.bss+0x0): multiple definition of `IpTable'; bandwidthd.o:(.bss+0x420): first defined here
[2020-07-25T20:14:21.534Z] /usr/bin/ld: extensions.o:(.bss+0x1400000): multiple definition of `SubnetTable'; bandwidthd.o:(.bss+0x1400420): first defined here
[2020-07-25T20:14:21.537Z] collect2: error: ld returned 1 exit status
[2020-07-25T20:14:21.540Z] make: *** [Makefile:25: bandwidthd] Error 1
[2020-07-25T20:14:21.542Z] ==> ERROR: A failure occurred in build().
[2020-07-25T20:14:21.544Z]     Aborting...
script returned exit code 255