Seite 33 von 33

Re: NI-Buildsystem

Verfasst: Sa 16. Mär 2024, 17:31
von clausi
Ja, das Verzeichnis existiert an der Stelle.

Re: NI-Buildsystem

Verfasst: Sa 16. Mär 2024, 17:44
von clausi
Ja, existiert im genannten Verzeichnis

Re: NI-Buildsystem

Verfasst: Sa 16. Mär 2024, 18:01
von vanhofen
Mist. Das wäre meine einzige Idee gewesen.
Ich kann das leider nicht nachstellen. :(

Re: NI-Buildsystem

Verfasst: Fr 22. Mär 2024, 19:05
von tannen
neues Problem beim bauen für VU Duo 4K
/home/tannen/ni-buildsystem/cross/arm-linux-4.1.45-1.17/arm-cortex-linux-gnueabihf/sys-root/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-soft.h: No such file or directory
7 | # include <gnu/stubs-soft.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[6]: *** [Makefile:507: dvbcsa_algo.lo] Fehler 1
make[5]: *** [Makefile:526: all-recursive] Fehler 1
make[4]: *** [Makefile:393: all-recursive] Fehler 1
make[3]: *** [Makefile:325: all] Fehler 2
make[2]: *** [package/libdvbcsa/libdvbcsa.mk:21: libdvbcsa] Fehler 2
make[1]: *** [package/minisatip/minisatip.mk:45: minisatip] Fehler 2
make: *** [make/ni.mk:67: image] Fehler 2
tannen@tannen-Linux-PC:~/ni-buildsystem$
finde keine Lösung hat das schon jemand gehabt ?

Re: NI-Buildsystem

Verfasst: Fr 22. Mär 2024, 20:37
von vanhofen
Bitte einmal manuell download/libdvbcsa.git löschen. Durch die Umstellung des libdvbcsa-Repos ist dieser händische Schritt leider nötig.

Re: NI-Buildsystem

Verfasst: Sa 23. Mär 2024, 08:17
von tannen
vanhofen hat geschrieben: Fr 22. Mär 2024, 20:37 Bitte einmal manuell download/libdvbcsa.git löschen. Durch die Umstellung des libdvbcsa-Repos ist dieser händische Schritt leider nötig.
:thumbsup:

Dankeschön, damit baut es wieder

Re: NI-Buildsystem

Verfasst: Do 18. Apr 2024, 08:55
von wutz
Hallo, ich bekomme beim Versuch das Buildsystem in Debian12 WSL zu nutzen Fehlermeldungen

Bei Ausführung des Befehls make local-files

Ist das ein bekanntes Problem bzw. wie kann ich das beheben.
Debian WSL von heute
NI-Buildsystem nach der Anleitung https://github.com/neutrino-images/ni-b ... tem#readme

Code: Alles auswählen

    ###   ###  ###
     ###   ##  ##
     ####  ##  ##
     ## ## ##  ##
     ##  ####  ##
     ##   ###  ##
     ##    ##  ##      http://www.neutrino-images.de
            #

------------------------------------------------------------------------------------------------------------------------
   1)  Coolstream Nevis (HD1, BSE, Neo, Neo², Zee)
   2)  Coolstream Apollo (Tank)
   3)  Coolstream Shiner (Trinity)
   4)  Coolstream Kronos (Zee², Trinity V2)
   5)  Coolstream Kronos V2 (Link, Trinity Duo)
  11)  AX/Mutant HD51
  12)  AX/Mutant HD60
  13)  AX/Mutant HD61
  14)  Maxytec Multibox 4K
  15)  Maxytec Multibox SE 4K
  21)  WWIO BRE2ZE4K
  31)  Air Digital Zgemma H7
  35)  AXAS E4HD 4K Ultra
  41)  VU+ Solo 4k
  42)  VU+ Duo 4k
  43)  VU+ Duo 4k SE
  44)  VU+ Ultimo 4k
  45)  VU+ Zero 4k
  46)  VU+ Uno 4k
  47)  VU+ Uno 4k SE
  51)  VU+ Duo

Select your boxmodel? [default: 11] 1
/bin/bash: line 1: Files/PuTTY/:/mnt/c/Users/Familie/AppData/Local/Microsoft/WindowsApps: No such file or directory
/bin/bash: line 1: Files/PuTTY/:/mnt/c/Users/Familie/AppData/Local/Microsoft/WindowsApps: No such file or directory
/bin/bash: line 1: Files/PuTTY/:/mnt/c/Users/Familie/AppData/Local/Microsoft/WindowsApps: No such file or directory

Re: NI-Buildsystem

Verfasst: Do 18. Apr 2024, 12:06
von vanhofen
Dir fehlt bash.

apt-get install bash

Re: NI-Buildsystem

Verfasst: Do 18. Apr 2024, 14:33
von wutz
nicht wirklich

apt-get install bash
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
bash is already the newest version (5.2.15-2+b2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

ls -l sh
lrwxrwxrwx 1 root root 9 Apr 18 09:43 sh -> /bin/bash

uname -a
Linux i5-10400-2022 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux

Re: NI-Buildsystem

Verfasst: Do 18. Apr 2024, 16:08
von seife

Code: Alles auswählen

diff --git a/make/buildsystem-helpers.mk b/make/buildsystem-helpers.mk
index 77f50237..5b14217d 100644
--- a/make/buildsystem-helpers.mk
+++ b/make/buildsystem-helpers.mk
@@ -15,7 +15,7 @@ REMOVE = rm -rf $(BUILD_DIR)
 
 # build helper variables
 define TOOLFIND # (tool)
-$(shell PATH=$(PATH) which $(1) || type -p $(1) || echo $(1))
+$(shell PATH="$(PATH)" which $(1) || type -p $(1) || echo $(1))
 endef
 
 INSTALL = $(call TOOLFIND,install)
diff --git a/make/buildsystem-toolcheck.mk b/make/buildsystem-toolcheck.mk
index 93938a53..09e8463a 100644
--- a/make/buildsystem-toolcheck.mk
+++ b/make/buildsystem-toolcheck.mk
@@ -73,7 +73,7 @@ crosscheck:
                        $(call SUCCESS,"$$c",": found."); \
                elif test -e $(CROSS_DIR)/bin/$$c; then \
                        $(call SUCCESS,"$$c",": found in \$$(CROSS_DIR)/bin"); \
-               elif PATH=$(PATH) type -p $$c >/dev/null 2>&1; then \
+               elif PATH="$(PATH)" type -p $$c >/dev/null 2>&1; then \
                        $(call SUCCESS,"$$c",": found PATH"); \
                else \
                        $(call WARNING,"$$c",": not found in \$$(CROSS_DIR)/bin or PATH"); \
Vielleicht hilft das.

Wer Leerzeichen im PATH hat, frisst auch kleine Kinder...

Re: NI-Buildsystem

Verfasst: Do 18. Apr 2024, 16:31
von wutz
Hab mir jetzt eine Debian12 in VirtualBox installiert und es funktioniert sofort.

Vielleicht wäre es sinnvoll meinen Schrott von heute zu löschen.

Re: NI-Buildsystem

Verfasst: So 5. Mai 2024, 19:22
von vanhofen
Ich habe gestern ein paar Änderungen vorgenommen, die eurerseits möglicherweise Änderungen an config.local erfordern.

Es haben sich einige Namen geändert. Die Variablen für die API Keys lauten nun wie folgt:

Code: Alles auswählen

# Neutrino API keys
BS_PACKAGE_NEUTRINO_OMDB_API_KEY =
BS_PACKAGE_NEUTRINO_TMDB_API_KEY =
BS_PACKAGE_NEUTRINO_SHOUTCAST_DEV_ID =
BS_PACKAGE_NEUTRINO_YOUTUBE_API_KEY =
BS_PACKAGE_NEUTRINO_WEATHER_API_KEY =
Solltet ihr also eigene API Keys eingetragen haben, passt bitte die entsprechenden Einträge an.