Seite 39 von 40

Re: allg. Infos zu den changelogs

Verfasst: So 8. Mai 2022, 20:02
von Bua12120
Kein Problem aber es ging ja bei mir und bin bash muss man ja trotzdem umstellen oder nicht ! Egal aber jetzt ! Mfg

Re: allg. Infos zu den changelogs

Verfasst: So 8. Mai 2022, 20:09
von max
@Bua12120
an der stelle geht es nicht um bash, sondern um SWIG = /usr/bin/swig -c++ laut Makefile und da swig nicht da ist kann bash mit -c++ nichts anfangen

Re: allg. Infos zu den changelogs

Verfasst: Mo 9. Mai 2022, 12:49
von mohousch
hab gestern Debian 11.3 installiert, es sollen für den PC Bau alle Bugs gelöst sein

für die Boxen soll Media Framework buildingplayer wählen

linuxmint 20.1, 20.2 und 20.3 : check alles baut durch
Debian 11.3.0: PC baut durch, für die Boxen (buildingplayer wahlen) baut auch durch
Ubuntu 20.4: check (22.04 teste ich noch)

Ergänzung zu PC Tests:
make init für den Build Konfiguration was man testen möchte, wer den Schritt nicht will, es wird eine Version mit LUA Unterstutzung, Gstreamer als Player

Re: allg. Infos zu den changelogs

Verfasst: Mi 8. Jun 2022, 22:14
von mohousch
Wegen DMCA takedown ist neutrinohd2 nicht mehr erreichbar

an der Stelle bedenke ich mich an jeden der geholfen hat.

ob es wieder Public gemacht wird steht erstmal in den Sternen .

Re: allg. Infos zu den changelogs

Verfasst: Mi 8. Jun 2022, 22:51
von BPanther
Entferne doch einfach die 10 Zeilen die da bemängelt werden, dann sollten die das doch bestimmt wieder freischalten. Oder auf WebTV/IPTV XML/M3U* mit Links verzichten und nur noch als Dummys einbauen.

Re: allg. Infos zu den changelogs

Verfasst: Do 9. Jun 2022, 01:52
von mohousch
zu spät und direkt Kontakt zu dem Owner hab dazu keine Lust mehr

Re: allg. Infos zu den changelogs

Verfasst: Fr 17. Jun 2022, 22:40
von mohousch
wieder da und online repo renamed in neutrino2, mir gefaellt der Name besser als neutrinoHD2 ;-)
aus dem neutrino2 Konzept ging ja damals meine Motivation die GUI neue zu erstallten.

Re: allg. Infos zu den changelogs

Verfasst: Mi 5. Okt 2022, 14:21
von ertzuiop
Halo!

Ich brauche hilfe, mit dem UFS 913.

Ich finde nicht in buildsystem https://github.com/mohousch/buildsystem.git.

Danke!

Re: allg. Infos zu den changelogs

Verfasst: Mi 5. Okt 2022, 21:39
von mohousch
Hallo

die wird nicht unterstützt

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 11:32
von Matze2002
Moin,
baust du die E4HD Ultra mit ein ?

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 12:42
von mohousch
Blind vom TDT übernommen

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 12:51
von Matze2002
Alles klar... Danke...
Ich baue gerade mal eine HD51 mit deinem Build...
Dannach werde ich mal die E4HD bauen....

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 14:17
von Matze2002
Hmmmm....da war eine Passwort Abfrage von Github...
hab da einfach mal was eingegeben... war natürlich falsch...
Was muss ich da machen ?

Code: Alles auswählen

libtool: install: /usr/bin/install -c .libs/libgstmpeg4p2unpack.a /home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib/gstreamer-1.0/libgstmpeg4p2unpack.a
libtool: install: chmod 644 /home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib/gstreamer-1.0/libgstmpeg4p2unpack.a
libtool: install: mipsel-unknown-linux-gnu-ranlib /home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib/gstreamer-1.0/libgstmpeg4p2unpack.a
libtool: warning: remember to run 'libtool --finish /usr/lib/gstreamer-1.0'
for i in `cd /home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib/gstreamer-1.0; echo *.la`; do \
	sed -i "s,^libdir=.*,libdir='/home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib'," /home/matze/buildsystem/tufsbox/gb800se/cdkroot/usr/lib/gstreamer-1.0/$i; done
rm -rf /home/matze/buildsystem/tufsbox/gb800se/build_tmp/gstreamer1.0-plugin-dvbmediasink
Build of gst_plugins_dvbmediasink 1.0 completed

==============================================================

Start build of neutrinohd2
rm -rf /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2
[ -d "/home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git" ] && \
(cd /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git; git pull;); \
[ -d "/home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git" ] || \
git clone https://github.com/mohousch/neutrinohd2.git /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git; \
cp -ra /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2; \
set -e; cd /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2/nhd2-exp; \
	    for i in ; do if [ -d $i ]; then for p in $i/*; do if [ ${p:0:1} == "/" ]; then echo -e "==> \033[00;31mApplying Patch:\033[0m $p"; patch -p1 -i $p; else echo -e "==> \033[00;31mApplying Patch:\033[0m $p"; patch -p1 -i /home/matze/buildsystem/Patches/$p; fi; done; else if [ ${i:0:1} == "/" ]; then echo -e "==> \033[00;31mApplying Patch:\033[0m $i"; patch -p1 -i $i; else echo -e "==> \033[00;31mApplying Patch:\033[0m $i"; patch -p1 -i /home/matze/buildsystem/Patches/$i; fi; fi; done; if [ AA == "AA" ]; then echo -e "Patching \033[01;32mneutrinohd2\033[0m completed"; else echo -e "Patching \033[01;32mneutrinohd2 \033[0m completed"; fi; echo
Cloning into '/home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git'...
Username for 'https://github.com': matze
Password for 'https://matze@github.com': 
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/mohousch/neutrinohd2.git/'
cp: cannot stat '/home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2.git': No such file or directory
/bin/bash: line 5: cd: /home/matze/buildsystem/tufsbox/gb800se/build_source/neutrinohd2/nhd2-exp: No such file or directory
make: *** [make/neutrino.mk:133: /home/matze/buildsystem/tufsbox/gb800se/.deps/neutrinohd2.do_prepare] Fehler 1
matze@BauRechner:~/buildsystem$ 

Jetzt ist mir gerade doch eingefallen das ich das auch mal updaten könnte... :ksmile:

Aber da ist dann auch gleich ein Fehler gekommen...

Code: Alles auswählen

 rename root/{ => var}/usr/share/fonts/tuxtxt.ttf (100%)
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your merge.renamelimit variable to at least 5235 and retry the command.
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   config.local

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	apps/tools/hd-idle/
	apps/tools/libeplayer2/
	apps/tools/libeplayer3/
	apps/tools/shmE2/
	apps/tools/ufs922_eeprom/
	driver/README.md
	driver/frontends/multituner/platform/octagon1008_platform.h
	flash/
	hostapps/tfinstaller/
	pull-stash-cdk.patch

no changes added to commit (use "git add" and/or "git commit -a")
Dropped refs/stash@{0} (5fbc76b8f4cffe18e4393339a4e262af7b3be039)

===================================================================
      updating mohousch-driver git repository
===================================================================

Saved working directory and index state WIP on master: 27578989 Merge pull request #4 from mjfwalsh/master
Username for 'https://github.com': 

Code: Alles auswählen

 create mode 100644 root/var/etc/titan/titan.cfg
 create mode 100644 root/var/etc/titan/transponder
 rename root/{usr/share/fonts/valis_enigma.ttf => var/usr/share/fonts/default.ttf} (100%)
 rename root/{ => var}/usr/share/fonts/tuxtxt.ttf (100%)
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your merge.renamelimit variable to at least 5235 and retry the command.
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   config.local

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	apps/tools/hd-idle/
	apps/tools/libeplayer2/
	apps/tools/libeplayer3/
	apps/tools/shmE2/
	apps/tools/ufs922_eeprom/
	driver/README.md
	driver/frontends/multituner/platform/octagon1008_platform.h
	flash/
	hostapps/tfinstaller/
	pull-stash-cdk.patch

no changes added to commit (use "git add" and/or "git commit -a")
Dropped refs/stash@{0} (5fbc76b8f4cffe18e4393339a4e262af7b3be039)

===================================================================
      updating mohousch-driver git repository
===================================================================

Saved working directory and index state WIP on master: 27578989 Merge pull request #4 from mjfwalsh/master
Username for 'https://github.com': matze
Password for 'https://matze@github.com': 
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/mohousch/driver.git/'

===================================================================
      updating mohousch-apps git repository
===================================================================

Saved working directory and index state WIP on master: 34ed243 fix grab for vuduo4k
Username for 'https://github.com': matze
Password for 'https://matze@github.com': 
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/mohousch/apps.git/'

===================================================================
      updating mohousch-flash git repository
===================================================================

No local changes to save
No stash entries found.
Username for 'https://github.com':

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 22:46
von Matze2002
Ich habe jetzt mal E4HD gebaut...
Das ist durchgelaufen... :ksmile:

Habe es aber noch nicht geflasht... :flucht:
Weil ich immer noch nicht ganz genau weiß mit den Images...

Bei dir hat es jetzt 3 verschiedene Images auf einmal gebaut...

e4hdultra_NEUTRINO2_27.11.2022-22.36_online.tgz
e4hdultra_NEUTRINO2_27.11.2022-22.36_recovery_emmc.zip
e4hdultra_NEUTRINO2_27.11.2022-22.36_usb.zip

So wie ich das jetzt verstehe kann ich das USB in Part 3 flashen ? Oder ?

Das recovery enthält die Disk Variante... Das will ich nicht...

Re: allg. Infos zu den changelogs

Verfasst: So 27. Nov 2022, 23:18
von Matze2002
Sooo nochmal die hd51 probiert...

Code: Alles auswählen

checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for arm-cortex-linux-gnueabihf-gcc... (cached) arm-cortex-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking whether arm-cortex-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
checking dependency style of arm-cortex-linux-gnueabihf-gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether arm-cortex-linux-gnueabihf-g++ accepts -g... yes
checking dependency style of arm-cortex-linux-gnueabihf-g++... gcc3
checking how to run the C++ preprocessor... arm-cortex-linux-gnueabihf-g++ -E
checking for ld used by arm-cortex-linux-gnueabihf-g++... arm-cortex-linux-gnueabihf-ld
checking if the linker (arm-cortex-linux-gnueabihf-ld) is GNU ld... yes
checking whether the arm-cortex-linux-gnueabihf-g++ linker (arm-cortex-linux-gnueabihf-ld) supports shared libraries... yes
checking for arm-cortex-linux-gnueabihf-g++ option to produce PIC... -fPIC -DPIC
checking if arm-cortex-linux-gnueabihf-g++ PIC flag -fPIC -DPIC works... yes
checking if arm-cortex-linux-gnueabihf-g++ static flag -static works... no
checking if arm-cortex-linux-gnueabihf-g++ supports -c -o file.o... yes
checking if arm-cortex-linux-gnueabihf-g++ supports -c -o file.o... (cached) yes
checking whether the arm-cortex-linux-gnueabihf-g++ linker (arm-cortex-linux-gnueabihf-ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for arm-cortex-linux-gnueabihf-pkg-config... /home/matze/buildsystem/tufsbox/hd51/host/bin/arm-cortex-linux-gnueabihf-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GSTREAMER... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-am
  CC       eplayer4.o
eplayer4.c: In function 'main':
eplayer4.c:155:47: error: incompatible type for argument 2 of 'gst_element_query_position'
     gst_element_query_position(m_gst_playbin, &fmt, &pos);
                                               ^~~~
In file included from /home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gst.h:89,
                 from eplayer4.c:29:
/home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gstutils.h:970:89: note: expected 'GstFormat' {aka 'enum <anonymous>'} but argument is of type 'GstFormat *' {aka 'enum <anonymous> *'}
 gboolean                gst_element_query_position      (GstElement *element, GstFormat format, gint64 *cur);
                                                                               ~~~~~~~~~~^~~~~~
eplayer4.c:176:47: error: incompatible type for argument 2 of 'gst_element_query_duration'
     gst_element_query_duration(m_gst_playbin, &fmt, &len);
                                               ^~~~
In file included from /home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gst.h:89,
                 from eplayer4.c:29:
/home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gstutils.h:971:89: note: expected 'GstFormat' {aka 'enum <anonymous>'} but argument is of type 'GstFormat *' {aka 'enum <anonymous> *'}
 gboolean                gst_element_query_duration      (GstElement *element, GstFormat format, gint64 *duration);
                                                                               ~~~~~~~~~~^~~~~~
eplayer4.c:186:47: error: incompatible type for argument 2 of 'gst_element_query_position'
     gst_element_query_position(m_gst_playbin, &fmt, &pos);
                                               ^~~~
In file included from /home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gst.h:89,
                 from eplayer4.c:29:
/home/matze/buildsystem/tufsbox/hd51/cdkroot/usr/include/gstreamer-1.0/gst/gstutils.h:970:89: note: expected 'GstFormat' {aka 'enum <anonymous>'} but argument is of type 'GstFormat *' {aka 'enum <anonymous> *'}
 gboolean                gst_element_query_position      (GstElement *element, GstFormat format, gint64 *cur);
                                                                               ~~~~~~~~~~^~~~~~
make[2]: *** [Makefile:454: eplayer4.o] Error 1
make[1]: *** [Makefile:333: all] Error 2
make: *** [make/tools.mk:244: /home/matze/buildsystem/tufsbox/hd51/.deps/tools-eplayer4] Fehler 2