[New-bugs-announce] [issue33341] python3 fails to build if directory or sysroot contains "*icc*" string
Gianfranco
report at bugs.python.org
Mon Apr 23 06:12:22 EDT 2018
New submission from Gianfranco <costamagnagianfranco at yahoo.it>:
Hello, as said, in yocto we pass in $CC environment, also the --sysroot keyword.
If --sysroot contains the "*icc*" or "*gcc*" in path, the build fails because of wrong autoconf checks.
checking in a case switch for *icc* seems bad to me, I propose to change it with something like
"*icc" so we might exclude when icc is not the compiler.
I know this isn't a strong patch, but maybe we can apply it while writing some better detect code.
The build fails as descripted in the yocto bug
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12703
----------
components: Build
files: patch
messages: 315656
nosy: locutusofborg
priority: normal
severity: normal
status: open
title: python3 fails to build if directory or sysroot contains "*icc*" string
type: compile error
versions: Python 3.8
Added file: https://bugs.python.org/file47547/patch
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33341>
_______________________________________
More information about the New-bugs-announce
mailing list