Package Details: kr 2.4.14-1

Git Clone URL: https://aur.archlinux.org/kr.git (read-only, click to copy)
Package Base: kr
Description: SSH using a key stored in Krypton
Upstream URL: https://github.com/kryptco/kr
Licenses: custom
Conflicts: kr
Provides: kr
Submitter: kryptco
Maintainer: kryptco
Last Packager: kryptco
Votes: 7
Popularity: 0.000000
First Submitted: 2017-08-13 18:56 (UTC)
Last Updated: 2018-12-17 18:48 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

VyronLee commented on 2018-04-18 02:42 (UTC)

Compiling fnv v1.0.6 Compiling stdweb v0.3.0 Compiling http v0.1.4 error: Could not compile http.

To learn more, run the command again with --verbose. make[1]: [Makefile:29: check-libsigchain-with-dashboard] Error 101 make[1]: Leaving directory '/tmp/yaourt-tmp-vyronlee/aur-kr/src/src/github.com/kryptco/kr/sigchain' make: [Makefile:92: check] Error 2

Compile the latest version failed. I have tried several times and get the same error.

kryptco commented on 2018-04-12 05:23 (UTC)

@alien2003 I'm guessing your fakeroot environment prevented cargo-web from being installed by makepkg. We'll look into a better way to install it. Thanks for reporting!

alien2003 commented on 2018-04-11 08:01 (UTC)

@kryptco No. I even removed rustup package, the same error. Manual installation of cargo-web with cargo install -f --version 0.6.10 cargo-web helped

kryptco commented on 2018-04-10 16:38 (UTC)

@alien2003 Do you currently have another version of cargo-web installed?

alien2003 commented on 2018-04-10 08:05 (UTC)

make[2]: Leaving directory '/tmp/makepkg/kr/src/src/github.com/kryptco/kr/sigchain/openssl' if [ "cargo web --version" != "cargo-web 0.6.10" ]; then echo "Please install cargo-web 0.6.10 with `cargo install -f --version 0.6.10 cargo-web`"; exit 1; fi Please install cargo-web 0.6.10 with cargo install -f --version 0.6.10 cargo-web make[1]: *** [Makefile:23: libsigchain-with-dashboard] Error 1 make[1]: Leaving directory '/tmp/makepkg/kr/src/src/github.com/kryptco/kr/sigchain'

Flink commented on 2018-04-06 21:57 (UTC)

@kryptco with latest update from today it builds fine now. Thanks :)

kryptco commented on 2018-04-05 20:32 (UTC)

Hi Flink, thanks for reporting -- can you send the full build log to support@krypt.co?

Flink commented on 2018-04-05 20:30 (UTC)

It does not compile, it fails with the following error: “error: Could not compile dashboard_middleware.”

mmozeiko commented on 2018-01-31 19:49 (UTC)

I suggest to change download to get .tar.gz file from https://github.com/kryptco/kr/releases page and then add checksum to PKGBUILD. Currently nothing prevents kr repository to arbitrary change contents to tagged version.

But checksum in PKGBUILD will guarantee that you are installing exactly version you intend to.

kryptco commented on 2017-12-22 22:18 (UTC)

Have you by any chance not set a default toolchain with rustup? A workaround should be to run rustup default stable, which we will add to the PKGBUILD as well.