Package Details: airshipper-git 0.17.0.r4.7e43bae-1

Git Clone URL: https://aur.archlinux.org/airshipper-git.git (read-only, click to copy)
Package Base: airshipper-git
Description: The official launcher for Veloren - an open-world, open-source multiplayer voxel RPG
Upstream URL: https://gitlab.com/veloren/airshipper
Keywords: game launcher rpg veloren
Licenses: GPL3
Conflicts: airshipper
Provides: airshipper
Submitter: LunarEclipse
Maintainer: LunarEclipse
Last Packager: LunarEclipse
Votes: 2
Popularity: 0.000000
First Submitted: 2019-12-23 19:35 (UTC)
Last Updated: 2026-01-24 17:10 (UTC)

Dependencies (10)

Required by (0)

Sources (4)

Latest Comments

stick commented on 2026-01-27 00:01 (UTC)

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)

LunarEclipse commented on 2026-01-23 20:22 (UTC)

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
 }

LunarEclipse commented on 2026-01-15 01:34 (UTC) (edited on 2026-01-15 01:36 (UTC) by LunarEclipse)

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

stick commented on 2026-01-15 00:35 (UTC)

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?

kusky commented on 2021-02-11 09:03 (UTC)

i think git-lfs should be a dependency

Songtronix commented on 2020-05-15 04:50 (UTC)

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?

PopeRigby commented on 2020-05-14 19:59 (UTC)

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.