Bug 192936 - Can not install squid33 from ports
Summary: Can not install squid33 from ports
Status: Closed DUPLICATE of bug 192913
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-23 04:18 UTC by Alex
Modified: 2014-08-23 11:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2014-08-23 04:18:16 UTC
The build process finishes without any error, but when it goes to the installation stage I get this:

===>   Registering installation for squid33-3.3.11_5
pkg-static: lstat(/usr/ports/www/squid33/work/stage/usr/local/libexec/squid/cert_tool): No such file or directory
pkg-static: lstat(/usr/ports/www/squid33/work/stage/usr/local/libexec/squid/ext_kerberos_ldap_group_acl): No such file or directory
*** Error code 74

Even after make rmconfig clean. Error doesn't change whether AUTH_KERBEROS is enabled or not.

Full config:

ARP_ACL=off: Enable ARP/MAC/EUI based authentification
     AUTH_KERB=on: Install Kerberos authentication helpers
     AUTH_LDAP=on: Install LDAP authentication helpers
     AUTH_NIS=on: Install NIS/YP authentication helpers
     AUTH_SASL=off: Install SASL authentication helpers
     AUTH_SMB=off: Install SMB auth. helpers (req. Samba)
     AUTH_SQL=off: Install SQL based auth (uses MySQL)
     CACHE_DIGESTS=off: Use cache digests
     DEBUG=off: Build with extended debugging support
     DELAY_POOLS=off: Enable delay pools (bandwidth limiting)
     DNS_HELPER=off: Use external dnsserver processes for DNS
     DOCS=off: Build and/or install documentation
     ECAP=off: Enable loadable content adaptation modules
     ESI=off: Enable support for ESI
     EXAMPLES=off: Build and/or install examples
     FOLLOW_XFF=off: Enable support for the X-Following-For header
     FS_AUFS=on: Enable AUFS (async-io) support
     FS_COSS=off: Enable COSS (not stable yet)
     HTCP=on: Enable HTCP support
     ICAP=off: Enable the ICAP client
     ICMP=off: Enable ICMP pinging and network measurement
     IDENT=on: Enable Ident lookups (RFC 931)
     IPV6=on: IPv6 protocol support
     KQUEUE=on: Enable kqueue(2) support
     LARGEFILE=off: Support large (>2GB) cache and log files
     SNMP=on: Enable SNMP support
     SSL=off: Enable SSL gatewaying support
     SSL_CRTD=off: Use ssl_crtd to handle SSL cert requests
     STACKTRACES=off: Enable automatic backtraces on fatal errors
     STRICT_HTTP=off: Make Squid strictly HTTP compliant
     TP_IPF=off: Enable transparent proxying with IPFilter
     TP_IPFW=off: Enable transparent proxying with IPFW
     TP_PF=off: Enable transparent proxying with PF
     VIA_DB=off: Enable Forward/Via database
     WCCP=on: Enable Web Cache Coordination Protocol
     WCCPV2=on: Enable Web Cache Coordination Protocol v2

Quick workaround is to create empty files with same names.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-23 11:21:37 UTC

*** This bug has been marked as a duplicate of bug 192913 ***