Bug 46443 - lang/jgnat compilation failure
Summary: lang/jgnat compilation failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 14:40 UTC by David Holm
Modified: 2003-11-02 21:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Holm 2002-12-21 14:40:01 UTC
	
jgnat compilation fails with the following output:

adagcc -c -O2 -gnatgp -gnata -nostdinc -I. -I/usr/ports/lang/jgnat/work/jgnat-1.1p/src/ -I/usr/ports/lang/jgnat/work/jgnat-1.1p/src/ -I- /usr/ports/lang/jgnat/work/jgnat-1.1p/src/gnat1drv.adb
fatal error: system.ads is incorrectly formatted
missing line for parameter: AAMP
fatal error: system.ads is incorrectly formatted
missing line for parameter: Backend_Divide_Checks
fatal error: system.ads is incorrectly formatted
missing line for parameter: Backend_Overflow_Checks
fatal error: system.ads is incorrectly formatted
missing line for parameter: Command_Line_Args
fatal error: system.ads is incorrectly formatted
missing line for parameter: Frontend_Layout
fatal error: system.ads is incorrectly formatted
missing line for parameter: Fractional_Fixed_Ops
fatal error: system.ads is incorrectly formatted
missing line for parameter: High_Integrity_Mode
fatal error: system.ads is incorrectly formatted
missing line for parameter: Use_Ada_Main_Program_Name
fatal error: system.ads is incorrectly formatted
missing line for parameter: OpenVMS
fatal error: system.ads is incorrectly formatted
missing line for parameter: ZCX_By_Default
fatal error: system.ads is incorrectly formatted
missing line for parameter: GCC_ZCX_Support
fatal error: system.ads is incorrectly formatted
missing line for parameter: Front_End_ZCX_Support
compilation abandoned
gnatmake: "/usr/ports/lang/jgnat/work/jgnat-1.1p/src/gnat1drv.adb" compilation error
Comment 1 John Merryweather Cooper 2002-12-21 21:16:52 UTC
Almost all of the Ada ports will bomb as a result of
the change to GNAT 3.15p.  The syntax has been
tightened up a bit and formally passible code is now
being rejected.  :)

Needless to say, plenty of patches . . .

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Comment 2 edwin 2003-11-02 04:34:20 UTC
Date: Sat, 1 Nov 2003 20:29:30 -0800
From: John Merryweather Cooper <coop9211@uidaho.edu>
To: edwin@lonesome.com
Subject: Re: FreeBSD ports Problem Reports for ports you maintain
X-Mailer: Balsa 2.0.15
   
lang/jgnat and the associated lang/jgnat-doc-* ports should be retired.
lang/jgnat is no longer supported by ACT and will no longer compile
with lang/gnat's Ada compiler.
      
As to lang/rexx-imc, I've previously given my O.K. for this patch, but
a committer is lacking.  :)
	 
jmc


-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-11-02 21:27:33 UTC
State Changed
From-To: open->closed

Commited, thanks!