Search Criteria
Package Details: bbk-cli 1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bbk-cli.git (read-only, click to copy) |
---|---|
Package Base: | bbk-cli |
Description: | Measurement client for Bredbandskollen |
Upstream URL: | https://www.bredbandskollen.se/en/bredbandskollen-cli |
Licenses: | GPL2 |
Submitter: | swearchnick |
Maintainer: | swearchnick |
Last Packager: | swearchnick |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-06 14:56 (UTC) |
Last Updated: | 2022-12-29 07:51 (UTC) |
Dependencies (3)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git) (make)
- wget (wget-git, wget-xdg, wget-xdg-bin) (make)
Latest Comments
swearchnick commented on 2022-12-29 07:54 (UTC)
Updated with a fix, seems that bredbandskollen have an outdated "software stack" on their side, see this: https://updown.uservoice.com/knowledgebase/articles/1989757-what-does-the-wrong-signature-type-ssl-error-mea
harre commented on 2022-12-28 18:17 (UTC)
It seems to be some SSL voodoo issue. I'm too noobish on how to debug further. Just surfing into https://frontend.bredbandskollen.se/download/README.txt with firefox works perfectly
m0ar commented on 2022-12-28 11:24 (UTC)
@swearchnick this fails to install for me due to a curl error:
harre commented on 2020-12-24 00:52 (UTC)
Aha, didn't know about that. Thanks for the heads-up.
swearchnick commented on 2020-12-23 09:55 (UTC)
@harre Thank you for the suggestion but i think the "correct" way is that you adjust this in your "/etc/makepkg.conf" file. See also https://wiki.archlinux.org/index.php/Makepkg.conf#Parallel_compilation
harre commented on 2020-12-22 23:55 (UTC)
The compile doesn't utilize all cores.
You can update the PGKBUILD-file with this line:
make -j$(cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l) GNUTLS=1