Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802852 - dev-python/ssh2-python-0.26.0 does not respect CFLAGS
Summary: dev-python/ssh2-python-0.26.0 does not respect CFLAGS
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Piotr Karbowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2021-07-19 06:31 UTC by Agostino Sarubbo
Modified: 2022-09-25 09:58 UTC (History)
0 users

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


Attachments
build.log (build.log,108.48 KB, text/plain)
2021-07-19 06:31 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-07-19 06:31:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/ssh2-python-0.26.0 does not respect CFLAGS.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS. If this is not something about c/c++ context see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-19 06:31:46 UTC
Created attachment 724951 [details]
build.log

build log and emerge --info
Comment 2 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2021-09-13 06:19:59 UTC
Fixable by removing all references to _comp_args in setup.py

In src_prepare:
sed -e '/_comp_args/d' -i setup.py || die
Comment 3 Piotr Karbowski (RETIRED) gentoo-dev 2022-09-25 09:58:04 UTC
Masked for removal.