Bug#268176: openoffice.org: Problems building OO with fakeroot

2004-08-26 Thread Konstantin Seiler
On Thursday, 26. August 2004 14:43, Chris Halls wrote: > 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

Bug#268179: openoffice.org: Builderror with getstyle-gnome and msgbox-gnome

2004-08-26 Thread Konstantin Seiler
Package: openoffice.org Version: 1.1.2-3 Severity: normal In vcl/unx/source/gdi/getstyle the architecture dependent versions of getstyle-gnome are built: getstyle-gnome-linux-intel getstyle-gnome-linux-powerpc getstyle-gnome-solaris-intel getstyle-gnome-solaris-sparc However when the Installsets

Bug#268176: openoffice.org: Problems building OO with fakeroot

2004-08-26 Thread Konstantin Seiler
Package: openoffice.org Version: 1.1.2-3 Severity: normal 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_PA

Bug#268173: debian/rules: Missing "]" breaks built with Java

2004-08-26 Thread Konstantin Seiler
Package: openoffice.org Version: 1.1.2-3 Severity: normal Tags: patch In debian/rules, Line 1109 a closing ] is missing. A possible solution was: 1109c1109 < if [ -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \ --- > if [ -f >

Bug#268172: debian/rules: getting berkeleydb version fails due to CVS-Directory

2004-08-26 Thread Konstantin Seiler
Package: openoffice.org Version: 1.1.2-3 Severity: normal Tags: patch When built on Woody, openoffice tries to get berkleydb's version in debian/rules, Line 156 by calling ls -1 berkeleydb/download | cut -d"-" -f2 | cut -d"." -f1,2 However, there is a CVS-Directory present, so this approach fai

Bug#267979: debian/rules: spaces instead of tab

2004-08-25 Thread Konstantin Seiler
Package: openoffice.org Version: 1.1.2-3 Severity: normal Tags: patch In the debian/rules file line 940 and 941 start with spaces instead of tabs. That causes a built with java to break. 940,941c940,941