Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 03:08:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245861] www/squid 4.11 fails to compile - missing 'keyblock' in 'krb5_creds
Message-ID:  <bug-245861-7788-JXiv4BHm4x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245861-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245861-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245861

--- Comment #5 from dewayne@heuristicsystems.com.au ---
(In reply to timp87 from comment #2)
Umm - my make.conf is 1250 lines without comments...  The only thing I've
changed in the last quarter was to add -fno-common to CFLAGS.  I use
security/heimdal everywhere.

# kadmin -v
kadmin (Heimdal 7.7.0)

It appears to be a definition issue (ref:
http://www.squid-cache.org/Versions/v4/squid-4.11.patch search for "overwri=
te
limitation of enctypes")

The following CFLAGS and LDFLAGS for www/squid build are listed, cyrus-sasl=
 and
ldap are similar, on FreeBSD 12.1-STABLE #0 r359973M i386, we use

CFLAGS=3D-O2 -pipe -Wl,-m,elf_i386_fbsd -Wl,--strip-debug -Wl,--build-id=3D=
md5
-Wl,--hash-style=3Dsysv -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -fno-math-errno
-Wno-write-strings -Wno-unused-variable -Wno-error=3Dunused-command-line-ar=
gument
-Wno-ignored-optimization-argument -Wno-error=3Dmacro-redefined -fPIE -fPIC
-fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-common
-march=3Dprescott  -I/usr/local/include -I/usr/local/include -DLDAP_DEPRECA=
TED
-fno-strict-aliasing
LDFLAGS=3D-Wl,--strip-debug -Wl,--build-id=3Dmd5 -Wl,--hash-style=3Dsysv -p=
ie
-L/usr/local/lib -pthread -lpcreposix -lpcre
-Wl,-rpath,/usr/local/lib/heimdal:/usr/lib

while options are set with:
net_openldap24-client_SET=3DSASL GSSAPI
net_openldap24-sasl-client_SET=3DSASL GSSAPI

security_cyrus-sasl2_UNSET=3DANONYMOUS OBSOLETE_CRAM_ATTR CRAM BDB DEV_URAN=
DOM
KEEP_DB_OPEN
security_cyrus-sasl2_SET=3DDIGEST SCRAM AUTHDAEMOND NTLM LOGIN PLAIN

security_cyrus-sasl2-gssapi_UNSET=3DANONYMOUS GSSAPI_BASE GSSAPI_MIT GSSAPI=
_NONE
security_cyrus-sasl2-gssapi_SET=3DGSSAPI_HEIMDAL

Though you're right as we rebuild everything in our ports tree in virgin ja=
ils,
it is possible that something upstream is affecting squid 4.11.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245861-7788-JXiv4BHm4x>