https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231125
Shane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Shane <[email protected]> --- Almost, look closer - > pkg-static: Unable to access file > /usr/ports/x11/xcb-util-renderutil/work/stage/usr/local/lib/libxcb-render-util.so.0:No > such file or directory > # ls -la ./renderutil/.libs/ > total 57 > drwxr-xr-x 2 root wheel 10 Sep 3 04:55 . > drwxr-xr-x 4 root wheel 21 Sep 3 04:55 .. > -rw-r--r-- 1 root wheel 4392 Sep 3 04:55 cache.o > -rw-r--r-- 1 root wheel 4056 Sep 3 04:55 glyph.o > -rw-r--r-- 1 root wheel 12172 Sep 3 04:55 libxcb-render-util.a > lrwxr-xr-x 1 root wheel 24 Sep 3 04:55 libxcb-render-util.la -> > ../libxcb-render-util.la > -rw-r--r-- 1 root wheel 1049 Sep 3 04:55 libxcb-render-util.lai > lrwxr-xr-x 1 root wheel 27 Sep 3 04:55 libxcb-render-util.so -> > libxcb-render-util.so.0.0.0 > -rwxr-xr-x 1 root wheel 17204 Sep 3 04:55 libxcb-render-util.so.0.0.0 > -rw-r--r-- 1 root wheel 2976 Sep 3 04:55 util.o It says libxcb-render-util.so.0 doesn't exist and you only have libxcb-render-util.so and libxcb-render-util.so.0.0.0 So the quick fix would be to create a link from libxcb-render-util.so to libxcb-render-util.so.0 or just remove it from pkg-plist -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
