| 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
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/ > 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 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 Responsible Changed From-To: freebsd-ports->ade My port. State Changed From-To: feedback->closed Submitter reports that removing a (bogus) /usr/bin/libtool symlink fixed the problem. |