Nexuiz, continued

Wart wart at kobold.org
Sat Jul 9 18:20:01 UTC 2005


Wart wrote:
> However, even when I run a x86_64 build on x86_64, I get the following 
> errors:
> 
> make[2]: Leaving directory `/builddir/build/BUILD/nexuiz-1.1'
> make[1]: Leaving directory `/builddir/build/BUILD/nexuiz-1.1'
> snd_main.o(.text+0xea): In function `S_Shutdown':
> /builddir/build/BUILD/nexuiz-1.1/snd_main.c:152: undefined reference to 
> `_Mem_Free'
> 
> ...as well as many more related to missing _Mem_Free, _Mem_FreePool, 
> _Mem_Alloc, and related.

This seems to be a smp issue.  When I build with "%_smp_mflags  -j1", it 
builds fine on my smp machine.  But with "%_smp_mflags  -j2", I get the 
above build error about half the time.  It seems to come from 'zone.c' 
not being compiled before either nexuiz-glx or nexuiz-dedicated.

You might want to remove %{?_smp_mflags} from the spec file until the 
makefile can be fixed.

--Mike




More information about the fedora-extras-list mailing list