From owner-freebsd-mono@FreeBSD.ORG Mon Feb 4 22:00:03 2013 Return-Path: Delivered-To: mono@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10601148 for ; Mon, 4 Feb 2013 22:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E89032A8 for ; Mon, 4 Feb 2013 22:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14M02DT055668 for ; Mon, 4 Feb 2013 22:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14M02jk055667; Mon, 4 Feb 2013 22:00:02 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 22:00:02 GMT Message-Id: <201302042200.r14M02jk055667@freefall.freebsd.org> To: mono@FreeBSD.org From: Jack Pappas Subject: RE: ports/175518: lang/mono is not configured correctly when building X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jack Pappas List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 22:00:03 -0000 The following reply was made to PR ports/175518; it has been noted by GNATS. From: Jack Pappas To: =?ISO-8859-1?Q?Romain_Tarti=E8re?= Cc: bug-followup@freebsd.org Subject: RE: ports/175518: lang/mono is not configured correctly when building Date: Mon, 4 Feb 2013 16:55:19 -0500 HI Romain, Yes, that's the output I was expecting, so you can commit the change whenever you're ready. Thank you for the explanation about the 'configure' script -- it does make a lot of sense for Mono to package the sources like that now that you mention it. Regards, Jack -----Original Message----- From: Romain Tarti=E8re [mailto:romain@blogreen.org] Sent: Monday, February 04, 2013 4:46 PM To: Jack Pappas Cc: bug-followup@freebsd.org Subject: Re: ports/175518: lang/mono is not configured correctly when building On Mon, Feb 04, 2013 at 04:05:17PM -0500, Jack Pappas wrote: > According to the Mono README > (https://github.com/mono/mono/blob/master/README), the autogen.sh is > only needed when building from a snapshot; for official tarballs (like > the one used in the lang/mono port), it's not. > > However, the reason I wanted to use autogen.sh was because after I'd > patched the configure.in file (and added the patch to the 'files' > directory), I found that when I ran "make install clean", the patch > wouldn't work -- Mono would still compile correctly, but it would > still use the pthread API for thread-local storage (TLS) instead of > the __thread qualifier. It was only after changing the makefile to > call autogen.sh that Mono compiled successfully and used the __thread TLS. The 'configure' script is generated by the autotools from the 'configure.in' file. So modifying the 'configure.in' file require you to run all the autotools chain to regenerate the 'configure' script before continuing. This is the reason you had to run 'autogen.sh'. When the mono folks release a new mono tarball, they include the generated 'configure' script in it so we have to either patch 'configure.in' and re-run the whole autotools chain, or patch the generated 'configure' which avoids us all the mess that commes with the autotools if we have to change something there. > You said you were able to build lang/mono by just patching the > configure script -- did you also install it after building? If so, you > can run "mono -V" to see what kind of thread-local storage Mono was > compiled with. If your installation of Mono is using the __thread TLS, > then let's use your method of patching just the 'configure' file. I get: JIT compiler version 3.0.3 (tarball Mon Feb 4 14:30:00 CET 2013) Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notification: kqueue Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark) which is what you are expecting, right ? Then I guess I can commit this change. Romain -- Romain Tarti=E8re http://romain.blogreen.org/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated= )