From owner-freebsd-ports@FreeBSD.ORG Sun Jan 31 15:37:02 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C70621065679 for ; Sun, 31 Jan 2010 15:37:02 +0000 (UTC) (envelope-from david.marec@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8E89E8FC15 for ; Sun, 31 Jan 2010 15:37:02 +0000 (UTC) Received: from david.marec (unknown [93.25.223.239]) by smtp.lamaiziere.net (Postfix) with ESMTPSA id 8019663317E for ; Sun, 31 Jan 2010 16:37:01 +0100 (CET) From: David Marec To: freebsd-ports@freebsd.org Date: Sun, 31 Jan 2010 16:39:35 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201001311318.28966.david.marec@davenulle.org> <20100131132719.GA1267@medusa.sysfault.org> In-Reply-To: <20100131132719.GA1267@medusa.sysfault.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201001311639.35444.david.marec@davenulle.org> Subject: Re: [SDL-1.2.14] Build fails on the libvlg checking X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 15:37:02 -0000 Le dimanche 31 janvier 2010 14:27:19, Marcus von Appen a =E9crit : > /usr/lib/libvgl.* should not be available on RELENG_8, amd64 - instead > it should reside in /usr/lib32 only. Did you upgrade from i386 to amd64 > or did you manually link the libvgl.* to /usr/lib? Neither of them. The system is amd64 from the begining. > If so, please remove them or run make config and disable the VGL knob > (or add 'WITHOUT_VGL=3Dtrue' to the make invocation). That s what i did. But, if, for example, svgalib is tagged "i386 only", svgl is not. btw, should i remove these libs ?