Date: Sat, 2 Feb 2002 16:20:02 -0800 (PST) From: Will Andrews <will@csociety.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/34565: graphics/blender port is broke Message-ID: <200202030020.g130K2R74337@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34565; it has been noted by GNATS. From: Will Andrews <will@csociety.org> To: "mkmi@idsi.net" <mkm@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202030020.g130K2R74337>