Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2008 18:29:37 -0400
From:      Kenneth Freidank <kennethcf@earthlink.net>
To:        freebsd-ports@freebsd.org
Subject:   openoffice.org-2 build fails
Message-ID:  <47E58851.5030507@earthlink.net>

next in thread | raw e-mail | index | archive | help
Anyone have any ideas?

I just did a portsnap fetch and extract about 10 days ago, so I think 
I've got the most recent release.
Here is the header of Makefile

    # New ports collection makefile for: OpenOffice.org
    # Date created:         28 February 2002
    # Whom:                 Martin Blapp
    #
    # $FreeBSD: ports/editors/openoffice.org-2/Makefile,v 1.294 
2008/01/12 11:20:11 maho Exp $
    #

    PORTNAME?=      openoffice.org
    PORTVERSION?=   ${OOOVERSION}
    PORTREVISION?=  1
    ....

I found a post on a Russian OpenNET site 
(http://www.opennet.ru/openforum/vsluhforumID1/79081.html#4) with the 
exact same error as myself.

The Russian errored with the following build line:
make -DWITHOUT_MOZILLA -DWITHOUT_GNOMEVFS -DWITH_SYSTEM_FREETYPE 
-DWITH_CUPS -DWITH_GPC LOCALIZED_LANG=ru
The Russion e-mail chain has references to using the 
-DWITH_SYSTEM_FREETYPE.  Is this causing the problem?

I do not read Russian, so I don't know if he/she got it to build.

My configuration:
    X.Org X Server 1.4.0
    FreeBSD 7.0-RELEASE #0
    kdelibs-3.5.8

My build line was:
t5048# make -DWITHOUT_MOZILLA -DWITHOUT_GNOMEVFS -DWITH_SYSTEM_FREETYPE 
-DWITH_CUPS -DWITH_KDE -DWITH_EVOLUTION2 -E LOCALIZED_LANG=us build
....
it builds...
....
/usr/ports/editors/openoffice.org-2/work/OOG680_m9/vcl/util
dmake: Executing shell macro: $(PKGCONFIG) $(PKGCONFIG_PREFIX) --cflags 
$(PKGCONFIG_MODULES)
dmake: Executing shell macro: $(PKGCONFIG) $(PKGCONFIG_PREFIX) --libs 
$(PKGCONFIG_MODULES)
------------------------------
Making: ../unxfbsdi.pro/lib/libvcl680fi.so
c++ -Wl,-z,combreloc -Wl,-rpath,'$ORIGIN' -shared -L../unxfbsdi.pro/lib 
-L../lib 
-L/usr/ports/editors/openoffice.org-2/work/OOG680_m9/solenv/unxfbsdi/lib 
-L/usr............and so on until.............sal -lbasegfx680fi -licuuc 
-licule -ljvmaccessgcc3 -L/usr/local/lib -lfreetype -lz -lX11 -lXext 
-pthread -lm -Wl,-Bdynamic -lstlport_gcc
rm -f ../unxfbsdi.pro/lib/check_libvcl680fi.so
mv ../unxfbsdi.pro/lib/libvcl680fi.so 
../unxfbsdi.pro/lib/check_libvcl680fi.so
/usr/ports/editors/openoffice.org-2/work/OOG680_m9/solenv/bin/checkdll.sh 
-L../unxfbsdi.pro/lib -L../lib 
-L/usr/ports/editors/openoffice.org-2/work/OOG680_m9/solenv/unxfbsdi/lib 
-L/usr/ports/editors/openoffice.org-2/work/OOG680_m9/solver/680/unxfbsdi.pro/lib 
-L/usr/ports/editors/openoffice.org-2/work/OOG680_m9/solenv/unxfbsdi/lib 
-L/usr/local/jdk1.5.0/lib -L/usr/local/jdk1.5.0/jre/lib/i386 
-L/usr/local/jdk1.5.0/jre/lib/i386/client 
-L/usr/local/jdk1.5.0/jre/lib/i386/native_threads -L/usr/local/lib 
../unxfbsdi.pro/lib/check_libvcl680fi.so
Checking DLL ../unxfbsdi.pro/lib/check_libvcl680fi.so ...: ERROR: 
../unxfbsdi.pro/lib/check_libvcl680fi.so: Undefined symbol 
"_ZNK7icu_3_814LEFontInstance17getDynamicClassIDEv"
dmake:  Error code 1, while making '../unxfbsdi.pro/lib/libvcl680fi.so'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOG680_m9/vcl/util
dmake:  Error code 1, while making 'build_instsetoo_native'
---*  *---
*** Error code 255

Stop in /usr/ports/editors/openoffice.org-2.




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