Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497316 - dev-java/ecj-gcj fails
Summary: dev-java/ecj-gcj fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 22:34 UTC by A. Person
Modified: 2022-02-17 10:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Person 2014-01-06 22:34:45 UTC
I'm trying to run a java program on my Pandaboard ES but icedtea-bin does this:

* ERROR: dev-java/icedtea-bin-6.1.12.7::gentoo failed (unpack phase):
* Nothing passed to the 'unpack' command

I've read several mentions of gcj-jdk being important for getting java to work on ARM but it depends on ecj-gcj which does this: 

 * building ecj with bootstrapped ecj ...
 * Building native ecj-3.6 library, patience needed ...
{standard input}: Assembler messages:
{standard input}:858751: Warning: partial line at end of file ignored
gcj: internal compiler error: Killed (program jc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.

Reproducible: Always
Comment 1 A. Person 2014-01-07 18:09:39 UTC
I tried emerging ecj-gcj again after updating some packages and I got the same message with the addition of this:

{standard input}:834402: Error: invalid operands (*UND* and .ARM.extab sections) for `-'
Comment 2 A. Person 2014-01-07 19:03:59 UTC
ecj-gcj builds with USE="-native".
Comment 3 Larry the Git Cow gentoo-dev 2022-02-17 10:24:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376d0074d9c51afc8fa6009b9a73bd46cbfe0281

commit 376d0074d9c51afc8fa6009b9a73bd46cbfe0281
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-02-17 10:16:40 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-02-17 10:21:22 +0000

    dev-java/ecj-gcj: treeclean
    
    Closes: https://bugs.gentoo.org/497316
    Closes: https://bugs.gentoo.org/424081
    Closes: https://bugs.gentoo.org/389763
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-java/ecj-gcj/Manifest             |  1 -
 dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild | 93 -----------------------------------
 dev-java/ecj-gcj/files/ecj-gcj.in     | 23 ---------
 dev-java/ecj-gcj/metadata.xml         | 11 -----
 profiles/package.mask                 |  6 ---
 5 files changed, 134 deletions(-)