Search Criteria
Package Details: ezquake 3.6.5-1
Package Actions
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.000013 |
First Submitted: | 2006-10-07 02:38 (UTC) |
Last Updated: | 2024-11-25 01:02 (UTC) |
Dependencies (15)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- jansson (jansson-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsndfile (libsndfile-gitAUR)
- minizip (minizip-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre2 (pcre2-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- speex (speex-gitAUR)
- speexdsp (speexdsp-gitAUR)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (3)
- nquake
- quake-qrp-textures (requires quake)
- quake-rocketarena (requires quake)
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 of
tempnam' 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 of
temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/common.o:(.bss+0x4c0): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/crc.o:(.bss+0x0): multiple definition of
temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/cvar.o:(.bss+0x20): multiple definition oftemp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/fs.o:(.bss+0xa80): multiple definition of
temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined here /usr/bin/ld: .ezquake/vfs_os.o:(.bss+0x0): multiple definition ofgzipfilefuncs'; .ezquake/fs.o:(.bss+0xa20): first defined here /usr/bin/ld: .ezquake/vfs_os.o:(.bss+0x60): multiple definition of
temp_entities'; .ezquake/cmodel.o:(.bss+0x0): first defined hereSlash 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.
« First ‹ Previous 1 2 3 4 Next › Last »