Discussion:
[Libreoffice-bugs] [Bug 78857] New: ERROR: Source for bsh.jar not found! when building --with-java=no
b***@freedesktop.org
2014-05-18 11:45:42 UTC
Permalink
https://bugs.freedesktop.org/show_bug.cgi?id=78857

Priority: medium
Bug ID: 78857
Assignee: libreoffice-***@lists.freedesktop.org
Summary: ERROR: Source for bsh.jar not found! when building
--with-java=no
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: ***@gmail.com
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.
b***@freedesktop.org
2014-05-19 08:15:35 UTC
Permalink
https://bugs.freedesktop.org/show_bug.cgi?id=78857

Stephan Bergmann <***@redhat.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@redhat.com,
| |***@redhat.com

--- Comment #1 from Stephan Bergmann <***@redhat.com> ---
likely caused by the move to scp2/AutoInstall.mk
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freedesktop.org
2014-05-19 08:28:51 UTC
Permalink
https://bugs.freedesktop.org/show_bug.cgi?id=78857

David Tardon <***@redhat.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Assignee|libreoffice-***@lists.free |***@redhat.com
|desktop.org |
CC| |***@redhat.com
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...