Date: Sun, 28 Jun 2009 18:20:06 GMT From: Alexander Best <alexbestms@math.uni-muenster.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/135322: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail Message-ID: <200906281820.n5SIK6tT030811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/135322; it has been noted by GNATS. From: Alexander Best <alexbestms@math.uni-muenster.de> To: <bug-followup@FreeBSD.org> Cc: Yuri <yuri@tsoft.com> Subject: Re: ports/135322: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail Date: Sun, 28 Jun 2009 20:17:29 +0200 (CEST) the port DOES install libGL.so.1 into /compat/linux/usr/X11R6/lib/ the reason you cannot find the file is because you probably installed the nvidia driver after installing the linux_dri port. while the nvidia driver installs it's libGL.so.1 into /compat/linux/usr/lib it also makes sure there's no other libGL.so.1 version installed apart from it's own. that's why the nvidia installer looks in /compat/linux/usr/X11R6/lib/ and /compat/linux/usr/local/lib/ and deletes existing versions of libGL.so.1. the best way to solve this issue would be to mark all linux dri ports and the nvidia port to conflict with each other. try using one of the linux libGLU ports instead. they don't conflict with the nvidia driver. cheers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281820.n5SIK6tT030811>