| View previous topic :: View next topic |
| Author |
Message |
rotux n00b

Joined: 23 Dec 2003 Posts: 72
|
Posted: Sat Aug 05, 2006 5:58 pm Post subject: doomsday-1.9.0_beta4 fails to compile |
|
|
Hello,
when I try to build games-fps/doomsday-1.9.0_beta4 (currently the only version of doomsday in portage) it stops with the following error:
| Code: |
...
lzss.c:(.text+0x147a): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
rm -f .libs/doomsdayS.o
make[3]: Leaving directory `/var/tmp/portage/doomsday-1.9.0_beta4/work/deng-1.9.0-beta4/Src'
make[2]: Leaving directory `/var/tmp/portage/doomsday-1.9.0_beta4/work/deng-1.9.0-beta4/Src'
make[2]: Entering directory `/var/tmp/portage/doomsday-1.9.0_beta4/work/deng-1.9.0-beta4'
make[2]: *** No rule to make target »Data/Doomsday.pk3«, needed by »all-am«. Stop.
make[2]: Leaving directory `/var/tmp/portage/doomsday-1.9.0_beta4/work/deng-1.9.0-beta4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/doomsday-1.9.0_beta4/work/deng-1.9.0-beta4'
make: *** [all] Error 2
!!! ERROR: games-fps/doomsday-1.9.0_beta4 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
ebuild.sh, line 1248: Called games_src_compile
games.eclass, line 136: Called die
!!! emake failed
|
I'm on x86 and using gcc 3.4.6, nothing ~x86.
Can anyone confirm or point me to the solution? |
|
| Back to top |
|
 |
Phenax l33t


Joined: 10 Mar 2006 Posts: 961
|
Posted: Sat Aug 05, 2006 6:37 pm Post subject: |
|
|
| That was a warning, I believe your error is higher up than that. |
|
| Back to top |
|
 |
atomical n00b


Joined: 18 Jan 2004 Posts: 18 Location: Dresden
|
Posted: Sat Sep 09, 2006 10:38 am Post subject: |
|
|
I had the same problem.
First I tried to compile the code from doomsdayhq without using emerge - the configure script was missing "zip" - after installing zip there was sth. with openal - so I set the openal USE Flag and tried it with emerge again - and it was working for me. _________________ mfg, atomical |
|
| Back to top |
|
 |
PaulBredbury Veteran


Joined: 14 Jul 2005 Posts: 5748
|
Posted: Sat Sep 09, 2006 11:31 am Post subject: |
|
|
| There's a patch to fix it in the bug. |
|
| Back to top |
|
 |
|