Re: Current snapshot (7/14) has mismatched libc

2014-07-16 Thread Richard
Theo just announced that 5.6 beta testing is begun:

http://marc.info/?l=openbsd-cvsm=140546158205874w=2

So, I downloaded today's snapshot and installed it.

But when I try to install any package from the snapshot packages, I 
get the same mismatched libc errors...

Here for example are the errors for installing rsync using
PKG_PATH='http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/packages/amd64'

#pkg_add rsync
Ambiguous: choose package for rsync
 a   0: None
 1: rsync-3.1.1
 2: rsync-3.1.1-iconv
Your choice: quirks-1.147 signed on 2014-07-08T12:48:35Z
Can't install rsync-3.1.1 because of libraries
|library c.76.0 not found
| /usr/lib/libc.so.77.0 (system): bad major


Richard Narron
-
Q:  How many Martians does it take to screw in a lightbulb?
A:  One and a half.



Re: Current snapshot (7/14) has mismatched libc

2014-07-16 Thread Theo de Raadt
Theo just announced that 5.6 beta testing is begun:

http://marc.info/?l=openbsd-cvsm=140546158205874w=2

That is not an announcement.  It is one of a series of steps to
renumbering the release, and it means there will be breakage.

But when I try to install any package from the snapshot packages, I 
get the same mismatched libc errors...

Here for example are the errors for installing rsync using
PKG_PATH='http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/packages/amd64'

#pkg_add rsync
Ambiguous: choose package for rsync
 a   0: None
 1: rsync-3.1.1
 2: rsync-3.1.1-iconv
Your choice: quirks-1.147 signed on 2014-07-08T12:48:35Z
Can't install rsync-3.1.1 because of libraries
|library c.76.0 not found
| /usr/lib/libc.so.77.0 (system): bad major

Yup.



Current snapshot (7/14) has mismatched libc

2014-07-15 Thread Kent Fritz
xbase55 is linked against libc.so.77.0, but base55 (dated 7/13) only
has libc.so.76.0.  Best to wait until base55 gets updated again.

Kent.