Package Details: trickle 1.07-13

Git Clone URL: https://aur.archlinux.org/trickle.git (read-only, click to copy)
Package Base: trickle
Description: Lightweight userspace bandwidth shaper
Upstream URL: https://github.com/mariusae/trickle
Licenses: BSD
Submitter: jonathon
Maintainer: diepfote
Last Packager: diepfote
Votes: 20
Popularity: 0.24
First Submitted: 2018-04-12 12:34 (UTC)
Last Updated: 2024-08-18 19:29 (UTC)

Latest Comments

1 2 3 Next › Last »

diepfote commented on 2024-08-18 19:30 (UTC)

@Denzy7 @shunkflake thx for the hint

Denzy7 commented on 2024-08-05 11:07 (UTC)

It seems the libc issue has been fixed on the gh too

shunkflake commented on 2024-07-24 16:39 (UTC)

@diepfote A fix has been posted on the fourm: https://bbs.archlinux.org/viewtopic.php?id=295783

I tested it and it seems to work. What about incorporating this fix?

diepfote commented on 2024-07-11 12:54 (UTC)

@KuramaSyu still working on a fix, sorry.

KuramaSyu commented on 2024-05-14 11:53 (UTC)

Building fails (when executing ./configure) even with glibc installed. Error:

checking if underscores are needed for symbols... no
checking if we can access libc without dlopen... no
checking if we can access libc with libc.so... no
checking if we can access libc with /usr/lib/libc.so... no
checking if we can access libc with /usr/lib/libc.so.6... no
checking if we can access libc with /lib/libc.so.6... no
configure: error: cannot figure out how to access libc

The same error with the git version

vjoel commented on 2023-01-30 19:05 (UTC)

It seems that trickle-1.07.tar.gz isn't validating:

$ makepkg
==> Making package: trickle 1.07-12 (Mon Jan 30 10:54:28 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading trickle-1.07.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  447k    0  447k    0     0   249k      0 --:--:--  0:00:01 --:--:--  430k
  -> Found fix-crasher.patch
  -> Downloading 20f221f166fc03323ed28dc3cad0b0da2c879513.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   629  100   629    0     0   1176      0 --:--:-- --:--:-- --:--:--  1175
==> Validating source files with sha256sums...
    trickle-1.07.tar.gz ... FAILED
    fix-crasher.patch ... Passed
    20f221f166fc03323ed28dc3cad0b0da2c879513.patch ... Passed
==> ERROR: One or more files did not pass the validity check!

ABelliqueux commented on 2022-11-02 18:47 (UTC) (edited on 2022-11-02 19:00 (UTC) by ABelliqueux)

Building fails with


rm -fr  .libs/libtmptrickle-overload.so.a .libs/libtmptrickle-overload.so.la .libs/libtmptrickle-overload.so.lai
ar cru .libs/libtmptrickle-overload.so.a  strlcat.o strlcpy.o trickle-overload.o bwstat.o trickledu.o atomicio.o xdr.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib .libs/libtmptrickle-overload.so.a
creating libtmptrickle-overload.so.la
(cd .libs && rm -f libtmptrickle-overload.so.la && ln -s ../libtmptrickle-overload.so.la libtmptrickle-overload.so.la)
cp: cannot stat '.libs/libtmptrickle-overload.so.so': No such file or directory
make: *** [Makefile:621: trickle-overload.so] Error 1
==> ERROR: A failure occurred in build().

FWIW, fork from echiu64 builds fine from source : https://github.com/echiu64/trickle

maderios commented on 2021-10-14 09:38 (UTC)

@gunar It builds normally for me

gunar commented on 2021-10-13 20:05 (UTC)

I had gotten this error:

curl: error while loading shared libraries: libnsl.so.2: cannot open shared object file: No such file or directory

But then rebuilding libnsl then rebuilding trickle seems to have done the trick.

jonathon commented on 2021-07-31 18:55 (UTC)

This upstream release tag is very old. trickle-git contains a number of fixes and improvements, so you might want to that package until such time as a new version is tagged.