From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 15 06:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1DD55FA1 for ; Sat, 15 Jun 2013 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F3F8D1B12 for ; Sat, 15 Jun 2013 06:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5F6A0rL091756 for ; Sat, 15 Jun 2013 06:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5F6A0mg091755; Sat, 15 Jun 2013 06:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jun 2013 06:10:00 GMT Resent-Message-Id: <201306150610.r5F6A0mg091755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7027DF57 for ; Sat, 15 Jun 2013 06:03:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 60EFF1AEA for ; Sat, 15 Jun 2013 06:03:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5F63eCn091282 for ; Sat, 15 Jun 2013 06:03:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5F63eZf091269; Sat, 15 Jun 2013 06:03:40 GMT (envelope-from nobody) Message-Id: <201306150603.r5F63eZf091269@oldred.freebsd.org> Date: Sat, 15 Jun 2013 06:03:40 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179566: lang/mono: Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/tmp/20c24a7b' not found. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2013 06:10:01 -0000 >Number: 179566 >Category: ports >Synopsis: lang/mono: Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/tmp/20c24a7b' not found. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 06:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r251751: Fri Jun 14 20:02:09 CEST 2013 amd64 >Description: lang/mono rejects to update or compile on all FreeBSD 10.0-CURRENT boxes I have it installed and want to update it recently. All systems have most recent FBSD 10.0 as the OS gets compiled weekly. The box is running also most recent update of PERL 5.16.3 (perl-threaded-5.16.3) Below, the error is shown: [...] System.DllNotFoundException: libc.so at (wrapper managed-to-native) System.CodeDom.Compiler.TempFileCollection:mkdir (string,uint) at System.CodeDom.Compiler.TempFileCollection.GetOwnTempDir () [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.get_BasePath () [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.AddExtension (System.String fileExtension, Boolean keepFile) [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.AddExtension (System.String fileExtension) [0x00000] in :0 at System.Xml.Serialization.XmlSerializer.GenerateSerializers (System.Xml.Serialization.GenerationBatch batch, System.CodeDom.Compiler.CompilerParameters cp) [0x00000] in :0 at System.Xml.Serialization.XmlSerializer.RunSerializerGeneration (System.Object obj) [0x00000] in :0 Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/tmp/20c24a7b' not found. at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in :0 at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in :0 at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00000] in :0 at System.IO.Directory.GetDirectories (System.String path) [0x00000] in :0 at System.IO.Directory.RecursiveDelete (System.String path) [0x00000] in :0 at System.IO.Directory.Delete (System.String path, Boolean recursive) [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.Delete () [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.Dispose (Boolean disposing) [0x00000] in :0 at System.CodeDom.Compiler.TempFileCollection.Finalize () [0x00000] in :0 gmake[7]: *** [cs-errors.tree] Error 255 gmake[6]: *** [do-all] Error 2 gmake[5]: *** [all-recursive] Error 1 gmake[4]: *** [profile-do--net_4_5--all] Error 2 gmake[3]: *** [profiles-do--all] Error 2 gmake[2]: *** [all-local] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-3.0.3/runtime' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-3.0.3' gmake: *** [all] Error 2 *** Error code 1 Stop. make: stopped in /usr/ports/lang/mono ===>>> make failed for lang/mono ===>>> Aborting update >How-To-Repeat: Update system's ports to most recent perl version, follow instructions in /usr/ports/UPDATING and try updating/installing lang/mono. >Fix: >Release-Note: >Audit-Trail: >Unformatted: