From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 24 03:00:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B9B16A4CE for ; Sat, 24 Jul 2004 03:00:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 368EF43D2F for ; Sat, 24 Jul 2004 03:00:52 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6O30qN1003324 for ; Sat, 24 Jul 2004 03:00:52 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6O30pNt003322; Sat, 24 Jul 2004 03:00:52 GMT (envelope-from gnats) Date: Sat, 24 Jul 2004 03:00:52 GMT Message-Id: <200407240300.i6O30pNt003322@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jake Hamby Subject: Re: ports/69404: mono compiler (mcs) crashes with assertion failure in libpthread X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jake Hamby List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 03:00:52 -0000 The following reply was made to PR ports/69404; it has been noted by GNATS. From: Jake Hamby To: John Merryweather Cooper Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/69404: mono compiler (mcs) crashes with assertion failure in libpthread Date: Fri, 23 Jul 2004 19:57:29 -0700 This is a multi-part message in MIME format. --------------030509020001010107050200 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit John Merryweather Cooper wrote: > What is your __FREEBSD_version in ? Is there a configure > script? What are the available options? Can you send me a full build > log using: #define __FreeBSD_version 502123 /* Master, propagated to newvers */ > # script -a build log gmake Attached below. > What, if anything, do you have set for CFLAGS in /etc/make.conf? I'm using: CPUTYPE?=p4 CFLAGS= -O2 -pipe -Jake --------------030509020001010107050200 Content-Type: text/plain; name="build_log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="build_log" Script started on Fri Jul 23 19:54:52 2004 Making all in browser gmake[1]: Entering directory `/usr/home/jhamby/Code/monodoc-1.0/browser' mcs -debug -out:monodoc.dll -target:library /resource:./mono-ecma.xsl,mono-ecma.xsl /resource:./ecmaspec-html.xsl,ecmaspec-html.xsl ./colorizer.cs ./man-provider.cs ./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs ./html-helper.cs ./provider.cs ./index.cs ./error-provider.cs ./ecmaspec-provider.cs ./editing.cs ./settings.cs ./commentservice.cs ./XmlNodeWriter.cs AssemblyInfo.cs -r:ICSharpCode.SharpZipLib.dll -r:System.Web -r:System.Web.Services ./ecma-provider.cs(962) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method' ./ecma-provider.cs(974) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You should pass XmlResolver to Transform() method' ./ecma-provider.cs(985) warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 'You should pass evidence.' ./ecmaspec-provider.cs(115) warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 'You should pass evidence.' ./ecmaspec-provider.cs(121) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method' ./editing.cs(39) warning CS0162: Unreachable code detected Compilation succeeded - 6 warning(s) mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./history.cs ./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.png,monodoc.png -resource:./browser.glade,browser.glade -pkg:gtkhtml-sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll Assertion failed: (lu->lu_myreq->lr_owner == lu), function _lock_acquire, file /usr/src/lib/libpthread/sys/lock.c, line 171. gmake[1]: *** [browser.exe] Abort trap (core dumped) gmake[1]: Leaving directory `/usr/home/jhamby/Code/monodoc-1.0/browser' gmake: *** [all-recursive] Error 1 Script done on Fri Jul 23 19:54:58 2004 --------------030509020001010107050200--