From: "C. P. Ghost" on
Hello Martin, *,

the port lang/cmucl has a dependency on a very old libutil,
libc and libm:

% lisp
/libexec/ld-elf.so.1: Shared object "libutil.so.5" not found, required by "lisp"

% which lisp
/usr/local/bin/lisp

% ldd `which lisp`
/usr/local/bin/lisp:
libutil.so.5 => not found (0x0)
libm.so.4 => not found (0x0)
libc.so.6 => not found (0x0)

% pkg_info -W /usr/local/bin/lisp
/usr/local/bin/lisp was installed by package cmucl-19f_1

I've reinstalled the port, but still the same problem.

misc/compat4x (compat4x-i386-5.3_9) is installed (and
updated) too. Still, no joy.

Any other way to get cmucl on amd64?

Thanks,
-cpghost.

--
Cordula's Web. http://www.cordula.ws/
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "C. P. Ghost" on
On Thu, Jun 10, 2010 at 11:27 PM, Douglas Thrift <douglaswth(a)gmail.com> wrote:
> Hello,
>
> I've run into this before and it seems to me like the port should
> actually depend on misc/compat6x. I emailed Martin about this a while
> back, but never received any reply. Apparently there is even an open bug
> for this: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146680

Ah, thank you. I'll try to use misc/compat6x instead. ;-)

-cpghost.

> Hope this helps!
> --
> Douglas William Thrift
> <douglaswth(a)gmail.com>
> <http://douglasthrift.net/>

--
Cordula's Web. http://www.cordula.ws/
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Douglas Thrift on
Hello,

I've run into this before and it seems to me like the port should
actually depend on misc/compat6x. I emailed Martin about this a while
back, but never received any reply. Apparently there is even an open bug
for this: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146680

Hope this helps!
--
Douglas William Thrift
<douglaswth(a)gmail.com>
<http://douglasthrift.net/>

On 6/10/2010 1:43 PM, C. P. Ghost wrote:
> Hello Martin, *,
>
> the port lang/cmucl has a dependency on a very old libutil,
> libc and libm:
>
> % lisp
> /libexec/ld-elf.so.1: Shared object "libutil.so.5" not found, required by "lisp"
>
> % which lisp
> /usr/local/bin/lisp
>
> % ldd `which lisp`
> /usr/local/bin/lisp:
> libutil.so.5 => not found (0x0)
> libm.so.4 => not found (0x0)
> libc.so.6 => not found (0x0)
>
> % pkg_info -W /usr/local/bin/lisp
> /usr/local/bin/lisp was installed by package cmucl-19f_1
>
> I've reinstalled the port, but still the same problem.
>
> misc/compat4x (compat4x-i386-5.3_9) is installed (and
> updated) too. Still, no joy.
>
> Any other way to get cmucl on amd64?
>
> Thanks,
> -cpghost.
>
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Martin Cracauer on
Douglas Thrift wrote on Thu, Jun 10, 2010 at 02:27:25PM -0700:
> Hello,
>
> I've run into this before and it seems to me like the port should
> actually depend on misc/compat6x. I emailed Martin about this a while
> back, but never received any reply. Apparently there is even an open bug
> for this: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146680

Oops.

Sorry I'll fix it.

Right now I think there's a general lack of people building CMUCL
binaries, BTW.

Martin

> Hope this helps!
> --
> Douglas William Thrift
> <douglaswth(a)gmail.com>
> <http://douglasthrift.net/>
>
> On 6/10/2010 1:43 PM, C. P. Ghost wrote:
> > Hello Martin, *,
> >
> > the port lang/cmucl has a dependency on a very old libutil,
> > libc and libm:
> >
> > % lisp
> > /libexec/ld-elf.so.1: Shared object "libutil.so.5" not found, required by "lisp"
> >
> > % which lisp
> > /usr/local/bin/lisp
> >
> > % ldd `which lisp`
> > /usr/local/bin/lisp:
> > libutil.so.5 => not found (0x0)
> > libm.so.4 => not found (0x0)
> > libc.so.6 => not found (0x0)
> >
> > % pkg_info -W /usr/local/bin/lisp
> > /usr/local/bin/lisp was installed by package cmucl-19f_1
> >
> > I've reinstalled the port, but still the same problem.
> >
> > misc/compat4x (compat4x-i386-5.3_9) is installed (and
> > updated) too. Still, no joy.
> >
> > Any other way to get cmucl on amd64?
> >
> > Thanks,
> > -cpghost.
> >

--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer(a)cons.org> http://www.cons.org/cracauer/
FreeBSD - where you want to go, today. http://www.freebsd.org/
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"