Package Details: linux-bcachefs-git 6.17.0.rc3.1.bcachefs.git.00315.g0212e20a99c6-1

Git Clone URL: https://aur.archlinux.org/linux-bcachefs-git.git (read-only, click to copy)
Package Base: linux-bcachefs-git
Description: The Linux kernel and modules ~ featuring Kent Overstreet's bcachefs filesystem
Upstream URL: https://github.com/koverstreet/bcachefs
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 17
Popularity: 0.196758
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2025-08-30 06:25 (UTC)

Dependencies (25)

Required by (8)

Sources (2)

Pinned Comments

QuartzDragon commented on 2019-06-11 15:15 (UTC) (edited on 2019-06-11 15:17 (UTC) by QuartzDragon)

If there are bugs related to the PKGBUILD or config, report here.

Otherwise, please report here:

https://github.com/koverstreet/bcachefs/issues

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

QuartzDragon commented on 2023-08-17 13:53 (UTC)

@shintak

Please report this upstream as soon as possible, as it will help immensely with Kent fixing these sort of bugs.

Enabling CONFIG_LOCK_STAT bloats the install size quite a bit... not sure whether to actually enable it, or just wait until Kent fixes said bug.

shintak commented on 2023-08-17 04:20 (UTC) (edited on 2023-08-17 04:30 (UTC) by shintak)

Maybe just me but current version fails building with follwing error:

  MODPOST Module.symvers
ERROR: modpost: "__SCT__tp_func_contention_begin" [fs/bcachefs/bcachefs.ko] undefined!
ERROR: modpost: "__SCT__tp_func_contention_end" [fs/bcachefs/bcachefs.ko] undefined!
ERROR: modpost: "__tracepoint_contention_begin" [fs/bcachefs/bcachefs.ko] undefined!
ERROR: modpost: "__tracepoint_contention_end" [fs/bcachefs/bcachefs.ko] undefined!
ERROR: modpost: "__SCK__tp_func_contention_end" [fs/bcachefs/bcachefs.ko] undefined!
ERROR: modpost: "__SCK__tp_func_contention_begin" [fs/bcachefs/bcachefs.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:136: Module.symvers] エラー 1
make: *** [Makefile:1978: modpost] エラー 2

Downloaded the package and after adding CONFIG_LOCK_STAT=y to config, build succeeded. However, I think it is more of a bug on the bcachefs side.

trougnouf commented on 2023-08-05 13:58 (UTC)

Thanks for the quick update :)

trougnouf commented on 2023-08-04 10:19 (UTC)

It's currently broken with fatal: reference is not a tree: be3ef67f38e1e6a6bdbe2253b6bf4c19be05dcb9

shintak commented on 2023-07-30 18:55 (UTC)

@QuartzDragon Thanks for quick fix. Confirmed now install succeeds.

QuartzDragon commented on 2023-07-25 00:32 (UTC)

@shintak

Fixed. The repo maintainer likes to force-push fixes a lot at the moment, so the hash changes. :/

Repo seemingly won't build beyond a certain commit at the moment, so I purposefully keep it back by default.

shintak commented on 2023-07-23 14:44 (UTC) (edited on 2023-07-23 14:45 (UTC) by shintak)

Tried installing, but it fails checking out specific commit:

Cloning into 'linux-bcachefs'...
done.
Updating files: 100% (80529/80529), done.
fatal: reference is not a tree: be3ef67f38e1e6a6bdbe2253b6bf4c19be05dcb9

Looks like this commit cant reach from any branch, so git clone doesn't download the commit object. https://github.com/koverstreet/bcachefs/commit/be3ef67f38e

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

QuartzDragon commented on 2023-07-22 07:33 (UTC)

@wszqkzqk

Not that I am aware of, unfortunately.

Compilation doesn't take too long ~ an hour at most, depending on your CPU and your makepkg.conf settings.

wszqkzqk commented on 2023-07-22 06:53 (UTC)

Is there any binary repo which includes this package?

CatMatrix commented on 2023-07-15 09:17 (UTC) (edited on 2023-07-15 09:21 (UTC) by CatMatrix)

Hi, I have cloned the original project bcachefs and encountered the same error after compiling. Several of my friends also faced difficulties compiling it. I have submitted an issue here regarding this. However, I discovered that the compilation succeeds when using the ubuntu-latest system in GitHub Actions. I also noticed multiple references to scripts/Makefile.build:494 in the error messages. Unfortunately, I have no understanding of Makefile and I'm completely clueless about this.

Any help would be greatly appreciated. If you need more information, I will provide it as soon as possible.

(English is not my native language; please excuse typing errors.)