Package Details: linux-bcachefs-git-headers 6.16.0.rc6.1.bcachefs.git.00212.gd156fb9d839c-1

Git Clone URL: https://aur.archlinux.org/linux-bcachefs-git.git (read-only, click to copy)
Package Base: linux-bcachefs-git
Description: Headers and scripts for building modules for the Linux kernel ~ featuring Kent Overstreet's bcachefs filesystem
Upstream URL: https://github.com/koverstreet/bcachefs
Licenses: GPL-2.0-only
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 17
Popularity: 0.24
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2025-07-20 16:18 (UTC)

Required by (0)

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 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

QuartzDragon commented on 2019-12-07 17:22 (UTC)

Thanks!

I'd missed added the updated config file to my update. :/

bobpaul commented on 2019-12-07 17:07 (UTC) (edited on 2019-12-07 17:08 (UTC) by bobpaul)

I got this today:

:: Downloading the latest sources for a devel package linux-bcachefs-git...
:: error: failed to retrieve latest dev sources:
==> Making package: linux-bcachefs-git v5.3.15.arch1.r859832.ac127f6e3fa5-1 (Sat 07 Dec 2019 10:50:43 AM CST)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Cloning bcachefs git repo...
Cloning into bare repository '/home/bobpaul/.cache/pikaur/build/linux-bcachefs-git/bcachefs'...
  -> Cloning kernel_gcc_patch git repo...
Cloning into bare repository '/home/bobpaul/.cache/pikaur/build/linux-bcachefs-git/kernel_gcc_patch'...
  -> Found config
  -> Found d938db454691d69590eb081db22c507c9ebca5f8.patch
  -> Found 4932fe6b8e63b92f8252591b5381423c01bac552.patch
==> Validating source files with sha512sums...
    bcachefs ... Skipped
    kernel_gcc_patch ... Skipped
    config ... FAILED
    d938db454691d69590eb081db22c507c9ebca5f8.patch ... Passed
    4932fe6b8e63b92f8252591b5381423c01bac552.patch ... Passed
==> ERROR: One or more files did not pass the validity check!

I had to use makepkg -g to generate new hashes. It's still building.

nicman23 commented on 2019-11-23 17:01 (UTC)

@QuartzDragon updated everything to work with the new changes - just without docs

running 5.4.0-rc8-1-mainline-bcachefs-00303-ga29c11e13cf5-dirty atm, everything is as expected

QuartzDragon commented on 2019-11-21 05:17 (UTC)

Ah, no, that was an error somehow caused by my previous fixing of EXTRAVERSION. Worked for 5.2, but is broken and also obsolete for 5.3.

So, in a way, yes, fixed by upstream ages ago, probably.

bcachefs had been stuck on 5.2 for ages.

tscs37 commented on 2019-11-21 05:03 (UTC)

I've tested it a few times but my first issue continues while the second issue has gone away with the newest PKGBUILD. So I guess upstream fixed itself?

QuartzDragon commented on 2019-11-21 03:34 (UTC)

@nicman23

Yes, you have. :P

I maintain my package by following all of the changes at https://git.archlinux.org/svntogit/packages.git/log/trunk?h=packages/linux

60-linux.hook, 90-linux.hook, linux.install, linux.preset are all obsolete now, upstream. Instead, Pacman now has builtin hooks that replace all that.

I've also updated your PKGBUILD to match my own: https://invent.kde.org/snippets/574

nicman23 commented on 2019-11-20 17:05 (UTC)

changes? what changes o.O ? i have been living under a rock in the past weeks

QuartzDragon commented on 2019-11-20 12:09 (UTC)

@nicman23

Can you sync your package with mine, where appropriate, to reflect the latest Arch kernel package changes? Some pretty significant ones recently that I notice you haven't seem to have been aware of.

nicman23 commented on 2019-11-20 07:21 (UTC)

hi, 2 things:

QuartzDragon commented on 2019-11-20 06:58 (UTC)

Ah, I see... my fixing of EXTRAVERSION, which was working for 5.2, isn't needed anymore.