[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

woody backport of openoffice 1.1



I'm trying to rebuild the openoffice.org_1.1.0-2 source package from
sarge on a woody system. I found woody packages on
http://apt.bxlug.be/ooo/, but I cannot install them, probably because
they depend on a gnome backport. Because libfontconfig1-dev is not
available for woody, I removed it from the Build-Depends: and disabled
fontconfig in debian/rules:

-  USE_FONTCONFIG=y
-  CONFIGURE_FLAGS+= --enable-fontconfig
+  #USE_FONTCONFIG=y
+  #CONFIGURE_FLAGS+= --enable-fontconfig

Building the package fails because some C++ header files are missing:

Making: ../../unxlngi4.pro/slo/localfilehelper.obj
g++-3.0 -fmessage-length=0 -c -I.  -I. -I../inc -I../../inc/inc
 -I../../inc -I../../unx/inc -I../../unxlngi4.pro/inc -I.
 -I/loc/oo/openoffice.org-1.1.0/solver/645/unxlngi4.pro/inc/stl
 -I/loc/oo/openoffice.org-1.1.0/solver/645/unxlngi4.pro/inc/external
 -I/loc/oo/openoffice.org-1.1.0/solver/645/unxlngi4.pro/inc
 -I/loc/oo/openoffice.org-1.1.0/solenv/unxlngi4/inc
 -I/loc/oo/openoffice.org-1.1.0/solenv/inc
 -I/loc/oo/openoffice.org-1.1.0/res
 -I/loc/oo/openoffice.org-1.1.0/solver/645/unxlngi4.pro/inc/stl
 -I/loc/oo/openoffice.org-1.1.0/solenv/inc/Xp31 -INO_JAVA_HOME/include
 -INO_JAVA_HOME/include/linux
 -INO_JAVA_HOME/include/native_threads/include -I/usr/X11R6/include
 -I. -I../../res -I. -g1 -O1   -pipe -mcpu=pentiumpro -fno-for-scope
 -fpermissive -fno-rtti -include preinclude.h -fexceptions
 -fno-enforce-eh-specs   -fpic -DLINUX -DUNX -DVCL -DGCC -DC300 -DINTEL
 -DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT
 -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX
 -DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
 -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSRX645
 -DSHAREDLIB -D_DLL_  -DMULTITHREAD   -o
 ../../unxlngi4.pro/slo/localfilehelper.o
 /loc/oo/openoffice.org-1.1.0/unotools/source/ucbhelper/localfilehelper.cxx
In file included from /loc/oo/openoffice.org-1.1.0/unotools/source/ucbhelper/localfilehelper.cxx:73:
../../inc/unotools/localfilehelper.hxx:71:28: tools/string.hxx: No such file or directory
In file included from /loc/oo/openoffice.org-1.1.0/unotools/source/ucbhelper/localfilehelper.cxx:75:
/loc/oo/openoffice.org-1.1.0/solver/645/unxlngi4.pro/inc/ucbhelper/contentbroker.hxx:101: warning: `class ucb::ContentBroker' only defines private constructors and has no friends
/loc/oo/openoffice.org-1.1.0/unotools/source/ucbhelper/localfilehelper.cxx:78:27: tools/debug.hxx: No such file or directory
/loc/oo/openoffice.org-1.1.0/unotools/source/ucbhelper/localfilehelper.cxx:79:26: tools/list.hxx: No such file or directory
... etc.

What is missing here? Is it feasible to build openoffice 1.1 on a woody
system?

-- 
Dick Streefland                      ////                      Altium BV
dick.streefland@altium.nl           (@ @)          http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------



Reply to: