Package Details: linux-bcachefs-git-docs 6.14.0.rc1.1.bcachefs.git.00042.g63bbe0ca4167.dirty-1

Git Clone URL: https://aur.archlinux.org/linux-bcachefs-git.git (read-only, click to copy)
Package Base: linux-bcachefs-git
Description: Documentation for the Linux kernel
Upstream URL: https://github.com/koverstreet/bcachefs
Licenses: GPL-2.0-only
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 16
Popularity: 0.000045
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2025-02-06 08:46 (UTC)

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

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.

CatMatrix commented on 2023-07-12 04:27 (UTC) (edited on 2023-07-12 07:20 (UTC) by CatMatrix)

I can't compile the package, it returns the following error message

  CC [M]  drivers/net/usb/ipheth.o
  CC [M]  drivers/net/usb/sierra_net.o
  CC [M]  drivers/net/usb/cx82310_eth.o
  CC [M]  drivers/net/usb/cdc_ncm.o
  CC [M]  drivers/net/usb/huawei_cdc_ncm.o
  CC [M]  drivers/net/usb/lg-vl600.o
  CC [M]  drivers/net/usb/qmi_wwan.o
  CC [M]  drivers/net/usb/cdc_mbim.o
  CC [M]  drivers/net/usb/ch9200.o
  CC [M]  drivers/net/usb/aqc111.o
  CC [M]  drivers/net/usb/r8153_ecm.o
  LD [M]  drivers/net/usb/asix.o
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)':

I tried compiling on a different machine and got the same error, deleting the repo and re-downloading didn't work And I didn't find a file for "scripts/Makefile.build" either. Any help would be greatly appreciated.

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

QuartzDragon commented on 2023-06-29 12:55 (UTC)

@Nanoshift

Don't know, sorry. It's part of the same make process that builds the kernel, so it is probably some upstream bug. I can't fix something like that.

Nanoshift commented on 2023-05-23 22:12 (UTC) (edited on 2023-05-23 22:13 (UTC) by Nanoshift)

The docs take a long time to build on my system due to sphinx-build using -j1 on my 16-thread system. Is there a way to change that? Edit: MAKEFLAGS="-j16" doesn't change it.

QuartzDragon commented on 2023-05-12 06:40 (UTC)

@Nanoshift

Should be fixed now

Nanoshift commented on 2023-05-12 02:20 (UTC) (edited on 2023-05-12 02:29 (UTC) by Nanoshift)

There was a gpg problem that I fixed with: gpg --keyserver hkps://keys.openpgp.org --recv-keys 3B94A80E50A477C7. Now, prepare() gets stuck when running yes "$_subarch" | _make oldconfig. It loops endlessly by answering 12 (my $_subarch) to a question about “Compressed Debug information”:

Compressed Debug information
> 1. Don't compress debug information (DEBUG_INFO_COMPRESSED_NONE)
  2. Compress debugging information with zlib (DEBUG_INFO_COMPRESSED_ZLIB)
  3. Compress debugging information with zstd (DEBUG_INFO_COMPRESSED_ZSTD) (NEW)
choice[1-3?]: 12

Edit1: _makenconfig=, _subarch=12, _localmodcfg=1 and I generated modprobed.db

Edit2: I fixed it by changing yes "$_subarch" | _make oldconfig to _make oldconfig

QuartzDragon commented on 2023-05-05 13:07 (UTC)

@brody

Package is not buildable in a clean chroot environment unlike other linux packages from the aur repository. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

Hmmmmm, odd. I have bcachefs upstream configured to not be committed upon merging, so this shouldn't be a problem... not sure how I can fix for this for you.

The only solution I can see at the moment is just setting a global Git email and name, even if just random mush to satisfy this odd bug.