Search Criteria
Package Details: bcachefs-tools-git 1339-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bcachefs-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | bcachefs-tools-git |
Description: | BCacheFS filesystem utilities |
Upstream URL: | https://github.com/koverstreet/bcachefs-tools |
Licenses: | GPL2 |
Conflicts: | bcachefs-tools |
Provides: | bcachefs-tools |
Submitter: | QuartzDragon |
Maintainer: | QuartzDragon |
Last Packager: | QuartzDragon |
Votes: | 9 |
Popularity: | 0.001688 |
First Submitted: | 2018-11-16 21:14 (UTC) |
Last Updated: | 2024-03-13 10:12 (UTC) |
Dependencies (32)
- attr (attr-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- fuse3 (fuse3-gitAUR)
- git (git-gitAUR, git-glAUR)
- keyutils (keyutils-gitAUR)
- libaio (libaio-gitAUR)
- libscryptAUR (libscrypt-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- liburcu (liburcu-gitAUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- pkgconf (pkgconf-gitAUR)
- python-docutils
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-fmlAUR, systemd-gitAUR)
- valgrind (valgrind-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- attr (attr-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- fuse3 (fuse3-gitAUR) (make)
- Show 12 more dependencies...
Latest Comments
1 2 3 Next › Last »
kode54 commented on 2024-01-12 07:53 (UTC) (edited on 2024-01-28 07:02 (UTC) by kode54)
Here's a set of patches that fix the service issue. One of them is a patch that needs to be applied to the Git source tree until such time as I've gotten it upstreamed, which will probably be accepted rather quickly. The other patch fixes this PKGBUILD to define the LIBEXECDIR for both build and install stages, so the scripts go in the right places, and so the service definitions specify the correct paths.
https://gist.github.com/kode54/04faba2e7ba3d8c363eac2f96c546380
Edit: I've amended the patch. All that needs to be changed now is for the LIBEXECDIR variable to be declared on build and on install.
kode54 commented on 2024-01-01 01:01 (UTC)
This package is installing files to
/usr/libexec
which is against packaging guidelines:The installed systemd services will also need to be modified to include absolute paths to these scripts.
bgme commented on 2023-09-03 14:15 (UTC)
shanoaice commented on 2023-08-06 15:35 (UTC)
Please don't use the same array for depends and makedepends -- this brings some absolutely unnecessary dependency when installing this package.
nivekuil commented on 2023-07-21 03:12 (UTC)
This is missing an initcpio hook to mount a bcachefs root, since multi-device filesystems don't work with UUID=. It needs to run something like
bcachefs mount UUID=<external-uuid> /new_root
.YHNdnzj commented on 2023-02-24 13:56 (UTC)
Please don't hardcode
linux-bcachefs-git
in post-install script.demizer commented on 2021-10-13 17:54 (UTC)
The error "Package libudev was not found in the pkg-config search path." is solved by adding "systemd" to makedepends.
koA7 commented on 2021-07-25 15:17 (UTC)
Build failed but was able to fix it by installing python-docutils to get the dependency on rst2man.
BrianAllred commented on 2021-01-20 19:27 (UTC)
Building in a clean chroot fails with
Perfecon commented on 2020-10-29 10:50 (UTC)
IS there any reason for adding
cargo
into makedepends? The package successfully works without it.1 2 3 Next › Last »