NI-Buildsystem

Benutzeravatar
dryeye
NI - VIP
Beiträge: 1416
Registriert: Mi 6. Apr 2016, 14:20
Wohnort: Ruhrgebiet
Box: Zgemma H7S, Axas E4HD 4K, AX HD60
Has thanked: 3 times
Been thanked: 3 times

Re: NI-Buildsystem

Beitrag von dryeye »

@vanhofen
wünsche einen schönen urlaub.
mfg dryeye
Benutzeravatar
jokel
Beiträge: 2391
Registriert: Mi 31. Mär 2021, 14:23
Box: ZGEMMA H7/C
Has thanked: 5 times
Been thanked: 5 times

Re: NI-Buildsystem

Beitrag von jokel »

jokel hat geschrieben: Fr 29. Jul 2022, 09:17 aber da klemmt noch was,

Code: Alles auswählen

[jokel ~]# logread |grep irqbalance
Jan  1 00:00:10 jokel user.info rc[1306]: running /etc/rc3.d/S75irqbalance start
Jan  1 00:00:10 jokel daemon.warn /usr/sbin/irqbalance: Daemon couldn't be bound to the file-based socket.
ich musste das anlegen,

Code: Alles auswählen

/run/irqbalance
sieht dann so aus,

Code: Alles auswählen

[jokel ~]# ll /run
drwxr-xr-x    2 root     root          4096 Jul 29 12:52 irqbalance
-rw-r--r--    1 root     root             5 Jul 29 12:46 rpc.statd.pid
-rw-------    1 root     root             5 Jan  1  2022 sm-notify.pid
ich lass das mal laufen und werde dann sehen.
erhole dich erstmal und bis die tage
Benutzeravatar
annie
NI - Team
Beiträge: 1010
Registriert: Di 5. Apr 2016, 18:46
Wohnort: zuhause
Box: 1x E4HD, 4x HD51,1x VuUno4K

Re: NI-Buildsystem

Beitrag von annie »

Code: Alles auswählen

/var/root # cd /run/irqbalance
/run/irqbalance # ls
irqbalance1492.sock
/run/irqbalance #
Benutzeravatar
jokel
Beiträge: 2391
Registriert: Mi 31. Mär 2021, 14:23
Box: ZGEMMA H7/C
Has thanked: 5 times
Been thanked: 5 times

Re: NI-Buildsystem

Beitrag von jokel »

nachdem ich das /run verzeichis angelegt hatte
viel mir auf das da 2 pid files erschienen
[jokel ~]# ll /run
drwxr-xr-x 2 root root 4096 Jul 29 12:52 irqbalance
rw-r--r-- 1 root root 5 Jul 29 12:46 rpc.statd.pid
-rw------- 1 root root 5 Jan 1 2022 sm-notify.pid
damit war das mit .err schon mal klar

Code: Alles auswählen

daemon.err rpc.statd[1713]: Opening /run/rpc.statd.pid failed: No such file or directory
wollte aber immer noch nicht so. erst ein kleiner eintrag in der

Code: Alles auswählen

/etc/init.d/nfsd
bracht die erleuchtung mit

Code: Alles auswählen

mkdir -p /var/lib/nfs/statd/sm
sollte dann so aussehen
Bild

abspeichern u. box neu starten

und das log sieht dann so aus,

Code: Alles auswählen

daemon.notice rpc.statd[1723]: Version 2.6.1 starting
daemon.notice sm-notify[1724]: Version 2.6.1 starting
daemon.notice sm-notify[1724]: Already notifying clients; Exiting!
daemon.notice rpc.statd[1723]: Initializing NSM state
daemon.notice rpc.mountd[1734]: Version 2.6.1 starting
Benutzeravatar
jokel
Beiträge: 2391
Registriert: Mi 31. Mär 2021, 14:23
Box: ZGEMMA H7/C
Has thanked: 5 times
Been thanked: 5 times

Re: NI-Buildsystem

Beitrag von jokel »

habe mal schnell das ni-image compiliert,
wegen dem
https://github.com/neutrino-images/ni-b ... b629f65da4
sieht gut aus
Dateianhänge
screenshot.png
Benutzeravatar
jokel
Beiträge: 2391
Registriert: Mi 31. Mär 2021, 14:23
Box: ZGEMMA H7/C
Has thanked: 5 times
Been thanked: 5 times

Re: NI-Buildsystem

Beitrag von jokel »

holla da hat doch die waldfee alles übernacht gefixt.
im log kein .err mehr alles läuft sehr rund z.z.
danke vanhofen und schönen urlaub
Benutzeravatar
Kittybua1210!
Beiträge: 186
Registriert: Do 13. Jun 2019, 09:11
Wohnort: Vienna
Box: bre2ze4k+PC+Nintendo Switch
Kontaktdaten:

Re: NI-Buildsystem

Beitrag von Kittybua1210! »

Hey ich mal wieder da ! :heart_eyes:

Wollte nur bescheid geben damit lua nicht erreichbar ist momentan beim bauen ! Habe es anders gelöst direkt mit der Datei ! Mfg

Code: Alles auswählen

Start-up build host-lua
Clean-up host-lua
Resolving dependencies for host-lua
Downloading host-lua
--2022-10-12 09:42:14--  https://www.lua.org/lua-5.2.4.tar.gz
Auflösen des Hostnamens www.lua.org (www.lua.org) … 88.99.213.221, 2a01:4f8:10a:3edc::2
Verbindungsaufbau zu www.lua.org (www.lua.org)|88.99.213.221|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 404 Not Found
2022-10-12 09:42:15 FEHLER 404: Not Found.

make: *** [package/lua/lua.mk:57: host-lua] Fehler 8
Benutzeravatar
annie
NI - Team
Beiträge: 1010
Registriert: Di 5. Apr 2016, 18:46
Wohnort: zuhause
Box: 1x E4HD, 4x HD51,1x VuUno4K

Re: NI-Buildsystem

Beitrag von annie »

Benutzeravatar
vanhofen
Administrator
Beiträge: 2924
Registriert: Di 5. Apr 2016, 00:05
Has thanked: 2 times
Been thanked: 10 times

Re: NI-Buildsystem

Beitrag von vanhofen »

Dass sich die Quell-URLs manchmal ändern oder vorübergehend nicht erreichbar sind, ist leider ein immer wiederkehrendes Ärgernis.
Benutzeravatar
Kittybua1210!
Beiträge: 186
Registriert: Do 13. Jun 2019, 09:11
Wohnort: Vienna
Box: bre2ze4k+PC+Nintendo Switch
Kontaktdaten:

Re: NI-Buildsystem

Beitrag von Kittybua1210! »

Danke @vanhofen jepp war mit luaposix-31.tar.gz auch alles ok ! Wollte mal wieder durch bauen ! Danke ! Alles bestens! Mfg
Benutzeravatar
Kittybua1210!
Beiträge: 186
Registriert: Do 13. Jun 2019, 09:11
Wohnort: Vienna
Box: bre2ze4k+PC+Nintendo Switch
Kontaktdaten:

Re: NI-Buildsystem

Beitrag von Kittybua1210! »

vanhofen hat geschrieben: Mi 12. Okt 2022, 11:08 Dass sich die Quell-URLs manchmal ändern oder vorübergehend nicht erreichbar sind, ist leider ein immer wiederkehrendes Ärgernis.
Hey ! @vanhofen nur kleine Frage habe aus Spaß mal beim Image Bau - make opkg gemacht und siehe da er baut sehr viele Sachen auch von yocto mit ! Was geht damit dann alles ! Muss ja einen Sinn ergeben oder ? Es ist halt nicht bei etc opkg sondern in root und usr lib dann ! Danke mfg kittybua
Benutzeravatar
Kittybua1210!
Beiträge: 186
Registriert: Do 13. Jun 2019, 09:11
Wohnort: Vienna
Box: bre2ze4k+PC+Nintendo Switch
Kontaktdaten:

Re: NI-Buildsystem

Beitrag von Kittybua1210! »

P s. Cool jetzt ist beim Image original Ni sogar opkg bei etc , also wäre es doch möglich ipk von Feed zum installieren ! Teste das mal an später ! Wäre klasse original Ni mit KODi mehr muss nicht sein ! Mfg kittybua :heart_eyes:

P s. Ne geht irgendwie nicht hängt jetzt bei Boot ! Komisch aber telnet geht wohl es hängt ! Teste morgen oder am Abend weiter mal! Die feeds gehen mit opkg update und opkg install kodi etc etc aber bild keines da halt ! Habe es so halt mal probiert über telnet das geht ja auch wenn es bei Boot hängt ohne Bild ! Feed von tuxi rein gemacht
Benutzeravatar
Kittybua1210!
Beiträge: 186
Registriert: Do 13. Jun 2019, 09:11
Wohnort: Vienna
Box: bre2ze4k+PC+Nintendo Switch
Kontaktdaten:

Re: NI-Buildsystem

Beitrag von Kittybua1210! »

Ich nochmals also ich habe nochmals durch gebaut und jetzt hat die rootfs knapp 94 statt 88mb und siehe da es hat gestartet mit opkg Patch ! Einzige KODi will er noch nicht installieren da bisi fehlt aber das Problem ist nicht so groß sage ich mal! Habe schon mehr hinter mir in den Wochen :heart_eyes: so jetzt kann geht alles bauen was man ich will ! Coole Sache ! Werde die Tage noch einige Tests machen ! Danke an @vanhofen und an dbt durch euch ist einiges möglich ! Ni mit opkg bzw Tux Ni Tux Tango und Tux und original Ni da geht so einiges vereint ist es noch stärker besser ! Cool ! Das ist original Neutrino Bilder kein Fake ! Mfg kittybua

P s. Komisch alles läuft aber bei Neustart hängt er dann ! Muss ich mir anschauen morgen heute aus die Maus ! KODi war es also was es zusammen gehaut hat
Dateianhänge
Screenshot_20221016-210019~2.png
Screenshot_20221016-205014.png
screenshotni.png
Benutzeravatar
tannen
Beiträge: 384
Registriert: Mo 12. Nov 2018, 18:10
Wohnort: NRW
Box: VU+Duo 4K SE C/T2 VU+Uno 4K SE C
Has thanked: 3 times
Been thanked: 1 time

Re: NI-Buildsystem

Beitrag von tannen »

Hallo zusammen

mein PC hat den Geist aufgegeben :sob:

habe mir jetzt einen zusammen gebastelt und Linux Mint 21 neu aufgesetzt nun möchte ich auch gern das NI-BS wieder drauf haben aber hier scheitert es.
[WARN ] linux: using custom location, no patches applied
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Extracting and patching toolchain components'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@376]
[ERROR] >> called from: CT_Extract[scripts/functions@2214]
[ERROR] >> called from: CT_DoExtractPatch[scripts/functions@2304]
[ERROR] >> called from: CT_PackageRun[scripts/functions@2090]
[ERROR] >> called from: CT_ExtractPatch[scripts/functions@2430]
[ERROR] >> called from: do_zlib_extract[scripts/build/companion_libs/050-zlib.sh@21]
[ERROR] >> called from: do_companion_libs_extract[scripts/build/companion_libs.sh@22]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@666]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> https://crosstool-ng.github.io/docs/known-issues/
[ERROR] >>
[ERROR] >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR] >> Before submitting a bug report, try to reproduce it without enabling
[ERROR] >> any experimental features. Otherwise, you'll need to debug it
[ERROR] >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR] >> preferably, a fix.
[ERROR] >>
[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR] >>
[ERROR] >> Make sure your report includes all the information pertinent to this issue.
[ERROR] >> Read the bug reporting guidelines here:
[ERROR] >> http://crosstool-ng.github.io/support/
[ERROR]
[ERROR] (elapsed: 0:11.96)
[00:12] / gmake[1]: *** [ct-ng:261: build] Fehler 2
make: *** [package/crosstool-ng/crosstool-ng.mk:117: crosstool-ng.do_compile] Fehler 2
kann mir bitte jemand helfen

vielen Dank Gruß
Neutrino HD by NI Eigenbau mit VU+ Duo 4K SE DVB-C/DVB-T2 und VU+ Uno 4K SE DVB-C im Kabel von Vodafone
Benutzeravatar
annie
NI - Team
Beiträge: 1010
Registriert: Di 5. Apr 2016, 18:46
Wohnort: zuhause
Box: 1x E4HD, 4x HD51,1x VuUno4K

Re: NI-Buildsystem

Beitrag von annie »

Die readme hast du gelesen und dein LM vorbereitet ?
Für welche Box soll crosstool ebaut werden ?

sudo apt-get install \
git subversion mercurial cvs automake build-essential ccache cmake patch bison \
flex texinfo autopoint libtool libtool-bin python curl gawk gzip bzip2 lzma \
gperf gettext help2man bc libglib2.0-dev libncurses5-dev libncursesw5-dev \
liblzo2-dev uuid-dev libssl-dev libltdl-dev libcurl4-openssl-dev intltool zip
Benutzeravatar
tannen
Beiträge: 384
Registriert: Mo 12. Nov 2018, 18:10
Wohnort: NRW
Box: VU+Duo 4K SE C/T2 VU+Uno 4K SE C
Has thanked: 3 times
Been thanked: 1 time

Re: NI-Buildsystem

Beitrag von tannen »

alles gemacht gebaut soll für

BOXMODEL = vuzero4k

ist auch so eingestellt
Neutrino HD by NI Eigenbau mit VU+ Duo 4K SE DVB-C/DVB-T2 und VU+ Uno 4K SE DVB-C im Kabel von Vodafone
Benutzeravatar
max_10
NI - VIP
Beiträge: 162
Registriert: Di 12. Apr 2016, 13:06

Re: NI-Buildsystem

Beitrag von max_10 »

Der Fehler liegt selber am crosstool-ng, der hinterlegte Link für zlib existiert nicht mehr, im Netzt zlib-1.2.12.tar.xz suchen und in den download Ordner kopieren und bauen neu starten.
Benutzeravatar
tannen
Beiträge: 384
Registriert: Mo 12. Nov 2018, 18:10
Wohnort: NRW
Box: VU+Duo 4K SE C/T2 VU+Uno 4K SE C
Has thanked: 3 times
Been thanked: 1 time

Re: NI-Buildsystem

Beitrag von tannen »

Danke gab ich gemacht und komme wieder einen Schluck weiter jetzt bleibt es hier hängen
[WARN ] Number of open files 1024 may not be sufficient to build the toolchain; increasing to 2048
[INFO ] Build started 20221106.110737
[INFO ] Building environment variables
[INFO ] =================================================================
[INFO ] Retrieving needed toolchain components' tarballs
[INFO ] Retrieving needed toolchain components' tarballs: done in 0.47s (at 00:02)
[INFO ] =================================================================
[INFO ] Extracting and patching toolchain components
[WARN ] linux: using custom location, no patches applied
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Extracting and patching toolchain components'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@376]
[ERROR] >> called from: CT_Extract[scripts/functions@2214]
[ERROR] >> called from: CT_DoExtractPatch[scripts/functions@2304]
[ERROR] >> called from: CT_PackageRun[scripts/functions@2090]
[ERROR] >> called from: CT_ExtractPatch[scripts/functions@2430]
[ERROR] >> called from: do_gmp_extract[scripts/build/companion_libs/100-gmp.sh@21]
[ERROR] >> called from: do_companion_libs_extract[scripts/build/companion_libs.sh@22]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@666]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> https://crosstool-ng.github.io/docs/known-issues/
[ERROR] >>
[ERROR] >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR] >> Before submitting a bug report, try to reproduce it without enabling
[ERROR] >> any experimental features. Otherwise, you'll need to debug it
[ERROR] >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR] >> preferably, a fix.
[ERROR] >>
[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR] >>
[ERROR] >> Make sure your report includes all the information pertinent to this issue.
[ERROR] >> Read the bug reporting guidelines here:
[ERROR] >> http://crosstool-ng.github.io/support/
[ERROR]
[ERROR] (elapsed: 0:32.49)
[00:33] / gmake[1]: *** [ct-ng:261: build] Fehler 2
make: *** [package/crosstool-ng/crosstool-ng.mk:117: crosstool-ng.do_compile] Fehler
2
Neutrino HD by NI Eigenbau mit VU+ Duo 4K SE DVB-C/DVB-T2 und VU+ Uno 4K SE DVB-C im Kabel von Vodafone
Benutzeravatar
max_10
NI - VIP
Beiträge: 162
Registriert: Di 12. Apr 2016, 13:06

Re: NI-Buildsystem

Beitrag von max_10 »

Jetzt wird gmp-6.2.1.tar.xz nicht gefunden beim download, im netz suchen und wieder einfügen im download Ordner.
Benutzeravatar
tannen
Beiträge: 384
Registriert: Mo 12. Nov 2018, 18:10
Wohnort: NRW
Box: VU+Duo 4K SE C/T2 VU+Uno 4K SE C
Has thanked: 3 times
Been thanked: 1 time

Re: NI-Buildsystem

Beitrag von tannen »

Danke habe ich gemacht jetzt bleibt es hier hängen
[INFO ] Build started 20221106.113144
[INFO ] Building environment variables
[INFO ] =================================================================
[INFO ] Retrieving needed toolchain components' tarballs
[INFO ] Retrieving needed toolchain components' tarballs: done in 0.49s (at 00:02)
[INFO ] =================================================================
[INFO ] Extracting and patching toolchain components
[WARN ] linux: using custom location, no patches applied
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Extracting and patching toolchain components'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@376]
[ERROR] >> called from: CT_Extract[scripts/functions@2214]
[ERROR] >> called from: CT_DoExtractPatch[scripts/functions@2304]
[ERROR] >> called from: CT_PackageRun[scripts/functions@2090]
[ERROR] >> called from: CT_ExtractPatch[scripts/functions@2430]
[ERROR] >> called from: do_mpfr_extract[scripts/build/companion_libs/110-mpfr.sh@21]
[ERROR] >> called from: do_companion_libs_extract[scripts/build/companion_libs.sh@22]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@666]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> https://crosstool-ng.github.io/docs/known-issues/
[ERROR] >>
[ERROR] >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR] >> Before submitting a bug report, try to reproduce it without enabling
[ERROR] >> any experimental features. Otherwise, you'll need to debug it
[ERROR] >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR] >> preferably, a fix.
[ERROR] >>
[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR] >>
[ERROR] >> Make sure your report includes all the information pertinent to this issue.
[ERROR] >> Read the bug reporting guidelines here:
[ERROR] >> http://crosstool-ng.github.io/support/
[ERROR]
[ERROR] (elapsed: 0:34.26)
[00:35] / gmake[1]: *** [ct-ng:261: build] Fehler 2
make: *** [package/crosstool-ng/crosstool-ng.mk:117: crosstool-ng.do_compile] Fehler 2
Neutrino HD by NI Eigenbau mit VU+ Duo 4K SE DVB-C/DVB-T2 und VU+ Uno 4K SE DVB-C im Kabel von Vodafone
Antworten

Zurück zu „Neutrino allgemein“