madhuneal / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

Won't build on OpenSolaris 06/2009 #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to build Lusca (LUSCA_HEAD-r14281) on OpenSolaris (06/2009), the
compilation ends abruptly showing the following error:

Making all in libhttp
make[1]: Entering directory
`/export/home/guest/Downloads/LUSCA_HEAD-r14281/libhttp'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include     -Wall -g  -D_REENTRANT
-pthreads -MT HttpStatusLine.o -MD -MP -MF ".deps/HttpStatusLine.Tpo" -c -o
HttpStatusLine.o HttpStatusLine.c; \
    then mv -f ".deps/HttpStatusLine.Tpo" ".deps/HttpStatusLine.Po"; else rm
-f ".deps/HttpStatusLine.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include     -Wall -g  -D_REENTRANT
-pthreads -MT HttpHeaderType.o -MD -MP -MF ".deps/HttpHeaderType.Tpo" -c -o
HttpHeaderType.o HttpHeaderType.c; \
    then mv -f ".deps/HttpHeaderType.Tpo" ".deps/HttpHeaderType.Po"; else rm
-f ".deps/HttpHeaderType.Tpo"; exit 1; fi
In file included from HttpHeaderType.c:48:
../libcore/tools.h:33: error: syntax error before "va_list"
make[1]: *** [HttpHeaderType.o] Error 1
make[1]: Leaving directory
`/export/home/guest/Downloads/LUSCA_HEAD-r14281/libhttp'
make: *** [all-recursive] Error 1

My output of uname and gcc -v are the following:

guest@c180-serv:~/Downloads/zenoss-2.4.5$ uname -a
SunOS c180-serv 5.11 snv_111b i86pc i386 i86pc Solaris
guest@c180-serv:~/Downloads/zenoss-2.4.5$ gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs
Configured with: /builds2/sfwnv-111a/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld
--enable-languages=c,c++,f77,objc --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-20050802)

Original issue reported on code.google.com by thj...@gmail.com on 16 Sep 2009 at 7:56

GoogleCodeExporter commented 9 years ago
I've committed a test fix to r14314. Try that and see how it goes.

Original comment by adrian.c...@gmail.com on 4 Oct 2009 at 2:09

GoogleCodeExporter commented 9 years ago
howdy,

could you please check if the latest lusca-head works?

Thanks!

Original comment by adrian.c...@gmail.com on 19 Oct 2009 at 7:03

GoogleCodeExporter commented 9 years ago
The latest SVN should work. Please test and get back to me!

Thanks!

Original comment by adrian.c...@gmail.com on 27 Mar 2010 at 10:21