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 ned.deily
Recipients Eryk, christian.heimes, ned.deily
Date 2019-06-24.17:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561399059.2.0.094042193838.issue37384@roundup.psfhosted.org>
In-reply-to
Content
The uuid issue is described in Issue32627 and there is a PR fix for it awaiting review (PR 11751).  As Christian notes, the curses issues seems to be related to some configure option.  If you haven't already, suggest you start with the simplest configure options, so something like:

./configure && make -j2

or 

./configure --prefix=/path/to/installed/location && make -j2 && make install

and, once that is working, then try adding other options.  Please feel free to reopen this issue if you find a failing issue and please include all relevant details, in particular the exact configure command used and platform details.
History
Date User Action Args
2019-06-24 17:57:39ned.deilysetrecipients: + ned.deily, christian.heimes, Eryk
2019-06-24 17:57:39ned.deilysetmessageid: <1561399059.2.0.094042193838.issue37384@roundup.psfhosted.org>
2019-06-24 17:57:39ned.deilylinkissue37384 messages
2019-06-24 17:57:38ned.deilycreate