Missing fns in snapshot?

From: Leeann BENT <lbent@dont-contact.us>
Date: Mon, 19 May 2003 14:02:36 -0700 (PDT)

The HEAD snapshot from last night (and also the night before) appears to
be missing something (P.S. - Are these always expected to build? I was
under the impression that they were, but the cvs checkouts weren't.
Thx...):

acl.o: In function `aclCheckFast':
/home/lbent/Squid/Squid-3/squid3_new_5.19_range_testing/squid-3.0.DEVEL-20030519/src/acl.cc:491:
undefined reference to `ACLChecklist::matchAclListFast(ACLList const*)'
ACLChecklist.o: In function `ACLChecklist::checkAccessList()':
/home/lbent/Squid/Squid-3/squid3_new_5.19_range_testing/squid-3.0.DEVEL-20030519/src/ACLChecklist.cc:201:
undefined reference to `ACLChecklist::matchAclListSlow(ACLList const*)'
client_side_reply.o: In function
`clientReplyContext::buildMaxBodySize(HttpReply*)':
/home/lbent/Squid/Squid-3/squid3_new_5.19_range_testing/squid-3.0.DEVEL-20030519/src/client_side_reply.cc
:1823: undefined reference to `ACLChecklist::matchAclListFast(ACLList const*)'
forward.o: In function `aclMapAddr':
/home/lbent/Squid/Squid-3/squid3_new_5.19_range_testing/squid-3.0.DEVEL-20030519/src/forward.cc:490:
undefined reference to `ACLChecklist::matchAclListFast(ACLList const*)'
forward.o: In function `aclMapTOS':
/home/lbent/Squid/Squid-3/squid3_new_5.19_range_testing/squid-3.0.DEVEL-20030519/src/forward.cc:506:
undefined reference to `ACLChecklist::matchAclListFast(ACLList const*)'

No definition:

[lbent@sparky3 squid-3.0.DEVEL-20030519]$ grep matchAclListFast src/*.h
src/ACLChecklist.h: void matchAclListFast(const acl_list * list);

[lbent@sparky3 squid-3.0.DEVEL-20030519]$ grep matchAclListFast src/*.cc
src/acl.cc: checklist->matchAclListFast(A->aclList);
src/client_side_reply.cc: ch->matchAclListFast(l->aclList);
src/forward.cc: ch->matchAclListFast(l->aclList);
src/forward.cc: ch->matchAclListFast(l->aclList);

[lbent@sparky3 squid-3.0.DEVEL-20030519]$ grep matchAclListSlow src/*.h
src/ACLChecklist.h: void matchAclListSlow(const acl_list * list);

[lbent@sparky3 squid-3.0.DEVEL-20030519]$ grep matchAclListSlow src/*.cc
src/ACLChecklist.cc: matchAclListSlow(accessList->aclList);
Received on Mon May 19 2003 - 15:02:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:56 MST