[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
Fri Sep 28 13:03:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231125
Renato Botelho <garga at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
--- Comment #9 from Renato Botelho <garga at FreeBSD.org> ---
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so")
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so")
There 2 above lines from your first message show libtool creating the .so
symlink twice instead of the expected, which is to create a .so and a .so.0, as
it happens on my build tests:
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so.0" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so.0")
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so")
I'd guess you probably have a broken libtool on your system. Have you tried to
reinstall it?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list