ports/135322: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail

Alexander Best alexbestms at math.uni-muenster.de
Sun Jun 28 18:20:06 UTC 2009


The following reply was made to PR ports/135322; it has been noted by GNATS.

From: Alexander Best <alexbestms at math.uni-muenster.de>
To: <bug-followup at FreeBSD.org>
Cc: Yuri <yuri at 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.



More information about the freebsd-ports-bugs mailing list