From owner-freebsd-threads@FreeBSD.ORG Wed Oct 6 13:50:19 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 0473016A4CE for ; Wed, 6 Oct 2004 13:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95EA43D45 for ; Wed, 6 Oct 2004 13:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i96DoIkU056387 for ; Wed, 6 Oct 2004 13:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96DoIse056386; Wed, 6 Oct 2004 13:50:18 GMT (envelope-from gnats) Date: Wed, 6 Oct 2004 13:50:18 GMT Message-Id: <200410061350.i96DoIse056386@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: Daniel Eischen 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: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 13:50:19 -0000 The following reply was made to PR threads/72353; it has been noted by GNATS. From: Daniel Eischen To: Ivan Voras Cc: FreeBSD-gnats-submit@freebsd.org, Subject: Re: threads/72353: Assertion fails in/usr/src/lib/libpthread/sys/lock.c, line 171, when compiling monodoc Date: Wed, 6 Oct 2004 09:46:16 -0400 (EDT) On Wed, 6 Oct 2004, Ivan Voras wrote: > 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. I installed monodoc, not gtk-sharp. What does 'pkg_which gacutil' show? -- Dan Eischen