Seite 26 von 26

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Di 30. Jul 2019, 15:02
von lilo74
Hi flk,thanks but look:

ERROR: neutrinohd2-2.0+gitAUTOINC+cd868f9976-r0 do_configure: Function failed: do_configure (log file is located at /home/carlos/openpli-oe-core/build/tmp/work/azboxme-oe-linux/neutrinohd2/2.0+gitAUTOINC+cd868f9976-r0/temp/log.do_configure.5152)
ERROR: Logfile of failure stored in: /home/carlos/openpli-oe-core/build/tmp/work/azboxme-oe-linux/neutrinohd2/2.0+gitAUTOINC+cd868f9976-r0/temp/log.do_configure.5152
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| DEBUG: Executing shell function do_configure
|
| You must have libtool installed to compile neutrinohd2.
| Download the appropriate package for your system,
| or get the source from one of the GNU ftp sites
| listed in http://www.gnu.org/order/ftp.html
| WARNING: /home/carlos/openpli-oe-core/build/tmp/work/azboxme-oe-linux/neutrinohd2/2.0+gitAUTOINC+cd868f9976-r0/temp/run.do_configure.5152:1 exit 1 from './autogen.sh'
| ERROR: Function failed: do_configure (log file is located at /home/carlos/openpli-oe-core/build/tmp/work/azboxme-oe-linux/neutrinohd2/2.0+gitAUTOINC+cd868f9976-r0/temp/log.do_configure.5152)
ERROR: Task (/home/carlos/openpli-oe-core/meta-openpli/recipes-neutrino/neutrinohd2/neutrinohd2.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2125 tasks of which 2122 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/carlos/openpli-oe-core/meta-openpli/recipes-neutrino/neutrinohd2/neutrinohd2.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Di 27. Aug 2019, 11:27
von dni
edit autogen.sh and comment out the libtool check... seems to be a bug

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Fr 30. Aug 2019, 09:32
von dni
Hallo zusammen,

ich habe mir nhd2 für die ixuss one auf Basis von oe-alliance openATV gebaut.

Leider funktioniert der Empfang mit unicable nicht. Es scheint als würden die Diseqc Kommandos nicht richtig durchkommen.
Unter meinem selbst gebautem Enigma2 funktioniert es ohne Probleme.

Auf meinen sh4 Boxen mit Neutrino-mp-ddt funktioniert auch alles ohne Probleme.

Es muss also entweder am nhd2 oder an der Box (dvb Treiber) liegen würde ich sagen.

Hat jemand unicable mit nhd2 am laufen?

Gruß
dni

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Di 3. Sep 2019, 16:08
von lilo74
Hi all forum, this error ,OE-ALLAINCE:

carlos@carlos-G31-M7-TE:~/build-enviroment/builds/openatv/release/azboxme$ bitbake neutrinohd2
Loading cache: 100% |###############################################################| Time: 0:00:03
Loaded 4862 entries from dependency cache.
WARNING: /home/carlos/build-enviroment/meta-oe-alliance/meta-oe/recipes-neutrino/neutrinohd2/neutrinohd2.bb: Exception during build_dependencies for LDFLAGS
WARNING: /home/carlos/build-enviroment/meta-oe-alliance/meta-oe/recipes-neutrino/neutrinohd2/neutrinohd2.bb: Error during finalise of /home/carlos/build-enviroment/meta-oe-alliance/meta-oe/recipes-neutrino/neutrinohd2/neutrinohd2.bb
ERROR: ExpansionError during parsing /home/carlos/build-enviroment/meta-oe-alliance/meta-oe/recipes-neutrino/neutrinohd2/neutrinohd2.bb
Traceback (most recent call last):
File "Var <LDFLAGS>", line 1, in <module>
bb.data_smart.ExpansionError: Failure expanding variable LDFLAGS, expression was ${@base_contains('GST_VERSION', '1.0', ' -lxml2 ', '', d)}-Wl,-O1 -Wl,--as-needed which triggered exception NameError: name 'base_contains' is not defined

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Di 3. Sep 2019, 18:44
von dni
replace all "base_contains" with "bb.utils.contains" in file "/home/carlos/build-enviroment/meta-oe-alliance/meta-oe/recipes-neutrino/neutrinohd2/neutrinohd2-bin.inc"

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Mi 4. Sep 2019, 02:08
von lilo74
Hi Friend,look:
${@bb.utils.contains("GST_VERSION", "1.0", "--with-gstversion=1.0", "", d)} \
${@bb.utils.contains("MACHINEBUILD", "gb800se", "--enable-4digits" , "", d)} \
${@bb.utils.contains("MACHINEBUILD", "odin", "--enable-4digits" , "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "dreambox", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "colorlcd220", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "bwlcd140", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "bwlcd255", "", d)} \
???

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Mi 4. Sep 2019, 06:19
von atef 0
Could you build a dreambox 820 hd image from this branch and thanks

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Mi 4. Sep 2019, 22:52
von lilo74
dni hat geschrieben: Di 27. Aug 2019, 11:27 edit autogen.sh and comment out the libtool check... seems to be a bug
Hi friend, you say edit,but what am I going to add?? Thanks and Regards

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Do 5. Sep 2019, 00:44
von lilo74
Initialising tasks: 100% |###############################################################| Time: 0:02:21
Sstate summary: Wanted 4615 Found 0 Missed 4615 Current 0 (0% match, 0% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
Currently 2 running tasks (240 of 13884) 1% | |
0: libtool-native-2.4.6-r0 do_configure - 47s (pid 21873)
1: glibc-2.28-r0 do_patch - 1s (pid 25378)

i'm compiling Opendroid for AZBox,if I have libtool-native-2.4.6 install in PC????????

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Fr 13. Sep 2019, 02:03
von lilo74
Hi all forum,I have one NHD2 for AZBox Me,I think things are missing by farPingulux.Something like enable Hinit in Menu????

Re: compiling neutrinohd2 for mipsel set top boxes

Verfasst: Mo 23. Dez 2019, 01:39
von atef 0
Error and the construction was not completed
Screenshot_2019-12-23_02-36-08.png