[Bug 203860] Squid 4.0.1 FreeBSD Install Error
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 18 22:22:50 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203860
Bug ID: 203860
Summary: Squid 4.0.1 FreeBSD Install Error
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: angel at angelhess.com
I assume Squid 4.0.1 has make errors because it was released just a few days
ago? 4.0.1 also does not seem to be in the package install, only 3+ is in pkg
install. How long until it is usually in the pkg install database? I tried the
usual manual download, config, make, etc. And it seems to have errors on the
"make", perhaps about 3/4 into the make, on a new FreeBSD OS install 10.2.
Please advise. Below is the error starting...
Code:
In file included from Elements.cc:14:
In file included from ../../src/HttpReply.h:14:
In file included from ../../src/HttpMsg.h:18:
In file included from ../../src/HttpHeader.h:13:
../../src/http/RegisteredHeaders.h:197:10: error: no type named 'vector' in
namespace 'std'
std::vector<const HeaderTableRecord *> idCache;
~~~~~^
../../src/http/RegisteredHeaders.h:197:16: error: expected member name or ';'
after declaration specifiers
std::vector<const HeaderTableRecord *> idCache;
~~~~~~~~~~~^
../../src/http/RegisteredHeaders.h:192:18: error: use of undeclared identifier
'idCache'
return *(idCache[static_cast<int>(id)]);
^
3 errors generated.
*** Error code 1
Stop.
make[3]: stopped in /usr/home/freebsd/squid-4.0.1/src/ftp
*** Error code 1
Stop.
make[2]: stopped in /usr/home/freebsd/squid-4.0.1/src
*** Error code 1
Stop.
make[1]: stopped in /usr/home/freebsd/squid-4.0.1/src
*** Error code 1
Stop.
make: stopped in /usr/home/freebsd/squid-4.0.1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list