From owner-freebsd-ports@FreeBSD.ORG Sun Jan 31 13:25:50 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 D6F0C1065679 for ; Sun, 31 Jan 2010 13:25:50 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.24]) by mx1.freebsd.org (Postfix) with ESMTP id 9547C8FC15 for ; Sun, 31 Jan 2010 13:25:50 +0000 (UTC) Received: from [89.182.202.218] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NbZoC-0006uZ-Ea for freebsd-ports@freebsd.org; Sun, 31 Jan 2010 14:25:49 +0100 Date: Sun, 31 Jan 2010 14:27:19 +0100 From: Marcus von Appen To: freebsd-ports@freebsd.org Message-ID: <20100131132719.GA1267@medusa.sysfault.org> Mail-Followup-To: freebsd-ports@freebsd.org References: <201001311318.28966.david.marec@davenulle.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <201001311318.28966.david.marec@davenulle.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Df-Sender: 320095 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 Reply-To: Marcus von Appen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 13:25:50 -0000 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On, Sun Jan 31, 2010, David Marec wrote: > Hello, >=20 >=20 > Trying to update SDL1.2 librairies, the build failed on the following err= ors: >=20 >=20 > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for = -lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -= lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for = -lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -= lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for = -lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -= lvgl > /usr/bin/ld: cannot find -lvgl >=20 > Running: > david:~>uname -p -r > 8.0-STABLE amd64 >=20 >=20 > Any idea to get rid of this ? >=20 /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? If so, please remove them or run make config and disable the VGL knob (or add 'WITHOUT_VGL=3Dtrue' to the make invocation). Regards Marcus --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktlhTcACgkQi68/ErJnpkdnDACeOrpqjbsrLugZan9BJUT5pp66 55MAmgIOdbuKDVDAobhLSciW0RGaK0/U =2CAW -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--