Hi folks,

not sure if this is an environment thing, but the current 3.0.x branch
is failing a test case on my Ubuntu/Natty (11.04) x86_64

igalic@tynix ~/src/asf/ats-3.0.x (svn)-[3.0.x:1158631] % sudo 
/opt/ats-3.0.x/bin/traffic_server -R 1 2>&1 | grep FAIL
[SDK_API_HttpTxnCache] TSHttpTxnCacheLookupStatusGet : [TestCase1] <<FAIL>> { 
Incorrect Value returned by TSHttpTxnCacheLookupStatusGet }

config.nice:

CC="gcc"; export CC
CXX="g++"; export CXX
CFLAGS="-fstack-protector -fPIE -pie -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -mtune=native -march=native -O3"; export CFLAGS
CXXFLAGS="-fstack-protector -fPIE -pie -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -mtune=native -march=native -O3"; export CXXFLAGS
LDFLAGS="-z relro -z now -Wl,--as-needed -Wl,--no-copy-dt-needed-entries 
-Wl,-Bsymbolic-functions"; export LDFLAGS
"./configure" \
"--prefix=/opt/ats-3.0.x" \
"--enable-wccp" \
"--enable-tproxy" \
"--with-user=www" \
"--with-group=www" \
"$@"

The exhaustive set of flags is created by hardening wrapper for cc and ld
as well as dpkg-buildflags

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 571B 8B8A FC97 266D BDA3  EF6F 43AD 80A4 5779 3257

Reply via email to