Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2004 02:09:20 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        dev tree <wayside@rc.tex-an.net>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: 5.3R cvsup failure, libm.so.2. COMPAT files missing?
Message-ID:  <20041219100920.GB7942@dragon.nuxi.com>
In-Reply-To: <20041213152257.A3882@rc.tex-an.net>
References:  <20041213152257.A3882@rc.tex-an.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 15, 2004 at 05:38:09PM -0600, dev tree wrote:
> 
> I did a fresh install of 5.3-R AMD64 from the disc1 dated
> Nov 05 (I verified the md5 checksum), selecting "ALL"
> under Distributions.  I added package cvsup-16.1h,
> did a buildworld and an SMP kernel, then attempted to do
> a cvsup update along the RELENG5_3 line.
> 
> I got the following error on a missing library file:
>   inoxidable[34]#	uname -a
>   FreeBSD inoxidable.tex-an.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0:
>   Wed Dec 15 13:31:38 UTC 2004
>   root@inoxidable.tex-an.net:/usr/obj/usr/src/sys/SMP  amd64
...
>   >>> Running /usr/local/bin/cvsup
>   --------------------------------------------------------------
>   /libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by
>   "cvsup"
>   *** Error code 1

This should be impossible.
    RCS file: /home/ncvs/ports/net/cvsup/Makefile,v
        RELEASE_5_3_0: 1.57
        ----------------------------
        revision 1.57
        date: 2004/10/11 22:10:58;  author: obrien;  state: Exp;  lines:
        +1 -0
        Catching up with lib bumping, consume libm.so.3 on AMD64.
        ----------------------------

How did you install CVSup and what is the MD5 checksum of your distfile
'cvsup-without-gui.amd64.tar.bz2'?

hammer$ ldd /usr/local/bin/cvsup  | grep libm
        libm.so.3 => /lib/libm.so.3 (0x8007f2000)

-- 
-- David  (obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041219100920.GB7942>