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.

Author matrixise
Recipients christian.heimes, cstratak, matrixise, vstinner
Date 2018-02-05.17:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517851973.54.0.467229070634.issue32647@psf.upfronthosting.co.za>
In-reply-to
Content
maybe I miss something

but I have downloaded the last fedora:rawhide with docker, just update it via dnf update and install all the dependencies for git and python

docker --rm -it fedora:rawhide /bin/bash

dnf update
dnf install git-core
dnf builddep python3

git clone --depth=1 https://github.com/python/cpython
cd cpython
./configure && make

and I have no issue with ctypes.

What are your instructions for the build?

Thank you
History
Date User Action Args
2018-02-05 17:32:53matrixisesetrecipients: + matrixise, vstinner, christian.heimes, cstratak
2018-02-05 17:32:53matrixisesetmessageid: <1517851973.54.0.467229070634.issue32647@psf.upfronthosting.co.za>
2018-02-05 17:32:53matrixiselinkissue32647 messages
2018-02-05 17:32:53matrixisecreate