pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: python38 build failure on macOS 10.14



> Hmm, could very well be related to using the 10.15 SDK on Mojave (this is the default when installing Xcode from the App Store so I'm guessing I'm not unique in this regard). Busy downloading Xcode 10.3 now - will give it a try and see if it helps.
> 
>> Also, can you send me the output of the configure phase?
> 
> Sure - I've put the full output of the build here:
> http://dl.rsx11.net/misc/python38-output.log
> 
> Quite a few references to ffi, including:
> ...
> Header file /usr/include/ffi/ffi.h does not exist
> ...
> fatal error: 'ffi_common.h' file not found

Right. Something's fishy with libffi.

Before you try Xcode 10.3, can you add:
USE_TOOLS+=	pkg-config
to lang/python38/Makefile and re-build?
It might fail on "Checking for work-directory references", but that's okay.

Also, please check if this file exists:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/ffi/ffi.h

Cheers,
Adam


Home | Main Index | Thread Index | Old Index