AUR (en) - bcachefs-tools-git
BrianAllred commented on 2021-01-20 19:27
Yardanico commented on 2020-10-29 10:50
IS there any reason for adding cargo into makedepends? The package successfully works without it.
abelian424 commented on 2020-05-08 23:17
@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
@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 running bcachefs 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
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
When running mkinitcpio I get
==> ERROR: module not found: `bcachefs'
==> ERROR: binary dependency `libaio.so.1' not found for `bcachefs'
I think libaio needs to be moved from a makedep to a dep.
QuartzDragon commented on 2020-01-08 03:15
@misson20000
Tell me if the latest update fixed it.
misson20000 commented on 2020-01-07 05:29
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
I believe build dependencies on fuse3 and valgrind are missing.
Vitruvius commented on 2019-08-06 01:37
Totally bizarre bug; I'm dropping a comment here in case it helps anyone else:
The default optimization level (-O2) caused a segfault when running bcachefs format <disk>. Building with EXTRA_CFLAGS="-O0" fixed it.
Building in a clean chroot fails with