Bug 34451 - duke3d doesn't compile because of missing nasm
Bug#: 34451 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: gielj@fsai.fh-trier.de
Component: Ebuilds
URL: 
Summary: duke3d doesn't compile because of missing nasm
Keywords:  
Status Whiteboard: 
Opened: 2003-11-26 11:31 0000
Description:   Opened: 2003-11-26 11:31 0000
On an almost freshly installed gentoo 1.4 with enlightenment running, I tried
to
emerge games-fps/duke3d.
Portage stopped when compiling the actual duke3d ebuild with the following
messages:

nasm -f elf  -o a_nasm.o a_nasm.asm
make: nasm: Kommando nicht gefunden
make: *** [a_nasm.o] Fehler 127
make: *** Warte auf noch nicht beendete Prozesse...

!!! ERROR: games-fps/duke3d-20030817-r1 failed.
!!! Function src_compile, Line 68, Exitcode 2
!!! buildengine failed

So I did an "emerge nasm", then retried emerge duke3d and it finally worked.

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Mr. Bones. 2003-11-26 23:12:44 0000 -------
Fixed in CVS.  Thanks for the bug report.