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

Bug 720784

Summary: dev-python/zstandard-0.13.0 calls cc: OSError: [Errno 2] No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://github.com/indygreg/python-zstandard/issues/103
See Also: https://bugs.gentoo.org/show_bug.cgi?id=728330
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-03 11:39:01 UTC
This is an auto-filled bug because dev-python/zstandard fails to compile.
The issue was originally discovered on arm64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-03 11:39:13 UTC
Created attachment 635812 [details]
build.log

build log and emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2020-05-08 13:32:41 UTC
At the very bare minimum please include the version number.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2020-05-08 23:25:54 UTC
It is due to calling 'cc' directly:
https://github.com/indygreg/python-zstandard/issues/103
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-09 05:08:29 UTC
Thank you for investigating it.
Comment 5 Larry the Git Cow gentoo-dev 2020-05-17 07:55:48 UTC
The bug has been closed via the following commit(s):

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

commit c5f442f59afc84a329aa908047c3072ed28886e6
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-05-17 07:53:37 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-05-17 07:53:37 +0000

    dev-python/zstandard: Fix compiler init, modernize
    
    Closes: https://bugs.gentoo.org/720784
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../files/zstandard-0.13.0-compiler.patch          | 26 ++++++++++++++++++++++
 dev-python/zstandard/zstandard-0.13.0.ebuild       | 16 ++++++-------
 2 files changed, 34 insertions(+), 8 deletions(-)