OpenOffice 1.1 build failure

Jason Harmening gte990t at mail.gatech.edu
Fri Sep 24 21:46:32 PDT 2004


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



More information about the freebsd-openoffice mailing list