From owner-freebsd-mono@FreeBSD.ORG Sun Mar 1 21:04:06 2009 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD7CB1065670 for ; Sun, 1 Mar 2009 21:04:06 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 7302B8FC14 for ; Sun, 1 Mar 2009 21:04:06 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so1162239yxl.13 for ; Sun, 01 Mar 2009 13:04:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=4RfZXqjibTXX4fPpPCe6IrNj2R78qR1gdhg8/X99noI=; b=mTnLzfvv/9CECOjlieFV0qVD7sZ5Mo/dLAekZqu7uyaVE7mJdGNeQya6PrnANigHmN obOidwPSnen46oD0rQ3JQr8F0f/sY1A5s1PKlrxH6UZ9mNuA3Xi4IM52DexYt9a6yvw1 dSD2fSO7xOvhcNCzSHIXkykfz9AH8XwkK/VRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=AnZ/iHhxy9bADE5MmvY/WMu8GQoe4DCXWY37n2nEOqOSn87qd2P5pJBHynDHSx6TJ0 v14KiJHR0QAQLJq2QUWDHLiicXI9ALG1kPzooTt+eNNTHhzBFm13mBkRrPUST3A80elO 5ajw/7U/mBXp9WXWYoDfyHk/P3OaSKG4cRyIA= Received: by 10.90.102.15 with SMTP id z15mr1680935agb.118.1235941445549; Sun, 01 Mar 2009 13:04:05 -0800 (PST) Received: from ?10.0.0.174? ([190.196.74.203]) by mx.google.com with ESMTPS id 36sm11085388aga.29.2009.03.01.13.04.03 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Mar 2009 13:04:04 -0800 (PST) From: "Phillip N." To: Paul Beard In-Reply-To: <5088B7F6-DAA9-4B9A-96DE-DBF23CD1A036@gmail.com> References: <5088B7F6-DAA9-4B9A-96DE-DBF23CD1A036@gmail.com> Content-Type: text/plain; charset=utf-8 Date: Sun, 01 Mar 2009 18:03:56 -0300 Message-Id: <1235941437.1750.30.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: mono@freebsd.org Subject: Re: monodoc and semaphores X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 21:04:07 -0000 El sáb, 14-02-2009 a las 10:43 -0800, Paul Beard escribió: > Revisiting this mono build failure, I noticed that monodoc was failing > due to a semaphore issue. > > gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.0.1/mcs' > *** The compiler 'false' doesn't appear to be usable. > *** Trying the 'monolite' directory. > gmake[7]: Entering directory `/usr/ports/lang/mono/work/mono-2.0.1/mcs' > > ** ERROR **: shm_semaphores_init: semget error: No space left on > device. Try deleting some semaphores with ipcs and ipcrm > or increase the maximum number of semaphore in the system. > aborting... > > ** (process:24081): WARNING (recursed) **: Thread 0x0 may have been > prematurely finalized > Stacktrace: > > > So after some reading, I ran ipcrm -W and that seemed to help. I got > this far: > > Making all in tools > gmake[1]: Entering directory `/usr/ports/devel/monodoc/work/ > monodoc-2.0/tools' > gmcs -debug ./monodocer.cs -out:monodocer.exe -r:Mono.GetOptions > ./monodocer.cs(910,41): warning CS0642: Possible mistaken empty > statement > ./monodocer.cs(255,53): warning CS0618: > `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete: `' > ./monodocer.cs(2772,80): error CS0234: The type or namespace name > `ExtensionAttribute' does not exist in the namespace > `System.Runtime.CompilerServices'. Are you missing an assembly > reference? > Compilation failed: 1 error(s), 2 warnings > gmake[1]: *** [monodocer.exe] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/monodoc/work/monodoc-2.0/ > tools' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > Hi Paul, devel/monodoc seems to build just fine. If you keep having this problem, please report your freebsd and mono version. Thanks. > Stop in /usr/ports/devel/monodoc. > > -- > Paul Beard > contact info: www.paulbeard.org/paulbeard.vcf > > Are you trying to win an argument or solve a problem? > > _______________________________________________ > freebsd-mono@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mono > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org"