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 »

EndlessEden commented on 2017-11-03 01:42 (UTC)

@disastro: As ive said before. Ive attempted compilation of your package on more than 11 systems, 8 of which were stock, 3 of which the makepkg.conf contained optimisations for the system. all Updated with all the necessary packages for there system operation. I keep repeatedly mentioning this issue, over and over. The only way this could be building without issue, is if there running in a chroot and significantly out of date. Ive attempted to reach a compromise, that doesnt require me to maintain a seperate branch on all 11 systems, but you refused to proper look into the issue. Again, if this issue is not occuring, why is it reproducible on all 11 machines? Ive submitted a second package, with a changes ive requested, a backend change to QT, since SDL is not maintained on all platforms(ie:Android). I will maintain it seperate from your branch to include the experimental changes that are not on master. I would appreciate it, if you wouldnt request a duplicate removal, as this is not the case.

disastro commented on 2017-11-02 10:59 (UTC) (edited on 2017-11-03 08:43 (UTC) by disastro)

PhysFS updated to 3, currently building to check it works

disastro commented on 2017-09-30 08:31 (UTC)

Just built succesfully again, and no I am the one with the unmodified updated Arch and stock makepkg.conf. This was even another machine than the last time I think... Go to #warzone2100@freenode to debug the issue or at the very least show me what CFLAGS you are using now and stop flagging the package incorrectly.

EndlessEden commented on 2017-07-16 03:26 (UTC)

@disastro Even without optimisations, on 2 machines. Same result. is your system out of date, or using different of the dependancy's... because unitialised error's occur on every machine without me editing the pkgbuild and stripping -Werror from nettypes/Makefile (NOTE: this is UNNEEDED as it has NO effect on nettypes.c ... Its just a reminder warning, for debugging purposes.

disastro commented on 2017-06-15 05:54 (UTC)

@mnovick1988 Holy o.o those CFLAGS. So nothing to do with physfs or -Werror, everything to do with your setup why it won't build. Package won't change, use -O2 and it builds fine even with your other "optimizations"

EndlessEden commented on 2017-06-14 18:01 (UTC)

// Ok... ive said it before.... // So, following is from the build log... (I included CFLAGS, for reference) \\ -march=native -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -msse4a -mcx16 -mno-movbe -maes -mno-sha -mpclmul -mpopcnt -mlwp -mfma -mfma4 -mxop -mbmi -mno-bmi2 -mtbm -mavx -mno-avx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-rdrnd -mf16c -mno-fsgsbase -mno-rdseed -mprfchw -mno-adx -mfxsr -mxsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-clwb -mno-mwaitx -mno-clzero -mno-pku -O4 -pipe -fstack-protector-strong -fPIC -std=c++11 -fstack-protector -MT nettypes.o -MD -MP -MF .deps/nettypes.Tpo -c -o nettypes.o nettypes.cpp mv -f .deps/netqueue.Tpo .deps/netqueue.Po mv -f .deps/netjoin_stub.Tpo .deps/netjoin_stub.Po mv -f .deps/netlog.Tpo .deps/netlog.Po mv -f .deps/netsocket.Tpo .deps/netsocket.Po nettypes.cpp: In function ‘void NETqstring(QString&)’: nettypes.cpp:91:10: error: ‘c’ may be used uninitialized in this function [-Werror=maybe-uninitialized] uint8_t b[2] = {uint8_t(v >> 8), uint8_t(v)}; ^ nettypes.cpp:679:12: note: ‘c’ was declared here uint16_t c; ^ cc1plus: all warnings being treated as errors make[2]: *** [Makefile:453: nettypes.o] Error 1 make[2]: *** Waiting for unfinished jobs.... //

disastro commented on 2017-06-10 07:42 (UTC)

Still builds fine... Without giving me the errors I can't really do anything. Maybe debug your issue on #warzone2100@freenode ?

EndlessEden commented on 2017-05-25 04:31 (UTC)

Still throws that error... find . -type f -iname "Makefile" -print0 | while IFS= read -r -d $'\0' line; do tr -d '-Werror' "$line" done takes care of it

disastro commented on 2016-03-16 08:33 (UTC)

@mnovick1988 The package builds fine for me?

EndlessEden commented on 2016-03-16 01:58 (UTC)

@disastro: can you clean the config after generation to remove (-Werror=deprecated-declarations) as physfs has updated, but warzone2100 is not updated.