If there are bugs related to the PKGBUILD or config, report here.
Otherwise, please report here:
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: | GPL2 |
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.000132 |
First Submitted: | 2018-01-13 15:37 (UTC) |
Last Updated: | 2024-03-13 10:11 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »
If there are bugs related to the PKGBUILD or config, report here.
Otherwise, please report here:
Done. :)
please add || true
on line 109
and the other remote add
Should be fixed now. :)
Forgot to update it. :P
bad checksum on the config? Is anyone else seeing that?
@tscs37
This commit may have fixed that:
https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-bcachefs-git&id=ad464d630a76
I had used backticks without realizing that Bash will execute this blindly, as a command, even when encased in normal quotes.
@QuartzDragon the latest commit fixed the issue and the package builds headless again.
@tscs37
I've implemented your patch. Thanks. :)
Can't help you with the headless build issues, sorry. :/
The current PKGBUILD doesn't work when building headlessly, I made a small patch to prevent git revert from opening vi when running, the commit message here doesn't matter anyway
I'm however still having an issue with the build; after the message "Prepared linux-bcachefs-git version 5.0.6-arch1-1-bcachefs-git-151713-g2ee4babf9fa8-dirty", I get the error "rm: cannot remove '/logdest/logpipe.ink8OBNo': No such file or directory" I'm gonna look into that and see if I can fix that too...
diff --git a/PKGBUILD b/PKGBUILD
index [`55d15f1`](https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-bcachefs-git&id=55d15f1)..c76edf8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -99,7 +99,7 @@ prepare() {
git pull arch_stable v$_srcver_arch
msg2 "Reverting 'block: remove the unused bio_iov_iter_get_pages export' which causes `make modules` to fail"
- git revert 0374e1132217711bc2e920cde877dd7fc3dbd2d9
+ git revert --no-edit 0374e1132217711bc2e920cde877dd7fc3dbd2d9
# <https://github.com/graysky2/kernel_gcc_patch>
msg2 "Patching to enabled additional gcc CPU optimizatons..."
5.0.6 update at last. :)
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