5.3R cvsup failure, libm.so.2. COMPAT files missing?

Conrad J. Sabatier conrads at cox.net
Mon Dec 20 17:27:52 PST 2004


On Sun, 19 Dec 2004 02:09:20 -0800, "David O'Brien" <obrien at freebsd.org>
wrote:
> 
> 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)

If you do the same command without the grep:

$ ldd /usr/local/bin/cvsup
/usr/local/bin/cvsup:
        libz.so.2 => /lib/libz.so.2 (0x8006dd000)
        libm.so.3 => /lib/libm.so.3 (0x8007f0000)
        libc.so.5 => /lib/libc.so.5 (0x80090d000)

Whereas CURRENT, of course, is up to libc.so.6 now.  Fortunately, I was
careful not to delete the older libc when the version bump occurred.  Of
course, /etc/libmap.conf can always be used as a workaround, but I try
to avoid that as much as possible.

MD5 (/usr/ports/distfiles/cvsup-without-gui.amd64.tar.bz2) =
5e83e6b68696058ebcc4e8666e8442a9

Perhaps it's time to update the cvsup port for amd64?

-- 
Conrad J. Sabatier <conrads at cox.net> -- "In Unix veritas"


More information about the freebsd-amd64 mailing list