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 have

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 markus.l...@gmx.de 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 Bryan
On Mon, Apr 19, 2010 at 11:40, Bryan bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:18, Markus Lude markus.l...@gmx.de 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

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 James Hartley
On Mon, Apr 19, 2010 at 9:40 AM, Bryan bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:18, Markus Lude markus.l...@gmx.de 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

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 bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:40, Bryan bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:18, Markus Lude markus.l...@gmx.de wrote: On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: I am running the latest snapshot from

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 same

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 nicholas.marri...@gmail.com 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.

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 bra...@gmail.com 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

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 bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:40, Bryan bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:18, Markus Lude markus.l...@gmx.de wrote: On Mon, Apr 19, 2010 at 10:45:45AM -0500,

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 o...@drijf.net 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

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 o...@drijf.net 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

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 bra...@gmail.com wrote: On Mon, Apr 19, 2010 at 11:40, Bryan bra...@gmail.com wrote: On Mon,

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 Mon, Apr 19,