Search Criteria
Package Details: bcachefs-tools-git v1.20.0.r1.g67c9b37-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 (Git) |
Upstream URL: | https://github.com/koverstreet/bcachefs-tools |
Licenses: | GPL-2.0-only |
Conflicts: | bcachefs-tools |
Provides: | bcachefs-tools |
Submitter: | QuartzDragon |
Maintainer: | QuartzDragon |
Last Packager: | QuartzDragon |
Votes: | 9 |
Popularity: | 0.000299 |
First Submitted: | 2018-11-16 21:14 (UTC) |
Last Updated: | 2025-02-06 08:47 (UTC) |
Dependencies (26)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- keyutils (keyutils-gitAUR)
- libaio (libaio-gitAUR)
- libaio.so (libaio-gitAUR, lib32-libaio, libaio)
- libblkid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs)
- libkeyutils.so (keyutils-gitAUR, keyutils)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libsodium.so (lib32-libsodium, libsodium)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- liburcu (liburcu-gitAUR)
- libuuid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs)
- libz.so (zlib-gitAUR, lib32-zlib, zlib, zlib-ng-compat)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- lz4 (lz4-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- udev (systemd-chromiumosAUR, eudevAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR, systemd)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- valgrind (valgrind-gitAUR) (make)
Required by (2)
- gparted-git (requires bcachefs-tools) (optional)
- linux-bcachefs-git (requires bcachefs-tools)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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.abelian424 commented on 2020-05-08 23:17 (UTC) (edited on 2020-05-08 23:17 (UTC) by abelian424)
@QuartzDragon no segfault with running bcachefs format. maybe it got fixed? also, need to add cargo and clang build dependencies with version 580.
QuartzDragon commented on 2020-04-30 23:44 (UTC) (edited on 2020-04-30 23:45 (UTC) by QuartzDragon)
@abelian424
According to the GCC manpage,
-O
is equivalent to-O1
.-O0
does zero optimizations, I think.I did that, because it fixed whatever bug @Vitruvius was having.
If I were you, I'd test to see if
-O1
produces a segfault or not with runningbcachefs format <disk>
.If not, I'll update the PKGBUILD defaults.
Otherwise, you're more than free to change that line to suit your own needs.
abelian424 commented on 2020-04-30 14:00 (UTC)
Shouldn't this be built with EXTRA_CFLAGS="-O" instead of EXTRA_CFLAGS="-O0"? It seems to build fine, and I don't get warnings about fortify build.
bobpaul commented on 2020-03-29 20:27 (UTC)
When running
mkinitcpio
I getI think libaio needs to be moved from a makedep to a dep.
QuartzDragon commented on 2020-01-08 03:15 (UTC)
@misson20000
Tell me if the latest update fixed it.
misson20000 commented on 2020-01-07 05:29 (UTC)
I get errors from mkinitcpio about not finding the "bcachefs:" module. I suspect this comes from erroneous use of backticks on line 44 of add-mkinitcpio-hook-for-Arch.patch, which expands to "bcachefs: missing command".
« First ‹ Previous 1 2 3 Next › Last »