Package Details: bcachefs-tools-git 1339-1

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.142778
First Submitted: 2018-11-16 21:14 (UTC)
Last Updated: 2024-03-13 10:12 (UTC)

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:

Avoid using /usr/libexec/ for anything. Use /usr/lib/$pkgname/ instead.

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)

==> Validating source files with sha512sums...
    bcachefs-tools ... Skipped
    add-mkinitcpio-hook-for-Arch.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

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

Package libudev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libudev.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libudev', required by 'virtual:world', not found
Makefile:52: *** pkg-config error, command: pkg-config --cflags "blkid uuid liburcu libsodium zlib liblz4 libzstd libudev".  Stop.

Perfecon commented on 2020-10-29 10:50 (UTC)

IS there any reason for adding cargo into makedepends? The package successfully works without it.