Date: Fri, 28 Sep 2018 13:03:39 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 231125] x11/xcb-util-renderutil 0.3.9 build fails as dependency for cairo-1.14.8_2 Message-ID: <bug-231125-6497-dTbyNkYC03@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231125-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-231125-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231125 Renato Botelho <garga@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #9 from Renato Botelho <garga@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? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231125-6497-dTbyNkYC03>