Package Details: gzdoom 4.14.0-1

Git Clone URL: https://aur.archlinux.org/gzdoom.git (read-only, click to copy)
Package Base: gzdoom
Description: Feature centric port for all Doom engine games
Upstream URL: http://www.zdoom.org/
Licenses: GPL3, BSD, LGPL3
Replaces: gzdoom-legacy, gzdoom1
Submitter: None
Maintainer: xente
Last Packager: xente
Votes: 164
Popularity: 1.80
First Submitted: 2009-02-22 22:28 (UTC)
Last Updated: 2024-12-18 19:14 (UTC)

Dependencies (27)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »

RealGecko commented on 2019-10-21 11:56 (UTC)

https://www.dropbox.com/s/n84x4c71z4wvvh7/makepkg.log?dl=0

Here's full log.

grubber commented on 2019-10-21 08:57 (UTC)

I would still like to see the failing makepkg output with make VERBOSE=1, because -lrt is a linker flag and adding it to compiler flags fixes the error just by accident. Could any of you upload it somewhere?

mydavoodeh commented on 2019-10-19 21:38 (UTC) (edited on 2019-10-19 21:45 (UTC) by mydavoodeh)

browniesrgut and RealGecko, Thanks to lobotron, I've fixed it by adding -lrt to my PKGBUILD, the var DCMAKE_CXX_FLAGS. I can confirm it's the solution to the problem.

RealGecko commented on 2019-10-18 08:21 (UTC)

-DCMAKE_EXE_LINKER_FLAGS="${LDFLAGS} -Wl,-z,noexecstack -lrt" \ This did not help.

grubber commented on 2019-10-14 08:40 (UTC)

browniesrgut, could you update the PKGBUILD to do "make VERBOSE=1" instead of just "make" and post makepkg output then?

lobotron commented on 2019-10-12 13:32 (UTC)

Add -lrt to DCMAKE_CXX_FLAGS.

browniesrgut commented on 2019-10-08 21:02 (UTC) (edited on 2019-10-08 21:03 (UTC) by browniesrgut)

I added the "-lrt" argument in the PKGBUILD, still the same error.

grubber commented on 2019-10-08 19:30 (UTC)

browniesrgut, I was unable to reproduce the error, but adding -lrt to CMAKE_EXE_LINKER_FLAGS might fix it, like so:

-DCMAKE_EXE_LINKER_FLAGS="${LDFLAGS} -Wl,-z,noexecstack -lrt" \

browniesrgut commented on 2019-10-08 06:56 (UTC) (edited on 2019-10-08 06:59 (UTC) by browniesrgut)

I get this error when compiling : https://pastebin.com/yn1BgJD5

Can you help me please ?