The newest PKGBUILD fixes it (with GIT_LFS_SKIP_SMUDGE and --local).
However, I get a linker error now:
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustcK9VVIT/libring-2e1ac5dc1eb96d7d.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-ldl" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcK9VVIT/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/stick/.cache/paru/clone/airshipper-git/src/airshipper-git/target/release/build/ring-f85d5c9c59c033c9/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/stick/.cache/paru/clone/airshipper-git/src/airshipper-git/target/release/deps/airshipper-8d9c7ca3637e0261" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
= note: some arguments are omitted. use `--verbose` to show all linker arguments
= note: rust-lld: error: undefined symbol: ring_core_0_17_14__LIMB_is_zero
>>> referenced by limb.rs:93 (src/limb.rs:93)
Does it work if you change the PKGBUILD like so
diff --git a/PKGBUILD b/PKGBUILD
index 1c05f9e..ef1d358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ prepare() {
unset GIT_LFS_SKIP_SMUDGE
cd "$srcdir/$pkgname"
git remote set-url origin "$_repo"
- git lfs install
+ git lfs install --local
git lfs fetch
git lfs checkout
}
Huh that's an odd error.
Is your.. git config file linked to /dev/null perhaps?
IIUC Git-LFS needs to ensure that its filter is set up in your global git configuration, otherwise it will fail.
Try ls -l ~/.gitconfig
Struggling here...
==> Extracting sources...
-> Creating working copy of airshipper-git git repo...
Switched to a new branch 'makepkg'
==> Starting prepare()...
warning: error running /usr/lib/git-core/git 'config' '--includes' '--global' '--replace-all' 'filter.lfs.required' 'true': 'error: could not lock config file /dev/null: Permission denied' 'exit status 255'
Run `git lfs install --force` to reset Git configuration.
==> ERROR: A failure occurred in prepare().
Aborting...
Any help?
i think git-lfs should be a dependency
Hey PopeRigby!
I'm using Arch Linux with KDE right now and everything works fine.
I believe this is not an issue with the package but rather system related.
Could you make sure you're packages are up to date and have restarted and see if it's still there?
I'm getting "Application 'konsole' not found" on a fresh install when I try to launch it. My DE is KDE Plasma and I'm using Konsole as my terminal emulator.