This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: error: impossible constraint in ‘asm’
Type: compile error Stage:
Components: Build Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, glynnis.honk
Priority: normal Keywords:

Created on 2022-03-31 09:56 by glynnis.honk, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg416423 - (view) Author: gerald honk (glynnis.honk) Date: 2022-03-31 09:56
On CentOS7 gcc 4.8.5 compiler
it dosen't work
run
./configure --enable-ipv6 --enable-shared --with-dbmliborder=gdbm:ndbm:bdb   --with-computed-gotos=yes  --with-system-expat   --with-system-ffi --enable-loadable-sqlite-extensions --with-dtrace  --with-lto  --with-ssl-default-suites=openssl --enable-optimizations

error: impossible constraint in ‘asm’
msg416424 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2022-03-31 10:15
Could you please attach your config.log file?
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91337
2022-03-31 10:15:27christian.heimessetnosy: + christian.heimes
messages: + msg416424
2022-03-31 09:56:37glynnis.honkcreate