On 16. 08. 19 13:34, Martin Gansser wrote:
Hi,

i run the following command as mentioned on [1]

$ fedpkg clone vdr-epg-daemon; cd vdr-epg-daemon; git merge master
$ git add vdr-epg-daemon-makefile.patch
$  fedpkg diff; fedpkg commit -p -c;  fedpkg build --target=f32-python

but this fails like you see here in the log-files [3]

Can somebody tell me how to fix it ?

I see undefined reference to `'.

The build no longer links to libpython, resulting in undefined references to Python API like PyImport_Import.

Code that embeds Python (rather than building an extension module) needs to pass `--embed` to any `python3-config --libs` invocation to build with Python 3.8.

More information:
https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to