Search Criteria
Package Details: crowdsec 1.6.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/crowdsec.git (read-only, click to copy) |
---|---|
Package Base: | crowdsec |
Description: | The open-source and collaborative security suite |
Upstream URL: | https://www.crowdsec.net |
Licenses: | MIT |
Submitter: | solveit |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 21 |
Popularity: | 0.50 |
First Submitted: | 2021-12-01 20:49 (UTC) |
Last Updated: | 2025-03-27 07:17 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- re2 (re2-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
mhdi commented on 2024-02-23 11:15 (UTC)
Thank you, @xiota, for your comment. I've updated the PKGBUILD. @doums and @nl.smart, could you please confirm if the package builds correctly?
xiota commented on 2024-02-23 08:16 (UTC) (edited on 2024-02-23 08:21 (UTC) by xiota)
@mhdi After adding
git
to makedeps, I am able to reproduce (maybe) the issue reported by @nl.smart and @doums. The problem is caused by out-of-order execution. To fix, add-j1
to themake
command on line 27 to prevent the race condition.Note: No need to bump pkgrel because anyone who already successfully built this does not need to rebuild.
xiota commented on 2024-02-23 07:52 (UTC)
Clean chroot. Missing makedep on
git
.nl.smart commented on 2024-02-23 07:26 (UTC) (edited on 2024-02-23 07:26 (UTC) by nl.smart)
Thanks for your answer, how to provide more info ?
mhdi commented on 2024-02-22 11:20 (UTC) (edited on 2024-02-22 11:20 (UTC) by mhdi)
Hi,
I looked into the issue, but wasn't able to reproduce it.
Could you please provide more information?
nl.smart commented on 2024-02-22 08:40 (UTC) (edited on 2024-02-22 08:45 (UTC) by nl.smart)
HI,
Thanks a lot to maintain crowdsec for arch :-)
Same issue as doums during the last up date
PKGDUILD
crowdsec.install
doums commented on 2024-02-19 10:05 (UTC) (edited on 2024-02-19 10:05 (UTC) by doums)
Hi, on latest version build is hard failing:
solveit commented on 2023-10-05 15:45 (UTC)
@theinterwebthing - there is an error where it doesn't properly run the upgrade script. In the short term, running the following will properly install the new release.
/usr/local/installers/crowdsec/crowdsec/crowdsec-v1.5.4 --upgrade --force
theinterwebthing commented on 2023-10-03 10:32 (UTC) (edited on 2023-10-03 10:34 (UTC) by theinterwebthing)
Seems to have broken with the upgrade of abseil-cpp to 202308 in late September.
crowdsec[xxxxxx]: /usr/local/bin/crowdsec: error while loading shared libraries: libabsl_flags.so.2301.0.0: cannot open shared object file: No such file or directory
]$ locate libabsl_flags
/usr/lib/libabsl_flags.so
/usr/lib/libabsl_flags.so.2308.0.0
]$ pacman -Qo /usr/lib/libabsl_flags.so.2308.0.0
/usr/lib/libabsl_flags.so.2308.0.0 is owned by abseil-cpp 20230802.1-1
« First ‹ Previous 1 2 3 4 5 6 Next › Last »