From owner-freebsd-mono@FreeBSD.ORG Sat Feb 14 18:43:57 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 2327710656FB for ; Sat, 14 Feb 2009 18:43:57 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id E90128FC0C for ; Sat, 14 Feb 2009 18:43:56 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so1159385rvb.43 for ; Sat, 14 Feb 2009 10:43:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=szjLCd1IKrCdqa/81dOf2bhT+iGFvTG+wAbYRheF6xA=; b=g3y+X3upfWhwyNf9ooOwO9CXvqdDLWGm1iBfyoajz0vH4M9W6OMRGCAlXaqXjCkuSk MHQ9C+r4ZvGqifHi0T/6yQGNa1F2GNC7/VXi2VwFG6QQQifH0VPaoaC/8EGEcU0/V5MF 5h6G8P7mB45M1JLMJsiRhgm/aYGb3zW+5jwBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=SgBdE5iwxohezbiJgZKWWdIjglEOCtiJnqicu4DxPDdRqsx7xNNtfEmNZt2a83Thfc N3hRb/W/tL2nUnPIe2Sr7tfKLeAo+M81dVDRTsiVQDlzZsaEGR7I58YEPEQaL6RF3/Cq nwojtNmyYkpW/g5XbW+mqYYVjt7K1x4ce307Q= Received: by 10.142.80.7 with SMTP id d7mr1532166wfb.29.1234637036463; Sat, 14 Feb 2009 10:43:56 -0800 (PST) Received: from tichy.paulbeard.org (dsl001-134-183.sea1.dsl.speakeasy.net [72.1.134.183]) by mx.google.com with ESMTPS id 28sm6999648wfg.51.2009.02.14.10.43.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Feb 2009 10:43:55 -0800 (PST) Message-Id: <5088B7F6-DAA9-4B9A-96DE-DBF23CD1A036@gmail.com> From: Paul Beard To: mono@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sat, 14 Feb 2009 10:43:51 -0800 X-Mailer: Apple Mail (2.930.3) Cc: Subject: 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: Sat, 14 Feb 2009 18:43:57 -0000 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 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?