View Issue Details

IDProjectCategoryView StatusLast Update
0002914unrealinstallingpublic2006-09-25 20:08
Reportervtirman Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2 
Summary0002914: ./Config to make error tre-072
Descriptiongcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regexec.lo -MD -MP -MF ".deps/regexec.Tpo" -c -o regexec.lo regexec.c; \
then mv -f ".deps/regexec.Tpo" ".deps/regexec.Plo"; else rm -f ".deps/regexec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o
regexec.c: In function `tre_match':
regexec.c:162: warning: implicit declaration of function `alloca'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regerror.lo -MD -MP -MF ".deps/regerror.Tpo" -c -o regerror.lo regerror.c; \
then mv -f ".deps/regerror.Tpo" ".deps/regerror.Plo"; else rm -f ".deps/regerror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-approx.lo -MD -MP -MF ".deps/tre-match-approx.Tpo" -c -o tre-match-approx.lo tre-match-approx.c; \
then mv -f ".deps/tre-match-approx.Tpo" ".deps/tre-match-approx.Plo"; else rm -f ".deps/tre-match-approx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -O2 -Wall -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c tre-match-approx.c -o tre-match-approx.o
tre-match-approx.c: In function `tre_tnfa_run_approx':
tre-match-approx.c:297: warning: implicit declaration of function `alloca'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libtre.la -rpath /vv/ircd_build/Unreal3.2/extras/regexp/lib -version-info 6:2:2 tre-ast.lo tre-compile.lo tre-filter.lo tre-match-backtrack.lo tre-match-parallel.lo tre-mem.lo tre-parse.lo tre-stack.lo regcomp.lo regexec.lo regerror.lo tre-match-approx.lo
mkdir .libs
false cru .libs/libtre.a tre-ast.o tre-compile.o tre-filter.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o regcomp.o regexec.o regerror.o tre-match-approx.o
gmake[3]: *** [libtre.la] Error 1
gmake[3]: Leaving directory `/vv/ircd_build/Unreal3.2/extras/tre-0.7.2/lib'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/vv/ircd_build/Unreal3.2/extras/tre-0.7.2/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/vv/ircd_build/Unreal3.2/extras/tre-0.7.2'
gmake: *** [all] Error 2
Steps To Reproduce./Config
fail with messages in Description
3rd party modules

Activities

Stealth

2006-05-11 18:53

reporter   ~0011696

What version of GCC?

vtirman

2006-05-12 12:33

reporter   ~0011697

gcc 3.4.3 solaris 10 from sunfreeware

syzop

2006-05-13 05:28

administrator   ~0011698

Quite strange :P
false cru .libs/libtre.a
^^^^^
why would it do that.. :P

Anyway, is this really Unreal 3.2 (=old), or is it 3.2.4? If not 3.2.4, could you try that?

syzop

2006-09-25 20:08

administrator   ~0012436

deprecated / timed out

Issue History

Date Modified Username Field Change
2006-05-11 17:09 vtirman New Issue
2006-05-11 18:53 Stealth Note Added: 0011696
2006-05-12 12:33 vtirman Note Added: 0011697
2006-05-13 05:28 syzop Note Added: 0011698
2006-09-25 20:08 syzop Status new => closed
2006-09-25 20:08 syzop Note Added: 0012436
2006-09-25 20:08 syzop Resolution open => no change required