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]
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.
It looks like Miro has already suggested the likely cause, that the
script is being invoked with --embed and didn't understand that?
Tom
--
Tom Hughes (tom@xxxxxxxxxx)
http://compton.nu/
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx