[MacPorts] #25598: GNAT GPL 2010 now available, update portfile to use it?
MacPorts
noreply at macports.org
Sat Mar 12 07:08:44 PST 2011
#25598: GNAT GPL 2010 now available, update portfile to use it?
-----------------------------+----------------------------------------------
Reporter: sjs@… | Owner: krischik@…
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gnat-gcc
-----------------------------+----------------------------------------------
Comment(by jarimatti@…):
Replying to [comment:12 krischik@…]:
> The current error message is:
>
> {{{
> /Volumes/Daten/Developer/MacPorts/dports/lang/gnat-
gcc/work/build/./gcc/xgcc -B/Volumes/Daten/Developer/MacPorts/dports/lang
/gnat-gcc/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/
-B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-
darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include
-c -g -O2 -m32 -fPIC -pipe -W -Wall -gnatpg -m32 a-direct.adb -o
a-direct.o
> a-direct.adb:676:13: warning: types for unchecked conversion have
different sizes
> }}}
>
> The code in question is:
>
> {{{
> function Address_To_Access is new
> Ada.Unchecked_Conversion
> (Source => Address,
> Target => Path_String_Access);
>
> }}}
>
> Strange. Anybody got an idea what went wrong here?
Could the issue be 32 bit vs. 64 bit? (see #comment:10). Is there any way
to force -m64 instead of -m32 for the xgcc arguments?
--
Ticket URL: <https://trac.macports.org/ticket/25598#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list