Subject: lang/gcc34-ada on Solaris 10
To: None <tech-pkg@netbsd.org>
From: None <segv@netctl.net>
List: tech-pkg
Date: 10/30/2005 23:19:58
Hi, I have installed a fully working Gnat compiler under /opt/csw/gcc4/bin on
Solaris 10, which I'm using as a bootstrap compiler to build lang/gcc34-ada from
pkgsrc. While building from pkgsrc I get the following error:

gcc -c -g       -gnatpg -gnata -I- -I. -Iada
-I/opt/pkg32-2005Q3-gcc.obj/lang/gcc34-ada/work/gcc-3.4.4/gcc/ada /opt/pkg32-2005Q3-gcc.obj/lang/gcc34-ada/work/gcc-3.4.4/gcc/ada/ada.ads
-o ada/ada.o

fatal error: system.ads is incorrectly formatted
missing line for parameter: Preallocated_Stacks
compilation abandoned

Has anyone had any luck building Ada compiler?