Package Details: 0ad-git 1:a26.r1606.gff03dd45c4-1

Git Clone URL: https://aur.archlinux.org/0ad-git.git (read-only, click to copy)
Package Base: 0ad-git
Description: Cross-platform, 3D and historically-based real-time strategy game (git version)
Upstream URL: https://play0ad.com
Licenses: GPL-2.0-or-later, LicenseRef-CCPL
Conflicts: 0ad
Provides: 0ad
Submitter: fusion809
Maintainer: tuxayo (micwoj92)
Last Packager: micwoj92
Votes: 8
Popularity: 0.002460
First Submitted: 2016-09-09 11:31 (UTC)
Last Updated: 2025-06-08 23:28 (UTC)

Pinned Comments

mm_sz commented on 2024-09-17 14:16 (UTC)

==> Retrieving sources...
==> ERROR: Unknown download protocol: git-lfs
    Aborting...

If you get this error, try to install package makepkg-git-lfs-proto

Latest Comments

1 2 3 4 5 6 7 Next › Last »

micwoj92 commented on 2025-07-03 22:40 (UTC)

Works fine here. This error looks like you have old clone from github mirror. Just remove 0ad directory and retry.

carlosnewmusic commented on 2025-06-29 17:29 (UTC)

ERROR: /run/media/carlos/00f7fc55-e7b0-4b84-8714-69e87298966a/tmp/0ad-git/0ad no es un clon de https://gitea.wildfiregames.com/0ad/0ad

micwoj92 commented on 2025-04-16 18:15 (UTC)

Currently fails to build: https://gitea.wildfiregames.com/0ad/0ad/issues/7764

micwoj92 commented on 2024-12-31 03:22 (UTC)

Not issue with the package, this has to do with aur helper you use.

carlosnewmusic commented on 2024-12-30 23:09 (UTC)

although you were right about that I was using the repository version of the data, but when I try to install 0ad-data-git I get the 0ad-git installation with this error. https://pastebin.com/u8aPeApi

micwoj92 commented on 2024-12-29 11:54 (UTC)

Wait, do you use 0ad-data or 0ad-data-git? You need -git version, otherwise it will not work. This package is built with --datadir=/usr/share/${pkgname}/data which makes it incompatible with 0ad from extra repo.

micwoj92 commented on 2024-12-29 11:50 (UTC) (edited on 2024-12-29 11:51 (UTC) by micwoj92)

I will try to guess:

The pyrogenesis binary is stripped so the backtrace makes it a bit tricky to figure out where things go wrong.
You can add !strip to options in PKGBUILD and rebuild, but I will not be adding this to this package, I should probably remove !debug too, I don't remember why I added this.

Based on the error most likely ${HOME} is unset/empty in the env running pyrogenesis as are the XDG_* vars.
This is probably on your system, game launched for me, when I last built it with same commit as is in pkgver (a26.r1134.gba0e2d0217).

Looking at the PKGBUILD only thing standing out at a glance is the python workaround is no longer needed
I remove this workaround when I update next time, maybe before 2025.

and the package could be installed in parallel with regular 0ad if tweaking a bit.
I don't think it's worth adding this.

carlosnewmusic commented on 2024-12-29 11:42 (UTC) (edited on 2024-12-31 23:50 (UTC) by carlosnewmusic)

.

micwoj92 commented on 2024-12-29 11:09 (UTC)

What do you want me exactly to do? Use system python (3.13) for this pkgbuild or what?