From owner-freebsd-current@FreeBSD.ORG Mon Dec 14 16:01:27 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2D5106566B for ; Mon, 14 Dec 2009 16:01:27 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id 69B198FC21 for ; Mon, 14 Dec 2009 16:01:26 +0000 (UTC) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id nBEG1K5B065350; Mon, 14 Dec 2009 17:01:22 +0100 (CET) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 14 Dec 2009 17:01:18 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCBA57377@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: regression: port www/squid fails to build on ia64 head Thread-Index: Acp81Ibz5VumimPwQ1Om7FBoG65BlAAAaqTg References: <57200BF94E69E54880C9BB1AF714BBCBA5736C@w2003s01.double-l.local> <20091213162712.1171.qmail@wcfields.tmseck.homedns.org> <20091214154144.GA86962@mech-cluster241.men.bris.ac.uk> From: "Johan Hendriks" To: "Anton Shterenlikht" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-current@FreeBSD.org Subject: RE: regression: port www/squid fails to build on ia64 head X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 16:01:28 -0000 >> * Johan Hendriks : >>=20 >> (Squid breakage in the YP/NIS helper) >>=20 >> > A long shot >> > Could it be that you have set the following in your src.conf >> > WITHOUT_NIS=3D yes >> > WITHOUT_RCMDS=3D yes >> > WITHOUT_RCS=3D yes >> >=20 >> > If i set those i get a similar error with squid (on i386 and amd64 ) >>=20 >> This is possible; the Squid 2.7 port still relies on WITHOUT_NIS/NO_NIS >> being set in make.conf. Due to the make.conf/src.conf split this does no >> longer work. I have added an OPTION to turn off NIS support to the squid >> 3.x ports and will merge this change into the Squid 2.7 port along with >> other changes soon. In the meantime you can work around this if you >> build www/squid with "make -DWITHOUT_NIS" or by adding WITHOUT_NIS=3Dyes >> to /etc/make.conf. >>=20 >> The same applies to systems built/installed without Heimdal support. >> Sorry for the breakage. >yes, I had WITHOUT_NIS=3D yes in /etc/src.conf, but not the other >two options. I have now rebuilt the system without this option, >but I still get the NIS build error. >If I build with "make -DWITHOUT_NIS", then I get this error: >Making all in negotiate_auth >Making all in squid_kerb_auth >cc -DHAVE_CONFIG_H -I. -I../../../include -DHEIMDAL -I./spnegohelp -I. -O2 -pipe -fno-strict-aliasing -D_REENTRANT -MT squid_kerb_auth.o -MD -MP ->MF .deps/squid_kerb_auth.Tpo -c -o squid_kerb_auth.o squid_kerb_auth.c >squid_kerb_auth.c:70:18: error: krb5.h: No such file or directory >*** Error code 1 >Stop in /usr/ports/www/squid/work/squid-2.7.STABLE7/helpers/negotiate_auth/squid _kerb_auth. >*** Error code 1 >does it mean I also need to build kerberos? I've WITHOUT_KERBEROS=3Dyes >in /etc/src.conf >many thanks >anton Yes it could not harm to remove that one from src.conf also. Regards, Johan Hendriks