ports/169903: editors/libreoffice broken after updating libexttextcat
Sayetsky Anton
vsjcfm at gmail.com
Mon Jul 16 10:10:09 UTC 2012
>Number: 169903
>Category: ports
>Synopsis: editors/libreoffice broken after updating libexttextcat
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 16 10:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sayetsky Anton
>Release: FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD jw.local 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0 r237526: Sun Jun 24 11:53:44 EEST 2012 root at jw.local:/tmp/obj/mnt/garbage/build/src/sys/JASONW amd64
>Description:
After updating textproc/libexttextcat, libreoffice will not build.
===> Registering installation for libexttextcat-3.3.1
===> Returning to build of libreoffice-3.5.4_2
Error: shared library "exttextcat.0" does not exist
*** Error code 1
Stop in /media/dvlfiles/build/ports/editors/libreoffice.
*** Error code 1
Stop in /media/dvlfiles/build/ports/editors/libreoffice.
# pkg_info -L libexttextcat-3.3.1 | grep "/usr/local/lib"
/usr/local/lib/libexttextcat-1.0.a
/usr/local/lib/libexttextcat-1.0.la
/usr/local/lib/libexttextcat-1.0.so
/usr/local/lib/libexttextcat-1.0.so.0
It tries to find wrong library name.
>How-To-Repeat:
Update ports to latest version & try to build editors/libreoffice
>Fix:
I don't know if it's a proper fix, but libreoffice starts to build with the following patch.
--- Makefile.orig 2012-07-16 12:34:47.000000000 +0300
+++ Makefile 2012-07-16 12:39:33.000000000 +0300
@@ -44,7 +44,7 @@
wpg-0.2.2:${PORTSDIR}/graphics/libwpg \
wps-0.2.2:${PORTSDIR}/textproc/libwps \
rdf.0:${PORTSDIR}/textproc/redland \
- exttextcat.0:${PORTSDIR}/textproc/libexttextcat \
+ exttextcat-1:${PORTSDIR}/textproc/libexttextcat \
lpsolve55:${PORTSDIR}/math/lp_solve \
cups.2:${PORTSDIR}/print/cups-client \
visio-0.0.0:${PORTSDIR}/textproc/libvisio \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list