Package Details: eduke32 20250315.r10617_2561cf18c-1

Git Clone URL: https://aur.archlinux.org/eduke32.git (read-only, click to copy)
Package Base: eduke32
Description: An advanced Duke Nukem 3D source port
Upstream URL: http://eduke32.com/
Keywords: duke3d fps game shooter
Licenses: GPL, custom: BUILD
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 127
Popularity: 1.19
First Submitted: 2007-11-29 01:02 (UTC)
Last Updated: 2025-03-26 07:24 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

mysterymath commented on 2025-04-17 03:19 (UTC)

@browniesrgut Are you seeing a crash on launch?

I filed https://voidpoint.io/terminx/eduke32/-/issues/320 for this; looks like SDL pulls in libdecor, which pulls in GTK3, which pulls in GTK2, which is incompatible with GTK3, so the process crashes. Filed https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/78 with libdecor.

For now, a workaround is to run:

$ SDL_VIDEO_WAYLAND_ALLOW_LIBDECOR=0 ./eduke32

browniesrgut commented on 2025-03-26 06:17 (UTC)

Hello, eduke32 doesn't like wayland very much (runs without any issue in Xorg) :(

Coucou Fred, eduke32 n'aime pas wayland et préfère xorg, je ne sais pas si on peut faire quelque chose.

FredBezies commented on 2024-03-30 16:10 (UTC)

@yamashiro: options added to PKGBUILD. Thanks for the info.

Yamashiro commented on 2024-03-30 16:05 (UTC)

@FredBezies using the !debug flag will fix the compile error. Though because setting it is required for the package to build I would suggest adding OPTIONS+=(!debug) to the PKGBUILD since it's a one-off override and doesn't require the users to edit the default flags just for one package.

FredBezies commented on 2024-02-26 17:48 (UTC)

@stas-t: yes, it is related to debug option enabled by default. You need to replace debug by !debug in /etc/makepkg.conf in line OPTIONS from GLOBAL PACKAGE OPTIONS section (bottom of the file).

stas-t commented on 2024-02-26 08:29 (UTC) (edited on 2024-02-26 09:04 (UTC) by stas-t)

Version 20240217.r10554_8afa42e38 build fails for me:

/usr/bin/ld: cannot find obj/duke3d/common.o.debug.temp.o: No such file or directory
/usr/bin/ld: cannot find obj/duke3d/grpscan.o.debug.temp.o: No such file or directory
/usr/bin/ld: cannot find obj/build/lz4.o.debug.temp.o: No such file or directory
....

I've checked: no *.o.debug.temp.o files are available during the build, only *.o files. Does it have something to do with debug enabled?

dixi_minga commented on 2023-03-17 20:50 (UTC) (edited on 2023-03-17 20:50 (UTC) by dixi_minga)

in PKGBUILD replace

8baf8290760a66a5383ca31f42d2cfa169a5a625e148b39c9cbb4766bbfffdfd

with

ec3038b7a113b235ed732fdb3bc4a8e0f0177c0df99901288dabad97888a9e21

patlefort commented on 2023-03-15 20:38 (UTC)

Wrong checksum on source, it looks like the version was updated but not the checksum.

FredBezies commented on 2021-06-05 10:57 (UTC)

@elafaros: fixed. Thanks for the report.

elafaros commented on 2021-06-05 10:48 (UTC)

the "lib32alsa-lib" dep could not be found you probably missed a "-", it should be "lib32-alsa-lib"