From owner-freebsd-ports@FreeBSD.ORG Wed Nov 11 19:48:38 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6539106566C for ; Wed, 11 Nov 2009 19:48:38 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 582508FC12 for ; Wed, 11 Nov 2009 19:48:38 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id nABJmZge005939; Wed, 11 Nov 2009 14:48:35 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.2.2 (mail.netplex.net [204.213.176.10]); Wed, 11 Nov 2009 14:48:35 -0500 (EST) Date: Wed, 11 Nov 2009 14:48:35 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: freebsd-ports@coreland.ath.cx In-Reply-To: <20091111175947.GA89826@logik.internal.network> Message-ID: References: <20091107212936.GB85348@logik.internal.network> <20091111175947.GA89826@logik.internal.network> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-1257968915=:27822" Cc: ports@freebsd.org Subject: Re: Improving Ada support on FreeBSD and in the ports system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 19:48:38 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-851401618-1257968915=:27822 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 11 Nov 2009, freebsd-ports@coreland.ath.cx wrote: > On 2009-11-08 00:06:16, Daniel Eischen wrote: >> >> Patches for amd64 support are also welcome. I thought you were >> going to do a port for GNAT-gpl amd64? > > 'Lo. > > I just tried to compile the vanilla GNAT-GPL 2009 sources today and > came across the following error: > > /gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gc= c/ -B/usr/local/x86_64-unknown-freebsd7.2/bin/ -B/usr/local/x86_64-unknown-= freebsd7.2/lib/ -isystem /usr/local/x86_64-unknown-freebsd7.2/include -isys= tem /usr/local/x86_64-unknown-freebsd7.2/sys-include -g -fkeep-inline-funct= ions -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-pro= totypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -= fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED = -I. -I. -I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/. -I../= =2E./../src/libgcc/../gcc -I../../../src/libgcc/../include -DHAVE_CC_TLS -= o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c = =2E./../../src/libgcc/../gcc/unwind-dw2.c -fvisibility=3Dhidden -DHIDE_EXPO= RTS > In file included from ../../../src/libgcc/../gcc/unwind-dw2.c:338: > ../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h: In function =E2= =80=98x86_freebsd_fallback_frame_state=E2=80=99: I guess I'm confused. Why is it using config/i386 if it is trying to build x86_64? Check the port to see if it forces target i386... --=20 DE ---559023410-851401618-1257968915=:27822--