Package Details: warzone2100-git r21036.ee69edc10-1

Git Clone URL: https://aur.archlinux.org/warzone2100-git.git (read-only, click to copy)
Package Base: warzone2100-git
Description: 3D realtime strategy game on a future Earth (Git version)
Upstream URL: https://wz2100.net/
Keywords: game
Licenses: GPL-2.0-only AND CC-BY-SA-3.0 AND CC0-1.0 AND MIT AND ISC AND BSD-2-Clause AND BSD-3-Clause AND MPL-2.0 AND BSL-1.0 AND Unicode-TOU AND OFL-1.1 AND CC-BY-4.0
Conflicts: warzone2100
Provides: warzone, warzone-svn, warzone2100, warzone2100-beta
Submitter: disastro
Maintainer: disastro
Last Packager: disastro
Votes: 9
Popularity: 0.000000
First Submitted: 2010-11-28 08:49 (UTC)
Last Updated: 2025-07-23 20:50 (UTC)

Required by (1)

Sources (30)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

disastro commented on 2016-01-29 08:16 (UTC)

Thank you for notifying. Unfortunately it's not good to set the versioning manually either, changed to using revision number.

EndlessEden commented on 2016-01-29 04:07 (UTC)

Please change the pkgver() function to be more arch-friendly. (master_base is not a integer) Current GIT version is 3.1.3.R(release), this pkgver script will insert 3.1.3(.r{release-version}.{commitID}) ----------------------------------------------- pkgver() { cd "$_gitname" _gversion=`git describe --long | sed -r 's/master_base//g' |sed -r 's/([^-]*-g)/r\1/;s/-/./g'` echo "3.1.3"$_gversion }

kalsan commented on 2015-06-04 19:35 (UTC)

By the way, missing dependency: sdl2

kalsan commented on 2015-06-04 19:26 (UTC)

Yay, it works now :-) Nice job, thanks a lot!

ids1024 commented on 2015-02-11 03:27 (UTC)

I updated the package. It should work now.

EndlessEden commented on 2015-02-11 03:11 (UTC)

"cc1plus: all warnings being treated as errors" Because -Werror-all is enabled, remove it from the config before make, and problem is solved. (i did this before on a debian system, quite a while ago. but i dont have the build script nor remember how i did it)

ids1024 commented on 2015-02-10 23:53 (UTC)

You can try changing this line in the PKGBUILD: sed -i 's/-Werror/-Werror -Wno-error=clobbered/g' configure to this: sed -i 's/-Werror/-Werror -Wno-error=clobbered -Wno-error=maybe-uninitialized/g' configure

ids1024 commented on 2015-02-10 23:48 (UTC)

@kalsan It builds fine for me. I don't know what is causing you issue, sorry.

kalsan commented on 2015-02-10 12:39 (UTC)

Unable to compile: g++ -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DDEBUG -DWZ_DATADIR="\"/usr/share/warzone2100\"" -DLOCALEDIR="\"/usr/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/quesoglc -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtScript -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -D_FORTIFY_SOURCE=2 -O0 -ggdb -Werror -Wno-error=clobbered -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtScript -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -std=c++11 -fstack-protector -MT nettypes.o -MD -MP -MF .deps/nettypes.Tpo -c -o nettypes.o nettypes.cpp nettypes.cpp: In Funktion »void NETqstring(QString&)«: nettypes.cpp:271:3: Fehler: »c« könnte in dieser Funktion uninitialisiert verwendet werden [-Werror=maybe-uninitialized] queue(writer, v); ^ nettypes.cpp:679:12: Anmerkung: »c« wurde hier deklariert uint16_t c; ^ cc1plus: Alle Warnungen werden als Fehler behandelt Makefile:453: die Regel für Ziel „nettypes.o“ scheiterte make[2]: *** [nettypes.o] Fehler 1 make[2]: Verzeichnis „/tmp/yaourt-tmp-sandro/aur-warzone2100-git/src/warzone2100/lib/netplay“ wird verlassen Makefile:584: die Regel für Ziel „all-recursive“ scheiterte make[1]: *** [all-recursive] Fehler 1 make[1]: Verzeichnis „/tmp/yaourt-tmp-sandro/aur-warzone2100-git/src/warzone2100“ wird verlassen Makefile:504: die Regel für Ziel „all“ scheiterte make: *** [all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... ==> FEHLER:Makepkg konnte warzone2100-git nicht erstellen. ==> Erstellen von warzone2100-git neu starten?[j/N] ==> ----------------------------------------------- ==>

ids1024 commented on 2015-01-01 01:40 (UTC)

@laptender I updated the PKGBUILD. It should work now.