Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852677 - dev-scheme/kawa-3.1.1-r1 fails to compile: CharSeq.java:11: error: types CharSequence and Sequence<E> are incompatible;
Summary: dev-scheme/kawa-3.1.1-r1 fails to compile: CharSeq.java:11: error: types Char...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-17 06:43 UTC by Agostino Sarubbo
Modified: 2022-06-18 03:58 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,117.10 KB, text/plain)
2022-06-17 06:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-06-17 06:43:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/kawa-3.1.1-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:06 UTC
CC'ing also the author of the commit (8b61c3daf142734f4a3248ea832e754a7921ae44)
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:07 UTC
Created attachment 785846 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


cat: selected-java-source: No such file or directory
./gnu/lists/CharSeq.java:11: error: types CharSequence and Sequence<E> are incompatible;
Comment 4 Thomas Bracht Laumann Jespersen 2022-06-17 07:56:41 UTC
Hmm, I'm pretty sure that the commit I pushed is not the cause - for starters the referenced commit does not even touch the ebuild referenced here :-)
Comment 5 Maciej Barć gentoo-dev 2022-06-17 19:39:05 UTC
Checked with OpenJDK 11 & 17.
Looks like it does not compile with OpenJDK 17 only.
Comment 6 Larry the Git Cow gentoo-dev 2022-06-18 03:58:05 UTC
The bug has been closed via the following commit(s):

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

commit e9c74d014078796291276ed3eb5e3a370a6e2df1
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-06-18 03:50:42 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-06-18 03:57:40 +0000

    dev-scheme/kawa: depend on JDK only 11 or 8
    
    Closes: https://bugs.gentoo.org/852677
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/kawa/{kawa-3.1.1-r1.ebuild => kawa-3.1.1-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)