From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 7 10:20:01 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 48A1B1065677 for ; Sun, 7 Jun 2009 10:20:01 +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 0801D8FC20 for ; Sun, 7 Jun 2009 10:20:01 +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 n57AK0kt048718 for ; Sun, 7 Jun 2009 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n57AK07q048717; Sun, 7 Jun 2009 10:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 7 Jun 2009 10:20:00 GMT Resent-Message-Id: <200906071020.n57AK07q048717@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 660211065670 for ; Sun, 7 Jun 2009 10:17:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 540068FC0A for ; Sun, 7 Jun 2009 10:17:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n57AHsFk095123 for ; Sun, 7 Jun 2009 10:17:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n57AHsuG095122; Sun, 7 Jun 2009 10:17:54 GMT (envelope-from nobody) Message-Id: <200906071017.n57AHsuG095122@www.freebsd.org> Date: Sun, 7 Jun 2009 10:17:54 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135322: Port 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 10:20:01 -0000 >Number: 135322 >Category: ports >Synopsis: Port linux_dri has incorrect packaging list causing automatic port update to fail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 07 10:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 7.2-PRERELEASE >Organization: n/a >Environment: >Description: I have linux_dri-7.0_1 installed. pkg-plist has the line /compat/linux/usr/X11R6/lib/libGL.so.1 and 'pkg_info -L linux_dri-7.0_1' shows /compat/linux/usr/X11R6/lib/libGL.so.1 but there no such file in the file system. Insteas there is: ls -l /compat/linux/usr/lib/libGL.so.1 lrwxr-xr-x 1 root users 15 Jun 6 13:05 /compat/linux/usr/lib/libGL.so.1 -> libGL.so.180.60 As a result automatic port upgrade of may ports depending on Linux libGL.so fails and attempts to reinstall linux_dri and fails because it's already installed. portupdate looks for /compat/linux/usr/X11R6/lib/libGL.so.1 for some reason, it's not there and it decides to install linux_dri and fails. > pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 /compat/linux/usr/lib/libGL.so.180.60 was installed by package nvidia-driver-180.60 Please fix this, Yuri >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: