On Thu, 2004-08-26 at 14:01, Konstantin Seiler wrote: > dpkg-buildpackage -rfakeroot fails, because LD_LIBRARY_PATH gets stored in > LinuxIntelEnv.Set* during comfigure or build. Thus when dpkg-buildpackage > calls fakeroot debian/rules binary, the fakeroot-directory gets deleted from > LD_LIBRARY_PATH. > > fakeroot dpkg-buildpackage fails, because LD_LIBRARY_PATH gets erased while > building msgbox-gnome and getstyle_gnome > (Look for "UGLY_HACK_INDEED" in vcl/unx/source/gdi/getstyle/makefile.mk and > vcl/unx/source/gdi/native-msgbox/makefile.mk)
Well, normally you should never be building OOo with fakeroot - fakeroot should only need to be run for the 'install' target. Maybe you stopped the build or it broke otherwise, fooling dpkg-buildpackage into thinking the package was built, when in fact it wasn't? Chris