Search Criteria
Package Details: fail2rest-git r52.42cfa41-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fail2rest-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fail2rest-git |
| Description: | REST server for fail2ban |
| Upstream URL: | https://github.com/Sean-Der/fail2rest |
| Licenses: | MIT |
| Conflicts: | fail2rest |
| Provides: | fail2rest |
| Submitter: | sfner |
| Maintainer: | None |
| Last Packager: | sfner |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-11-10 05:56 (UTC) |
| Last Updated: | 2020-04-19 18:09 (UTC) |
Dependencies (2)
- fail2ban (fail2ban-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, goup-rsAUR, go-binAUR, gcc-go) (make)
Required by (1)
- fail2web-git (requires fail2rest)
Latest Comments
jaro3 commented on 2025-12-13 10:58 (UTC)
Doesn't build;-;
==> Updated version: fail2rest-git r53.6157409-1 ==> Starting build()... -> Compiling...
github.com/sean-der/fail2rest
flag provided but not defined: -Wl,--sort-common fail2rest-gitusage: link [options] main.o .... ==> ERROR: A failure occurred in build(). Aborting...
bitdruid commented on 2023-01-02 19:19 (UTC)
please replace in build file:
go get
with
go install -v github.com/Sean-Der/fail2rest@latest
otherwise buggy
sfner commented on 2020-04-19 18:10 (UTC)
Added go as make dependency, as pointed out by @omano.
omano commented on 2020-04-19 03:51 (UTC)
I think it is missing the 'go' dependency for building. On my side it fails on prepare() because of that, maybe you can add it.