From owner-freebsd-x11@FreeBSD.ORG Thu May 24 12:20:05 2007 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3166E16A41F for ; Thu, 24 May 2007 12:20:05 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.freebsd.org (Postfix) with ESMTP id BD1CF13C458 for ; Thu, 24 May 2007 12:20:04 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id E92A7B5F17; Thu, 24 May 2007 14:20:03 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 8872511CCB; Thu, 24 May 2007 14:20:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNI1CIdeGqKD; Thu, 24 May 2007 14:19:54 +0200 (CEST) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 027591143B; Thu, 24 May 2007 14:19:53 +0200 (CEST) Message-ID: <46558324.2070900@FreeBSD.org> Date: Thu, 24 May 2007 13:20:52 +0100 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: Christopher Prance References: <46555fb0.2fb6361b.282c.518a@mx.google.com> <1180004824.9846.6.camel@zoot.mintel.co.uk> <465574f5.0f5a955d.348f.11cb@mx.google.com> In-Reply-To: <465574f5.0f5a955d.348f.11cb@mx.google.com> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig919B719753745B39A6497275" Cc: freebsd-x11@FreeBSD.org Subject: Re: Upgrading to Xorg 7.2.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 12:20:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig919B719753745B39A6497275 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Christopher Prance wrote: >> -----Original Message----- >> From: Tom Evans [mailto:tevans.uk@googlemail.com] >> Sent: Thursday, May 24, 2007 1:07 PM >> To: Christopher Prance >> Cc: freebsd-x11@FreeBSD.org >> Subject: Re: Upgrading to Xorg 7.2.0 >> >> On Thu, 2007-05-24 at 11:49 +0200, Christopher Prance wrote: >>> Hello all, >>> >>> I've been having some problems while trying to upgrade to Xorg 7.2.0,= >>> it seems that when I'm doing a pkgdb -F and I run into stale >>> dependency for anything -> xdriinfo, it fails with this as it builds:= >>> >>> =3D=3D=3D> xdriinfo-1.0.1_1 depends on file: >>> /usr/local/libdata/pkgconfig/glproto.pc - found >>> =3D=3D=3D> xdriinfo-1.0.1_1 depends on file: >> /usr/local/libdata/pkgconfig/x11.pc >>> - found >>> =3D=3D=3D> xdriinfo-1.0.1_1 depends on executable in : pkg-config -= found >>> =3D=3D=3D> xdriinfo-1.0.1_1 depends on shared library: glut.4 - fou= nd >>> =3D=3D=3D> Configuring for xdriinfo-1.0.1_1 >>> configure: WARNING: you should use --build, --host, --target checking= >>> for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >>> checking whether build environment is sane... yes checking for >> gawk... >>> gawk checking whether make sets $(MAKE)... yes checking whether to >>> enable maintainer-specific portions of Makefiles... no checking for >>> i386-portbld-freebsd6.2-gcc... cc checking for C compiler default >>> output file name... a.out checking whether the C compiler works... >> yes >>> checking whether we are cross compiling... no checking for suffix of >>> executables... >>> checking for suffix of object files... o checking whether we are >> using >>> the GNU C compiler... yes checking whether cc accepts -g... yes >>> checking for cc option to accept ANSI C... none needed checking for >>> style of include used by make... GNU checking dependency style of >>> cc... gcc3 checking for a BSD-compatible install... /usr/bin/install >>> -c -o root -g wheel checking return type of signal handlers... void >>> checking for i386-portbld-freebsd6.2-pkg-config... no checking for >>> pkg-config... /usr/local/bin/pkg-config checking pkg-config is at >>> least version 0.9.0... yes checking for XDRIINFO... yes checking for >>> library containing glXGetProcAddressARB... no >>> configure: error: cannot find GL library - make sure Mesa or other >>> OpenGL package is installed See `config.log' for more details. >>> =3D=3D=3D> Script "configure" failed unexpectedly. >>> Please report the problem to x11@FreeBSD.org [maintainer] and attach >>> the "/usr/ports/x11/xdriinfo/work/xdriinfo-1.0.1/config.log" >> including >>> the output of the failure of your make command. Also, it might be a >>> good idea to provide an overview of all packages installed on your >>> system (e.g. an `ls /var/db/pkg`). >>> *** Error code 1 >>> >>> Stop in /usr/ports/x11/xdriinfo. >>> >>> I have actually just deleted the dependency which I hope did not mess= >>> anything up. I'm still learning as I go so any help would be >> appreciated. >>> All of my LibGL, libGLU, and libglut, are installed and still no >> luck. >>> Thanks, >>> Christopher Prance >>> >> Can you attach the >> "/usr/ports/x11/xdriinfo/work/xdriinfo-1.0.1/config.log" including the= >> output of the failure of your make command. Also, it might be a good >> idea to provide an overview of all packages installed on your system >> (e.g. an `ls /var/db/pkg`). >=20 > Here is the list of pkgs and the config.log file.... =20 >=20 > Thanks in advance! Can you give me the output of ldd /usr/local/lib/libGL.so.1? --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig919B719753745B39A6497275 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGVYMpMxEkbVFH3PQRCr1lAKCIHdALlNM1JuexH94g5JcPUVB13wCgit4v NzdwcZ7pBvqRExb9egZkDDg= =E6rJ -----END PGP SIGNATURE----- --------------enig919B719753745B39A6497275--