Created attachment 761362 [details] emerge --info GENTOO_VM=openjdk-11 CLASSPATH="" JAVA_HOME="/usr/lib64/openjdk-11" JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" * Compiling ... warning: [options] bootstrap class path not set in conjunction with -source 8 src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java:1088: error: reference to toArray is ambiguous array = getCollection().toArray(null); ^ both method <T#1>toArray(T#1[]) in Collection and method <T#2>toArray(IntFunction<T#2[]>) in Collection match where T#1,T#2 are type-variables: T#1 extends Object declared in method <T#1>toArray(T#1[]) T#2 extends Object declared in method <T#2>toArray(IntFunction<T#2[]>) Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error 1 warning
Created attachment 761363 [details] build log
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33429181735be07d059eba9e83bdd729c6c41452 commit 33429181735be07d059eba9e83bdd729c6c41452 Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2022-01-05 15:31:16 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2022-01-05 16:32:21 +0000 dev-java/commons-collections: bump to 4.4 Bug: https://bugs.gentoo.org/830639 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23659 Signed-off-by: Florian Schmaus <flow@gentoo.org> dev-java/commons-collections/Manifest | 1 + .../commons-collections-4.4.ebuild | 67 ++++++++++++++++++++++ dev-java/commons-collections/metadata.xml | 11 ++-- 3 files changed, 75 insertions(+), 4 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5df8a5a744c2da4261923a098bebd13ba6b61e commit 7a5df8a5a744c2da4261923a098bebd13ba6b61e Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2022-02-05 18:35:07 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2022-02-06 08:51:27 +0000 dev-java/commons-collections: Drop 4.1-r1 Closes: https://bugs.gentoo.org/830639 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24090 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-java/commons-collections/Manifest | 1 - .../commons-collections-4.1-r1.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-)