Re: current snapshot breaks ports? (strange libc versioning)

2018-11-22 Thread Kevin Chadwick
On 11/22/18 9:24 AM, Karel Gardas wrote:
> 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:

Likely you have a snapshot or packages out of sync. The packages take a lot
longer to build so wait and try again. Most of the time they work together but
not always. If you are running current, the best advice I can give is to rsync a
local repo of the snapshot and packages. Then you can also install packages
later without library compatibility issues.



Re: current snapshot breaks ports? (strange libc versioning)

2018-11-22 Thread Otto Moerbeek
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



current snapshot breaks ports? (strange libc versioning)

2018-11-22 Thread Karel Gardas


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