Re: couldn't compile vdr-epg-daemon-1.1.147 on rawhide - python: Command not found

2019-11-29 Thread Miro Hrončok
On 29. 11. 19 14:02, Martin Gansser wrote: for the moment i have solved it by this line in the spec file. %if 0%{?fedora} >= 31 sed -i -e 's|PYTHON ?= python|PYTHON ?= python3|' Make.config %endif Maybe exporting the environment variable PYTHON=%{python3} would do as well. -- Miro Hrončok --

Re: couldn't compile vdr-epg-daemon-1.1.147 on rawhide - python: Command not found

2019-11-29 Thread Martin Gansser
for the moment i have solved it by this line in the spec file. %if 0%{?fedora} >= 31 sed -i -e 's|PYTHON ?= python|PYTHON ?= python3|' Make.config %endif Thanks for your answer. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: couldn't compile vdr-epg-daemon-1.1.147 on rawhide - python: Command not found

2019-11-29 Thread Miro Hrončok
On 29. 11. 19 12:44, Artur Iwicki wrote: You'll need to either edit the Makefile so it explicitly calls python3, or add a BuildRequires: for "python-unversioned-command". The second is forbidden in the Python guidelines. https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_multi

Re: couldn't compile vdr-epg-daemon-1.1.147 on rawhide - python: Command not found

2019-11-29 Thread Artur Iwicki
You'll need to either edit the Makefile so it explicitly calls python3, or add a BuildRequires: for "python-unversioned-command". ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

couldn't compile vdr-epg-daemon-1.1.147 on rawhide - python: Command not found

2019-11-29 Thread Martin Gansser
Hi, the package vdr-epg-daemon-1.1.147 doesn't compile on rawhide see build.log [1] In the file Make.config the python 3 conditions already included. I'm not sure if python 3.8 is the problem. How can i solve this issue ? [1] https://kojipkgs.fedoraproject.org//work/tasks/7397/39387397/build.lo