From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 14:09:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8423F16A421 for ; Tue, 26 Jun 2007 14:09:03 +0000 (UTC) (envelope-from serenoternullo@virgilio.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.freebsd.org (Postfix) with ESMTP id 4947613C46E for ; Tue, 26 Jun 2007 14:09:01 +0000 (UTC) (envelope-from serenoternullo@virgilio.it) Received: from [87.20.163.79] (87.20.163.79) by vsmtp14.tin.it (7.3.122) id 467BA5B3004F55F1 for freebsd-questions@freebsd.org; Tue, 26 Jun 2007 16:09:00 +0200 Message-ID: <46811D7B.5040809@virgilio.it> Date: Tue, 26 Jun 2007 16:06:51 +0200 From: Sereno Ternullo User-Agent: Mozilla Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: FreeBSD Questions ML Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Upgrading Xorg from 6.9.0 to 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 14:09:03 -0000 Hi folks, I'm encountering problems upgrading Xorg from version 6.9.0 to 7.2 I followed the procedure described in /usr/ports/UPDATING [...] # portupgrade -aP -x 'gstreamer*' Even though my computer spent 24 hours compiling, when I typed # pkg_version -s xorg I saw I still had my old 6.9.0 version. So this morning I tried again, by typing: # script xorg.upgrade portupgrade -Pr xorg and this is what I get (tail of the script log ) : if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/xorg -I/usr/local/include -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT atibus.lo -MD -MP -MF ".deps/atibus.Tpo" -c -o atibus.lo atibus.c; then mv -f ".deps/atibus.Tpo" ".deps/atibus.Plo"; else rm -f ".deps/atibus.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/xorg -I/usr/local/include -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT atibus.lo -MD -MP -MF .deps/atibus.Tpo -c atibus.c -fPIC -DPIC -o .libs/atibus.o In file included from atidripriv.h:40, from atistruct.h:41, from atibus.c:35: /usr/local/include/GL/glxint.h:28:19: GL/gl.h: No such file or directory In file included from atidripriv.h:40, from atistruct.h:41, from atibus.c:35: /usr/local/include/GL/glxint.h:95: error: syntax error before "GLboolean" *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3/src. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-ati. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-ati. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11/xorg. *** Error code 1 Stop in /usr/ports/x11/xorg. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.39088.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=xorg-6.9.0 UPGRADE_PORT_VER=6.9.0 make reinstall ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 449 packages found (-0 +33) ................................. done] ** Listing the failed packages (*:skipped / !:failed) ! x11/xorg (xorg-6.9.0) (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ** Could not clean up temporary directory: Directory not empty - /var/tmp/portupgradeOnzxbl1v The compiling process ends because I don't have any /usr/local/include/GL/gl.h ( and any ati device, indeed ) I'm running FreeBSD 6.2-release, I have an nvidia GeForce 2. Is there any broken port out there ? How can I get gl.h ? Any advice is welcomed !