From owner-freebsd-ports@FreeBSD.ORG Wed Dec 27 13:09:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 085B516A40F for ; Wed, 27 Dec 2006 13:09:54 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from tirith.ics.muni.cz (tirith.ics.muni.cz [147.251.4.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7A39513C475 for ; Wed, 27 Dec 2006 13:09:53 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (holub.ics.muni.cz [147.251.23.83]) (authenticated bits=0) by tirith.ics.muni.cz (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id kBRD9khA032062 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 27 Dec 2006 14:09:50 +0100 From: "Petr Holub" To: "John Merryweather Cooper" Date: Wed, 27 Dec 2006 14:09:51 +0100 Message-ID: <000101c729b8$4af722a0$5317fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal In-Reply-To: <458F4641.60402@yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Muni-Spam-TestIP: 147.251.23.83 Cc: ports@freebsd.org, karel@lovetemple.net Subject: RE: missing libgnat-GPL2005.a X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 13:09:54 -0000 > It looks like a bug in gnatmake and/or gnatgcc. I've built and > installed all three versions of gnat from ports, and all three versions > install the normative environment library as libgnat.a. It shouldn't be > possible to build too many working programs without correctly linking to > libgnat.a, so I'm curious as to what's going wrong to trigger this error. I think it's combination of gnatmake building shared library and using gnat project (GPR) for that purpose. I will try to find out if I can trigger this on some simpler scenario, e.g. building simple binary using GPR similar to the one used in XMLAda. Petr