cachix / nixpkgs-python

All Python versions, kept up-to-date on hourly basis using Nix.
Apache License 2.0
176 stars 11 forks source link

Python 3.3-3.6 fail to build on macOS #36

Open domenkozar opened 7 months ago

domenkozar commented 7 months ago
2024-02-28T05:38:09.7777680Z        > int     openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
2024-02-28T05:38:09.7778700Z        >         ^
2024-02-28T05:38:09.7780260Z        > ./Modules/posixmodule.c:5921:11: error: call to undeclared function 'forkpty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2024-02-28T05:38:09.7781930Z        >     pid = forkpty(&master_fd, NULL, NULL, NULL);
2024-02-28T05:38:09.7782490Z        >           ^