Search Criteria
Package Details: pmacct 1.7.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pmacct.git (read-only, click to copy) |
---|---|
Package Base: | pmacct |
Description: | Accounting and aggregation toolsuite for IPv4 and IPv6 able to collect data through libpcap, Netlink/ULOG, Netflow and sFlow |
Upstream URL: | http://www.pmacct.net/ |
Licenses: | GPL2 |
Submitter: | xav |
Maintainer: | severach (phillid) |
Last Packager: | severach |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-29 09:40 (UTC) |
Last Updated: | 2022-09-24 16:56 (UTC) |
Dependencies (5)
- libmariadbclient (libmysqlclient55, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs-git, mariadb-libs)
- libpcap (libpcap-git)
- numactl (numactl-git)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-beta-libs, postgresql-libs-9.6, postgresql-libs-11, postgresql-libs-10, postgresql-libs-12, postgresql13-libs, postgresql-src-libs, postgresql-lts-libs)
- sqlite3 (sqlite-minimal-git, sqlite)
Latest Comments
rageltman commented on 2021-02-24 00:46 (UTC)
Failing for
libjansson
dependency:severach commented on 2018-06-28 23:27 (UTC) (edited on 2018-06-28 23:29 (UTC) by severach)
systemd units is listed as a TODO. Can you supply them?
makepkg.conf
is incapable ofnice make
andmake
withoutnice
on more than one processor is very system hostile. Take '-j' out if you like but don't removenice
until you find a way to add it tomakepkg.conf
. make should not bring down production systems.phillid commented on 2018-06-28 05:46 (UTC) (edited on 2018-06-28 05:48 (UTC) by phillid)
This package should not be providing rc.d initscripts. ArchLinux has not used this init system for /years/. It should instead be providing systemd units for the daemons.
Additionally, the PKGBUILD should not be running make under nice, nor should it be setting -j at all. This is the job of makepkg.conf and not the PKGBUILD.
daurnimator commented on 2017-07-29 02:15 (UTC)