On Thu, Mar 24, 2016 at 04:56:23PM +0100, Peter Hessler wrote: > On 2016 Mar 24 (Thu) at 16:42:31 +0100 (+0100), Landry Breuil wrote: > :On Thu, Mar 24, 2016 at 04:33:12PM +0100, Sol?ne Rapenne wrote: > :> flags /usr/lib/libpthread.so.20.1 = 0x68 > :> dlopen: failed to open libpthread.so.20.1 > : > :There's your issue. libffi in current snap wasnt updated for $reasons, > :hence ld.so tries to load it (and its depending libs) which ends up > :loading mixed versions of libpthread. > : > :Temporary fix: force-update libffi (rebuild, pkg_add -rDinstalled...) to a > :version that depends on the latest libpthread. Retry, repeat, rince.. > : > :Landry > : > > I can confirm that simply running "pkg_add -rDinstalled libffi" fixes > the problem for me. Thanks!
And for the sake of completeness: libffi wasnt updated because it wasnt properly depending on libpthread, which was fixed by our mighty sthen@ in http://marc.info/?l=openbsd-ports-cvs&m=145877375132513&w=2 . Landry
