From owner-freebsd-questions@FreeBSD.ORG Thu May 31 12:26:31 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 AEFF616A469 for ; Thu, 31 May 2007 12:26:31 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 41D9E13C4AE for ; Thu, 31 May 2007 12:26:31 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 31 May 2007 08:26:30 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id ISP69520; Thu, 31 May 2007 08:26:30 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 31 May 2007 08:26:27 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18014.48884.13628.752867@jerusalem.litteratus.org> Date: Thu, 31 May 2007 08:26:28 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20070531121526.GA2313@aurora.oekb.co.at> References: <20070531121526.GA2313@aurora.oekb.co.at> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) 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:26:31 -0000 Ewald Jenisch writes: > ===> 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 > 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 Not according to this. libGLU.so is a sym-link ("man ln", option "-s") pointing to a file which doesn't exist. Why that's so I have no idea. I'd start by "make clean" in the port directory .... Robert Huff