From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 18 19:10:01 2009 Return-Path: Delivered-To: freebsd-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 D0F601065676 for ; Fri, 18 Sep 2009 19:10: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 AFC1C8FC12 for ; Fri, 18 Sep 2009 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IJA1Or003597 for ; Fri, 18 Sep 2009 19:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8IJA1qD003596; Fri, 18 Sep 2009 19:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 18 Sep 2009 19:10:01 GMT Resent-Message-Id: <200909181910.n8IJA1qD003596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Cran Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 733FD1065670 for ; Fri, 18 Sep 2009 19:01:26 +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 634ED8FC21 for ; Fri, 18 Sep 2009 19:01:26 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IJ1PpL030713 for ; Fri, 18 Sep 2009 19:01:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n8IJ1Pw5030712; Fri, 18 Sep 2009 19:01:25 GMT (envelope-from nobody) Message-Id: <200909181901.n8IJ1Pw5030712@www.freebsd.org> Date: Fri, 18 Sep 2009 19:01:25 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/138945: [sysinstall] remove configuration of /usr/X11R6/lib as shared library path X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 19:10:01 -0000 >Number: 138945 >Category: bin >Synopsis: [sysinstall] remove configuration of /usr/X11R6/lib as shared library path >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 18 19:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 8.0-RC1 >Organization: >Environment: FreeBSD helix.draftnet 8.0-RC1 FreeBSD 8.0-RC1 #0: Fri Sep 18 01:57:55 BST 2009 brucec@helix.draftnet:/usr/obj/usr/src/sys/GENERIC i386 >Description: During installation sysinstall runs ldconfig to configure several directories including /usr/X11R6/lib as directories containing shared libraries. /usr/X11R6 is no longer created or used since xorg is now installed under /usr/local, and can be removed from the set of directories. >How-To-Repeat: Install FreeBSD. A warning is produced during installation that /usr/X11R6/lib doesn't exist. >Fix: Patch attached with submission follows: --- usr.sbin/sysinstall/package.c.orig 2009-09-18 20:50:32.000000000 +0100 +++ usr.sbin/sysinstall/package.c 2009-09-18 20:50:51.000000000 +0100 @@ -139,7 +139,7 @@ /* If necessary, initialize the ldconfig hints */ if (!file_readable("/var/run/ld-elf.so.hints")) - vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib"); + vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib"); /* Be initially optimistic */ ret = DITEM_SUCCESS; >Release-Note: >Audit-Trail: >Unformatted: