Search Criteria
Package Details: veloren 0.18.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/veloren.git (read-only, click to copy) |
|---|---|
| Package Base: | veloren |
| Description: | The last stable release of an open-world, open-source multiplayer voxel RPG. |
| Upstream URL: | https://veloren.net/ |
| Keywords: | game rpg veloren |
| Licenses: | GPL3 |
| Submitter: | LunarEclipse |
| Maintainer: | LunarEclipse |
| Last Packager: | LunarEclipse |
| Votes: | 22 |
| Popularity: | 0.000250 |
| First Submitted: | 2019-06-23 23:12 (UTC) |
| Last Updated: | 2026-01-24 17:04 (UTC) |
Dependencies (17)
- alsa-lib
- glslang (glslang-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core) (make)
- cairo (cairo-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- pango (pango-gitAUR, pango-nothai-gitAUR) (make)
- python (make)
- rustup (rustup-gitAUR) (make)
- udev (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd) (make)
- pipewire-alsa (pipewire-alsa-gitAUR, pipewire-full-alsa-gitAUR, pipewire-alsa-ldacAUR) (optional) – audio support on pipewire
- pulseaudio-alsa (pulseaudio-dummyAUR, pulseaudio-alsa-gitAUR, pipewire-full-alsa-gitAUR) (optional) – audio support on pulseaudio
Latest Comments
1 2 3 4 5 6 Next › Last »
pguillot commented on 2026-03-14 17:52 (UTC)
Having the following error :
: (1/1) Analyse du SRCINFO : veloren-bin ==> Création du paquet veloren-bin 0.18.0-1 (sam. 14 mars 2026 18:46:46) ==> Vérification des dépendances pour l’exécution… ==> Vérification des dépendances pour la compilation… ==> Récupération des sources… -> veloren-bin-0.18.0 trouvé -> voxygen-wrapper.sh trouvé -> server-cli-wrapper.sh trouvé ==> Validation des fichiers source avec sha512sums… veloren-bin-0.18.0 ... ÉCHEC voxygen-wrapper.sh ... Réussite server-cli-wrapper.sh ... Réussite ==> ERREUR : Un ou plusieurs fichiers ne sont pas valides ! -> erreur lors de la compilation de : veloren-bin-exit status 1 -> Échec de l'installation des paquets suivants. Une intervention manuelle est requise :Change mannualy the sha512sum of veloren-bin-0.18.0 and install works.
Dinkley commented on 2026-01-23 00:49 (UTC)
Still fails to build as of today. Same error as the previous comment:
==> Starting prepare()... warning: error running /usr/lib/git-core/git 'config' '--includes' '--global' '--replace-all' 'filter.lfs.clean' 'git-lfs clean -- %f': 'error: could not lock config file /dev/null: Permission denied' 'exit status 255' Run
git lfs install --forceto reset Git configuration. ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'veloren-0.17.0-2': error: packages failed to build: veloren-0.17.0-2menguele commented on 2026-01-20 18:12 (UTC) (edited on 2026-01-20 18:12 (UTC) by menguele)
couldnt build:
warning: error running /usr/lib/git-core/git 'config' '--includes' '--global' '--replace-all' 'filter.lfs.process' 'git-lfs filter-process': 'error: could not lock config file /dev/null: Permission denied' 'exit status 255' Run
git lfs install --forceto reset Git configuration. ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'veloren-0.17.0-2': error: packages failed to build: veloren-0.17.0-2LunarEclipse commented on 2025-11-17 15:58 (UTC)
Thank you I updated the PKGBUILD so it should work again
gdamjan commented on 2025-11-15 01:16 (UTC)
this patch to the PKGBUILD makes it compile
tuxayo commented on 2024-07-15 19:02 (UTC) (edited on 2024-07-15 20:48 (UTC) by tuxayo)
Nice find. When reviewing makepkg.conf changes, I forgot it would increase memory and/or build time. The memory savings will be very very welcome.
Good find, there is indeed an issue with ring, lto and gcc: https://aur.archlinux.org/packages/rsspls#comment-980121
https://aur.archlinux.org/packages/aichat#comment-959940
https://github.com/briansmith/ring/issues/1444
And there is hope! :) https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/131#note_185966
https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html
bonus: «Most binaries should see some improvements here, but it's especially significant with e.g. bigger binaries» (Heavy breathing)
On my next retry I'll change src/veloren/rust-toolchain to match latest dev version set by Veloren. https://gitlab.com/veloren/veloren/-/commits/master/rust-toolchain?ref_type=heads
@gdamjan:
Oh no, hopefully the linker change from the recent toolchains will also fix this.
gdamjan commented on 2024-07-15 12:01 (UTC)
and now it fails with:
;/
gdamjan commented on 2024-07-15 02:41 (UTC)
all are defaults from pacman (
RUSTFLAGS="-Cforce-frame-pointers=yes")ok, I've fixed the issue by:
setting
options=('strip' '!debug')- it seems the debug build was taking all the memory.and also
export CFLAGS+=' -ffat-lto-objects'inbuild()to fix compilingringtuxayo commented on 2024-07-14 22:41 (UTC) (edited on 2024-07-14 22:41 (UTC) by tuxayo)
@gdamjan was that the error you got?
In my case, no OOM in syslog and the build reports a build process getting a SIGKILL when that happen. I got a lot of OOM to learn that before putting enough swap ^^" I was watching memory usage and there where many GiB still free.
What are your RUSTFLAGS in /etc/makepkg.conf?
1 2 3 4 5 6 Next › Last »