From owner-freebsd-threads@FreeBSD.ORG Tue Oct 5 17:20:20 2004 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDB616A4CF for ; Tue, 5 Oct 2004 17:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C3643D5A for ; Tue, 5 Oct 2004 17:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i95HKKbk094024 for ; Tue, 5 Oct 2004 17:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i95HKKSY094023; Tue, 5 Oct 2004 17:20:20 GMT (envelope-from gnats) Date: Tue, 5 Oct 2004 17:20:20 GMT Message-Id: <200410051720.i95HKKSY094023@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: Ivan Voras Subject: Re: threads/72353: Assertion failsin/usr/src/lib/libpthread/sys/lock.c, line 171, when compilingmonodoc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ivan Voras List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 17:20:20 -0000 The following reply was made to PR threads/72353; it has been noted by GNATS. From: Ivan Voras To: Daniel Eischen Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-threads@freebsd.org Subject: Re: threads/72353: Assertion fails in/usr/src/lib/libpthread/sys/lock.c, line 171, when compilingmonodoc Date: Tue, 05 Oct 2004 19:18:07 +0200 Daniel Eischen wrote: > > This suggests you are using /etc/libmap.conf to map everything to libc_r. > Is this still true? If you have any binaries or libraries that link to No, my libmap.conf maps everything to libpthread (has been since RELENG_5, and not a single problem there). As I said in the pr, the thing that the port skeleton (the first URL) does works to build version 1.0 without errors, only the newer version, 1.0.2, for which I don't have the port skeleton, dies.