Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900360 - [guru] dev-python/skia-pathops-0.7.4 calls cc directly
Summary: [guru] dev-python/skia-pathops-0.7.4 calls cc directly
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-03-08 12:32 UTC by Agostino Sarubbo
Modified: 2024-03-25 22:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,53.61 KB, text/plain)
2023-03-08 12:32 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 2023-03-08 12:32:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/skia-pathops-0.7.4 calls cc directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 12:32:24 UTC
Created attachment 856796 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-08 12:32:26 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: cc: command not found
subprocess.CalledProcessError: Command '['/usr/bin/gn', 'gen', '/var/tmp/portage/dev-python/skia-pathops-0.7.4/work/skia-pathops-0.7.4/build/temp.linux-x86_64-cpython-39/src/cpp/skia-builder/skia', '--args=is_official_build=true is_debug=false skia_enable_pdf=false skia_enable_discrete_gpu=false skia_enable_skottie=false skia_enable_skshaper=false skia_use_dng_sdk=false skia_use_expat=false skia_use_freetype=false skia_use_fontconfig=false skia_use_fonthost_mac=false skia_use_harfbuzz=false skia_use_icu=false skia_use_libgifcodec=false skia_use_libjpeg_turbo_encode=false skia_use_libjpeg_turbo_decode=false skia_use_libpng_encode=false skia_use_libpng_decode=false skia_use_libwebp_encode=false skia_use_libwebp_decode=false skia_use_piex=false skia_use_sfntly=false skia_use_xps=false skia_use_zlib=false skia_enable_spirv_validation=false skia_use_libheif=false skia_use_lua=false skia_enable_fontmgr_empty=true skia_enable_gpu=false skia_use_gl=false']' returned non-zero exit status 1.
subprocess.CalledProcessError: Command '['/usr/bin/python3.9', 'src/cpp/skia-builder/build_skia.py', 'build/temp.linux-x86_64-cpython-39/src/cpp/skia-builder/skia', '--no-sync-deps', '--no-virtualenv', '--no-fetch-gn', '--gn-path', '/usr/bin/gn']' returned non-zero exit status 1.
subprocess.CalledProcessError: Command 'cc --version' returned non-zero exit status 127.