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: Linux build requires Mac module _gestalt
Type: Stage:
Components: Build Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, mark
Priority: normal Keywords:

Created on 2008-06-19 13:15 by mark, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68405 - (view) Author: Mark Summerfield (mark) * Date: 2008-06-19 13:15
When you build 30b1 on Linux (I tried Fedora 8 and Xubuntu 8) you get a
message that make failed to find the bits to build "_gestalt", which I
think is a Mac-thing not a Linux thing.

Anyway, Barry asked me to add this as a bug.
msg68407 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-19 13:22
Done in r64405.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47391
2008-06-19 13:22:01benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg68407
nosy: + benjamin.peterson
2008-06-19 13:15:27markcreate