From khera@kciLink.com  Thu Nov 16 12:55:45 2000
Return-Path: <khera@kciLink.com>
Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195])
	by hub.freebsd.org (Postfix) with ESMTP id 83A5437B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Nov 2000 12:55:45 -0800 (PST)
Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196])
	by yertle.kciLink.com (Postfix) with ESMTP id 6C6AF2E443
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Nov 2000 15:55:44 -0500 (EST)
Received: (from khera@localhost)
	by onceler.kciLink.com (8.11.1/8.11.1) id eAGKtij55378;
	Thu, 16 Nov 2000 15:55:44 -0500 (EST)
	(envelope-from khera)
Message-Id: <200011162055.eAGKtij55378@onceler.kciLink.com>
Date: Thu, 16 Nov 2000 15:55:44 -0500 (EST)
From: <khera@kciLink.com>
Reply-To: khera@kciLink.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: kaffe port fails to build shared libs (with workaround)
X-Send-Pr-Version: 3.2

>Number:         22899
>Category:       ports
>Synopsis:       kaffe needs to use libtool from ports rather than its own copy
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 16 13:00:01 PST 2000
>Closed-Date:    Wed Jan 3 10:21:19 PST 2001
>Last-Modified:  Wed Jan 03 10:22:27 PST 2001
>Originator:     Vivek Khera
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:

	
ports cvsup'd today; world from Nov 2.

>Description:

	

When building Kaffe, it fails to build shared libraries for some of
its components because the libtool that it ships with is old.  Using
the libtool from the ports collection in its place lets it build
properly.

>How-To-Repeat:

	

cd ports/java/kaffe; make

>Fix:

	

Workaround:

cd ports/java/kaffe
make configure
pushd work/kaffe-1.0.6
rm libtool
ln -s /usr/local/bin/libtool
popd
make


I'm sure there's a fix to the configure script to make it use the
pre-installed version.

>Release-Note:
>Audit-Trail:

From: Vivek Khera <vivek@khera.org>
To: freebsd-gnats-submit@FreeBSD.org, khera@kciLink.com
Cc:  
Subject: Re: pending/22899: kaffe needs to use libtool from ports rather than its 
 own copy
Date: Fri, 17 Nov 2000 17:13:59 -0500

 This is a multi-part message in MIME format.
 --------------6EA463B5463021D932A94812
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 see also ports/21360 where the incorrect problem was reported by me. 
 the error is not the plist file but the libtool failing to build
 properly.
 --------------6EA463B5463021D932A94812
 Content-Type: text/x-vcard; charset=us-ascii;
  name="vivek.vcf"
 Content-Transfer-Encoding: 7bit
 Content-Description: Card for Vivek Khera
 Content-Disposition: attachment;
  filename="vivek.vcf"
 
 begin:vcard 
 n:Khera;Vivek
 tel;fax:301-545-6899
 tel;work:301-545-6996
 x-mozilla-html:TRUE
 url:http://www.khera.org/~vivek/
 org:Khera Communications, Inc.
 version:2.1
 email;internet:vivek@khera.org
 adr;quoted-printable:;;1445 Research Blvd=0D=0A5th Floor;Rockville;MD;20850;USA
 x-mozilla-cpt:;0
 fn:Vivek Khera
 end:vcard
 
 --------------6EA463B5463021D932A94812--
 
 
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Thu Nov 30 08:34:07 PST 2000 
Responsible-Changed-Why:  
Misfiled PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22899 
State-Changed-From-To: open->closed 
State-Changed-By: sf 
State-Changed-When: Wed Jan 3 10:21:19 PST 2001 
State-Changed-Why:  
Port fixed, thanks. Try the newest one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22899 
>Unformatted:
