Ned Deily <n...@python.org> added the comment:

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.

----------
nosy: +ned.deily
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Header dependent _uuid build failure on Fedora 27

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to