See <http://build.squid-cache.org/job/trunk-x64-centos-7/321/changes>
Changes: [Amos Jeffries] Cleanup: remove strtokFile() wrapper function This global function was a wrapper around ConfigParser::strtokFile() which did nothing but cause additional dependency on cache_cf.h and cache_cf.cc. [Source Maintenance] SourceFormat Enforcement [Amos Jeffries] SourceLayout: shuffle DNS primitives to dns/libdns.la * create dns/libdns.la with namespace Dns:: * move the RFC specific base functions performing DNS actions into libdns. * move the SquidDns.h definitions to dns/forward.h - rename dns*() functions to Dns:: namespace * move DnsLookupDetails to Dns:: namespace - move class files to libdns. There are no logic changes in this patch. ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Building remotely on d-centos-7 (gcc farm 7.0.1406 CentOS buildmaster amd64-CentOS-7.0.1406 clang CentOS-7.0.1406 amd64-CentOS amd64) in workspace <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> $ bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> info result: bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> returned 0. Command output: "13880 [email protected] " stderr: "" [trunk-x64-centos-7] $ bzr pull --overwrite http://bzr.squid-cache.org/bzr/squid3/trunk/ http://bzr.squid-cache.org/bzr/squid3/trunk is permanently redirected to http://bzr.squid-cache.org/bzr/squid3/trunk/ +N src/dns/ +N src/dns/Makefile.am M configure.ac M doc/debug-sections.txt RM include/rfc1035.h => src/dns/rfc1035.h R include/rfc2671.h => src/dns/rfc2671.h RM include/rfc3596.h => src/dns/rfc3596.h M lib/Makefile.am RM lib/rfc1035.c => src/dns/rfc1035.cc RM lib/rfc2671.c => src/dns/rfc2671.cc RM lib/rfc3596.c => src/dns/rfc3596.cc RM lib/tests/testRFC1035.cc => src/tests/testRFC1035.cc R lib/tests/testRFC1035.h => src/tests/testRFC1035.h M src/ClientRequestContext.h RM src/DnsLookupDetails.cc => src/dns/LookupDetails.cc RM src/DnsLookupDetails.h => src/dns/LookupDetails.h M src/HttpRequest.cc M src/HttpRequest.h M src/Makefile.am RM src/SquidDns.h => src/dns/forward.h M src/acl/Arp.cc M src/acl/Asn.cc M src/acl/AtStepData.cc M src/acl/CertificateData.cc M src/acl/DestinationDomain.cc M src/acl/DestinationDomain.h M src/acl/DestinationIp.cc M src/acl/DomainData.cc M src/acl/Eui64.cc M src/acl/HierCodeData.cc M src/acl/HttpHeaderData.cc M src/acl/HttpStatus.cc M src/acl/IntRange.cc M src/acl/Ip.cc M src/acl/MaxConnection.cc M src/acl/MethodData.cc M src/acl/NoteData.cc M src/acl/ProtocolData.cc M src/acl/Random.cc M src/acl/SourceDomain.cc M src/acl/SourceDomain.h M src/acl/SslErrorData.cc M src/acl/StringData.cc M src/acl/TimeData.cc M src/adaptation/icap/Xaction.cc M src/cache_cf.cc M src/cache_cf.h M src/client_side_request.cc M src/dns_internal.cc M src/external_acl.cc M src/fqdncache.cc M src/icmp/net_db.cc M src/ipcache.cc M src/ipcache.h M src/main.cc M src/multicast.cc M src/neighbors.cc M src/peer_select.cc M src/send-announce.cc M src/tests/stub_cache_cf.cc M src/typedefs.h All changes applied successfully. Now on revision 13883. [trunk-x64-centos-7] $ bzr revert $ bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> info result: bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> returned 0. Command output: "13883 [email protected] " stderr: "" [trunk-x64-centos-7] $ bzr log -v -r revid:[email protected]:[email protected] --long --show-ids Getting local revision... $ bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> info result: bzr revision-info -d <http://build.squid-cache.org/job/trunk-x64-centos-7/ws/> returned 0. Command output: "13883 [email protected] " stderr: "" RevisionState revno:13883 revid:[email protected] [trunk-x64-centos-7] $ /bin/sh -xe /tmp/hudson2129124952856138960.sh + CC='ccache gcc' + CXX='ccache g++' + ./test-builds.sh --verbose --cleanup --use-config-cache TESTING: layer-00-bootstrap total 8 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 21:04 . drwxrwxr-x 20 jenkins jenkins 4096 Jan 29 21:04 .. BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts automake (1.13.4) : automake autoconf (2.69) : autoconf libtool (2.4.2) : libtool libtool path : /usr/bin Bootstrapping Fixing configure recursion Autotool bootstrapping complete. buildtest.sh result is 0 BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts Build OK. Global result is 0. REMOVE DATA: btlayer-00-bootstrap REMOVE LOG: btlayer-00-bootstrap.log TESTING: layer-00-default total 8 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 21:04 . drwxrwxr-x 20 jenkins jenkins 4096 Jan 29 21:04 .. BUILD: .././test-suite/buildtests/layer-00-default.opts configure: creating cache /tmp/config.cache.92 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... ccache gcc checking whether the C compiler works... no configure: error: in `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default'>: configure: error: C compiler cannot create executables See `config.log' for more details buildtest.sh result is 77 BUILD: .././test-suite/buildtests/layer-00-default.opts configure: error: in `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default'>: configure: error: C compiler cannot create executables Build FAILED. Build step 'Execute shell' marked build as failure _______________________________________________ squid-dev mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-dev
