libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
535 stars 304 forks source link

Fails to build from source with Python 3.8 #137

Closed stratakis closed 5 years ago

stratakis commented 5 years ago

Currently on Fedora we are testing rebuilding the distro against Python 3.8 and libplist is one of the packages that failed to build from source.

This seems to be related to libplist not being able to link against libpython with Python 3.8, as python-config --ldflags does not export -lpython anymore

More related info from upstream for python embedding.

Full build log attached build.log.gz

stratakis commented 5 years ago

I realized this has been fixed by 42bb64ba966082b440cb68cbdadf317f44710017 thus closing this