From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 18 12:50:21 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C4016A4DD for ; Fri, 18 Aug 2006 12:50:21 +0000 (UTC) (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 F102C43D46 for ; Fri, 18 Aug 2006 12:50:20 +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 k7ICoKD6042348 for ; Fri, 18 Aug 2006 12:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ICoKTN042347; Fri, 18 Aug 2006 12:50:20 GMT (envelope-from gnats) Date: Fri, 18 Aug 2006 12:50:20 GMT Message-Id: <200608181250.k7ICoKTN042347@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/102034: linux_base-fc4 library problems with RELENG_6_1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 12:50:21 -0000 The following reply was made to PR ports/102034; it has been noted by GNATS. From: Boris Samorodov To: bug-followup@FreeBSD.org, jes@jes-2.demon.nl Cc: Subject: Re: ports/102034: linux_base-fc4 library problems with RELENG_6_1 Date: Fri, 18 Aug 2006 16:44:54 +0400 From your kdump.out: ----- 13316 ls NAMI "/compat/linux/usr/lib/libpthread.so.0" 13316 ls NAMI "/usr/lib/libpthread.so.0" 13316 ls RET open 3 13316 ls CALL read(0x3,0xbfbfe42c,0x200) 13316 ls GIO fd 3 read 512 bytes ----- Can you tell me what is the file /usr/lib/libpthread.so.0? At my FreeBSD-6.1 I have only /usr/lib/libpthread.so.2. Is it a stale/old file or did you create a symlink for some purpose? What if you delete (or temporarily move away) this file?