View Issue Details

IDProjectCategoryView StatusLast Update
0003099unrealinstallingpublic2006-11-22 07:12
Reportertrusolja Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.5 
Summary0003099: Error
Descriptionmake[1]: Entering directory `/home/tom/Unreal3.2/src'
cd modules; make 'CFLAGS=-I../include -I/home/tom/Unreal3.2/extras/regexp/include -I/home/tom/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl -lz -ldl -L../extras/regexp/lib -ltre -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/home/tom/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/tom/Unreal3.2' 'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=-lssl -lcrypto' 'CRYPTOINCLUDES=' 'URL=' all
make[2]: Entering directory `/home/tom/Unreal3.2/src/modules'
gcc -I../include -I/home/tom/Unreal3.2/extras/regexp/include -I/home/tom/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -fPIC -DPIC -shared -DDYNAMIC_LINKING \
        -o m_svso.so m_svso.c
collect2: ld returned 1 exit status
make[2]: *** [m_svso.so] Error 1
make[2]: Leaving directory `/home/tom/Unreal3.2/src/modules'
make[1]: *** [mods] Error 2
make[1]: Leaving directory `/home/tom/Unreal3.2/src'
make: *** [build] Error 2

Uploaded config.log for more detail
Attached Files
config_log.txt (74,302 bytes)
3rd party modules

Activities

syzop

2006-10-29 16:23

administrator   ~0012531

I've no idea.. since there's no actual error shown, it says 'collect2: ld returned 1 exit status' but there isn't a line before that showing what went wrong.

Is your system ok?

Maybe you can check with eh:
strace -o strace.log -f -F make
see if you can spot anything, like eh:
egrep 'open|stat' strace.log
or like search for "ld returned 1 exit" in the file and check the ~50 lines before that and paste it to us.

I doubt it's an unreal problem, though

syzop

2006-11-22 07:12

administrator   ~0012698

System problem.

Just got it as well, I was out of harddisk space (900K free), removed some files and the problem was fixed.

Issue History

Date Modified Username Field Change
2006-10-29 04:22 trusolja New Issue
2006-10-29 04:22 trusolja File Added: config_log.txt
2006-10-29 16:23 syzop Note Added: 0012531
2006-11-11 14:46 syzop Severity major => tweak
2006-11-22 07:12 syzop Status new => closed
2006-11-22 07:12 syzop Note Added: 0012698
2006-11-22 07:12 syzop Resolution open => no change required