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 DCFE9DC8DB5 for ; Tue, 9 Feb 2016 21:25:37 +0000 (UTC) Received: from smtp150.dfw.emailsrvr.com (smtp150.dfw.emailsrvr.com [67.192.241.150]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B2038DC83CE for ; Tue, 9 Feb 2016 21:25:37 +0000 (UTC) Received: from smtp31.relay.dfw1a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp31.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id EC2AE380258; Tue, 9 Feb 2016 16:25:36 -0500 (EST) X-Auth-ID: jonathan@curran.in Received: by smtp31.relay.dfw1a.emailsrvr.com (Authenticated sender: jonathan-AT-curran.in) with ESMTPSA id D127B3802D4; Tue, 9 Feb 2016 16:25:36 -0500 (EST) X-Sender-Id: jonathan@curran.in Received: from [192.168.1.103] (cpe-97-99-29-37.tx.res.rr.com [97.99.29.37]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:465 (trex/5.5.4); Tue, 09 Feb 2016 16:25:36 -0500 Subject: Re: [alpine-aports] [PATCH] testing/mono: upgrade to v4.2.2.30 To: Natanael Copa References: <1455036014-6053-1-git-send-email-jonathan@curran.in> <20160209220657.2132bb66@ncopa-desktop.alpinelinux.org> Cc: alpine-aports@lists.alpinelinux.org From: Jonathan Curran Message-ID: <56BA5950.3050805@curran.in> Date: Tue, 9 Feb 2016 15:25:36 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20160209220657.2132bb66@ncopa-desktop.alpinelinux.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP I just tried re-building it and it works locally (I uninstalled the existing mono packages on my machine and rebuilt the package). I noticed 2 things in the logs: 1. libgdiplus-dev is at v3.12-r0. Could you please update that APKBUILD & try again (I submitted a patch for it right before this one). The two packages - libgdiplus and mono - go hand in hand. 2. It says that monolite was outdated - this is peculiar - does the build machine have internet access? (I think one of the make targets touches the web) Thanks! On 02/09/2016 03:06 PM, Natanael Copa wrote: > 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 ---