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.001653 |
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
« First ‹ Previous 1 2 3 Next › Last »
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.
jawbone commented on 2019-07-27 09:04 (UTC)
This fails at runtime. libscrypt, libsodium, and liburcu are runtime deps.
« First ‹ Previous 1 2 3 Next › Last »