Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913587 - net-libs/signald should depend on virtual/jre
Summary: net-libs/signald should depend on virtual/jre
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-03 19:32 UTC by Jesús P Rey (Chuso)
Modified: 2023-09-14 13:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús P Rey (Chuso) 2023-09-03 19:32:54 UTC
net-libs/signald is a Java package but it currently doesn't pull any Java runtime as a runtime dependency (like virtual/jre in RDEPEND).

So it will fail to start if Java is not installed:

ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
Comment 1 Larry the Git Cow gentoo-dev 2023-09-14 13:22:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53be48c9b20cd19d407ec90ff1f5128c12037216

commit 53be48c9b20cd19d407ec90ff1f5128c12037216
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2023-09-12 19:13:23 +0000
Commit:     Julien Roy <julien@jroy.ca>
CommitDate: 2023-09-12 19:13:23 +0000

    net-libs/signald: add virtual/jre RDEPEND
    
    Closes: https://bugs.gentoo.org/913587
    Signed-off-by: Julien Roy <julien@jroy.ca>

 net-libs/signald/signald-0.23.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)