Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2004 01:05:01 -0400
From:      Jason Harmening <gte990t@mail.gatech.edu>
To:        openoffice@freebsd.org
Cc:        ports@freebsd.org
Subject:   OpenOffice 1.1 build failure
Message-ID:  <200409250105.02489.gte990t@mail.gatech.edu>

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

I've been using OpenOffice on my 5.2.1-RELEASE system for quite some type.  
However, every time OpenOffice is build (for example during a portupgrade), 
the build fails.  Specifically, the build fails for the freetype project, 
with the following three errors:

1)

./unxfbsd.pro/misc/build/freetype-2.1.4/config.mk at line 21: /unix-def.mk not 
found
./unxfbsd.pro/misc/build/freetype-2.1.4/config.mk at line 21: /unix-cc.mk not 
found
   
 This error happens because the $(OBJ_DIR) environment variable is not set--it 
should be set to ./unxfbsd.pro/misc/build/freetype-2.1.4

2)
gmake: /usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/freetype/unxfbsd.pro/misc/build/freetype-2.1.4/builds/unix/libtool: 
Command not found

This error happens because libtool is actually located 
in /usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/freetype/unxfbsd.pro/misc/build/freetype-2.1.4

3)
/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/freetype/unxfbsd.pro/misc/build/freetype-2.1.4/builds/unix/ftsystem.c:21:22: 
ftconfig.h: No such file or directory

This error happens because ftconfig.h is actually located 
in /usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/freetype/unxfbsd.pro/misc/build/freetype-2.1.4


I have lived with these errors for several months, and I am able to fix them  
by going into the work directories for the build and manually editing/copying 
files, but this is tremendously inconvenient.  Any help would be appreciated.

Thanks,
Jason Harmening



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