Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2012 12:41:23 +0300 (EEST)
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169903: editors/libreoffice broken after updating libexttextcat
Message-ID:  <201207160941.q6G9fNYj058769@jw.lds.net.ua>
Resent-Message-ID: <201207161010.q6GAA8JW084812@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207160941.q6G9fNYj058769>