On Tue, Jul 22, 2014 at 7:08 AM, Kim Zeitler <[email protected]>
wrote:
>
> yesterday I had to do a clean reinstall of a machine (RELEASE) and on
> installing additional packages I ran into a libc error bad major with
> libiconv.
>
> # uname -a
> OpenBSD gaia 5.5 GENERIC.MP#126 amd64
>
That's not the 5.5 release. The 5.5 release GENERIC.MP for amd64 had a
banner of:
OpenBSD 5.5 (GENERIC.MP) #315: Wed Mar 5 09:37:46 MST 2014
so the build number is clearly off.
# export PKG_PATH=http://openbsd.cs.fau.de/pub/OpenBSD/5.5/packages/amd64/
> # pkg_add -iv libiconv
> Update candidates: quirks-1.113 -> quirks-1.113 (ok)
> Can't install libiconv-1.14p1 because of libraries
> |library c.73.1 not found
> | /usr/lib/libc.so.75.0 (system): bad major
>
You have libc.so.75.0? That was only present for about a month starting in
mid May. You've installed a snapshot of -current that's something between
a month and 3 months old and *not* the 5.5 release. You'll have a hard
time finding packages that match that, so you should reinstall with the
correct release files.
Philip Guenther