[Bug 231125] x11/xcb-util-renderutil 0.3.9 build fails as dependency for cairo-1.14.8_2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 4 03:06:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231125

Shane <FreeBSD at ShaneWare.Biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |FreeBSD at ShaneWare.Biz

--- Comment #3 from Shane <FreeBSD at ShaneWare.Biz> ---
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.


More information about the freebsd-emulation mailing list