Search Criteria
Package Details: bcachefs-tools-git v1.25.2.r18.g4013ed4-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: | 10 |
Popularity: | 0.48 |
First Submitted: | 2018-11-16 21:14 (UTC) |
Last Updated: | 2025-05-01 13:29 (UTC) |
Dependencies (27)
- bash (bash-devel-gitAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- 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 (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, 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, zlib-ng-compat-gitAUR, lib32-zlib, zlib, zlib-ng-compat)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- lz4 (lz4-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- udev (systemd-gitAUR, systemd-selinuxAUR, systemd)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (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 4 Next › Last »
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".
brendon-boldt commented on 2019-11-29 17:42 (UTC)
I believe build dependencies on fuse3 and valgrind are missing.
Vitruvius commented on 2019-08-06 01:37 (UTC)
Totally bizarre bug; I'm dropping a comment here in case it helps anyone else: The default optimization level (
-O2
) caused a segfault when runningbcachefs format <disk>
. Building withEXTRA_CFLAGS="-O0"
fixed it.QuartzDragon commented on 2019-07-27 09:16 (UTC)
Hopefully the latest push fixes whatever your issue is.
« First ‹ Previous 1 2 3 4 Next › Last »