Package Details: ezquake 3.6.4-1

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
Conflicts: ezquake-git, fuhquake
Provides: fuhquake, quake
Submitter: Slash
Maintainer: Slash (sanerb)
Last Packager: Slash
Votes: 34
Popularity: 0.001462
First Submitted: 2006-10-07 02:38 (UTC)
Last Updated: 2023-12-11 21:24 (UTC)

Latest Comments

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

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.

gregf commented on 2020-02-16 03:08 (UTC)

You're missing a dependency on extra/speex, it won't compile in a clean chroot without it.

DZerk commented on 2018-02-24 19:59 (UTC) (edited on 2018-02-24 20:36 (UTC) by DZerk)

I'm still having issues with this wanting to write tmp stuff(like downloaded maps) to /opt/quake , +cfg_load is already in the config(~/.ezquake/config.cfg) any ideas? Can't seem to find anything