Search Criteria
Package Details: agate 3.3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/agate.git (read-only, click to copy) |
---|---|
Package Base: | agate |
Description: | Simple static file server for the Gemini network protocol, written in Rust |
Upstream URL: | https://github.com/mbrubeck/agate |
Licenses: | MIT, Apache-2.0 |
Submitter: | krathalan |
Maintainer: | dmerejkowsky |
Last Packager: | dmerejkowsky |
Votes: | 8 |
Popularity: | 0.46 |
First Submitted: | 2020-10-25 21:54 (UTC) |
Last Updated: | 2024-06-29 12:24 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
dmerejkowsky commented on 2024-06-29 12:26 (UTC)
Well, I just bumped the package to 3.3.7 - upstream changelog mentions changes to the test suite, so maybe this will fix tests issues AUR users are experiencing.
shtrophic commented on 2024-05-21 17:33 (UTC)
I get the same issue as z3ntu. Checking out the git repo with tag v3.3.6 tests fine with
cargo test
dmerejkowsky commented on 2024-04-09 09:17 (UTC)
Sorry, could not reproduce here :(
Maybe try and open a bug upstream ?
=> https://github.com/mbrubeck/agate/issues
You could also try agate-bin (not maintained by me)
z3ntu commented on 2024-04-08 19:53 (UTC)
There's some failure during the test suite with the latest version (built in clean chroot)
dmerejkowsky commented on 2023-07-29 12:40 (UTC)
@nachopro : there was some upstream bugs that caused the error you had while running tests - but they should be fixed now. If that still happens feel free to use
makepkg --nocheck
Anyhow, version 3.3.0 has been packaged - enjoy ;)
nachopro commented on 2023-02-06 04:00 (UTC) (edited on 2023-02-06 04:04 (UTC) by nachopro)
test percent_encode ... FAILED
failures:
---- percent_encode stdout ----
log: [2023-02-06T03:59:39Z DEBUG agate::certificates] certs loaded for ["example.org", "example.com"]
log: thread 'main' panicked at 'Failed to listen on [::]:1988: Address already in use (os error 98)', src/main.rs:61:29
log: note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace thread 'percent_encode' panicked at 'Server did not start properly', tests/tests.rs:52:13