From owner-freebsd-mono@freebsd.org Sun Jun 17 13:15:28 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE2DE101E90C for ; Sun, 17 Jun 2018 13:15:27 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 380216E0E8 for ; Sun, 17 Jun 2018 13:15:27 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id r15-v6so9972246wmc.1 for ; Sun, 17 Jun 2018 06:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:thread-index :content-language; bh=+PiwvrJ+nTA5vVTEyCHGX1jzCTR+AFz1hXu/+r6IbRU=; b=vhivHgHBTl83sH44/cuwq9vvpz/+Rlst+U90ih4bahA1w1O5kOZlJZK2Zq3IUKAhSL f3h97xeLGF8Z7EQErOa8aJ/6g3mtZEcoXzFkvhQB//mkFaMo5veLvyUdVk++MvSp+zlp TjYFXb/pe7qW5OasPS0C+DWSlUo4QUZX9eaM8rUU9DzpIf2VEBncQmbPTgkU+hOZrWjr X0PMysB5C5blguT74AtKNUgFMfpTzl98an3SPf9qOwJscwYdOvoeVI3yiWND75KM8tLz McTdJmB4knYoLwrGREBIxkWTzDbVgYhU8K4J8vDk7rHUq5rc4CLpNxPYQM3EUtb9ezHc QhlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :thread-index:content-language; bh=+PiwvrJ+nTA5vVTEyCHGX1jzCTR+AFz1hXu/+r6IbRU=; b=Mjn55CaELXyWq1c6wxhc9PsWUHFmRLukM6A1O8mFq0jfZk3WwNdSWPP3H1RIK8FjUq 8E0+ZntN/pOxhTxwOoLIkAw0hL6Gs7CQ6ucZr4k2yZDIiAPs186xkJs66mXwk74wCdVr sZMCSg0yI4o0B95bSlUHWOmxKrHCu7lcg1IVCRA17Rw78CqtGAdBRqhduZBq+QevzcqH DkNH+7Oa4GPOpIltJxADfUkq+wYL5BdpGnCtky8sRXnGb9c/1YIx3wP+c31Spc3kchF9 /ipxQm64sn8F+9QNB0Rs/o5jmw3gjfHuFnVShuCmxIsuAwqedi972DJaL6UaZIDeOwzE 5dRw== X-Gm-Message-State: APt69E0wUNGll9GlFJnQQJf+zMyiOvgTZMDJd4wpBP73h9EKUnBLjme3 2rz7+30oevyaj7K8v5Vfkkw6/rVh X-Google-Smtp-Source: ADUXVKJG/Kj9aejQ+CG7J1NfaNyl2jR7aS6J7y7MVGxgGwW4OUzjXbiJZqQoHcHgvQ4eCyMTieVOIg== X-Received: by 2002:a50:cf4b:: with SMTP id d11-v6mr8179132edk.35.1529241324975; Sun, 17 Jun 2018 06:15:24 -0700 (PDT) Received: from DriesPC (ptr-8sibhe4fyom35p69he5.18120a2.ip6.access.telenet.be. [2a02:1811:2503:a700:cca8:5660:d8e6:9a4d]) by smtp.gmail.com with ESMTPSA id t3-v6sm5431262edh.53.2018.06.17.06.15.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 Jun 2018 06:15:24 -0700 (PDT) From: "Dries Michiels" To: Subject: mono build error Date: Sun, 17 Jun 2018 15:15:24 +0200 Message-ID: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdQGPUBRRfhSzr/SSXWwVmy5/jf1Ug== Content-Language: nl-be Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 17 Jun 2018 13:15:28 -0000 When building mono from source with Synth I get the following build error: Making all in mini gmake[4]: Entering directory '/construction/xports/lang/mono/work/mono-5.10.1.47/mono/mini' if test -d ../../.git; then \ (cd ../..; \ LANG=C; export LANG; \ if test -z "$ghprbPullId"; then \ branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \ else \ branch="pull-request-$ghprbPullId"; \ fi; \ version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \ echo "#define FULL_VERSION \"$branch/$version\""; \ ); \ else \ echo "#define FULL_VERSION \"5.10.1.47\""; \ fi > version.h python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md gmake[4]: python2.7: Command not found gmake[4]: *** [Makefile:3996: cpu-amd64.h] Error 127 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory '/construction/xports/lang/mono/work/mono-5.10.1.47/mono/mini' gmake[3]: *** [Makefile:477: all-recursive] Error 1 gmake[3]: Leaving directory '/construction/xports/lang/mono/work/mono-5.10.1.47/mono' gmake[2]: *** [Makefile:549: all-recursive] Error 1 gmake[2]: Leaving directory '/construction/xports/lang/mono/work/mono-5.10.1.47' gmake[1]: *** [Makefile:479: all] Error 2 gmake[1]: Leaving directory '/construction/xports/lang/mono/work/mono-5.10.1.47' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/lang/mono Any idea's? I have DEFAULT_VERSIONS += python=3.6 in make.conf, as I see from the log, the build process can't seem to locate python2.7. Is this the root cause? I'm just speculating. If this is the case, should we define a hard dependency for mono on py2.7, if it can't deal with py3.6? Thanks, Dries From owner-freebsd-mono@freebsd.org Sun Jun 17 19:13:56 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6438B10065BA for ; Sun, 17 Jun 2018 19:13:56 +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 EFD077AA31 for ; Sun, 17 Jun 2018 19:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A8B3F10065B7; Sun, 17 Jun 2018 19:13:55 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9628710065B6 for ; Sun, 17 Jun 2018 19:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33ACF7AA2D for ; Sun, 17 Jun 2018 19:13:55 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 75D6318618 for ; Sun, 17 Jun 2018 19:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5HJDsqf088709 for ; Sun, 17 Jun 2018 19:13:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5HJDssu088708 for mono@FreeBSD.org; Sun, 17 Jun 2018 19:13:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 211367] lang/mono net-p2p/sonarr Sonarr crashes on startup with SIGSEGV since base r296727 on 10.3-STABLE Date: Sun, 17 Jun 2018 19:13:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dbn@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.26 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, 17 Jun 2018 19:13:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211367 David Naylor changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #35 from David Naylor --- Fixed in feld's commit. Thank you for the report. Please report any issues encountered in the update to mono. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-mono@freebsd.org Sun Jun 17 19:38:51 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B1A81007561 for ; Sun, 17 Jun 2018 19:38:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 2E2997B950 for ; Sun, 17 Jun 2018 19:38:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 9049421A29; Sun, 17 Jun 2018 15:38:50 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Sun, 17 Jun 2018 15:38:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=J6awN0 /ZCt0D5vhsqVdXVFEXbHO8DCopd+i4oQ0l9Vc=; b=MfJHRlAT8TdC2BE/LdQTS4 tdCSRs7T5aNne1iab058THSBlk5CKYa8JJuCWqllUFr0BK5KdrJwhwEFKMgx2FVz saOCeonS3WNQ+1b9z1WdErcD3Qc2xslFMlMTDP0UGWS1QXL/RuMKgrPAVN06sDvB VELGD9yvIQiN6ZEImGb+FizHKUCc5ugAk9uRQbPUMsNRemxfl0exRQFdZPKYLQvN PRBeot0dpbwx2ujgEq2QNlIMHHav45BWZYkTJhXl6scp0OK01Yrg7PqBR8KEZHju 7bs1D5izLDHYk69+htGz4E32yTfRIyhivK32ek/PfPcqcRMO9kj5ETN3I8qnEEZA == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 519B2BA43D; Sun, 17 Jun 2018 15:38:50 -0400 (EDT) Message-Id: <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> From: Mark Felder To: Dries Michiels , freebsd-mono@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-498d70f2 Subject: Re: mono build error In-Reply-To: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> Date: Sun, 17 Jun 2018 14:38:50 -0500 References: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 17 Jun 2018 19:38:51 -0000 On Sun, Jun 17, 2018, at 08:15, Dries Michiels wrote: > > > python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md > > gmake[4]: python2.7: Command not found > I don't recall seeing python2.7 hardcoded in the build anywhere, but it's possible I overlooked it. Let me see what I can find. -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org From owner-freebsd-mono@freebsd.org Sun Jun 17 19:42:19 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A65E01007602 for ; Sun, 17 Jun 2018 19:42:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 55C287BACF for ; Sun, 17 Jun 2018 19:42:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 0DB4E216AF; Sun, 17 Jun 2018 15:42:19 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Sun, 17 Jun 2018 15:42:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=vxC/g5 vvbVpOcv5c24cPuusoQeanZ/AP4RmAbj4BD0U=; b=hIK3G4jQSIEzm8+D/EGFbW SZgZJYJ86w8h/70h1eooEHF0Y0230qA7+aRwbbUOI4mzhib+Hw97WZ97oh1329vC xGtvu6HE7NVrKP4KlajxaXN82Z/U0JW41QX0clT6x7k2bGc89T9d6iuGTr6sK1DN YtPH0i2jpdxARibjlyggOHD+3eO5XZ1smb+CUr5HWwBKAlh5G7/3FaTHngOny/ng 9FOMeNBaHROMxN6OQjWA2LwC6+C2xvDWY6tdAshDZOO3Gj3KGho1gYk4ThUCr+4D LlJNxUkpAsKFNhOzVa4JXyWbjh5UXIpUu++YAcjr46Q1W3ZrYLTomB2CsXpMQJHg == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B7CFEBA43D; Sun, 17 Jun 2018 15:42:18 -0400 (EDT) Message-Id: <1529264538.2037662.1410993240.36B4B301@webmail.messagingengine.com> From: Mark Felder To: Dries Michiels , freebsd-mono@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-498d70f2 References: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> Date: Sun, 17 Jun 2018 14:42:18 -0500 Subject: Re: mono build error In-Reply-To: <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 17 Jun 2018 19:42:19 -0000 On Sun, Jun 17, 2018, at 14:38, Mark Felder wrote: > > > On Sun, Jun 17, 2018, at 08:15, Dries Michiels wrote: > > > > > > python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md > > > > gmake[4]: python2.7: Command not found > > > > I don't recall seeing python2.7 hardcoded in the build anywhere, but > it's possible I overlooked it. Let me see what I can find. > Sure enough it's there. I'll fix the build. mono/tests/test_lldb.py:#!/usr/local/bin/python2.7 mono/mini/Makefile.am:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py $(target_define) $(srcdir) mono/mini/genmdesc.py:#!/usr/local/bin/python2.7 mono/mini/Makefile.am.in:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py $(target_define) $(srcdir) scripts/mono-heapviz:#!/usr/local/bin/python2.7 -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org From owner-freebsd-mono@freebsd.org Sun Jun 17 19:59:50 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 458F71007CE1 for ; Sun, 17 Jun 2018 19:59:50 +0000 (UTC) (envelope-from feld@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 BF18D7C34D for ; Sun, 17 Jun 2018 19:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8216A1007CE0; Sun, 17 Jun 2018 19:59:49 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1911007CDF for ; Sun, 17 Jun 2018 19:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 0C59E7C34C for ; Sun, 17 Jun 2018 19:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id BD6E92196D for ; Sun, 17 Jun 2018 15:59:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sun, 17 Jun 2018 15:59:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=Q5AeoKh5OTKlUykH/a9qNRy1Nu4IVLP6qr0LK04roNs=; b=I/hGQboL dDOsyVq9HEHjKxP9Mchh3Pa5S/YBFNsl1619tC1FhpZuUZ5Cq4q3auEVT+IZniKN /4qj3r3zjoDN5IDO6CYup6HzfxQKDJ5KMJG9Y/jx9XWqhmjjSOHLZVaBDtrz/yDv 4yD1cG/L5T4NxrTi1j/dKQxPdSlO/IPADoW4fS7dvSdXI3hJeqD8vxKcVMqvl5B7 JLHhpq+ZwsXFIcZbLZkG4UZD2DjtV3vwwobM3bBwIjFmTtyzuFbanZQrYisMwNf1 6HNx2cufS6ah16gRPjeD89MQlNQx72RdnagpArg7MeOSkzd197QXqsfpIvrVGw+V +/ltFD0g3ho9zw== X-ME-Proxy: X-ME-Sender: Received: from marks-macbook.lan (unknown [47.49.35.242]) by mail.messagingengine.com (Postfix) with ESMTPA id 4D62010255 for ; Sun, 17 Jun 2018 15:59:48 -0400 (EDT) From: Mark Felder Content-Type: multipart/signed; boundary="Apple-Mail=_F8567968-8C38-4041-BD45-3B3EF839D6F8"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Announcing lang/mono 5.10.1.47 Message-Id: Date: Sun, 17 Jun 2018 14:59:41 -0500 To: mono@FreeBSD.org X-Mailer: Apple Mail (2.3445.8.2) X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 17 Jun 2018 19:59:50 -0000 --Apple-Mail=_F8567968-8C38-4041-BD45-3B3EF839D6F8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello all, Mono 5.10.1.47 is now in the ports tree. This release is considered to = be "very stable" as it is the version heavily tested and deployed with = Visual Studio. This release fixes appears to be more stable than our = previous version and fixes many outstanding issues, although it appears = it may still have kqueue bugs due to upstream targeting MacOS kqueue = behavior. As a result we may have to apply more patches locally in our = tree. Please follow the relevant PRs and report your findings if kqueue = support is something you depend upon. The changelog for the 5.10 series can be found here: http://www.mono-project.com/docs/about-mono/releases/5.10.0/ I am hoping to have Mono 5.12 available in the near future and to get = FreeBSD packages of newer Mono versions more frequently. Regards, -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org --Apple-Mail=_F8567968-8C38-4041-BD45-3B3EF839D6F8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEzBAEBCgAdFiEEVTp08j41/a0LK3IYqgNgwT+IDgUFAlsmva0ACgkQqgNgwT+I DgVwZgf+LgPqQ0LWnGQjbvzg0P3OgXHz/hq1pltyvIv2d/fiYfkIZ+oE6LYwR66B QXrekK4fmGBBqk8D6wZmisGS0cVusCvdqTqBN+uljGdcdfHc+fp5YRD39qDehtfz AfN9MbGD5ylJpEtQryA1/3cCf6ktDI764vI8KzSprdxuTTY9nozAgumq65FV+ots gCvVHjY/4w6vZb6TCZdwCyJOLObVUjKkt6nH7D50k/GyLxaxGUksc41y1pswwbkA xkNQp60ymTNo8UVdTgYu1BIbtTKPfCsjM9ro7pVcD+ZI8tTs1etMzxz4hEL1iGit By8HeycoNxPCQC8KGWK03fs6cuPNAA== =otOc -----END PGP SIGNATURE----- --Apple-Mail=_F8567968-8C38-4041-BD45-3B3EF839D6F8-- From owner-freebsd-mono@freebsd.org Sun Jun 17 21:00:45 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647B31009E55 for ; Sun, 17 Jun 2018 21:00:45 +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 21F997F14A for ; Sun, 17 Jun 2018 21:00:45 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CE97B1009E4D; Sun, 17 Jun 2018 21:00:44 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD3A1009E4B for ; Sun, 17 Jun 2018 21:00:44 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59B057F138 for ; Sun, 17 Jun 2018 21:00:44 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 86E0C195C0 for ; Sun, 17 Jun 2018 21:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5HL0hYr033951 for ; Sun, 17 Jun 2018 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5HL0hu6033943 for mono@FreeBSD.org; Sun, 17 Jun 2018 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201806172100.w5HL0hu6033943@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: mono@FreeBSD.org Subject: Problem reports for mono@FreeBSD.org that need special attention Date: Sun, 17 Jun 2018 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 17 Jun 2018 21:00:45 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 206593 | lang/mono: fix kevent-based file system monitor o 1 problems total for which you should take action. From owner-freebsd-mono@freebsd.org Mon Jun 18 16:57:42 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F12E41012B91 for ; Mon, 18 Jun 2018 16:57:41 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69EDA87973; Mon, 18 Jun 2018 16:57:41 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id 69-v6so16908048wmf.3; Mon, 18 Jun 2018 09:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-transfer-encoding:content-language:thread-index; bh=EHhokbk2xErDoOVv8iFZc7GRr/10IVIy7O5scPJc/J4=; b=MBx7cql8pcTliSW/fBI+RlGFIJUAhME6s1vfNaDHMJFu4q+UL/9gwK+kPDitN3xbMn XDoUt8WKRTmmYyBEnuFKzgY9BLtpt95iHKSnqpWSIEGggd12qEabW3LDbfz9/5rtdYIq 3miTHH0WPdfichEcYWpRlkVfhUAy3P0D02valVIdcOg/MazXtQA2HF1B9bspl9nHISHF g4p/jmfdL3kt5F47KnMmjuaetmKjNvig2gYUqtPH3SVxzECXb10l/DMAhFmL2uekXrfN aLeUTqPsM+Tf2NHKEF6870q87g61GPU+MRsdbRw7StlQPxE7gy5p75UFBC1krhFpAYF8 Bhpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-transfer-encoding:content-language :thread-index; bh=EHhokbk2xErDoOVv8iFZc7GRr/10IVIy7O5scPJc/J4=; b=pFDpaCBLSrIByB7BgP+Fnb9eWdVG76xKGxhzeAlVT2r/vXpNwcSBdfFaOx1CBhGNoL SJgGjOWR51NwfXy80umhLBepNnHvbXJeEg6iiBaJQCrE5KL8goiZdiu0attq15iWL66i BGLcT3PqiEAmBAlwDHl92AF1wGnZ/Ii/x5NL8N1nSOyrsNZDzyZzNtk2pKjRDdBNLpSS vBWr/dQV94MiGAO4bE7fT48Mbo7+Zz0/C5984I52AechaI8V00N3NMIuZQJIJiuI0k6K 0oeb9FkN636U2ZIFVIn6wwGdiUBElDs+ZyqbX6p1OGxRkRQhr8SxbBsL28dboLX690UR QOBQ== X-Gm-Message-State: APt69E1r62Q0znwqcQ+79wdDNIYF2Tc/g8mOHLYK+O8mYFsa0y1PsV7F AIbR0H8cFifVXbepNmq3p8ZElnn8 X-Google-Smtp-Source: ADUXVKJY2NbprPLmTUYaT32PkN74xBrKKXPOWo8OZVpkzKdwvC1P93kobVyGXL53ZMe7LSlWVg+JwA== X-Received: by 2002:aa7:d717:: with SMTP id t23-v6mr12109986edq.102.1529341060038; Mon, 18 Jun 2018 09:57:40 -0700 (PDT) Received: from DriesPC (ptr-8sibhe4foau1wui58wi.18120a2.ip6.access.telenet.be. [2a02:1811:2503:a700:cc21:7917:d4f6:8652]) by smtp.gmail.com with ESMTPSA id j37-v6sm7520383ede.1.2018.06.18.09.57.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Jun 2018 09:57:39 -0700 (PDT) From: "Dries Michiels" To: "'Mark Felder'" , References: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> <1529264538.2037662.1410993240.36B4B301@webmail.messagingengine.com> In-Reply-To: <1529264538.2037662.1410993240.36B4B301@webmail.messagingengine.com> Subject: RE: mono build error Date: Mon, 18 Jun 2018 18:57:38 +0200 Message-ID: <000101d40725$76f74d10$64e5e730$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: nl-be Thread-Index: AQG94Kr4BTLNRHPBqkvx4dV9AoiMkAGTm390Ag1BBnmkdXIeQA== X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 18 Jun 2018 16:57:42 -0000 Thanks, ran the build again today and works just fine! Regards, Dries > -----Original Message----- > From: Mark Felder > Sent: zondag 17 juni 2018 21:42 > To: Dries Michiels ; freebsd-mono@freebsd.org > Subject: Re: mono build error > > > > On Sun, Jun 17, 2018, at 14:38, Mark Felder wrote: > > > > > > On Sun, Jun 17, 2018, at 08:15, Dries Michiels wrote: > > > > > > > > > python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc > > > ./cpu-amd64.md > > > > > > gmake[4]: python2.7: Command not found > > > > > > > I don't recall seeing python2.7 hardcoded in the build anywhere, but > > it's possible I overlooked it. Let me see what I can find. > > > > Sure enough it's there. I'll fix the build. > > mono/tests/test_lldb.py:#!/usr/local/bin/python2.7 > mono/mini/Makefile.am:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py > $(target_define) $(srcdir) > mono/mini/genmdesc.py:#!/usr/local/bin/python2.7 > mono/mini/Makefile.am.in:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py > $(target_define) $(srcdir) > scripts/mono-heapviz:#!/usr/local/bin/python2.7 > > > -- > Mark Felder > ports-secteam & portmgr member > feld@FreeBSD.org From owner-freebsd-mono@freebsd.org Tue Jun 19 03:50:49 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B3C4101A93B for ; Tue, 19 Jun 2018 03:50:49 +0000 (UTC) (envelope-from pkg-fallout@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 7CE6087A8B for ; Tue, 19 Jun 2018 03:50:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 360A7101A933; Tue, 19 Jun 2018 03:50:48 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D03F1101A92E; Tue, 19 Jun 2018 03:50:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 832FB87A87; Tue, 19 Jun 2018 03:50:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ec]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6514D6161; Tue, 19 Jun 2018 03:50:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1]) by beefy9.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5J3oluD054017; Tue, 19 Jun 2018 03:50:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy9.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w5J3olbZ054016; Tue, 19 Jun 2018 03:50:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 19 Jun 2018 03:50:47 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201806190350.w5J3olbZ054016@beefy9.nyi.freebsd.org> To: mono@FreeBSD.org Subject: [package - 111amd64-default][lang/mono] Failed for mono-5.10.1.47_2 in build/runaway Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 03:50:49 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: mono@FreeBSD.org Last committer: feld@FreeBSD.org Ident: $FreeBSD: head/lang/mono/Makefile 472696 2018-06-18 14:10:57Z feld $ Log URL: http://beefy9.nyi.freebsd.org/data/111amd64-default/472730/logs/mono-5.10.1.47_2.log Build URL: http://beefy9.nyi.freebsd.org/build.html?mastername=111amd64-default&build=472730 Log: =>> Building lang/mono build started at Tue Jun 19 01:11:15 UTC 2018 port directory: /usr/ports/lang/mono package name: mono-5.10.1.47_2 building for: FreeBSD 111amd64-default-job-15 11.1-RELEASE-p10 FreeBSD 11.1-RELEASE-p10 amd64 maintained by: mono@FreeBSD.org Makefile ident: $FreeBSD: head/lang/mono/Makefile 472696 2018-06-18 14:10:57Z feld $ Poudriere version: 3.2.7-1-g7087c444 Host OSVERSION: 1200062 Jail OSVERSION: 1101001 Job Id: 15 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1101001 UNAME_v=FreeBSD 11.1-RELEASE-p10 UNAME_r=11.1-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-1-g7087c444 MASTERMNT=/usr/local/poudriere/data/.m/111amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/111amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=111amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/111amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for mono-5.10.1.47_2: X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- mono@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-dtrace --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- ac_cv_header_sys_inotify_h=no MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/mono/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/mono/work HOME=/wrkdirs/usr/ports/lang/mono/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/mono/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/mono/work" INSTALL_STRIP_FLAG="-s" TZ=UTC PERL_USE_UNSAFE_INC=1 DISPLAY=":0" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/mono/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/mono/work HOME=/wrkdirs/usr/ports/lang/mono/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/mono/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=11.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PERL_VERSION=5.26.2 PERL_VER=5.26 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.26 DOCSDIR="share/doc/mono" EXAMPLESDIR="share/examples/mono" DATADIR="share/mono" WWWDIR="www/mono" ETCDIR="etc/mono" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mono DOCSDIR=/usr/local/share/doc/mono EXAMPLESDIR=/usr/local/share/examples/mono WWWDIR=/usr/local/www/mono ETCDIR=/usr/local/etc/mono --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=11.1-RELEASE-p10 OSREL=11.1 OSVERSION=1101001 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> mono-5.10.1.47_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_1.txz [111amd64-default-job-15] Installing pkg-1.10.5_1... [111amd64-default-job-15] Extracting pkg-1.10.5_1: .......... done ===> mono-5.10.1.47_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mono-5.10.1.47_2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user => mono-5.10.1.47.tar.bz2 doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://download.mono-project.com/sources/mono/mono-5.10.1.47.tar.bz2 mono-5.10.1.47.tar.bz2 0 B 0 Bps => monolite-linux-1051000004-latest.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://download.mono-project.com/monolite/monolite-linux-1051000004-latest.tar.gz monolite-linux-1051000004-latest.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by mono-5.10.1.47_2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by mono-5.10.1.47_2 for building => SHA256 Checksum OK for mono-5.10.1.47.tar.bz2. => SHA256 Checksum OK for monolite-linux-1051000004-latest.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by mono-5.10.1.47_2 for building ===> Extracting for mono-5.10.1.47_2 => SHA256 Checksum OK for mono-5.10.1.47.tar.bz2. => SHA256 Checksum OK for monolite-linux-1051000004-latest.tar.gz. /bin/mkdir -p /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/lib/monolite-linux /bin/mv /wrkdirs/usr/ports/lang/mono/work/monolite-linux-1051000004-latest /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/lib/monolite-linux/1051000004 =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for mono-5.10.1.47_2 ===> Applying FreeBSD patches for mono-5.10.1.47_2 /usr/bin/sed -i.bak -e 's|^#!/bin/bash|#!/usr/bin/env bash|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-find-provides.in /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-find-requires.in /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-test-install /usr/bin/find /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47 -name '*.sh' | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|^#!/bin/bash|#!/bin/sh|g' /usr/bin/sed 's/tarball/5.10.1.47/' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mono/mini/Makefile.am.in > /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mono/mini/Makefile.am /usr/bin/sed -i.bak -e 's|/usr/share|/usr/local|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/corlib/System/Environment.cs /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Extensions/src/System/Environment.Unix.cs /usr/bin/sed -i.bak -e 's|/usr/share/.mono|/usr/local/share/mono|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mono-configuration-crypto.1 /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mono.1 /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mozroots.1 =========================================================================== =================================================== ===> mono-5.10.1.47_2 depends on package: p5-XML-Parser>=0 - not found /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(78,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs(91,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/Common/src/System/Globalization/FormatProvider.Number.cs(858,51): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(646,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(675,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(689,77): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(701,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(905,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(938,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1108,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1251,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1647,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1656,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1671,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1690,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1709,41): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1724,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1783,57): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. CSC [build-linux] System.Xml.Linq.dll CSC [build-linux] System.IO.Compression.dll CSC [build-linux] System.Drawing.dll CSC [build-linux] Mono.Cecil.dll CSC [build-linux] Mono.CompilerServices.SymbolWriter.dll CSC [build-linux] PEAPI.dll CSC [build-linux] cil-stringreplacer.exe mkdir -p -- ../../../class/lib/build-linux/Facades/ CSC [build-linux] System.Runtime.dll CSC [build-linux] System.Reflection.dll CSC [build-linux] System.Collections.dll CSC [build-linux] System.Resources.ResourceManager.dll CSC [build-linux] System.Globalization.dll CSC [build-linux] System.Threading.Tasks.dll CSC [build-linux] System.Collections.Concurrent.dll CSC [build-linux] System.Text.Encoding.dll CSC [build-linux] System.IO.dll CSC [build-linux] System.Threading.dll CSC [build-linux] System.Diagnostics.Debug.dll CSC [build-linux] System.Linq.Expressions.dll CSC [build-linux] System.Dynamic.Runtime.dll CSC [build-linux] System.Linq.dll CSC [build-linux] System.Threading.Tasks.Parallel.dll CSC [build-linux] System.Xml.ReaderWriter.dll CSC [build-linux] System.Diagnostics.Tools.dll CSC [build-linux] System.Reflection.Primitives.dll CSC [build-linux] System.Runtime.Extensions.dll CSC [build-linux] System.Runtime.InteropServices.dll CSC [build-linux] System.Text.Encoding.Extensions.dll CSC [build-linux] System.Runtime.Numerics.dll CSC [build-linux] System.Xml.XDocument.dll CSC [build-linux] System.Reflection.Extensions.dll CSC [build-linux] System.IO.FileSystem.Primitives.dll CSC [build-linux] System.IO.FileSystem.dll CSC [build-linux] System.Diagnostics.FileVersionInfo.dll CSC [build-linux] System.Security.Cryptography.Primitives.dll CSC [build-linux] System.Security.Cryptography.Algorithms.dll CSC [build-linux] System.ValueTuple.dll CSC [build-linux] System.Text.Encoding.CodePages.dll CSC [build-linux] System.Text.RegularExpressions.dll CSC [build-linux] System.Diagnostics.Contracts.dll CSC [build-linux] resgen.exe CSC [build-linux] gacutil.exe CSC [build-linux] sn.exe CSC [build-linux] culevel.exe CompileUplevel.cs(943,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.' CSC [build-linux] commoncryptogenerator.exe CSC [build-linux] resx2sr.exe CSC [build-linux] monolinker.exe CSC [build-linux] mono-cil-strip.exe Mono.Cecil/HashCodeProvider.cs(33,43): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' Mono.Cecil.Metadata/BlobHeap.cs(57,36): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' Mono.Cecil/ExternTypeCollection.cs(85,60): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil/TypeDefinitionCollection.cs(85,64): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil/TypeReferenceCollection.cs(85,63): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil.Cil/SymbolStoreHelper.cs(67,29): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.' Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field 'ExportTable.Name' is never assigned to, and will always have its default value null CSC [build-linux] ilasm.exe Creating .dep_dirs-net_4_x... Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' ./../build/library.make:342: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' ./../build/library.make:342: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' Creating .dep_dirs-net_4_x... mkdir -p -- ../../class/lib/net_4_x-linux/ Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/net_4_x-linux/corlib.unsafe.dll.tmp' ./../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding. Operation completed successfully CSC [net_4_x-linux] mscorlib.dll mkdir -p -- ../../class/lib/net_4_x-linux/bare/ CSC [bare/net_4_x-linux] System.dll System.Net/WebConnection.cs(84,17): warning CS0649: Field 'WebConnection.tlsStream' is never assigned to, and will always have its default value null System.Net/WebConnection.cs(67,8): warning CS0414: The field 'WebConnection.reused' is assigned but its value is never used CSC [net_4_x-linux] Mono.Security.dll CSC [bare/net_4_x-linux] System.Xml.dll mkdir -p -- ../../class/lib/net_4_x-linux/secxml/ CSC [secxml/net_4_x-linux] System.dll Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' CSC [net_4_x-linux] System.Security.dll CSC [net_4_x-linux] System.Configuration.dll CSC [net_4_x-linux] System.Xml.dll CSC [net_4_x-linux] System.dll CSC [net_4_x-linux] Mono.CompilerServices.SymbolWriter.dll CSC [net_4_x-linux] Mono.Posix.dll Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant CSC [net_4_x-linux] System.Core.dll Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' CSC [net_4_x-linux] System.Drawing.dll CSC [net_4_x-linux] System.IO.Compression.dll CSC [net_4_x-linux] System.IO.Compression.FileSystem.dll CSC [net_4_x-linux] System.Transactions.dll System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction' System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used CSC [net_4_x-linux] System.EnterpriseServices.dll CSC [net_4_x-linux] Mono.Data.Tds.dll CSC [net_4_x-linux] System.Numerics.dll Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(45,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(46,31): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(48,38): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(49,42): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(50,33): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3.cs(49,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3.cs(50,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(52,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(53,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(54,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2.cs(44,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(310,43): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(310,53): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(317,47): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(141,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(145,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(386,43): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(112,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(116,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(116,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(120,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(120,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(70,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(74,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(74,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(78,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(78,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(84,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(88,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(88,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(92,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(92,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs(91,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(646,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(675,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(689,77): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(701,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/Common/src/System/Globalization/FormatProvider.Number.cs(858,51): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(905,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(938,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1108,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1251,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1647,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1656,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1671,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1690,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1709,41): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1724,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1783,57): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. CSC [net_4_x-linux] System.Numerics.Vectors.dll CSC [net_4_x-linux] System.Data.dll /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs(3895,23): warning CS0108: 'SqlCommand.CancelIgnoreFailure()' hides inherited member 'DbCommand.CancelIgnoreFailure()'. Use the new keyword if hiding was intended. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnection.cs(43,23): warning CS0108: 'SqlConnection._suppressStateChangeForReconnection' hides inherited member 'DbConnection._suppressStateChangeForReconnection'. Use the new keyword if hiding was intended. CSC [net_4_x-linux] System.ComponentModel.DataAnnotations.dll CSC [net_4_x-linux] Accessibility.dll CSC [net_4_x-linux] Mono.WebBrowser.dll CSC [net_4_x-linux] System.Runtime.Serialization.Formatters.Soap.dll Error: Unable to find assembly 'create-keyboards, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Read in 44 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resx' Writing resource file... Done. CSC [net_4_x-linux] System.Windows.Forms.dll System.Windows.Forms/XplatUIX11.cs(2899,12): warning CS0168: The variable 'atoms' is declared but never used System.Windows.Forms/DataGridViewColumn.cs(460,29): warning CS0067: The event 'DataGridViewColumn.Disposed' is never used System.Windows.Forms.VisualStyles/GtkPlus.cs(1706,19): warning CS0649: Field 'GtkPlus.GtkMisc.xpad' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1666,16): warning CS0649: Field 'GtkPlus.GtkStyle.ythickness' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1679,25): warning CS0649: Field 'GtkPlus.GtkWidget.allocation' is never assigned to, and will always have its default value System.Windows.Forms.VisualStyles/GtkPlus.cs(1705,18): warning CS0649: Field 'GtkPlus.GtkMisc.yalign' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1665,16): warning CS0649: Field 'GtkPlus.GtkStyle.xthickness' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1704,18): warning CS0649: Field 'GtkPlus.GtkMisc.xalign' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1715,28): warning CS0649: Field 'GtkPlus.GtkTreeViewColumn.button' is never assigned to, and will always have its default value System.Windows.Forms.VisualStyles/GtkPlus.cs(1707,19): warning CS0649: Field 'GtkPlus.GtkMisc.ypad' is never assigned to, and will always have its default value 0 Read in 3 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/Mono.Data.Sqlite/resources/SR.resx' Writing resource file... Done. CSC [net_4_x-linux] Mono.Data.Sqlite.dll =>> Killing runaway build after 7200 seconds with no output From owner-freebsd-mono@freebsd.org Wed Jun 20 04:38:41 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85DF01024D7D for ; Wed, 20 Jun 2018 04:38:41 +0000 (UTC) (envelope-from Tomas.Weinfurt@microsoft.com) Received: from NAM05-DM3-obe.outbound.protection.outlook.com (mail-eopbgr730102.outbound.protection.outlook.com [40.107.73.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT TLS CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE8B1868A9 for ; Wed, 20 Jun 2018 04:38:40 +0000 (UTC) (envelope-from Tomas.Weinfurt@microsoft.com) Received: from CY4PR2101MB0721.namprd21.prod.outlook.com (52.132.98.167) by CY4PR2101MB0724.namprd21.prod.outlook.com (52.132.100.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.906.1; Wed, 20 Jun 2018 04:38:38 +0000 Received: from CY4PR2101MB0721.namprd21.prod.outlook.com ([fe80::94a5:ddb2:d7dd:405e]) by CY4PR2101MB0721.namprd21.prod.outlook.com ([fe80::94a5:ddb2:d7dd:405e%2]) with mapi id 15.20.0906.004; Wed, 20 Jun 2018 04:38:38 +0000 From: Tomas Weinfurt To: Russell Haley , Freebsd-mono Subject: Re: Help Wanted - Work with MSFT and help finish the port of .NET Core to FreeBSD Thread-Topic: Help Wanted - Work with MSFT and help finish the port of .NET Core to FreeBSD Thread-Index: AQHTN/pZgi0r4HI1tEmQqpqe18QbtKLJvhOAgEFNFACAANWXAIFd2xCA Date: Wed, 20 Jun 2018 04:38:38 +0000 Message-ID: References: <1684766.0xPbmRNaJ3@dragon.local> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [71.212.4.84] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; CY4PR2101MB0724; 7:58JK/ddPG3Q1WpCdgu9PYXsH58G1pK8rwiQtdk4MbIlt7jRa+RDFIto+IlYBiiR9M+df5RllyhyhMUAYUJib+zsKZgVSJVn8AIPUym+RSkOzJLZqDxLQgSo9EC8IdN+eqqg/bcR40jRb8DoKz9DjtWs/C70yCGdj3eXY+VoPsB0qtk+EcuBxQqfzH8trJ/ze0Zzqd50/h+gMlVBO68wtaUVPKtQEdyumMDDtx7cglwiaktwcZ6tMfA1BuT2rjGxX x-ms-exchange-antispam-srfa-diagnostics: SOS; x-ms-office365-filtering-correlation-id: 28e17fd3-e565-4622-1990-08d5d667b142 x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(4652020)(4534165)(4627221)(201703031133081)(201702281549075)(5600026)(711020)(48565401081)(2017052603328)(7193020); SRVR:CY4PR2101MB0724; x-ms-traffictypediagnostic: CY4PR2101MB0724: x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(166708455590820)(189930954265078)(85827821059158)(219752817060721); x-ms-exchange-senderadcheck: 1 x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(8211001083)(6040522)(2401047)(5005006)(8121501046)(3002001)(3231254)(2018427008)(944501410)(52105095)(10201501046)(93006095)(93001095)(6055026)(149027)(150027)(6041310)(20161123558120)(20161123562045)(20161123564045)(201703131423095)(201702281528075)(20161123555045)(201703061421075)(201703061406153)(20161123560045)(6072148)(201708071742011)(7699016); SRVR:CY4PR2101MB0724; BCL:0; PCL:0; RULEID:; SRVR:CY4PR2101MB0724; x-forefront-prvs: 070912876F x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(39860400002)(39380400002)(366004)(396003)(376002)(346002)(199004)(189003)(8936002)(97736004)(575784001)(82746002)(81156014)(81166006)(66066001)(8676002)(86612001)(26005)(6512007)(6306002)(305945005)(7736002)(3846002)(6116002)(5660300001)(2900100001)(83716003)(3660700001)(68736007)(3280700002)(2906002)(86362001)(10090500001)(105586002)(106356001)(186003)(446003)(10290500003)(478600001)(14454004)(72206003)(11346002)(110136005)(486006)(39060400002)(53936002)(229853002)(6246003)(25786009)(6436002)(22452003)(6486002)(99286004)(2616005)(76176011)(476003)(93886005)(5250100002)(966005)(59450400001)(6506007)(53546011)(33656002)(102836004)(36756003)(316002)(22906009)(142923001); DIR:OUT; SFP:1102; SCL:1; SRVR:CY4PR2101MB0724; H:CY4PR2101MB0721.namprd21.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; received-spf: None (protection.outlook.com: microsoft.com does not designate permitted sender hosts) x-microsoft-antispam-message-info: zXm7P1eIzUTKH0cXB5t4jHkYLUcCAFSxGSl9wB7SjTlcLQZbYu+Wtx8qInvghDW74E22dSKbNeTrlpTAd5eTVSkLIaPmmsKcFoDR324GBpJCwGVgdBRDDPiJQMBjO0woNwaK5rpoZvI81Nxs+fAb/6M56Cy+pymLa2NThQFXcKGj6xzd0Uy4BbHaMh2k+FF/MucMzhJNPCvjH57rBuyqVZ+Rxtgn5g0tZdZNX9JGfUgP5aARyex8rymtyijwf7F9csAqTQxumQd8wwSLajsqt7io+2601P7a0CS3c6Do7o5SEulKl9mvABW+lb1GvwVmmx5yuLe7IpMZsNh8apg+qA== spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" Content-ID: <73414342ECABDA46BF8266262D087936@namprd21.prod.outlook.com> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-Network-Message-Id: 28e17fd3-e565-4622-1990-08d5d667b142 X-MS-Exchange-CrossTenant-originalarrivaltime: 20 Jun 2018 04:38:38.4746 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY4PR2101MB0724 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 04:38:41 -0000 SWYgYW55Ym9keSB3YW50cyB0byBoZWxwLCBpdCB3b3VsZCBiZSBncmVhdCB0byBsb29rIGF0IA0K aHR0cHM6Ly9naXRodWIuY29tL2RvdG5ldC9jb3JlY2xyL2lzc3Vlcy8xODQ4MQ0KDQpUaGVyZSBp cyBndXkgd29ya2luZyBvbiBnZXR0aW5nIFBvd2VyU2hlbGwgd29ya2luZyBvbiBGcmVlQlNELiAo IzE4MDY3KQ0KV2UgZ290IHRvIHBvaW50IHdoZXJlIHdlIGhhdmUgc2VtaS13b3JraW5nIFNESyBh bmQgSSdtIGxvb2tpbmcgYXQgbXNidWlsZCBwcm9ibGVtIHJlbGF0ZWQgdG8gbmFtZWQgcGlwZXMu IA0KQXNpZGUgZnJvbSB0aGF0LCB0aGlzIHJvdW5kIGxvb2tzIHNvbWV3aGF0IHByb21pc2luZy4N CkkgbWFkZSBzb21lIHByb2dyZXNzIG9uIHVwZGF0aW5nIHNvdXJjZS1idWlsZCBhcyB3ZWxsIGFz IHdpdGggc29tZSBjYXZlYXRzIGl0IGlzIHBvc3NpYmxlIHRvIHJ1biBMaW51eCBTREsgdW5kZXIg TGludXg2NCBlbXVsYXRpb24uIA0KDQpUb21hcw0KDQrvu79PbiAxMS84LzE3LCAxMTowMCBQTSwg Im93bmVyLWZyZWVic2QtbW9ub0BmcmVlYnNkLm9yZyBvbiBiZWhhbGYgb2YgUnVzc2VsbCBIYWxl eSIgPG93bmVyLWZyZWVic2QtbW9ub0BmcmVlYnNkLm9yZyBvbiBiZWhhbGYgb2YgcnVzcy5oYWxl eUBnbWFpbC5jb20+IHdyb3RlOg0KDQogICAgT24gV2VkLCBOb3YgOCwgMjAxNyBhdCAxMDoxNSBB TSwgRGF2aWQgTmF5bG9yIDxuYXlsb3IuYi5kYXZpZEBnbWFpbC5jb20+IHdyb3RlOg0KICAgID4g T24gV2VkbmVzZGF5LCAyNyBTZXB0ZW1iZXIgMjAxNyAyMjowMjo0MyBSdXNzZWxsIEhhbGV5IHdy b3RlOg0KICAgID4+ICsxDQogICAgPj4gSSB0aHJldyBzb21lIGNvbW1lbnRzIG9uIHRoZSBvcGVu IGlzc3Vlcy4NCiAgICA+DQogICAgPiBIaQ0KICAgID4NCiAgICA+IEkgaG9wZSB0aGUgcG9ydGlu ZyBvZiAuTkVUIENvcmUgaGFzIGJlZW4gcHJvZ3Jlc3NpbmcuICBJIG11c3QgYXBvbG9naXNlLCBJ DQogICAgPiBoYXZlIGRyb3BwZWQgdGhlIGJhbGwgb24gdXBkYXRpbmcgbW9uby4gIFRoaXMgd2ls bCBjb21lIHdpdGggYSB3b3JraW5nIHZlcnNpb24NCiAgICA+IG9mIG1zYnVpbGQgd2hpY2ggSSBh bSBzdXJlIHdvdWxkIGJlIGhlbHBmdWwgaW4gdGhlIHBvcnRpbmcgcHJvY2Vzcy4NCiAgICA+DQog ICAgPiBJJ20gc2xvd2x5IHBpY2tpbmcgdXAgdGhlIG1vbm8gcG9ydGluZyB3b3JrIG9uIG15IHNp ZGUsIGFuZCBob3BlIHRvIGdldA0KICAgID4gc29tZXRoaW5nIGNvbW1pdHRlZCBpbiB0aGUgbmV4 dCBmZXcgd2Vla3MuDQogICAgPg0KICAgID4gRG8geW91IHBlcmhhcHMgaGF2ZSBhbiB1cGRhdGUg b24geW91ciBzaWRlPw0KICAgID4NCiAgICA+IFJlZ2FyZHMNCiAgICA+DQogICAgPiBEYXZpZA0K ICAgIA0KICAgIEhpIERhdmlkLA0KICAgIA0KICAgIFRvbWFzIGhhcyBiZWVuIHdvcmtpbmcgZGls bGlnZW50bHkgb3ZlciB0aGUgbGFzdCBjb3VwbGUgb2Ygd2Vla3MsIGJ1dA0KICAgIEkgaGF2ZSBi ZWVuIGluIGxpbWJvIHdpdGggbm8gY29tcHV0ZXIgYW5kIG5vIHRpbWUgdW50aWwgYSBmZXcgZGF5 cw0KICAgIGFnby4gVGhlIGNoYW5nZXMgVG9tYXMgaXMgbWFraW5nIGhhdmUgYmVlbiBpbnRlZ3Jh dGVkIGludG8gdGhlIGhlYWQNCiAgICByZXBvcyBhbmQgSSBhbSBhdHRlbXB0aW5nIHRvIGJ1aWxk IGZyb20gdGhhdCB1c2luZyB0aGUgaW5zdHJ1Y3Rpb25zDQogICAgcHJvdmlkZWQgb24gdGhlIGRv dG5ldGNvcmUgd2lraS4NCiAgICANCiAgICBOb3RoaW5nIEkgYW0gZG9pbmcgaXMgdW5pcXVlLiBB bnlvbmUgY2FuIHB1bGwgY29yZWZ4IGFuZCBjb3JlY2xyIHJlcG9zDQogICAgYW5kIGZvbGxvdyBh bG9uZyBpbiB0aGUgaW5zdHJ1Y3Rpb25zLg0KICAgIGh0dHBzOi8vbmEwMS5zYWZlbGlua3MucHJv dGVjdGlvbi5vdXRsb29rLmNvbS8/dXJsPWh0dHBzJTNBJTJGJTJGZ2l0aHViLmNvbSUyRmRvdG5l dCUyRmNvcmVmeCUyRndpa2klMkZCdWlsZGluZy0uTkVULUNvcmUtLTIueC1vbi1GcmVlQlNEJmRh dGE9MDIlN0MwMSU3Q1RvbWFzLldlaW5mdXJ0JTQwbWljcm9zb2Z0LmNvbSU3Q2Q3NzY3NjllM2Y3 ZjRiMWEyMTcyMDhkNTI3M2Y4MTlmJTdDNzJmOTg4YmY4NmYxNDFhZjkxYWIyZDdjZDAxMWRiNDcl N0MxJTdDMCU3QzYzNjQ1ODA3NjA3MTA3ODA3MCZzZGF0YT1QYWU3JTJGVDQlMkJ0dDB1c3RoWmJU cCUyRkxpWVpndE9vY1NwTnR1YmNJOUJHUnNFJTNEJnJlc2VydmVkPTANCiAgICANCiAgICBJIHdh cyBhYmxlIHRvIGdldCBldmVyeXRoaW5nIHRvIGJ1aWxkIG9uIFdpbmRvd3MgbGFzdCBuaWdodCwg YW5kIGhhdmUNCiAgICB0aGUgU0RLIChjb3JlZngpIGJ1aWx0IG9uIEZyZWVCU0QuIFRoZSBydW50 aW1lIChjb3JlY2xyKSBpcyBmYWlsaW5nIGluDQogICAgc29tZSBzZWN0aW9ucyBvZiB0aGUgdGVz dCBjb2RlLiBJIGZvcndhcmRlZCBteSBlcnJvcnMgYnV0IGhhdmUgbm90DQogICAgZ290dGVuIGJh Y2sgdG8gdGhlbSB5ZXQuIEkgYW0gY3VycmVudGx5IGZpZ2h0aW5nIHdpdGggdmlydHVhbGJveCB0 bw0KICAgIHRyeSBhbmQgZ2V0IHNoYXJlZCBmb2xkZXJzIHdvcmtpbmcuIEl0IGxvb2tzIGxpa2Ug SSBuZWVkIHRvIHJlYnVpbGQgbXkNCiAgICBndWVzdCBhZGRpdGlvbnMgZnJvbSBwb3J0cy4gTm90 aGluZyBmb3IgZnJlZSBteSBmcmllbmQuIFhEDQogICAgDQogICAgSSBzaW5jZXJlbHkgd291bGQg bGlrZSB0byBoZWxwIGFnYWluIHdpdGggdGhlIE1vbm8gYnVpbGQgYnV0IGZpbmRpbmcNCiAgICB0 aW1lIHdpbGwgYmUgZGlmZmljdWx0LiAgSSdkIGxpa2UgdG8gdW5idXJkZW4geW91IGZyb20gdGhl IE1vbm8gNSBwb3J0DQogICAgc28geW91IGNhbiBwbGF5IG9uIEROQyEgQXMgc29vbiBhcyAgSSBo YXZlIGNvbmZpcm1lZCBUb21hcycgYnVpbGQgYW5kDQogICAgZmluaXNoIGEgc3RlcCBpbiBhbiB1 bnJlbGF0ZWQgcHJvamVjdA0KICAgIChodHRwczovL25hMDEuc2FmZWxpbmtzLnByb3RlY3Rpb24u b3V0bG9vay5jb20vP3VybD1odHRwcyUzQSUyRiUyRnJldmlld3MuZnJlZWJzZC5vcmclMkZEMTI5 MjEmZGF0YT0wMiU3QzAxJTdDVG9tYXMuV2VpbmZ1cnQlNDBtaWNyb3NvZnQuY29tJTdDZDc3Njc2 OWUzZjdmNGIxYTIxNzIwOGQ1MjczZjgxOWYlN0M3MmY5ODhiZjg2ZjE0MWFmOTFhYjJkN2NkMDEx ZGI0NyU3QzElN0MwJTdDNjM2NDU4MDc2MDcxMDc4MDcwJnNkYXRhPWFXVU5UV3ZXSGk5Q1pOaTdk ZiUyRldMOEpGM3U0TXN1NWhUM1RESnNOSk5zNCUzRCZyZXNlcnZlZD0wKSwgSSB3aWxsIGdldCBi YWNrIHRvIHlvdXIgcG9ydA0KICAgICh1bmxlc3Mgc29tZW9uZSBlbHNlIGNhbiBzdGVwIGluKS4N CiAgICANCiAgICBHbGFkIHRvIGhlcmUgZnJvbSB5b3UsDQogICAgDQogICAgUnVzcw0KICAgIF9f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQogICAgZnJlZWJz ZC1tb25vQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdA0KICAgIGh0dHBzOi8vbmEwMS5zYWZlbGlu a3MucHJvdGVjdGlvbi5vdXRsb29rLmNvbS8/dXJsPWh0dHBzJTNBJTJGJTJGbGlzdHMuZnJlZWJz ZC5vcmclMkZtYWlsbWFuJTJGbGlzdGluZm8lMkZmcmVlYnNkLW1vbm8mZGF0YT0wMiU3QzAxJTdD VG9tYXMuV2VpbmZ1cnQlNDBtaWNyb3NvZnQuY29tJTdDZDc3Njc2OWUzZjdmNGIxYTIxNzIwOGQ1 MjczZjgxOWYlN0M3MmY5ODhiZjg2ZjE0MWFmOTFhYjJkN2NkMDExZGI0NyU3QzElN0MwJTdDNjM2 NDU4MDc2MDcxMDc4MDcwJnNkYXRhPUR6MDhMSkdDeW84a2RDVDY4NDE1VHlYazRobXU0SG5qOFMl MkIlMkJMbHR2ekFZJTNEJnJlc2VydmVkPTANCiAgICBUbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkg bWFpbCB0byAiZnJlZWJzZC1tb25vLXVuc3Vic2NyaWJlQGZyZWVic2Qub3JnIg0KICAgIA0KDQo= From owner-freebsd-mono@freebsd.org Wed Jun 20 12:12:13 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 257761016222 for ; Wed, 20 Jun 2018 12:12:13 +0000 (UTC) (envelope-from portscout@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 B6CAC78580 for ; Wed, 20 Jun 2018 12:12:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 749C3101621E; Wed, 20 Jun 2018 12:12:12 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6263E101621D for ; Wed, 20 Jun 2018 12:12:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03E6C78570 for ; Wed, 20 Jun 2018 12:12:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3A88B1AA13 for ; Wed, 20 Jun 2018 12:12:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w5KCCBOx014000 for ; Wed, 20 Jun 2018 12:12:11 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w5KCCB8j013992; Wed, 20 Jun 2018 12:12:11 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201806201212.w5KCCB8j013992@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 20 Jun 2018 12:12:11 +0000 From: portscout@FreeBSD.org To: mono@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 12:12:13 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/mono@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/monodevelop | 6.2.1.3 | monodevelop-7.5.3.7 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-mono@freebsd.org Sat Jun 23 09:36:38 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D899D10199D5 for ; Sat, 23 Jun 2018 09:36:38 +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 6D29D7BBFB for ; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2D33B10199D0; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AC3310199CF for ; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB4A57BBF8 for ; Sat, 23 Jun 2018 09:36:37 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id F07CE170C1 for ; Sat, 23 Jun 2018 09:36:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5N9aad5086043 for ; Sat, 23 Jun 2018 09:36:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5N9aaa4086042 for mono@FreeBSD.org; Sat, 23 Jun 2018 09:36:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: maintainer-feedback requested: [Bug 229247] lang/mono Date: Sat, 23 Jun 2018 09:36:36 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.26 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, 23 Jun 2018 09:36:39 -0000 Bugzilla Automation has asked freebsd-mono mailing l= ist for maintainer-feedback: Bug 229247: lang/mono https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229247 --- Description --- Changelogs claim BoringSSL support is enabled as of 5.10. However, running = mono with MONO_TLS_PROVIDER=3Dbtls and attempting to use TLS results in "System.NotSupportedEx ception: No such TLS Provider: `btls'." Indeed, the Makefile in the ports tree doesn't have '--enable-btls' set. From owner-freebsd-mono@freebsd.org Sat Jun 23 09:36:39 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FE2210199D9 for ; Sat, 23 Jun 2018 09:36:39 +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 DFFD47BBFD for ; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9CE8010199D4; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A6BB10199D3 for ; Sat, 23 Jun 2018 09:36:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28C0A7BBFA for ; Sat, 23 Jun 2018 09:36:38 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 617F7170C3 for ; Sat, 23 Jun 2018 09:36:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5N9ab7p086051 for ; Sat, 23 Jun 2018 09:36:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5N9ab59086050 for mono@FreeBSD.org; Sat, 23 Jun 2018 09:36:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 229247] lang/mono Date: Sat, 23 Jun 2018 09:36:36 +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 Only Me X-Bugzilla-Who: johannesfalke@googlemail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org 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: quoted-printable 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.26 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, 23 Jun 2018 09:36:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229247 Bug ID: 229247 Summary: lang/mono Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mono@FreeBSD.org Reporter: johannesfalke@googlemail.com Flags: maintainer-feedback?(mono@FreeBSD.org) Assignee: mono@FreeBSD.org Changelogs claim BoringSSL support is enabled as of 5.10. However, running = mono with MONO_TLS_PROVIDER=3Dbtls and attempting to use TLS results in "System.NotSupportedEx ception: No such TLS Provider: `btls'." Indeed, the Makefile in the ports tree doesn't have '--enable-btls' set. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-mono@freebsd.org Sat Jun 23 09:37:04 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E73051019A3D for ; Sat, 23 Jun 2018 09:37:03 +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 836097BC40 for ; Sat, 23 Jun 2018 09:37:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 414E51019A3C; Sat, 23 Jun 2018 09:37:03 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7F51019A3B for ; Sat, 23 Jun 2018 09:37:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF0BC7BC3E for ; Sat, 23 Jun 2018 09:37:02 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0D30F170C4 for ; Sat, 23 Jun 2018 09:37:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5N9b1hY086483 for ; Sat, 23 Jun 2018 09:37:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5N9b1xl086482 for mono@FreeBSD.org; Sat, 23 Jun 2018 09:37:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 229247] lang/mono BoringSSL support not enabled Date: Sat, 23 Jun 2018 09:37:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: johannesfalke@googlemail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.26 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, 23 Jun 2018 09:37:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229247 johannesfalke@googlemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johannesfalke@googlemail.co | |m Summary|lang/mono |lang/mono BoringSSL support | |not enabled --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-mono@freebsd.org Sat Jun 23 14:52:18 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4939D1023BEC for ; Sat, 23 Jun 2018 14:52:18 +0000 (UTC) (envelope-from pkg-fallout@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 8A67985044 for ; Sat, 23 Jun 2018 14:52:17 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 464A01023BE7; Sat, 23 Jun 2018 14:52:17 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF0141023BE4; Sat, 23 Jun 2018 14:52:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6E78503D; Sat, 23 Jun 2018 14:52:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ec]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E47811447; Sat, 23 Jun 2018 14:52:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1]) by beefy9.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5NEqG50058930; Sat, 23 Jun 2018 14:52:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy9.nyi.freebsd.org (8.15.2/8.15.2/Submit) id w5NEqGZM058929; Sat, 23 Jun 2018 14:52:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 23 Jun 2018 14:52:16 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201806231452.w5NEqGZM058929@beefy9.nyi.freebsd.org> To: mono@FreeBSD.org Subject: [package - 111amd64-default][lang/mono] Failed for mono-5.10.1.47_2 in build/runaway Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 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, 23 Jun 2018 14:52:18 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: mono@FreeBSD.org Last committer: feld@FreeBSD.org Ident: $FreeBSD: head/lang/mono/Makefile 472696 2018-06-18 14:10:57Z feld $ Log URL: http://beefy9.nyi.freebsd.org/data/111amd64-default/473110/logs/mono-5.10.1.47_2.log Build URL: http://beefy9.nyi.freebsd.org/build.html?mastername=111amd64-default&build=473110 Log: =>> Building lang/mono build started at Sat Jun 23 12:12:28 UTC 2018 port directory: /usr/ports/lang/mono package name: mono-5.10.1.47_2 building for: FreeBSD 111amd64-default-job-02 11.1-RELEASE-p11 FreeBSD 11.1-RELEASE-p11 amd64 maintained by: mono@FreeBSD.org Makefile ident: $FreeBSD: head/lang/mono/Makefile 472696 2018-06-18 14:10:57Z feld $ Poudriere version: 3.2.7-1-g7087c444 Host OSVERSION: 1200062 Jail OSVERSION: 1101001 Job Id: 02 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1101001 UNAME_v=FreeBSD 11.1-RELEASE-p11 UNAME_r=11.1-RELEASE-p11 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-1-g7087c444 MASTERMNT=/usr/local/poudriere/data/.m/111amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/111amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=111amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/111amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for mono-5.10.1.47_2: X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- mono@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-dtrace --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- ac_cv_header_sys_inotify_h=no MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/mono/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/mono/work HOME=/wrkdirs/usr/ports/lang/mono/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/mono/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/mono/work" INSTALL_STRIP_FLAG="-s" TZ=UTC PERL_USE_UNSAFE_INC=1 DISPLAY=":0" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/mono/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/mono/work HOME=/wrkdirs/usr/ports/lang/mono/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/mono/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_PYOEXTENSION=pyo PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=11.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PERL_VERSION=5.26.2 PERL_VER=5.26 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.26 DOCSDIR="share/doc/mono" EXAMPLESDIR="share/examples/mono" DATADIR="share/mono" WWWDIR="www/mono" ETCDIR="etc/mono" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mono DOCSDIR=/usr/local/share/doc/mono EXAMPLESDIR=/usr/local/share/examples/mono WWWDIR=/usr/local/www/mono ETCDIR=/usr/local/etc/mono --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=11.1-RELEASE-p11 OSREL=11.1 OSVERSION=1101001 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License MIT accepted by the user =========================================================================== =================================================== ===> mono-5.10.1.47_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_1.txz [111amd64-default-job-02] Installing pkg-1.10.5_1... [111amd64-default-job-02] Extracting pkg-1.10.5_1: .......... done ===> mono-5.10.1.47_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mono-5.10.1.47_2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by mono-5.10.1.47_2 for building =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by mono-5.10.1.47_2 for building => SHA256 Checksum OK for mono-5.10.1.47.tar.bz2. => SHA256 Checksum OK for monolite-linux-1051000004-latest.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License MIT accepted by the user ===> Fetching all distfiles required by mono-5.10.1.47_2 for building ===> Extracting for mono-5.10.1.47_2 => SHA256 Checksum OK for mono-5.10.1.47.tar.bz2. => SHA256 Checksum OK for monolite-linux-1051000004-latest.tar.gz. /bin/mkdir -p /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/lib/monolite-linux /bin/mv /wrkdirs/usr/ports/lang/mono/work/monolite-linux-1051000004-latest /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/lib/monolite-linux/1051000004 =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for mono-5.10.1.47_2 ===> Applying FreeBSD patches for mono-5.10.1.47_2 /usr/bin/sed -i.bak -e 's|^#!/bin/bash|#!/usr/bin/env bash|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-find-provides.in /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-find-requires.in /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/scripts/mono-test-install /usr/bin/find /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47 -name '*.sh' | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|^#!/bin/bash|#!/bin/sh|g' /usr/bin/sed 's/tarball/5.10.1.47/' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mono/mini/Makefile.am.in > /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mono/mini/Makefile.am /usr/bin/sed -i.bak -e 's|/usr/share|/usr/local|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/corlib/System/Environment.cs /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Extensions/src/System/Environment.Unix.cs /usr/bin/sed -i.bak -e 's|/usr/share/.mono|/usr/local/share/mono|g' /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mono-configuration-crypto.1 /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mono.1 /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/man/mozroots.1 =========================================================================== =================================================== ===> mono-5.10.1.47_2 depends on package: p5-XML-Parser>=0 - not found ===> Installing existing package /packages/All/p5-XML-Parser-2.44.txz [111amd64-default-job-02] Installing p5-XML-Parser-2.44... [111amd64-default-job-02] `-- Installing expat-2.2.5... [111amd64-default-job-02] `-- Extracting expat-2.2.5: .......... done [111amd64-default-job-02] `-- Installing perl5-5.26.2... [111amd64-default-job-02] `-- Extracting perl5-5.26.2: .......... done /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(145,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs(91,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/Common/src/System/Globalization/FormatProvider.Number.cs(858,51): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(646,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(675,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(689,77): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(701,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(905,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(938,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1108,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1251,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1647,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1656,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1671,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1690,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1709,41): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1724,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1783,57): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. CSC [build-linux] System.Xml.Linq.dll CSC [build-linux] System.IO.Compression.dll CSC [build-linux] System.Drawing.dll CSC [build-linux] Mono.Cecil.dll CSC [build-linux] Mono.CompilerServices.SymbolWriter.dll CSC [build-linux] PEAPI.dll CSC [build-linux] cil-stringreplacer.exe mkdir -p -- ../../../class/lib/build-linux/Facades/ CSC [build-linux] System.Runtime.dll CSC [build-linux] System.Reflection.dll CSC [build-linux] System.Collections.dll CSC [build-linux] System.Resources.ResourceManager.dll CSC [build-linux] System.Globalization.dll CSC [build-linux] System.Threading.Tasks.dll CSC [build-linux] System.Collections.Concurrent.dll CSC [build-linux] System.Text.Encoding.dll CSC [build-linux] System.IO.dll CSC [build-linux] System.Threading.dll CSC [build-linux] System.Diagnostics.Debug.dll CSC [build-linux] System.Linq.Expressions.dll CSC [build-linux] System.Dynamic.Runtime.dll CSC [build-linux] System.Linq.dll CSC [build-linux] System.Threading.Tasks.Parallel.dll CSC [build-linux] System.Xml.ReaderWriter.dll CSC [build-linux] System.Diagnostics.Tools.dll CSC [build-linux] System.Reflection.Primitives.dll CSC [build-linux] System.Runtime.Extensions.dll CSC [build-linux] System.Runtime.InteropServices.dll CSC [build-linux] System.Text.Encoding.Extensions.dll CSC [build-linux] System.Runtime.Numerics.dll CSC [build-linux] System.Xml.XDocument.dll CSC [build-linux] System.Reflection.Extensions.dll CSC [build-linux] System.IO.FileSystem.Primitives.dll CSC [build-linux] System.IO.FileSystem.dll CSC [build-linux] System.Diagnostics.FileVersionInfo.dll CSC [build-linux] System.Security.Cryptography.Primitives.dll CSC [build-linux] System.Security.Cryptography.Algorithms.dll CSC [build-linux] System.ValueTuple.dll CSC [build-linux] System.Text.Encoding.CodePages.dll CSC [build-linux] System.Text.RegularExpressions.dll CSC [build-linux] System.Diagnostics.Contracts.dll CSC [build-linux] resgen.exe CSC [build-linux] gacutil.exe CSC [build-linux] sn.exe CSC [build-linux] culevel.exe CompileUplevel.cs(943,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.' CSC [build-linux] commoncryptogenerator.exe CSC [build-linux] resx2sr.exe CSC [build-linux] monolinker.exe CSC [build-linux] mono-cil-strip.exe Mono.Cecil/HashCodeProvider.cs(33,43): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' Mono.Cecil.Metadata/BlobHeap.cs(57,36): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' Mono.Cecil/ExternTypeCollection.cs(85,60): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil.Cil/SymbolStoreHelper.cs(67,29): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' Mono.Cecil/TypeReferenceCollection.cs(85,63): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil/TypeDefinitionCollection.cs(85,64): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.' Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.' Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field 'ExportTable.Name' is never assigned to, and will always have its default value null CSC [build-linux] ilasm.exe Creating .dep_dirs-net_4_x... Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' ./../build/library.make:342: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' ./../build/library.make:342: warning: ignoring old recipe for target '../../class/lib/net_4_x-linux/System.Runtime.CompilerServices.Unsafe.dll' Creating .dep_dirs-net_4_x... mkdir -p -- ../../class/lib/net_4_x-linux/ Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/net_4_x-linux/corlib.unsafe.dll.tmp' ./../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding. Operation completed successfully CSC [net_4_x-linux] mscorlib.dll mkdir -p -- ../../class/lib/net_4_x-linux/bare/ CSC [bare/net_4_x-linux] System.dll System.Net/WebConnection.cs(84,17): warning CS0649: Field 'WebConnection.tlsStream' is never assigned to, and will always have its default value null System.Net/WebConnection.cs(67,8): warning CS0414: The field 'WebConnection.reused' is assigned but its value is never used CSC [net_4_x-linux] Mono.Security.dll CSC [bare/net_4_x-linux] System.Xml.dll mkdir -p -- ../../class/lib/net_4_x-linux/secxml/ CSC [secxml/net_4_x-linux] System.dll Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' CSC [net_4_x-linux] System.Security.dll CSC [net_4_x-linux] System.Configuration.dll CSC [net_4_x-linux] System.Xml.dll CSC [net_4_x-linux] System.dll CSC [net_4_x-linux] Mono.CompilerServices.SymbolWriter.dll CSC [net_4_x-linux] Mono.Posix.dll Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant CSC [net_4_x-linux] System.Core.dll Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' Makefile:27: warning: overriding recipe for target 'test-local' ./../build/library.make:216: warning: ignoring old recipe for target 'test-local' CSC [net_4_x-linux] System.Drawing.dll CSC [net_4_x-linux] System.IO.Compression.dll CSC [net_4_x-linux] System.IO.Compression.FileSystem.dll CSC [net_4_x-linux] System.Transactions.dll System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction' System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used CSC [net_4_x-linux] System.EnterpriseServices.dll CSC [net_4_x-linux] Mono.Data.Tds.dll CSC [net_4_x-linux] System.Numerics.dll Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(45,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(46,31): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(48,38): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(49,42): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. Assembly/AssemblyInfo.cs(50,33): warning CS0436: The type 'Consts' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/Consts.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(310,43): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(310,53): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(317,47): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2.cs(44,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(52,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(53,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4.cs(54,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3.cs(49,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3.cs(50,20): warning CS0436: The type 'HashHelpers' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs' conflicts with the imported type 'HashHelpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(141,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(145,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(386,43): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(84,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(88,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(88,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(92,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector3_Intrinsics.cs(92,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(112,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(116,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(116,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(120,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector4_Intrinsics.cs(120,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(70,50): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(74,70): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(74,80): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(78,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector2_Intrinsics.cs(78,55): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs(91,49): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(646,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(675,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(689,77): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigNumber.cs(701,69): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/Common/src/System/Globalization/FormatProvider.Number.cs(858,51): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(905,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(938,73): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1108,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1251,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1647,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1656,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1671,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1690,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1709,41): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1724,45): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(1783,57): warning CS0436: The type 'SR' in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs' conflicts with the imported type 'SR' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Numerics/../../build/common/SR.cs'. CSC [net_4_x-linux] System.Numerics.Vectors.dll CSC [net_4_x-linux] System.Data.dll /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs(3895,23): warning CS0108: 'SqlCommand.CancelIgnoreFailure()' hides inherited member 'DbCommand.CancelIgnoreFailure()'. Use the new keyword if hiding was intended. /wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnection.cs(43,23): warning CS0108: 'SqlConnection._suppressStateChangeForReconnection' hides inherited member 'DbConnection._suppressStateChangeForReconnection'. Use the new keyword if hiding was intended. CSC [net_4_x-linux] System.ComponentModel.DataAnnotations.dll CSC [net_4_x-linux] Accessibility.dll CSC [net_4_x-linux] Mono.WebBrowser.dll CSC [net_4_x-linux] System.Runtime.Serialization.Formatters.Soap.dll Error: Unable to find assembly 'create-keyboards, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Read in 44 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resx' Writing resource file... Done. CSC [net_4_x-linux] System.Windows.Forms.dll System.Windows.Forms/XplatUIX11.cs(2899,12): warning CS0168: The variable 'atoms' is declared but never used System.Windows.Forms.VisualStyles/GtkPlus.cs(1705,18): warning CS0649: Field 'GtkPlus.GtkMisc.yalign' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1666,16): warning CS0649: Field 'GtkPlus.GtkStyle.ythickness' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1665,16): warning CS0649: Field 'GtkPlus.GtkStyle.xthickness' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1704,18): warning CS0649: Field 'GtkPlus.GtkMisc.xalign' is never assigned to, and will always have its default value 0 System.Windows.Forms.VisualStyles/GtkPlus.cs(1679,25): warning CS0649: Field 'GtkPlus.GtkWidget.allocation' is never assigned to, and will always have its default value System.Windows.Forms.VisualStyles/GtkPlus.cs(1707,19): warning CS0649: Field 'GtkPlus.GtkMisc.ypad' is never assigned to, and will always have its default value 0 System.Windows.Forms/DataGridViewColumn.cs(460,29): warning CS0067: The event 'DataGridViewColumn.Disposed' is never used System.Windows.Forms.VisualStyles/GtkPlus.cs(1715,28): warning CS0649: Field 'GtkPlus.GtkTreeViewColumn.button' is never assigned to, and will always have its default value System.Windows.Forms.VisualStyles/GtkPlus.cs(1706,19): warning CS0649: Field 'GtkPlus.GtkMisc.xpad' is never assigned to, and will always have its default value 0 Read in 3 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-5.10.1.47/mcs/class/Mono.Data.Sqlite/resources/SR.resx' Writing resource file... Done. CSC [net_4_x-linux] Mono.Data.Sqlite.dll =>> Killing runaway build after 7200 seconds with no output