Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770886 - dev-java/junit-4.13.1 fails tests
Summary: dev-java/junit-4.13.1 fails tests
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
Depends on:
Blocks: 775638
  Show dependency tree
 
Reported: 2021-02-16 07:30 UTC by Agostino Sarubbo
Modified: 2021-03-13 08:44 UTC (History)
0 users

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


Attachments
build.log (build.log,25.32 KB, text/plain)
2021-02-16 07:30 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 2021-02-16 07:30:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/junit-4.13.1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-16 07:30:42 UTC
Created attachment 686871 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-16 07:30:43 UTC
Possible context of error(s):

org/junit/runners/model/TestClassTest.java:4: error: cannot find symbol
org/junit/rules/ErrorCollectorTest.java:4: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:51: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:64: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:77: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:86: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:104: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:106: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:113: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:114: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:147: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:155: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:171: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:172: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:261: error: cannot find symbol
org/junit/rules/ErrorCollectorTest.java:49: error: cannot find symbol
org/junit/rules/ErrorCollectorTest.java:54: error: cannot find symbol
org/junit/runners/model/TestClassTest.java:4: error: cannot find symbol
Comment 3 Larry the Git Cow gentoo-dev 2021-03-13 08:44:04 UTC
The bug has been closed via the following commit(s):

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

commit 1cd5d8d3f1a46a707f43d56b93682ddd9152a47f
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2021-03-12 20:36:52 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-03-13 08:41:50 +0000

    dev-java/junit: Depend on hamcrest-library
    
    Closes: https://bugs.gentoo.org/770886
    
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/19902
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/junit/junit-4.13.1.ebuild | 25 +++++++++++++++----------
 dev-java/junit/metadata.xml        |  2 +-
 2 files changed, 16 insertions(+), 11 deletions(-)