Also, if you can post the output from "ls /usr/lib/libc.so.*" and "ldd
`which xfwm4`", we can tell you what's out of sync and how to fix it.

Most likely your latest installed libc.so is libc.so.65.0 (2 days
old), but some of your packages are using libc.so.64.2 still but were
built within the last 5 days (when full posix_memalign() support was
implemented) and the last snapshot you installed was older than that.
If that's the case, the simplest fix is to wait for updated packages
to be available.  (Currently, at least ftp.usa.openbsd.org has a glib2
package built against libc.so.65.0, but xfwm4 is still built against
libc.so.64.2.)

On Sat, Jun 23, 2012 at 1:11 AM, Matthew Dempsky <matt...@dempsky.org> wrote:
> On Sat, Jun 23, 2012 at 12:21 AM, Steven Mestdagh <ste...@openbsd.org> wrote:
>> just upgraded to the latest amd64 snapshot and packages.
>> has anyone else seen this error?
>
> Sorry, that's my fault. :(  I fixed posix_memalign() in libc to handle
> large alignment requests.  I knew glib would start taking advantage of
> it, but I was just thinking of it as a bugfix so I didn't think to
> bump the shlib version.  In retrospect, that was a mistake.

Reply via email to