New submission from Gianfranco <costamagnagianfra...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33341>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to