From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 22 17:40:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3279A16A41F for ; Sun, 22 Jan 2006 17:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E756543D6A for ; Sun, 22 Jan 2006 17:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0MHe3oS017830 for ; Sun, 22 Jan 2006 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0MHe3TL017829; Sun, 22 Jan 2006 17:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 22 Jan 2006 17:40:03 GMT Resent-Message-Id: <200601221740.k0MHe3TL017829@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, Jonathan Heaney Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B930116A41F for ; Sun, 22 Jan 2006 17:38:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FF143D45 for ; Sun, 22 Jan 2006 17:38:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MHcO6A014176 for ; Sun, 22 Jan 2006 17:38:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0MHcOCi014175; Sun, 22 Jan 2006 17:38:24 GMT (envelope-from nobody) Message-Id: <200601221738.k0MHcOCi014175@www.freebsd.org> Date: Sun, 22 Jan 2006 17:38:24 GMT From: Jonathan Heaney To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/92163: linux-XFree86-libs-4.3.99.902_6 symlinks problem 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, 22 Jan 2006 17:40:16 -0000 >Number: 92163 >Category: ports >Synopsis: linux-XFree86-libs-4.3.99.902_6 symlinks problem >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 Jan 22 17:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jonathan Heaney >Release: RELENG_6 >Organization: >Environment: FreeBSD agentj 6.0-STABLE FreeBSD 6.0-STABLE #14: Sat Jan 21 23:04:52 GMT 2006 root@agentj:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: When linux compatibility service starts at boot, /compat/linux/sbin/ldconfig complains about various files in /compat/linux/usr/X11R6/lib not being symlinks. This happened after upgrading linux-XFree86-libs-4.3.99.902_5 -> linux-XFree86-libs-4.3.99.902_6. The files it complains about are- libxkbui.so.1 libxkbfile.so.1 libfontenc.so.1 libXvMC.so.1 libXss.so.1 libXinerama.so.1 libXRes.so.1 libGLw.so.1 libFS.so.6 Uninstalled linux-XFree86-libs and linux_base-8, re-installed (linux_base-8 port has subsequently been upgraded, with no change) both ports, no change. I'm not sure whether this is just a minor warning issue or whether it creates a genuine problem. >How-To-Repeat: >Fix: I don't know how good this fix is, but at the very least it suppresses the warnings at boot. Manually create symlinks in /compat/linux/usr/X11R6/lib, specifically- cd /compat/linux/usr/X11R6/lib ln -s libxkbui.so.1.0 libxkbui.so.1 ln -s libxkbfile.so.1.0 libxkbfile.so.1 ln -s libfontenc.so.1.0 libfontenc.so.1 ln -s libXvMC.so.1.0 libXvMC.so.1 ln -s libXss.so.1.0 libXss.so.1 ln -s libXinerama.so.1.0 libXinerama.so.1 ln -s libXRes.so.1.0 libXRes.so.1 ln -s libGLw.so.1.0 libGLw.so.1 ln -s libFS.so.6.0 libFS.so.6 >Release-Note: >Audit-Trail: >Unformatted: