From owner-freebsd-ports Sat Feb 2 16:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58CFC37B404 for ; Sat, 2 Feb 2002 16:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g130K2R74337; Sat, 2 Feb 2002 16:20:02 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Feb 2002 16:20:02 -0800 (PST) Message-Id: <200202030020.g130K2R74337@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/34565: graphics/blender port is broke Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34565; it has been noted by GNATS. From: Will Andrews To: "mkmi@idsi.net" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/34565: graphics/blender port is broke Date: Sat, 2 Feb 2002 19:16:25 -0500 On Sat, Feb 02, 2002 at 04:06:47PM -0600, mkmi@idsi.net wrote: > Blender is looking for libGL.so.14, which is not found, greping the plists yielded nothing. That's because libGL.so.14 is installed by the Mesa port. Likely you have XFREE86_VERSION=4 which uses XFree86's copy of libGL, which is libGL.so.1. They should be ABI compatible, so you can probably symlink libGL.so.14 to libGL.so.1. > marvin% blender > /usr/libexec/ld-elf.so.1: Shared object "libGL.so.14" not found IMO, this is still a bug because XFree86-4[,-libraries] should symlink them and ports should grow the concept of shared (as in between packages) files. But it's sort of a hard thing to do right now. :( Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message