We have used Apache for our web service since it was launched so will
obviously wish to upgrade to version 2 when it is stable. However we are
concerned that we cannot compile the beta (2.0.16) on any of our Alphas.
It seems to be a TRU Unix problem as others are compiling OK according to
the lists.
I have included the log of the errors below and ask whether anybody can
throw light on the problem or indeed if they have managed to compile the
beta themselves.
Thanks
stuart mckenzie
Script started on Wed May 2 11:00:42 2001
/scratch/httpd-2_0_16# make
Making all in srclib
Making all in apr
Making all in lib
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
Making all in threadproc/unix
/bin/sh /scratch/httpd-2_0_16/srclib/apr/libtool --mode=compile --silent cc -DOSF1 -g -pthread -I../../include -I../../include/arch/unix -c signals.c && touch signals.lo
cc: Error: signals.c, line 150: Invalid expression. (badexpr)
store_desc(0, "Signal 0");
----^
cc: Error: signals.c, line 150: Invalid statement. (badstmt)
store_desc(0, "Signal 0");
----^
cc: Error: signals.c, line 153: Invalid expression. (badexpr)
store_desc(SIGHUP, "Hangup");
----^
cc: Error: signals.c, line 153: Invalid statement. (badstmt)
store_desc(SIGHUP, "Hangup");
----^
cc: Error: signals.c, line 156: Invalid expression. (badexpr)
store_desc(SIGINT, "Interrupt");
----^
cc: Error: signals.c, line 156: Invalid statement. (badstmt)
store_desc(SIGINT, "Interrupt");
----^
cc: Error: signals.c, line 159: Invalid expression. (badexpr)
store_desc(SIGQUIT, "Quit");
----^
cc: Error: signals.c, line 159: Invalid statement. (badstmt)
store_desc(SIGQUIT, "Quit");
----^
cc: Error: signals.c, line 162: Invalid expression. (badexpr)
store_desc(SIGILL, "Illegal instruction");
----^
cc: Error: signals.c, line 162: Invalid statement. (badstmt)
store_desc(SIGILL, "Illegal instruction");
----^
cc: Error: signals.c, line 165: Invalid expression. (badexpr)
store_desc(SIGTRAP, "Trace/BPT trap");
----^
cc: Error: signals.c, line 165: Invalid statement. (badstmt)
store_desc(SIGTRAP, "Trace/BPT trap");
----^
cc: Error: signals.c, line 168: Invalid expression. (badexpr)
store_desc(SIGIOT, "IOT instruction");
----^
cc: Error: signals.c, line 168: Invalid statement. (badstmt)
store_desc(SIGIOT, "IOT instruction");
----^
cc: Error: signals.c, line 171: Invalid expression. (badexpr)
store_desc(SIGABRT, "Abort");
----^
cc: Error: signals.c, line 171: Invalid statement. (badstmt)
store_desc(SIGABRT, "Abort");
----^
cc: Error: signals.c, line 174: Invalid expression. (badexpr)
store_desc(SIGEMT, "Emulator trap");
----^
cc: Error: signals.c, line 174: Invalid statement. (badstmt)
store_desc(SIGEMT, "Emulator trap");
----^
cc: Error: signals.c, line 177: Invalid expression. (badexpr)
store_desc(SIGFPE, "Arithmetic exception");
----^
cc: Error: signals.c, line 177: Invalid statement. (badstmt)
store_desc(SIGFPE, "Arithmetic exception");
----^
cc: Error: signals.c, line 180: Invalid expression. (badexpr)
store_desc(SIGKILL, "Killed");
----^
cc: Error: signals.c, line 180: Invalid statement. (badstmt)
store_desc(SIGKILL, "Killed");
----^
cc: Error: signals.c, line 183: Invalid expression. (badexpr)
store_desc(SIGBUS, "Bus error");
----^
cc: Error: signals.c, line 183: Invalid statement. (badstmt)
store_desc(SIGBUS, "Bus error");
----^
cc: Error: signals.c, line 186: Invalid expression. (badexpr)
store_desc(SIGSEGV, "Segmentation fault");
----^
cc: Error: signals.c, line 186: Invalid statement. (badstmt)
store_desc(SIGSEGV, "Segmentation fault");
----^
cc: Error: signals.c, line 189: Invalid expression. (badexpr)
store_desc(SIGSYS, "Bad system call");
----^
cc: Error: signals.c, line 189: Invalid statement. (badstmt)
store_desc(SIGSYS, "Bad system call");
----^
cc: Error: signals.c, line 192: Invalid expression. (badexpr)
store_desc(SIGPIPE, "Broken pipe");
----^
cc: Error: signals.c, line 192: Invalid statement. (badstmt)
store_desc(SIGPIPE, "Broken pipe");
----^
cc: Error: signals.c, line 195: Invalid expression. (badexpr)
store_desc(SIGALRM, "Alarm clock");
----^
cc: Severe: More than 30 errors were encountered in the course of compilation. (toomanyerr)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
/scratch/httpd-2_0_16# exit
exit
script done on Wed May 2 11:00:57 2001
Received on Wed May 02 2001 - 10:11:17 NZST