Package Base Details: linux-bcachefs-git

Git Clone URL: https://aur.archlinux.org/linux-bcachefs-git.git (read-only, click to copy)
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 16
Popularity: 0.009706
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2024-03-13 10:11 (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 .. 6 7 8 9 10 11 12 13 Next › Last »

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

QuartzDragon commented on 2019-05-13 15:28 (UTC)

Done. :)

nicman23 commented on 2019-05-13 15:03 (UTC) (edited on 2019-05-13 15:04 (UTC) by nicman23)

please add || true on line 109

and the other remote add

QuartzDragon commented on 2019-05-07 19:10 (UTC)

Should be fixed now. :)

Forgot to update it. :P

benjumanji commented on 2019-05-07 18:59 (UTC)

bad checksum on the config? Is anyone else seeing that?

QuartzDragon commented on 2019-04-07 15:46 (UTC) (edited on 2019-04-07 15:47 (UTC) by QuartzDragon)

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

tscs37 commented on 2019-04-07 14:52 (UTC)

@QuartzDragon the latest commit fixed the issue and the package builds headless again.

QuartzDragon commented on 2019-04-06 10:06 (UTC)

@tscs37

I've implemented your patch. Thanks. :)

Can't help you with the headless build issues, sorry. :/

tscs37 commented on 2019-04-06 08:44 (UTC) (edited on 2019-04-06 08:44 (UTC) by tscs37)

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

QuartzDragon commented on 2019-04-06 04:55 (UTC)

5.0.6 update at last. :)