Hi all, I'm trying to rebuild openoffice.org for use with libfreetype6 2.1.3 (which in turn is needed for gnome 2.2 in woody).
After about 11 hours of compiling, I get: build-tree/oo_1.0.2_src/instsetoo/unxlngi4.pro/01/normal/setup -v -R:/vol/0/openoffice.org-1.0.2/debian/local/rsfile.txt glibc version: 2.2.5 glibc version: 2.2.5 Initializing installation program.......... /bin/sh: error while loading shared libraries: libfakeroot.so.0: cannot open shared object file: No such file or directory make: *** [debian/stampdir/setup] Error 127 I suspect that this is caused by using fakeroot during building. Usually, what i do when backporting packages is: debian/rules build fakeroot debian/rules binary However, for openoffice.org debian/rules build does nothing, and as a consequence the whole build process runs inside fakeroot. Right now I'm running debian/rules buildall, hoping that after building I can safely use fakeroot to create the packages. So, what is the best way to build openoffice.org packages in woody? Best regards, Wouter

