Package Details: ezquake 3.6.4-2

Git Clone URL: https://aur.archlinux.org/ezquake.git (read-only, click to copy)
Package Base: ezquake
Description: One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play.
Upstream URL: https://www.ezquake.com/
Licenses: GPL-2.0-only
Conflicts: ezquake-git, fuhquake
Provides: fuhquake, quake
Submitter: Slash
Maintainer: Slash (sanerb)
Last Packager: Slash
Votes: 34
Popularity: 0.000055
First Submitted: 2006-10-07 02:38 (UTC)
Last Updated: 2024-08-08 20:40 (UTC)

Latest Comments

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

sanerb commented on 2020-07-06 16:15 (UTC) (edited on 2020-07-06 16:29 (UTC) by sanerb)

@Slash-

Hey, it's the ezquake-git packager here. You can force use of GCC 9.x by adding "gcc9" to the makedepends (it's in community-testing repo currently), and then changing your "make" on line 29 in the PKGBUILD to:

make CC="gcc-9"

and that should do it. Untested, but let me know how it works.

EDIT: confirmed. You have me as co-maintainer so I'm updating and will sticky a notice to install GCC9 from community if they run into dep issues.

Slash commented on 2020-05-30 23:01 (UTC)

Apologies, I usually update my Arch installs bi-weekly, but I skipped a week, so I was still running GCC 9. Now that I am upgraded to GCC 10 I can't build it anymore. Using ezquake-git is probably the best idea right now until someone makes a patch for version 3.2.

trap000d commented on 2020-05-27 11:03 (UTC)

Well, seems build of stable is broken with GCC 10. Developer have fixed it in master branch:

https://github.com/ezQuake/ezquake-source/commit/b174271b7d193bf03a7270445e710984b7325b62

however this patch doesn't working for stable version. I've ended up with yay ezquake-git

ixevix commented on 2020-05-27 05:19 (UTC)

Yeah I'm using an aur helper called yay. Seems even clearing it's cache won't help.

Slash commented on 2020-05-27 01:44 (UTC)

Try removing the old src/ sub directory, perhaps it's trying to link stuff in the directory from the previous ezquake version.

If that doesn't work, are you using an AUR build tool? I can't reproduce the issue with just plain makepkg. I ran the build like this on another computer and it worked:

cd /tmp && wget 'https://aur.archlinux.org/cgit/aur.git/snapshot/ezquake.tar.gz' && tar zxvf ezquake.tar.gz && cd ezquake/ && makepkg

deathtrip commented on 2020-05-26 21:49 (UTC)

Doesn't compile for me too. I get this error:

/usr/bin/ld: .ezquake/common.o: in function COM_GetUniqueTempFilename': common.c:(.text+0x8f2): warning: the use oftempnam' is dangerous, better use `mkstemp' collect2: error: ld returned 1 exit status make: *** [Makefile:444: ezquake-linux-x86_64] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

ixevix commented on 2020-05-26 21:27 (UTC)

Here's the whole thing https://pastebin.com/TBFAHt1X

ixevix commented on 2020-05-25 20:32 (UTC)

There's stuff like this which goes on for 467 lines

/usr/bin/ld: .ezquake/cmd.o:(.bss+0x1900): multiple definition of temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/com_msg.o:(.bss+0x20): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/common.o:(.bss+0x4c0): multiple definition of temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/crc.o:(.bss+0x0): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/cvar.o:(.bss+0x20): multiple definition of temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/fs.o:(.bss+0xa80): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/vfs_os.o:(.bss+0x0): multiple definition of gzipfilefuncs'; .ezquake/fs.o:(.bss+0xa20): first defined here /usr/bin/ld: .ezquake/vfs_os.o:(.bss+0x60): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here

Slash commented on 2020-05-24 21:26 (UTC)

@ixevix What is the error? It is working fine for me, so perhaps there is a missing build dependency.

ixevix commented on 2020-05-24 20:50 (UTC)

It's not compiling at the moment.