COSS bypass breaks "make check"

From: Alex Rousskov <rousskov_at_measurement-factory.com>
Date: Mon, 10 Nov 2008 17:24:50 -0700

I am getting the following error when running "make check":

make[4]: Entering directory `squid3/DynamicSslCert/src/fs'
/bin/bash ../../test-suite/testheaders.sh "g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I. -I../../include -I../../include -I../../src -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -DDEFAULT_SQUID_CONFIG_DIR=\"/usr/local/squid3-ssl/etc\" -DDEFAULT_SQUID_DATA_DIR=\"/usr/local/squid3-ssl/share\" -g " "ufs" || exit 1
Testing ufs/StoreFSufs.h ...OK.
Testing ufs/ufscommon.h ...OK.
/bin/bash ../../test-suite/testheaders.sh "g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I. -I../../include -I../../include -I../../src -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -DDEFAULT_SQUID_CONFIG_DIR=\"/usr/local/squid3-ssl/etc\" -DDEFAULT_SQUID_DATA_DIR=\"/usr/local/squid3-ssl/share\" -g " "coss" || exit 1
Testing coss/CossSwapDir.h ...In file included from ./testHeaderDeps_CossSwapDir.cc:2:
./coss/CossSwapDir.h:1:2: error: #error COSS Support is not stable yet in Squid-3. Please do not use.
make[4]: *** [testHeaders] Error 1

The code is configured with --enable-ssl and --disable-optimizations.

It looks like either the COSS headers should not be tested by "make
check" or the COSS #error should be removed from the headers (and
left/placed in a .cc file).

Thank you,

Alex.
Received on Tue Nov 11 2008 - 00:25:29 MST

This archive was generated by hypermail 2.2.0 : Tue Nov 11 2008 - 12:00:03 MST