From owner-freebsd-mono@freebsd.org Mon Aug 24 12:18:40 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 783B19C28A8 for ; Mon, 24 Aug 2015 12:18:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D36B1E94 for ; Mon, 24 Aug 2015 12:18:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5C66D9C28A6; Mon, 24 Aug 2015 12:18:40 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C0A79C28A5 for ; Mon, 24 Aug 2015 12:18:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2F61E93 for ; Mon, 24 Aug 2015 12:18:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7OCIeF9014562 for ; Mon, 24 Aug 2015 12:18:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 202620] fsharp port broken Date: Mon, 24 Aug 2015 12:18:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lew.payne@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 12:18:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202620 Bug ID: 202620 Summary: fsharp port broken Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mono@FreeBSD.org Reporter: lew.payne@gmail.com Assignee: mono@FreeBSD.org Flags: maintainer-feedback?(mono@FreeBSD.org) The lang/fsharp port fails to build under a fresh install of FreeBSD 10.2-REL #0 on amd64 using the GENERIC kernel. I was able to successfully build MONO using the default options for it and its dependencies, but fsharp fails as documented below... --- begin snip --- TIME: 46.2 Delta: 0.3 Mem: 0 G0: 8 G1: 0 G2: 0 [Write XML docs] TIME: 46.2 Delta: 0.0 Mem: 0 G0: 0 G1: 0 G2: 0 [Write HTML docs] TIME: 47.3 Delta: 1.0 Mem: 0 G0: 29 G1: 0 G2: 0 [Encode Interface Data] 1 Warning(s) 1 Error(s) Time Elapsed 00:00:52.3500880 Makefile:9: recipe for target 'build-proto' failed gmake[4]: *** [build-proto] Error 1 gmake[4]: Leaving directory '/usr/ports/lang/fsharp/work/fsharp-3.1.2.5/src/fsharp/FSharp.Compiler-proto' Makefile:15: recipe for target 'build-proto' failed gmake[3]: *** [build-proto] Error 2 gmake[3]: Leaving directory '/usr/ports/lang/fsharp/work/fsharp-3.1.2.5/src/fsharp' Makefile:10: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/ports/lang/fsharp/work/fsharp-3.1.2.5/src/fsharp' Makefile:4: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/ports/lang/fsharp/work/fsharp-3.1.2.5' *** Error code 1 Stop. make: stopped in /usr/ports/lang/fsharp --- end of snip --- Again, this is a fresh install of 10.2-REL (in other words - a stock system prior to tweaks and modifications). -- You are receiving this mail because: You are the assignee for the bug.