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

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



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_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)

Appearently only way to build that thing is by manually setting 
export LD_LIBRARY_PATH=/usr/lib/libfakeroot:/usr/lib/64/libfakeroot 
and then call dpkg-buildpackage -rfakeroot

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux cipsc 2.4.27-rc5-cipsc #1 SMP Fri Aug 6 16:48:09 CEST 2004 i686
Locale: LANG=C, LC_CTYPE=de_DE@euro





Reply to: