Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641040 - dev-python/pyzmq-16.0.2: upstream marked Gentoo QA notices as RESOLVED/WONTFIX
Summary: dev-python/pyzmq-16.0.2: upstream marked Gentoo QA notices as RESOLVED/WONTFIX
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-14 19:26 UTC by Garri
Modified: 2023-08-01 11:55 UTC (History)
3 users (show)

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 Garri 2017-12-14 19:26:09 UTC
After last Gentoo update I got following QA notices for dev-python/pyzmq-16.0.2:

QA Notice: Package triggers severe warnings which indicate that it
           may exhibit random runtime failures.
/var/tmp/portage/dev-python/pyzmq-16.0.2/temp/timer_createmSQbdX.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
/var/tmp/portage/dev-python/pyzmq-16.0.2/temp/timer_create7sy0jdy2.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
/var/tmp/portage/dev-python/pyzmq-16.0.2/temp/timer_createoLn3Eu.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
/var/tmp/portage/dev-python/pyzmq-16.0.2/temp/timer_createkdmjr89_.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]


I've submitted the report to upstream [1], and the upstream marked the report as RESOLVED/WONTFIX. So, what is the next step to suppress the QA notices in future?

[1] https://github.com/zeromq/pyzmq/issues/1118


Thanks.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-12-18 11:53:04 UTC
I think upstream would accept a good patch if someone provided one.
Comment 2 Garri 2017-12-18 16:15:03 UTC
Sorry for offtopic, I've got a few more WONTFIX from upstreams. Is it OK to open reports in Gentoo's Bugzilla?
Comment 3 genBTC 2023-04-06 03:03:16 UTC
fyi, this is still present in recent pyzmq-25.0.2
upstream seems to have added a disclaimer message in 2019 instead of addressing the root of it
https://github.com/zeromq/pyzmq/commit/d2f960d2f5b791de2541ffe5d9847ac3e7777fcc
seems non-ideal , maybe someone can convince them to take another look ?
Comment 4 Alfred Wingate 2023-08-01 11:40:18 UTC
This warning has been suppressed or fixed in 25.1.0 seemingly indirectly. 

Even so I think upstream is correct in classing the QA warning as a false positive as its from a test where they check if the function exists. The binary is not used in the end result.

https://github.com/zeromq/pyzmq/blob/v25.1.0/buildutils/detect.py#L114