Beiträge von MiLoSoftware

    Since the 1 April Enigma2, the rotor function is no longer correct when using a second cable from a motorized dish. It appears to switch tuners instead of turning the dish. It will turn once, but not once more. Going into the rotor setup and confirming it works around it for once, but the bug leads to annoyance and failed recordings.


    The March 28 Enigma2 does not have this bug.

    Start a recording.
    Wait one minute.
    Play the recording from the movie selection.
    The playback will stop when it reaches the one minute mark (where the recording was at the start of playback).


    This bug is present in the 1 april Enigma2, but is was not present in the March 28 status.

    I've been trying to get Enigma2 compiled on a (Co)Linux system (as described on http://www.milosoftware.com/sat/dreambox.html). However, it won't compile the glibc package, I get the following error:


    NOTE: package glibc-2.3.5+cvs20051107-r0: task do_compile: completed
    NOTE: package glibc-2.3.5+cvs20051107-r0: task do_install: started
    ERROR: function do_install failed
    ERROR: see log in /home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/temp/log.do_install.254
    NOTE: Task failed: /home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/temp/log.do_install.254
    NOTE: package glibc-2.3.5+cvs20051107-r0: task do_install: failed
    ERROR: TaskFailed event exception, aborting
    NOTE: package glibc-2.3.5+cvs20051107: failed
    ERROR: Build of dreambox-image failed
    make: *** [image] Error 1


    Taking a peek at the log file reveals:


    /home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/build-mipsel-linux/libc.so.6: undefined reference to `__tls_get_addr@GLIBC_2.3'
    collect2: ld returned 1 exit status
    make[3]: *** [/home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/build-mipsel-linux/iconv/iconv_prog] Error 1
    make[3]: Leaving directory `/home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/libc/iconv'
    make[2]: *** [iconv/subdir_install] Error 2
    make[2]: Leaving directory `/home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/libc'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/dreambox/db/build/tmp/work/glibc-2.3.5+cvs20051107-r0/build-mipsel-linux'
    FATAL: oe_runmake failed


    Any insights?