On Thu, Nov 22, 2018 at 10:24:02AM +0100, Karel Gardas wrote:
>
> Hello,
>
> in an attempt to update today from ftp.spline.de I've been kicked out
> after -current update with pkg_add -u complaining about wrong libc
> versions. Packages complains like:
>
> Can't install png-1.6.35 because of libraries
> |library c.92.8 not found
> | /usr/lib/libc.so.92.6 (system): minor is too small
> | /usr/lib/libc.so.92.7 (system): minor is too small
> | /usr/lib/libc.so.93.0 (system): bad major
>
> I guess this may be already a known issue, but chance is it's not hence
> reporting.
>
> Thanks!
> Karel
>
Recently the libc major was incremented shortly after the minor was
incremented. Snaps already have it the proper major, but packages are
lagging. Packages are build using machines that run a snapshot, so
this will solve itself in time.
-Otto