Bug 19819

Summary: devel/ORBit won't compile
Product: Ports & Packages Reporter: Trevor Johnson <trevor>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Trevor Johnson 2000-07-10 12:20:03 UTC
bash-2.03# make install
===>  Extracting for ORBit-0.5.2

Fix: 

unknown--ltconfig is in /usr/local/share/libtool/ on my system, not in
/usr/share/libtool/.  The ORBit sources also come with a copy of it.
How-To-Repeat: 
as shown
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-07-10 15:10:36 UTC
On Mon, Jul 10, 2000 at 07:12:21AM -0400, Trevor Johnson wrote:
> 
> [snip]
>  checking whether ln -s works... yes
>  updating cache ./config.cache
>  /usr/share/libtool/ltconfig: Can't open /usr/share/libtool/ltconfig: No such file or directory
>  configure: error: libtool configure failed


This is one of those "can't happen" situations.  I've just verified
the build on my 5.x and 4.x machines, with ports trees up to date
as of yesterday.

Is it possible that you have another libtool (not installed from
ports) floating around in your ${PATH} somewhere?

-aDe

-- 
Ade Lovett, Austin, TX.			ade@FreeBSD.org
FreeBSD: The Power to Serve		http://www.FreeBSD.org/
Comment 2 Trevor Johnson 2000-07-10 15:15:58 UTC
> This is one of those "can't happen" situations.  I've just verified
> the build on my 5.x and 4.x machines, with ports trees up to date
> as of yesterday.
> 
> Is it possible that you have another libtool (not installed from
> ports) floating around in your ${PATH} somewhere?

$ locate libtool|grep -vw ports|grep -vw local|grep -vw var
/usr/bin/libtool
$ ls -l `which libtool`
lrwxr-xr-x  1 root  wheel  22 Jul  5 06:54 /usr/bin/libtool -> /usr/local/bin/libtool

Sorry for wasting your time.
--
Trevor Johnson
http://jpj.net/~trevor/gpgkey.txt
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2000-07-10 16:01:26 UTC
State Changed
From-To: open->feedback

Waiting on submitter to verify a few things with their system, 
since ORBit builds fine here on both 4.x and 5.x 


Comment 4 Ade Lovett freebsd_committer freebsd_triage 2000-07-10 16:01:26 UTC
Responsible Changed
From-To: freebsd-ports->ade

My port.
Comment 5 Ade Lovett freebsd_committer freebsd_triage 2000-07-10 16:37:35 UTC
State Changed
From-To: feedback->closed

Submitter reports that removing a (bogus) /usr/bin/libtool 
symlink fixed the problem.