From owner-freebsd-threads@FreeBSD.ORG Wed Oct 6 09:30:32 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 B891416A4F0 for ; Wed, 6 Oct 2004 09:30:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD21543D1D for ; Wed, 6 Oct 2004 09:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i969UW8A029478 for ; Wed, 6 Oct 2004 09:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i969UWbD029477; Wed, 6 Oct 2004 09:30:32 GMT (envelope-from gnats) Date: Wed, 6 Oct 2004 09:30:32 GMT Message-Id: <200410060930.i969UWbD029477@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 compiling monodoc 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: Wed, 06 Oct 2004 09:30:32 -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 compiling monodoc Date: Wed, 06 Oct 2004 11:27:07 +0200 Daniel Eischen wrote: > -bash-2.05b$ ./configure > checking build system type... i386-unknown-freebsd6.0 > checking host system type... i386-unknown-freebsd6.0 > checking target system type... i386-unknown-freebsd6.0 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for a BSD-compatible install... /usr/bin/install -c > checking for gacutil... no > configure: error: No gacutil tool found > > What is gacutil? Oh, sorry, I should have mantioned you need lang/mono port installed to build monodoc, and probably x11-toolkits/gtk-sharp also.