Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1635208 - Missing dependency on Rhino
Summary: Missing dependency on Rhino
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: closure-compiler
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1556341 1606172
TreeView+ depends on / blocked
 
Reported: 2018-10-02 11:22 UTC by Vít Ondruch
Modified: 2018-12-22 03:01 UTC (History)
2 users (show)

Fixed In Version: closure-compiler-20160315-8.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-22 03:01:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vít Ondruch 2018-10-02 11:22:44 UTC
Description of problem:

~~~
$ closure-compiler 
/usr/bin/build-classpath: Could not find js Java extension for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found
The compiler is waiting for input via stdin.
^C
~~~

It seems this error disappears when Rhino is installed.

OTHO, it seems that when I remove the "js" from BASE_JARS env variable, the closure-compiler continues to run. I am wondering if that is because the Rhino is not properly unbundled?

Version-Release number of selected component (if applicable):
$ rpm -q closure-compiler
closure-compiler-20160315-7.fc30.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
Missing "js" is reported and while Rhino is likely bundled.


Expected results:
No errors are reported and while Rhino is not bundled


Additional info:

Comment 1 Mat Booth 2018-12-12 15:33:27 UTC
Actually this package has no build-time or run-time dependency on rhino at all... The "shaded" jar is neither built nor installed, so nothing is bundled (in fact rhino is not even present in the buildroot, so even if the "shaded" jar was built, rhino could not be bundled in it.)

Comment 2 Fedora Update System 2018-12-12 15:40:30 UTC
closure-compiler-20160315-8.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-6149f469ac

Comment 3 Fedora Update System 2018-12-13 03:36:19 UTC
closure-compiler-20160315-8.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-6149f469ac

Comment 4 Fedora Update System 2018-12-22 03:01:53 UTC
closure-compiler-20160315-8.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.