Re: vdr-epg-daemon does not compile on f32

2019-08-25 Thread Martin Gansser
Hi, I still do not know in which file the command Usage: /usr/bin/python3.7m-x86_64-config is called and what I need to change so that it can be compiled under F30. For help, I would be grateful. make[1]: Leaving directory '/home/martin/rpmbuild/BUILD/vdr-epg-daemon-1.1.146/epglv' Package

Re: vdr-epg-daemon does not compile on f32

2019-08-21 Thread Martin Gansser
I implemented Miro's suggestion, at least I tried. ## Add --embed flag for python 3.8 Support #if 0%{?fedora} >= 31 sed -i -e 's:$(shell python-config --libs):$(shell python3-config --libs --embed || python3-config --libs):' Makefile sed -i -e 's:$(shell pkg-config --cflags --libs

Re: vdr-epg-daemon does not compile on f32

2019-08-21 Thread Tom Hughes
On 21/08/2019 08:30, Tom Hughes wrote: On 21/08/2019 08:08, Martin Gansser wrote: can someone tell me what I need to change so that vdr-epg-daemon can compile on f30. Attached the rpm spec file [1] in which I have already made changes for python38. [1]

Re: vdr-epg-daemon does not compile on f32

2019-08-21 Thread Tom Hughes
On 21/08/2019 08:08, Martin Gansser wrote: can someone tell me what I need to change so that vdr-epg-daemon can compile on f30. Attached the rpm spec file [1] in which I have already made changes for python38. [1]

Re: vdr-epg-daemon does not compile on f32

2019-08-21 Thread Martin Gansser
Hi, can someone tell me what I need to change so that vdr-epg-daemon can compile on f30. Attached the rpm spec file [1] in which I have already made changes for python38. [1] https://martinkg.fedorapeople.org/ErrorReports/vdr-epg-daemon/vdr-epg-daemon.spec Regards Martin

Re: vdr-epg-daemon does not compile on f32

2019-08-18 Thread Martin Gansser
I changed a few things in the spec file [1], but the compilation breaks on f30. [1] https://src.fedoraproject.org/rpms/vdr-epg-daemon/blob/master/f/vdr-epg-daemon.spec make[1]: Entering directory '/home/martin/rpmbuild/BUILD/vdr-epg-daemon-1.1.146/epglv' gcc -c -I/usr/include/mysql -fPIC

Re: vdr-epg-daemon does not compile on f32

2019-08-17 Thread Miro Hrončok
On 17. 08. 19 19:39, Martin Gansser wrote: When i use a if condition in the spec file [1], vdr-epg-deamon compiles fine on f31, but without it it fails. > [1] https://src.fedoraproject.org/rpms/vdr-epg-daemon/blob/master/f/vdr-epg-daemon.spec The upstream recommended way is to try to use

Re: vdr-epg-daemon does not compile on f32

2019-08-17 Thread Martin Gansser
When i use a if condition in the spec file [1], vdr-epg-deamon compiles fine on f31, but without it it fails. make[1]: Entering directory '/home/martin/rpmbuild/BUILD/vdr-epg-daemon-1.1.146/epglv' gcc -c -I/usr/include/mysql -fPIC -L/usr/lib64/mysql -L/usr/lib64/ -lmariadb

Re: vdr-epg-daemon does not compile on f32

2019-08-16 Thread Miro Hrončok
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