zakkymuha / lusca-cache

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

compile error on Alpine linux edge 2.4 #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Making all in libiapp
make[1]: Entering directory 
`/home/joecat/aports/testing/lusca-head/src/lusca-head-r14942/libiapp'
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c fd.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c comm.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c disk.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c event.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c globals.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c pconn_hist.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c signals.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c mainloop.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c comm_ips_null.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c comm_ips_tproxy2.c
gcc -DHAVE_CONFIG_H -I. -I../include   -Os -fomit-frame-pointer  -Os 
-fomit-frame-pointer -D_REENTRANT -c comm_ips_tproxy4.c
In file included from comm_ips_tproxy4.c:43:0:
../libcore/tools.h:33:43: error: unknown type name 'va_list'
../libcore/tools.h:34:32: error: unknown type name 'FATALF_FUNC'
make[1]: *** [comm_ips_tproxy4.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory 
`/home/joecat/aports/testing/lusca-head/src/lusca-head-r14942/libiapp'
make: *** [all-recursive] Error 1
>>> ERROR: lusca-head: all failed
>>> lusca-head: Uninstalling dependencies...
alpinedev:~/aports/testing/lusca-head$ 

What version of the product are you using? On what operating system?

LUSCA_HEAD r14942 on Alpine linux Edge 2.4

Alpine linux is a security-oriented, lightweight Linux distribution based on 
uClibc and Busybox. see http://wiki.alpinelinux.org/wiki/Main_Page

TIA

Original issue reported on code.google.com by joecat....@gmail.com on 17 Jun 2012 at 10:54