First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145769
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hanno Meyer-Thurow <h.mth@web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
rhino-1.5.5.ebuild.diff rhino-1.5.5.ebuild.diff patch Hanno Meyer-Thurow 2006-08-31 14:19 0000 431 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145769 depends on: Show dependency tree
Show dependency graph
Bug 145769 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-31 14:17 0000
I am going to attach ebuild.diff.

Patch
https://overlays.gentoo.org/svn/proj/java/gcj-overlay/dev-java/rhino/files/public-NativeScript.patch

Note
It seems like a hack. Though, it does not really hurt.
Since gcj-4.1.1 ecj throws this error:  NativeScript not visible
when you compile bsf-2.3.0.

------- Comment #1 From Hanno Meyer-Thurow 2006-08-31 14:19:07 0000 -------
Created an attachment (id=95585) [edit]
rhino-1.5.5.ebuild.diff

------- Comment #2 From Jakub Moc (RETIRED) 2006-08-31 14:19:31 0000 -------
*** Bug 145768 has been marked as a duplicate of this bug. ***

------- Comment #3 From Petteri Räty 2006-09-01 07:39:43 0000 -------
(In reply to comment #1)
> Created an attachment (id=95585) [edit]
> rhino-1.5.5.ebuild.diff
> 

I would like to see this patch submitted upstream too because we try to keep as
close to upstream as possible.

------- Comment #4 From Hanno Meyer-Thurow 2006-09-01 08:14:03 0000 -------
protected over public seems better. I will test.

------- Comment #5 From Hanno Meyer-Thurow 2006-09-01 08:53:21 0000 -------
Hm, not really. Rhino fails to compile then.

Just to complete, the error message:

    [javac] ----------
    [javac] 83. ERROR in
/var/tmp/portage/bsf-2.3.0-r3/work/bsf-2.3.0/src/bsf/src/org/apache/bsf/engines/javascript/JsObjectStub.java
    [javac]  (at line 236)
    [javac]     && !(m_object instanceof NativeScript);
    [javac]                              ^^^^^^^^^^^^
    [javac] The type NativeScript is not visible
    [javac] ----------
    [javac] 84. ERROR in
/var/tmp/portage/bsf-2.3.0-r3/work/bsf-2.3.0/src/bsf/src/org/apache/bsf/engines/javascr
    [javac] ipt/JsObjectStub.java
    [javac]  (at line 245)
    [javac]     return (m_object instanceof NativeScript);
    [javac]                                 ^^^^^^^^^^^^
    [javac] The type NativeScript is not visible
    [javac] ----------

------- Comment #6 From Josh Nichols 2006-10-03 20:31:51 0000 -------
Fixed in CVS. Thanks for reporting.

------- Comment #7 From Hanno Meyer-Thurow 2008-03-05 00:57:48 0000 -------
Ok, bsf-2.3 which was failing with rhino-1.5 is no longer available. So I
recommend to drop this hack again.

bsf-2.4 is available and requires rhino-1.6 which hopefully has not such an
issue.

------- Comment #8 From Vlastimil Babka (Caster) 2008-07-16 22:42:37 0000 -------
OK, patch removed in 1.5.5-r5

First Last Prev Next    No search results available      Search page      Enter new bug