Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830639 - dev-java/commons-collections-4.1-r1::gentoo failed (test phase)
Summary: dev-java/commons-collections-4.1-r1::gentoo failed (test phase)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks: jdk11
  Show dependency tree
 
Reported: 2022-01-05 14:06 UTC by Volkmar W. Pogatzki
Modified: 2022-02-06 08:51 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge --info,6.93 KB, text/plain)
2022-01-05 14:06 UTC, Volkmar W. Pogatzki
Details
build log (build.log,36.50 KB, text/plain)
2022-01-05 14:07 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2022-01-05 14:06:52 UTC
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
Comment 1 Volkmar W. Pogatzki 2022-01-05 14:07:53 UTC
Created attachment 761363 [details]
build log
Comment 2 Larry the Git Cow gentoo-dev 2022-01-05 16:32:40 UTC
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(-)
Comment 3 Larry the Git Cow gentoo-dev 2022-02-06 08:51:30 UTC
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(-)