Hallo,
habe mir gestern eine gesamte MLD-5.5 Unstable neu gezogen und make all machen lassen.
1. dvb-mb
Das git directory gibt es nicht mehr. CrayCat hat aber ein eigenes dvb-tbs Paket. Vielleicht möchtet Ihr Euch das ansehen.
2. irkeytable
Fehler beim Bauen:
v4l2-compliance uses libv4l: yes
v4l2-compliance-32 : no
BPF IR Decoders: : no
Usage: ./sync-with-kernel.sh KERNEL_DIR
KERNEL_DIR must be the path to an extracted kernel source dir
and run 'make headers_install' in KERNEL_DIR.
make[5]: *** [Makefile:26: src/v4l-utils/Makefile] Error 1
Your branch is up to date with 'origin/master'.
3. openhab2
Downlaod directory existiert nicht mehr
openhab2:
Build package: openhab2
--2022-04-30 15:37:18-- https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F2.4.0%2Fopenhab-2.4.0.zip
Resolving bintray.com (bintray.com)... 75.126.118.184
Connecting to bintray.com (bintray.com)|75.126.118.184|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-04-30 15:37:19 ERROR 403: Forbidden.
make[3]: *** [../Makefile.getfile:19: src/openhab2.zip] Error 1
make[2]: *** [Makefile:29: src/openhab2.zip] Error 2
Your branch is up to date with 'origin/master'.
4. plex-plugin-*
Zugang zu git hat sich verändert
Cloning into 'src/tvheadend-ng.bundle-HEAD'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
make[3]: *** [Makefile:38: src/tvheadend-ng.bundle-HEAD] Error 128
make[1]: *** [../Makefile.getfile:19: src/plex-plugin-tvheadend.tgz] Error 1
Cloning into 'src/tvheadend-ng.bundle-HEAD'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
make[3]: *** [Makefile:38: src/tvheadend-ng.bundle-HEAD] Error 128
make[1]: *** [../Makefile.getfile:19: src/plex-plugin-tvheadend.tgz] Error 1
5. python-xdg
python-xdg:
Build package: python-xdg
Collecting pyxdg
Downloading https://files.pythonhosted.org/packages/ea/13/de39ddf4f9f9cea0c7684cd54a50d79c97ea99c9f6aed798fd13d0bd4609/pyxdg-0.27-py2.py3-none-any.whl (49kB)
Installing collected packages: pyxdg
Found existing installation: pyxdg 0.25
Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
make[2]: *** [Makefile:21: src/python-pyXDG] Error 1
Your branch is up to date with 'origin/master'.
6. vdr-plugin-dvbsddevice
Server nicht mehr zugänglich, die VDR-Sourcen sind auf git umgezogen.
vdr-plugin-dvbsddevice:
--2022-04-30 16:00:48-- ftp://ftp.tvdr.de/vdr/Plugins/vdr-dvbsddevice-2.2.0.tgz
=> '/root/.cache/mld//vdr-plugin-dvbsddevice-0.tgz'
Resolving ftp.tvdr.de (ftp.tvdr.de)... 88.198.76.220
Connecting to ftp.tvdr.de (ftp.tvdr.de)|88.198.76.220|:21... failed: Connection refused.
make[4]: *** [../Makefile.getfile:19: src/vdr-plugin-dvbsddevice.tgz] Error 1
make[3]: *** [../vdr/Makefile.plugin:65: src/dvbsddevice-0] Error 2
Your branch is up to date with 'origin/master'.
7. vdr-plugin-extrecmenu *-nordlichtsepg *-rcu *-sc *-upnp
Diese Plugins sind wohl mit 2.6.1 nicht mehr kompatibel.
8. vdr-plugin-skinenigmang
Magick++.h wird nicht gefunden, obwohl auf dem ES installiert
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
bitmap.c:12:10: fatal error: Magick++.h: No such file or directory
#include <Magick++.h>
^~~~~~~~~~~~
compilation terminated.
make[5]: *** [Makefile:158: bitmap.o] Error 1
make[5]: *** Waiting for unfinished jobs....
root@6bb35bc07407:~# find /usr/include -name 'Magick++.h'
/usr/include/ImageMagick-6/Magick++.h
/usr/include/GraphicsMagick/Magick++.h
root@6bb35bc07407:~#
Sogar doppelt, ob das so sinnvoll ist?
9. vdr-plugin-softhdcuvid
"10_softhdcuvid_Makefile.patch" schlägt total fehl.
Ohne den Patch findet er dann zwei Libs nicht
At top level:
codec.c:548:21: warning: 'first_time' defined but not used [-Wunused-variable]
/usr/bin/ld: cannot find -lcuda
/usr/bin/ld: cannot find -lnvcuvid
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:352: libvdr-softhdcuvid.so] Error 1
*** failed plugins: softhdcuvid
make[3]: *** [Makefile:240: plugins] Error 1
make[2]: *** [../vdr/Makefile.plugin:52: src/softhdcuvid/libvdr-softhdcuvid.so] Error 2
D src/10_softhdcuvid_Makefile.patch
Your branch is up to date with 'origin/master'.
root@6bb35bc07407:~/MLD-all/vdr-plugin-softhdcuvid#
Es gibt eine ganze Reihe von nvidia Bibliotheken, welche sollte verwendet werden?
Schöne Grüße
BobW