X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EB951DC83CE for ; Tue, 9 Feb 2016 21:07:04 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 77980DC06CF for ; Tue, 9 Feb 2016 21:07:04 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (103.63.200.37.customer.cdi.no [37.200.63.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 97E0E5A134B; Tue, 9 Feb 2016 21:07:02 +0000 (GMT) Date: Tue, 9 Feb 2016 22:06:57 +0100 From: Natanael Copa To: Jonathan Curran Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/mono: upgrade to v4.2.2.30 Message-ID: <20160209220657.2132bb66@ncopa-desktop.alpinelinux.org> In-Reply-To: <1455036014-6053-1-git-send-email-jonathan@curran.in> References: <1455036014-6053-1-git-send-email-jonathan@curran.in> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 9 Feb 2016 16:40:14 +0000 Jonathan Curran wrote: > http://www.mono-project.com/ > > Included fixes come from openSUSE mono factory > --- > testing/mono/APKBUILD | 43 +++++++++++++--------- > testing/mono/assume-UTC-if-no-TZ-set.patch | 31 ---------------- > testing/mono/mono-nunit-default-runtime-4.5.patch | 8 ++++ > .../mono/mono-un-revoke-fix-in-BNC-144655.patch | 13 +++++++ > testing/mono/strncat-process-c.patch | 11 ++++++ > 5 files changed, 57 insertions(+), 49 deletions(-) > delete mode 100644 testing/mono/assume-UTC-if-no-TZ-set.patch > create mode 100644 testing/mono/mono-nunit-default-runtime-4.5.patch > create mode 100644 testing/mono/mono-un-revoke-fix-in-BNC-144655.patch > create mode 100644 testing/mono/strncat-process-c.patch Thanks! I pushed this, but it appears to not build on x86_64: make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/ncopa/aports/testing/mono/src/mono-4.2.2/data' make[2]: Leaving directory '/home/ncopa/aports/testing/mono/src/mono-4.2.2/data' Making all in runtime make[2]: Entering directory '/home/ncopa/aports/testing/mono/src/mono-4.2.2/runtime' if test -w /home/ncopa/aports/testing/mono/src/mono-4.2.2/mcs; then :; else chmod -R +w /home/ncopa/aports/testing/mono/src/mono-4.2.2/mcs; fi cd /home/ncopa/aports/testing/mono/src/mono-4.2.2/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_5 xbuild_12 xbuild_14 ' CC='gcc' all-profiles make[6]: mcs: Command not found build/profiles/basic.make:93: recipe for target 'build/deps/basic-profile-check.exe' failed make[6]: *** [build/deps/basic-profile-check.exe] Error 127 *** The compiler 'mcs' doesn't appear to be usable. *** Trying the 'monolite' directory. TYPE: 7 V: mono_create_corlib_exception_2 * Assertion at mini-amd64.c:478, condition `amd64_is_imm32 (disp)' not met Stacktrace: at <0xffffffff> at System.Security.Permissions.SecurityPermission..ctor (System.Security.Permissions.SecurityPermissionFlag) <0x00013> at System.Security.SecurityManager..cctor () <0x00027> at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> at <0xffffffff> at System.Environment.GetEnvironmentVariable (string) <0x0000f> at Mono.CSharp.Driver.Main (string[]) <0x00023> at (wrapper runtime-invoke) .runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff> ================================================================= Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Killed build/profiles/basic.make:93: recipe for target 'build/deps/basic-profile-check.exe' failed make[8]: *** [build/deps/basic-profile-check.exe] Error 137 *** The contents of your 'monolite' directory may be out-of-date *** You may want to try 'make get-monolite-latest' build/profiles/basic.make:77: recipe for target 'do-profile-check-monolite' failed make[8]: *** [do-profile-check-monolite] Error 1 http://build.alpinelinux.org/buildlogs/build-edge-x86_64/testing/mono/mono-4.2.2.30-r1.log -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---