We'd like to continue the production of the 32-bit deb packages

Michael Weghorn m.weghorn at posteo.de
Wed Aug 14 16:57:37 UTC 2019


On 14/08/2019 16.18, Michael Weghorn wrote:
> I just ran 'make distclean', then updated autogen.input and started a
> new build and will let you know of the result.
> 
> I put '--with-distro=LibreOfficeLinux' first, otherwise the
> '--disable-gstreamer-0-10' flag is overriden by
> '--enable-gstreamer-0-10' set in distro-configs/LibreOfficeLinux.conf,
> so this is the content of the autogen.input I'm using:
> 
> --with-distro=LibreOfficeLinux
> --disable-gstreamer-0-10
> --with-lang=es
> --with-myspell-dicts
> --enable-release-build
> --with-package-format=deb
> --disable-dependency-tracking
> --with-jdk-home=/usr/lib/jvm/java-11-openjdk-i386/

That build succeeded as well in my buster chroot.


(with sal unit tests temporarily disabled due to issues with current
chroot setup as described earlier:

    $ git diff
    diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
    index 4d7a84ee4e61..129d703a81fd 100644
    --- a/sal/Module_sal.mk
    +++ b/sal/Module_sal.mk
    @@ -23,15 +23,6 @@ $(eval $(call gb_Module_add_targets,sal,\
            Executable_osl_process_child \
     ))

    -$(eval $(call gb_Module_add_check_targets,sal,\
    -       $(if $(filter
TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \
    -       $(if $(filter WNT,$(OS)),CppunitTest_sal_comtools) \
    -       CppunitTest_sal_osl_security \
    -       CppunitTest_sal_osl \
    -       CppunitTest_sal_rtl \
    -       CppunitTest_sal_types \
    -))
    -
     endif

     # vim: set noet sw=4 ts=4:
)


More information about the LibreOffice mailing list