https://bugs.freedesktop.org/show_bug.cgi?id=78857

          Priority: medium
            Bug ID: 78857
          Assignee: [email protected]
           Summary: ERROR: Source for bsh.jar not found! when building
                    --with-java=no
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.3.0.0.alpha1
         Component: Libreoffice
           Product: LibreOffice

In module instsetoo_native the make_installer.pl script throws the errors that
the files bsh.jar, js.jar and hsqldb.jar could not be found although I am
building --with-java=no.

I checked the file workdir/InstallScriptTarget/setup_osl.ins and found the
entries

1590a1591,1604
> File auto_extensions_bsh_jar_bsh
>       Dir = gid_Dir_Classes;
>       Name = bsh.jar;
>       Styles = (PACKED);
>       UnixRights = 644;
> End
> 
> File auto_extensions_rhino_jar_js
>       Dir = gid_Dir_Classes;
>       Name = js.jar;
>       Styles = (PACKED);
>       UnixRights = 644;
> End
> 
1679a1694,1700
> End
> 
> File auto_ooo_jar_hsqldb
>       Dir = gid_Dir_Classes;
>       Name = hsqldb.jar;
>       Styles = (PACKED);
>       UnixRights = 644;

After removing those the build completes just fine, I get an install package
that I can unpack and the office runs fine.

So my question is: Did I miss an autoconf option so that the entries don't get
in the setup_osl.ins in the first place? How is this file generated an when (in
the buildprocess)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to