From owner-freebsd-current@FreeBSD.ORG Sat Dec 12 18:44:50 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 DFFCF106566B for ; Sat, 12 Dec 2009 18:44:50 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 775948FC18 for ; Sat, 12 Dec 2009 18:44:50 +0000 (UTC) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id nBCIim5B065842 for ; Sat, 12 Dec 2009 19:44:49 +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: Sat, 12 Dec 2009 19:44:46 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCBA5736C@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: Acp6laNrVD48eSo7TXOb5Pzl4lMXmgAxSIDg References: <20091211122712.GA16545@mech-cluster241.men.bris.ac.uk><20091211154641.GA1123@wcfields.tmseck.homedns.org><20091211160439.GA90445@mech-cluster241.men.bris.ac.uk> <43C3F09D-62B4-47BB-8411-65C0CCCDFB6A@mac.com> From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Cc: 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: Sat, 12 Dec 2009 18:44:51 -0000 >>> You might want to ask on the -current or -ia64 mailinglist about this >>> particular error. I just checked on 8-STABLE/amd64 and the YP helper >>> builds fine there. >>>=20 >>> Did you configure anything particular in your make.conf that might >>> explain this (modified CFLAGS or somesuch)? >>=20 >> # cat /etc/make.conf >> # $FreeBSD: src/share/examples/etc/make.conf,v 1.279 2007/01/17 12:43:06 des Exp $ >>=20 >> NO_MODULES=3D # do not build modules with the kernel >> # added by use.perl 2009-09-23 14:34:53 >> PERL_VERSION=3D5.10.1 >> #=20 >>=20 >> Marcel, can you reproduce this on your ia64? >No, I can't seem to reproduce it. It builds just fine for me. >I have the log here (starting with the kernel booting): > http://ns1.xcllnt.net/~marcel/squid.log >Maybe NO_MODULES is interfering? >FYI, >--=20 >Marcel Moolenaar >xcllnt@mac.com 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 If i set those i get a similar error with squid (on i386 and amd64 ) Regards, Johan Hendriks