Package Details: linux-bcachefs-git 6.13.0.rc3.1.bcachefs.git.00244.gc6847800c7a0-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, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 16
Popularity: 0.000097
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2024-12-26 11:02 (UTC)

Required by (6)

Sources (3)

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 .. 13 Next › Last »

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.)

CatMatrix commented on 2023-07-12 13:22 (UTC)

@QuartzDragon

Okay, I'll search for it.

Thank you.

QuartzDragon commented on 2023-07-12 09:32 (UTC)

@CatMatrix

That's not the actual error. The actual error will be lost in the mix of compilation output. I would suggest piping the output of makepkg to a text file, and the searching for "error" to find the actual error message.

CatMatrix commented on 2023-07-12 09:20 (UTC)

@QuartzDragon I edited my comments and it looks like they were in different places with the same error

QuartzDragon commented on 2023-07-12 09:14 (UTC)

@CatMatrix

Post it anyways, so there's somewhere to start.

CatMatrix commented on 2023-07-12 07:22 (UTC) (edited on 2023-07-12 09:17 (UTC) by CatMatrix)

@QuartzDragon I imported export LC_ALL=C and recompiled, this time the error is not the same as last time

  CC [M]  drivers/gpu/drm/nouveau/nv84_fence.o
  CC [M]  drivers/gpu/drm/nouveau/nvc0_fence.o
  LD [M]  drivers/gpu/drm/nouveau/nouveau.o
  AR      drivers/gpu/built-in.a
make[1]: *** [scripts/Makefile.build:494:drivers] Error 2
make: *** [Makefile:2026:.] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'linux-bcachefs-git-6.4.2.arch1.r1189887.924149fbe383-1 (linux-bcachefs-git linux-bcachefs-git-headers)':

QuartzDragon commented on 2023-07-12 06:57 (UTC)

@CatMatrix

Please try recompling and reposting error after running export LC_ALL=C. It will output English error messages.