Search Criteria
Package Details: trickle 1.07-11
Git Clone URL: | https://aur.archlinux.org/trickle.git (read-only) |
---|---|
Package Base: | trickle |
Description: | Lightweight userspace bandwidth shaper |
Upstream URL: | https://github.com/mariusae/trickle |
Licenses: | |
Submitter: | jonathon |
Maintainer: | jonathon |
Last Packager: | jonathon |
Votes: | 8 |
Popularity: | 0.645496 |
First Submitted: | 2018-04-12 12:34 |
Last Updated: | 2018-05-24 14:03 |
Latest Comments
Raansu commented on 2018-05-24 00:23
@jonathon Adding "--build=$(gcc -dumpmachine)" worked here. Thanks
jonathon commented on 2018-05-23 19:53
@Raansu, can you check whether this:
will insert the correct triplet?
Raansu commented on 2018-05-23 15:30
I had issues compiling this on my Raspberry Pi 3B+ running Arch Linux ARM with Aarch64 kernel. But trickle-git compiled fine without any extra modifications to PKGBUILD.
The errors below go away when I add '--build=aarch64-unknown-linux' to the config line in this non-git PKGBUILD.
jonathon commented on 2018-04-29 15:14
Nice, thank you. :)
Sivert commented on 2018-04-29 13:32
Doesn't compile for me due to missing rpc/rpc.h which was dropped from the latest glibc package. A possible workaround is adding
export CPPFLAGS="${CPPFLAGS} -I/usr/include/tirpc/"
andexport LDFLAGS="${LDFLAGS} -ltirpc"
before calling configure in build() and adding libtirpc to the dependencies, to use that library as a replacement.jonathon commented on 2018-04-12 15:47
It was only dropped from [community] yesterday; 1.07 is old and may have bugs, so the -git version is also worth trying if you have issues.
TaZeR commented on 2018-04-12 15:22
Very useful, I wonder why more people don't use this.