rfminelli / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
GNU General Public License v2.0
0 stars 0 forks source link

error compile, lusca svn14237 #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. bootstrap and configure
2. compile
3. error reproduce

What is the expected output? What do you see instead?

Making all in ufs_newfs
In file included from ufs_newfs.c:10:
../../libcore/tools.h:33: error: expected declaration specifiers or
‘...’ before ‘va_list’
../../libcore/tools.h:99: warning: parameter names (without types) in
function declaration
make[3]: *** [ufs_newfs.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1 

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

lusca svn14237

Please provide any additional information below.

OS: Centos 5.3
Param:

#!/bin/bash
./bootstrap.sh
LDFLAGS="-lpcreposix -lpcre" \
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" \
CHOST="i686-pc-linux-gnu" \
./configure --prefix=/opt/lusca \
--disable-auth \
--disable-ident-lookups \
--disable-poll \
--disable-select \
--enable-arp-acl \
--enable-cache-digests \
--enable-delay-pools \
--enable-epoll \
--enable-err-languages=English \
--enable-follow-x-forwarded-for \
--enable-forw-via-db \
--enable-htcp \
--enable-http-violations \
--enable-icmp \
--enable-kill-parent-hack \
--enable-large-cache-files \
--enable-linux-netfilter \
--enable-removal-policies=heap \
--enable-snmp \
--enable-ssl \
--enable-storeio="null,aufs,coss" \
--enable-x-accelerator-vary \
--with-aio \
--with-dl \
--with-large-files \
--with-maxfd=16384 \
--with-pthreads \

Original issue reported on code.google.com by dhani.fa...@gmail.com on 23 Jul 2009 at 10:23

GoogleCodeExporter commented 8 years ago
Try updating to head r14242.

Original comment by adrian.c...@gmail.com on 23 Jul 2009 at 10:32

GoogleCodeExporter commented 8 years ago
tried that at 14243, the error still exists.

Original comment by dhani.fa...@gmail.com on 23 Jul 2009 at 12:12

GoogleCodeExporter commented 8 years ago
Ok. I didn't manage to duplicate the original issue but I've tried it under 
centos
5.3 64 bit and got another one. I've committed a fix to that particular issue.

It now builds for me.

Original comment by adrian.c...@gmail.com on 25 Jul 2009 at 7:18

GoogleCodeExporter commented 8 years ago
Actually, try r14247 at least. I just fixed a similar issue in the coss newfs 
app.

Original comment by adrian.c...@gmail.com on 25 Jul 2009 at 7:19

GoogleCodeExporter commented 8 years ago
I'm closing this - it now works for me. Please retest and report.

Original comment by adrian.c...@gmail.com on 13 Aug 2009 at 11:32