From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 5 22:00:37 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C836106568F; Tue, 5 Jan 2010 22:00:37 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id C6E638FC14; Tue, 5 Jan 2010 22:00:36 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id o05M0SOh065148; Tue, 5 Jan 2010 23:00:29 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4B43B67C.60802@fgznet.ch> Date: Tue, 05 Jan 2010 23:00:28 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Simon Griffiths References: <20091215162601.GA22008@mech-cluster241.men.bris.ac.uk> <4B2B72E4.4060808@orel.ru> <20091218134058.GA89230@mech-cluster241.men.bris.ac.uk> <007701ca8e45$13b977d0$3b2c6770$@griffiths@tenenbaum.co.uk> In-Reply-To: <007701ca8e45$13b977d0$3b2c6770$@griffiths@tenenbaum.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: gnome@freebsd.org, freebsd-sparc64@freebsd.org, freebsd-ports@freebsd.org Subject: Re: port devel/gobject-introspection fails to build on sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 22:00:37 -0000 On 05.01.10 21:24, Simon Griffiths wrote: > Hello, > >> -----Original Message----- >> From: owner-freebsd-sparc64@freebsd.org [mailto:owner-freebsd- >> sparc64@freebsd.org] On Behalf Of Anton Shterenlikht >> Sent: 18 December 2009 13:41 >> To: Andrew Belashov >> Cc: gnome@freebsd.org; freebsd-sparc64@freebsd.org; freebsd- >> ports@freebsd.org >> Subject: Re: port devel/gobject-introspection fails to build on sparc >> >> On Fri, Dec 18, 2009 at 03:17:40PM +0300, Andrew Belashov wrote: >> ** >> ERROR:ginfo.c:337:g_base_info_get_name: code should not be reached >> gmake[3]: *** [foo-1.0.tgir] Abort trap: 6 (core dumped) >> gmake[3]: *** Deleting file `foo-1.0.tgir' >> gmake[3]: Leaving directory `/usr/ports/devel/gobject- >> introspection/work/gobject >> -introspection-0.6.6/tests/scanner' >> gmake[2]: *** [all-recursive] Error 1 >> >> >> >> -- >> Anton Shterenlikht >> Room 2.6, Queen's Building >> Mech Eng Dept >> Bristol University >> University Walk, Bristol BS8 1TR, UK >> Tel: +44 (0)117 331 5944 >> Fax: +44 (0)117 929 4423 > > Did you find a way around this problem Anton? > I ran into the same issue and in my situation it was enough to satisfy the dependency issue. So I commented the assert in ginfo.c around line 337. This is not _the_ solution, but for me it was enough. Andreas