Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934659 - dev-tex/pdfannotextractor-0.2-r1 uses commons-logging, which is not declared with a SLOT in DEPEND
Summary: dev-tex/pdfannotextractor-0.2-r1 uses commons-logging, which is not declared ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TeX project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-06-21 13:26 UTC by Agostino Sarubbo
Modified: 2024-06-26 06:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,61.20 KB, text/plain)
2024-06-21 13:26 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 2024-06-21 13:26:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-tex/pdfannotextractor-0.2-r1 uses commons-logging, which is not declared with a SLOT in DEPEND.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-21 13:26:43 UTC
Created attachment 896218 [details]
build.log

build log and emerge --info
Comment 2 Florian Schmaus gentoo-dev 2024-06-21 15:40:26 UTC
That is a false positive. We don't need commons-logging in DEPEND, only in RDEPEND.
Comment 3 Agostino Sarubbo gentoo-dev 2024-06-21 15:46:33 UTC
(In reply to Florian Schmaus from comment #2)
> That is a false positive. We don't need commons-logging in DEPEND, only in
> RDEPEND.

is there anything to fix in the eclass that produces this warning?
Comment 4 Larry the Git Cow gentoo-dev 2024-06-26 06:24:23 UTC
The bug has been closed via the following commit(s):

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

commit 1caa504d29e682992f287e15d649ceac986ae18b
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2024-06-25 08:44:54 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2024-06-26 06:23:12 +0000

    dev-tex/pdfannotextractor: fix typo s/COMMIN/COMMON, do not use CP_DEPEND
    
    Closes: https://bugs.gentoo.org/934659
    Closes: https://github.com/gentoo/gentoo/pull/37290
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 ...xtractor-0.2-r1.ebuild => pdfannotextractor-0.2-r2.ebuild} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 67ffceb423d8517ad2911d289ec6e999862bd570
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2024-06-25 09:08:47 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2024-06-26 06:23:12 +0000

    java-utils-2.eclass: add --runtime-only argument to java-pkg_getjars
    
    Some packages only need the jar at runtime, not at compile time. For
    example https://bugs.gentoo.org/934659#c2
    
    Bug: https://bugs.gentoo.org/934659
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 eclass/java-utils-2.eclass | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)