yes that did the trick.
Thanks very much
Regards
Martin
___
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/cod
Mamoru TASAKA wrote on 2022/01/29 8:00:
Martin Gansser wrote on 2022/01/28 22:05:
but building [1] on rawhide it fails with this error [2]:
/usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/vdr-2.6.0/.package_note-vdr-2.6.0-3.fc36.x86_64.ld: No
such file or directory
collect2:
Martin Gansser wrote on 2022/01/28 22:05:
but building [1] on rawhide it fails with this error [2]:
/usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/vdr-2.6.0/.package_note-vdr-2.6.0-3.fc36.x86_64.ld: No
such file or directory
collect2: error: ld returned 1 exit status
make: *
On 28/01/2022 14:05, Martin Gansser wrote:
/usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/vdr-2.6.0/.package_note-vdr-2.6.0-3.fc36.x86_64.ld: No
such file or directory
This a package notes regression:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.o
but building [1] on rawhide it fails with this error [2]:
/usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/vdr-2.6.0/.package_note-vdr-2.6.0-3.fc36.x86_64.ld: No
such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:167: libvdr-epg2vdr.so] Error 1
ok, i solved this by changing pyhton to python3 in the spec file.
# use python3
sed -i -e 's|PYTHON ?= python|PYTHON ?= python3|' Make.config
Thanks
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le.
Martin Gansser wrote on 2022/01/28 21:19:
Hi,
vdr plugin vdr-epg2vdr prints the following message to the log file [1]:
vdr[30484]: [30484] loading plugin: /usr/lib64/vdr/libvdr-epg2vdr.so.2.4.7
vdr[30484]: [30484] ERROR: /usr/lib64/vdr/libvdr-epg2vdr.so.2.4.7: undefined
symbol: PyObject_Repr
r