Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Nicholas Marriott
Actually, never mind, this is a server error with anoncvs.usa.openbsd.org by the look of it. On Mon, Apr 19, 2010 at 07:02:22PM +0100, Nicholas Marriott wrote: > What arch are you using? > > What do: > > $ which cvs > $ ldd `which cvs` > > show? > > What do ktrace cvs/kdump show? > > > On M

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Nicholas Marriott
What arch are you using? What do: $ which cvs $ ldd `which cvs` show? What do ktrace cvs/kdump show? On Mon, Apr 19, 2010 at 12:38:55PM -0500, Bryan wrote: > On Mon, Apr 19, 2010 at 12:30, Bryan wrote: > > On Mon, Apr 19, 2010 at 11:40, Bryan wrote: > >> On Mon, Apr 19, 2010 at 11:18, Marku

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
On Mon, Apr 19, 2010 at 13:00, Otto Moerbeek wrote: > > If lld says cvs is pulling in libc 53.1, my guess would be you're > looking at an error message from the cvs server. And indeed, I'm > getting the same error for anoncvs.usa.openbsd.org. Try another > anoncvs server. > > B B B B -Otto Ot

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Otto Moerbeek
On Mon, Apr 19, 2010 at 01:04:47PM -0500, Bryan wrote: > On Mon, Apr 19, 2010 at 13:00, Otto Moerbeek wrote: > > > > > If lld says cvs is pulling in libc 53.1, my guess would be you're > > looking at an error message from the cvs server. And indeed, I'm > > getting the same error for anoncvs.usa

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Otto Moerbeek
On Mon, Apr 19, 2010 at 12:38:55PM -0500, Bryan wrote: > On Mon, Apr 19, 2010 at 12:30, Bryan wrote: > > On Mon, Apr 19, 2010 at 11:40, Bryan wrote: > >> On Mon, Apr 19, 2010 at 11:18, Markus Lude wrote: > >>> On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: > I am running the latest

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Philip Guenther
On Mon, Apr 19, 2010 at 10:30 AM, Bryan wrote: >> cd /usr/src >> export CVSROOT=ftp://ftp3.usa.openbsd.org:/cvs >> cvs -d$CVSROOT up -Pd > > hold on, I'm not an idiot... I meant: > > anon...@anoncvs.usa.openbsd.org:/cvs > cvs: can't load library 'libc.so.51.0' Your machine is fine; the prob

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
On Mon, Apr 19, 2010 at 12:42, Nicholas Marriott wrote: > On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: >> I am running the latest snapshot from ftp.openbsd.org. B Install >> appears fine, and I've had no issues until I tried to pull the latest >> from CVS. >> >> >> r...@openbsd-v0 /usr #

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread James Hartley
On Mon, Apr 19, 2010 at 10:42 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > The problem is the libc your cvs binary is looking for, not the > libraries you have. > > Either you installed the wrong base tarball or aren't running the cvs > binary you expect. > > Try upgrading to the

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
On Mon, Apr 19, 2010 at 12:30, Bryan wrote: > On Mon, Apr 19, 2010 at 11:40, Bryan wrote: >> On Mon, Apr 19, 2010 at 11:18, Markus Lude wrote: >>> On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: I am running the latest snapshot from ftp.openbsd.org. B Install appears fine, and I

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread James Hartley
On Mon, Apr 19, 2010 at 9:40 AM, Bryan wrote: > On Mon, Apr 19, 2010 at 11:18, Markus Lude wrote: > > On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: > >> I am running the latest snapshot from ftp.openbsd.org. B Install > >> appears fine, and I've had no issues until I tried to pull the l

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Nicholas Marriott
On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: > I am running the latest snapshot from ftp.openbsd.org. Install > appears fine, and I've had no issues until I tried to pull the latest > from CVS. > > > r...@openbsd-v0 /usr # CVS -d$CVSROOT checkout -P xenocara > cvs: can't load library '

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
On Mon, Apr 19, 2010 at 11:40, Bryan wrote: > On Mon, Apr 19, 2010 at 11:18, Markus Lude wrote: >> On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: >>> I am running the latest snapshot from ftp.openbsd.org. B Install >>> appears fine, and I've had no issues until I tried to pull the latest

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
On Mon, Apr 19, 2010 at 11:18, Markus Lude wrote: > On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: >> I am running the latest snapshot from ftp.openbsd.org. B Install >> appears fine, and I've had no issues until I tried to pull the latest >> from CVS. >> >> >> r...@openbsd-v0 /usr # CVS -

Re: can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Markus Lude
On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: > I am running the latest snapshot from ftp.openbsd.org. Install > appears fine, and I've had no issues until I tried to pull the latest > from CVS. > > > r...@openbsd-v0 /usr # CVS -d$CVSROOT checkout -P xenocara Is this the command you ha

can't load library 'libc.so.51.0' on -current

2010-04-19 Thread Bryan
I am running the latest snapshot from ftp.openbsd.org. Install appears fine, and I've had no issues until I tried to pull the latest from CVS. r...@openbsd-v0 /usr # CVS -d$CVSROOT checkout -P xenocara cvs: can't load library 'libc.so.51.0' Doing a global find shows libc.so.53.1, but no libc.so