View Issue Details

IDProjectCategoryView StatusLast Update
0001672unrealinstallingpublic2004-04-01 19:17
Reporterw00t Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Summary0001672: make errors.
Descriptionw00t@lserv:/home/symmetic/Unreal3.2# make
Building src
make[1]: Entering directory `/home/symmetic/Unreal3.2/src'
gcc -I../include -I/home/symmetic/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -c auth.c
In file included from auth.c:21:
../include/struct.h:65:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:764: syntax error before "regex_t"
../include/struct.h:764: warning: no semicolon at end of struct or union
../include/struct.h:767: syntax error before '}' token
In file included from auth.c:21:
../include/struct.h:1157: syntax error before "regex_t"
../include/struct.h:1157: warning: no semicolon at end of struct or union
../include/struct.h:1233: syntax error before "regex_t"
../include/struct.h:1233: warning: no semicolon at end of struct or union
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/symmetic/Unreal3.2/src'
make: *** [build] Error 2
Steps To ReproduceThis was on a pMMX 200mhz, running Slackware 9.1 with 128mb ram.
Additional InformationI ran 'locate regex.h' and it doesnt exist. (at least, not in any Unreal directories)

USING GNU MAKE 3.80
----
If you guys need anything else, just let me know.
Attached Files
config.log (4,640 bytes)
3rd party modules

Activities

codemastr

2004-03-20 21:06

reporter   ~0005555

Run ./Config -q and paste any error messages you get.

w00t

2004-03-20 21:14

reporter   ~0005556

Don't know if this is relevant... but

"Check your system clock
compiling TRE regex library
gmake: *** No targets specified and no makefile found. Stop.
installing TRE regex library
gmake: *** No rule to make target `install'. Stop.
configure: creating ./config.status"

That was towards the end of the output.
Didnt see any other conspicuous errors.

codemastr

2004-03-20 23:12

reporter   ~0005557

Yeah that's definately relevant. Can you attach the Unreal3.2/extras/regexp/config.log to this bug report?

w00t

2004-03-21 03:41

reporter   ~0005558

Last edited: 2004-03-21 03:42

No such file. Not even a directory.

I have the /extras directory, but the closest it has is a Unreal3.2/extras/regex. There is no config.log in there.

There is no Unreal3.2/extras/regexp directory.

[Edit: Fixed paths :)]

edited on: 2004-03-21 03:42

codemastr

2004-03-21 11:59

reporter   ~0005559

Err, my mistake, Unreal3.2/extras/tre-0.6.5/config.log

w00t

2004-03-21 17:04

reporter   ~0005562

codemastr,

Sorry about this, but im not going to be near my box for the next few days. Dont worry about it, but do check in sometime friday nite (GMT 10+) as I should have something for you.

w00t

2004-03-26 03:52

reporter   ~0005586

Ok. Attached the file. Sorry about taking so long.

codemastr

2004-03-26 10:12

reporter   ~0005587

cd extras/tre-0.6.5
./config.status

What does that say?

w00t

2004-03-26 12:03

reporter   ~0005588

File doesnt exist
[Unreal3.2/extras/tre-0.6.5/config.status]

w00t

2004-03-26 13:24

reporter   ~0005590

I just found this and wondered if it was relevant.

http://bugs.unrealircd.org/bug_view_page.php?bug_id=0001542

codemastr

2004-03-26 16:15

reporter   ~0005591

Ah wait I see the problem now, your system clock is screwed up!
configure:1693: checking whether build environment is sane
configure:1731: error: newly created file is older than distributed files!

Fix your clock and then it should work.

w00t

2004-04-01 04:09

reporter   ~0005704

Just like to confirm that this did work.
Thanks.

Issue History

Date Modified Username Field Change
2004-03-20 20:50 w00t New Issue
2004-03-20 21:06 codemastr Note Added: 0005555
2004-03-20 21:14 w00t Note Added: 0005556
2004-03-20 23:12 codemastr Note Added: 0005557
2004-03-21 03:41 w00t Note Added: 0005558
2004-03-21 03:42 w00t Note Edited: 0005558
2004-03-21 11:59 codemastr Note Added: 0005559
2004-03-21 17:04 w00t Note Added: 0005562
2004-03-26 03:51 w00t File Added: config.log
2004-03-26 03:52 w00t Note Added: 0005586
2004-03-26 10:12 codemastr Note Added: 0005587
2004-03-26 12:03 w00t Note Added: 0005588
2004-03-26 13:24 w00t Note Added: 0005590
2004-03-26 16:15 codemastr Note Added: 0005591
2004-04-01 04:09 w00t Note Added: 0005704
2004-04-01 19:17 codemastr Status new => closed