From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 28 18:20:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E441065673 for ; Sun, 28 Jun 2009 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8067E8FC1B for ; Sun, 28 Jun 2009 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5SIK6sN030812 for ; Sun, 28 Jun 2009 18:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5SIK6tT030811; Sun, 28 Jun 2009 18:20:06 GMT (envelope-from gnats) Date: Sun, 28 Jun 2009 18:20:06 GMT Message-Id: <200906281820.n5SIK6tT030811@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Best Cc: Subject: Re: ports/135322: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 18:20:06 -0000 The following reply was made to PR ports/135322; it has been noted by GNATS. From: Alexander Best To: Cc: Yuri 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.