From owner-freebsd-questions@FreeBSD.ORG Thu May 31 12:15:29 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 90F5E16A400 for ; Thu, 31 May 2007 12:15:29 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id F0DE113C465 for ; Thu, 31 May 2007 12:15:28 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_05_31_14_15_27 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Thu, 31 May 2007 14:15:27 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.2499); Thu, 31 May 2007 14:15:26 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l4VCFQh9002360 for ; Thu, 31 May 2007 14:15:26 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l4VCFQQF002359 for freebsd-questions@freebsd.org; Thu, 31 May 2007 14:15:26 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Thu, 31 May 2007 14:15:26 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20070531121526.GA2313@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 31 May 2007 12:15:26.0844 (UTC) FILETIME=[5F4C8BC0:01C7A37D] Subject: libGLU fails to install 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: Thu, 31 May 2007 12:15:29 -0000 During upgrading one of my systems, involving upgrading xorg I ran into a problem. I started the upgrade as per /usr/ports/UPDATING with these commands (after cvsuping, pkgdb -F, make fetchindex of course): export XORG_UPGRADE=yes portupgrade -Rf libXft portupgrade -a -x 'gstreamer*' During this last step the upgrade fails in trying to upgrade libGLU (/usr/ports/graphics/libGLU) with the following message: ===> Installing for libGLU-6.5.3 ===> libGLU-6.5.3 depends on file: /usr/local/libdata/xorg/libraries - found ===> libGLU-6.5.3 depends on shared library: GL.1 - found ===> Generating temporary packing list ===> Checking if graphics/libGLU already installed install -s -o root -g wheel -m 555 /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1 /usr/local/lib install: /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1: No such file or directory *** Error code 71 Stop in /usr/ports/graphics/libGLU. When taking a look at /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi there definitefely is a libGLU.so.1 # ls -l /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/ total 62 -rw-r--r-- 1 root wheel 4218 May 31 14:08 Makefile -rw-r--r-- 1 root wheel 5612 Dec 8 00:16 Makefile.DJ -rw-r--r-- 1 root wheel 4263 Dec 8 00:16 Makefile.orig -rw-r--r-- 1 root wheel 4461 Dec 8 00:16 Makefile.win -rw-r--r-- 1 root wheel 19685 Dec 8 00:16 descrip.mms -rw-r--r-- 1 root wheel 189 Dec 8 00:16 dummy.cc -rw-r--r-- 1 root wheel 2047 Apr 24 08:32 glu.def drwxr-xr-x 2 root wheel 512 May 31 14:08 include lrwxr-xr-x 1 root wheel 11 May 31 14:08 libGLU.so -> libGLU.so.1 drwxr-xr-x 5 root wheel 512 May 31 14:08 libnurbs drwxr-xr-x 2 root wheel 1024 May 31 14:08 libtess drwxr-xr-x 2 root wheel 512 May 31 14:08 libutil -rw-r--r-- 1 root wheel 5427 Dec 8 00:16 mesaglu.opt as well as /usr/local/lib, so I wonder why the install fails I've also tried "make deinstall" followed by "make reinstall" as well as make distclean and re-building libGLU - to no extent. Any ideas what could be wrong here? Thanks in advance for any clue, -ewald