View Issue Details

IDProjectCategoryView StatusLast Update
0003407unrealinstallingpublic2007-06-26 23:17
Reportercraftsman Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.7-RC1 
Summary0003407: not compile (error ./Config)
Descriptioncompiling TRE regex library
gmake all-recursive
gmake[1]: Entering directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5'
Making all in gnulib
gmake[2]: Entering directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib'
Making all in lib
gmake[3]: Entering directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib/lib'
gmake all-am
gmake[4]: Entering directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib/lib'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -g -O2 -Wall -MT dummy.lo -MD -MP -MF ".deps/dummy.Tpo" -c -o dummy.lo dummy.c; \
then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f ".deps/dummy.Tpo"; exit 1; fi
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
: ignoring unknown tag
../../libtool: fork: Resource temporarily unavailable
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
../../libtool: fork: Resource temporarily unavailable
: compile: cannot determine name of library object from `'
gmake[4]: *** [dummy.lo] Error 1
gmake[4]: Leaving directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib/lib'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib/lib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5/gnulib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/space/test/Unreal3.2.7-RC1/extras/tre-0.7.5'
gmake: *** [all] Error 2
3rd party modules

Activities

Stealth

2007-06-26 22:13

reporter   ~0014418

Last edited: 2007-06-26 22:14

> ../../libtool: fork: Resource temporarily unavailable

That's your problem, it is because your process limit is too low, as explained in the FAQ. http://www.vulnscan.org/UnrealIRCd/faq/26

EDIT: Damned mantis URL munching

Issue History

Date Modified Username Field Change
2007-06-26 20:52 craftsman New Issue
2007-06-26 22:13 Stealth Note Added: 0014418
2007-06-26 22:14 Stealth Note Edited: 0014418
2007-06-26 23:17 stskeeps Status new => closed
2007-06-26 23:17 stskeeps Resolution open => no change required