View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003407 | unreal | installing | public | 2007-06-26 20:52 | 2007-06-26 23:17 |
| Reporter | craftsman | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.7-RC1 | ||||
| Summary | 0003407: not compile (error ./Config) | ||||
| Description | compiling 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 | |||||
|
|
> ../../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 |