[issue39695] Failed to build _uuid module, but libraries was installed

Marco Sulla report at bugs.python.org
Thu Feb 20 06:19:12 EST 2020


New submission from Marco Sulla <launchpad.net at marco.sulla.e4ward.com>:

When I first done `make` to compile Python 3.9, I did not installed some debian development packages, like `uuid-dev`. So `_uuid` module was not built.

After installed the debian package I re-run `make`, but it failed to build `_uuid` module. I had to edit manually `Modules/_uuidmodule.c` and remove all the `#ifdef` directives and leave only `#include <uuid/uuid.h>`

Maybe `HAVE_UUID_UUID_H` and `HAVE_UUID_H` are created at `configure` phase only?

----------
components: Build
messages: 362309
nosy: Marco Sulla
priority: normal
severity: normal
status: open
title: Failed to build _uuid module, but libraries was installed
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39695>
_______________________________________


More information about the Python-bugs-list mailing list