Package Details: bcachefs-tools-git v1.20.0.r1.g67c9b37-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 (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)

Required by (2)

Sources (1)

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

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.

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 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 (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 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 (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".