View Issue Details

IDProjectCategoryView StatusLast Update
0002903unrealinstallingpublic2006-09-25 20:06
ReporterChief Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version3.2.4 
Summary0002903: Error during MAKE
DescriptionI run ./COnfigure and it is sucessful. I then run Make and it doe snot complete and I get the following errors: (included the last few lines)

ude -export-dynamic -L/usr/local/ssl/lib -c extbans.c
gcc -I../include -I/home/irc2/Unreal3.2/extras/regexp/include -I/home/irc2/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -I/usr/local/ssl/include -export-dynamic -L/usr/local/ssl/lib -c md5.c
gcc -I../include -I/home/irc2/Unreal3.2/extras/regexp/include -I/home/irc2/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -I/usr/local/ssl/include -export-dynamic -L/usr/local/ssl/lib -c api-isupport.c
gcc -I../include -I/home/irc2/Unreal3.2/extras/regexp/include -I/home/irc2/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -I/usr/local/ssl/include -export-dynamic -L/usr/local/ssl/lib -c api-command.c
gcc -I../include -I/home/irc2/Unreal3.2/extras/regexp/include -I/home/irc2/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -I/usr/local/ssl/include -export-dynamic -L/usr/local/ssl/lib -lssl -lcrypto -o ircd res.o s_bsd.o auth.o aln.o badwords.o channel.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -lcrypt -lnsl -ldl -L/home/irc2/Unreal3.2/extras/regexp/lib -ltre -L../extras/c-ares/lib -lcares -lssl -lcrypto
random.o(.text+0x23c): In function `add_entropy_configfile':
/home/irc2/Unreal3.2/src/random.c:154: undefined reference to `our_crc32'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/irc2/Unreal3.2/src'
make: *** [build] Error 2

Steps To ReproduceRun ./Config
type make
Additional InformationI went to the IRC support channel and w00t advised me to file a bug report.
3rd party modules

Relationships

related to 0002910 closed Unable to run 'make' after downloading Unrealircd 3.2.4 

Activities

syzop

2006-05-09 15:47

administrator   ~0011684

Last edited: 2006-05-09 17:39

(deleted other bugreport. duplicate.)

I don't see any possible way how this issue could arrise.

Is the .tar.gz downloaded correctly? Have you extracted Unreal to a clean directory (eg: no existing Unreal3.2 dir)? Is this Unreal completely modified (NO source nor makefile edits)?

I don't even see cloak listed in your compile output, which is an impossible situation if you ask me... :P

EDIT: Your other bugreport with ./Config output mentions 3.2.3, yet you say 3.2.4 here. So I really suggest to start with a clean directory (eg: rm -rf Unreal3.2 OR mv Unreal3.2 Unreal3.2.thisistehold) and tar xzvf Unreal3.2.4.tar.gz again and run ./Config and make)

Chief

2006-05-09 18:31

reporter   ~0011685

That was just the last few lines of make. I can re run it and supply the entire output of make.

It was complited into a location that never ahd unreal installed before. I did not modify the source code at all.

syzop

2006-09-25 20:06

administrator   ~0012435

See 0002910

Issue History

Date Modified Username Field Change
2006-05-07 18:58 Chief New Issue
2006-05-09 15:47 syzop Note Added: 0011684
2006-05-09 17:39 syzop Note Edited: 0011684
2006-05-09 18:31 Chief Note Added: 0011685
2006-09-25 20:06 syzop Relationship added related to 0002910
2006-09-25 20:06 syzop Status new => closed
2006-09-25 20:06 syzop Note Added: 0012435
2006-09-25 20:06 syzop Resolution open => duplicate