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
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 `-'
ecj-gcj builds with USE="-native".
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(-)