Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 893814

Summary: dev-python/kombu-5.3.0_beta2 fails to compile (HARDENED-SYSTEM): error in kombu setup command: tests_require must be a string or list of strings containing valid version requirement specifiers; Expected end or semicolon (after name and no valid version s
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/celery/kombu/issues/1654
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-02-10 08:18:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/kombu-5.3.0_beta2 fails to compile (HARDENED-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-10 08:18:28 UTC
Created attachment 850330 [details]
build.log

build log and emerge --info
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-15 13:41:45 UTC
We could fix this, we could backport py3.10 fix, we could remove Pyro4 dependency… not sure if it's worth it, given no revdeps.  Filed a bug upstream to see how alive it is.
Comment 3 Marcin Deranek 2023-04-06 15:56:11 UTC
This seems to be happening for non-hardened systems too. https://github.com/celery/kombu/commit/c62bdee24eaaef5335e729d1cd2d57d936e17632 does address the problem.