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] 
https://martinkg.fedorapeople.org/ErrorReports/vdr-epg-daemon/vdr-epg-daemon.spec

Well somehow your compile flags contain this:

Usage: /usr/bin/python3.7m-x86_64-config --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir

So something has invoked /usr/bin/python3.7m-x86_64-config with
incorrect arguments expecting the output to be the flags to use
for the compile and because the arguments are incorrect the output
is actually a error message.

So you need to examine the configure script and figure out what
it is doing wrong when invoking that and fix it.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
_______________________________________________
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