Beiträge von pecorazza

    Yes Gast69


    My goal was exactly that: try to compile a fresh image, not adding nothing at the end of the glibc_ppc4xx_ibmstropt.diff file.
    I only changed /bin/sh pointing, from dash to bash, and everything, as I sai, went fine.
    Are you sure you do not have any scripts that point to /bin/sh?
    Anyway, you can try to link sh to bash, and eventualy, roll back after your tests.


    Bye

    LittleBoy
    Thank you very much - I solved that way. Here is the command ti see which shell /bin/sh points to:

    Code
    ls -la /bin/sh


    I it points to dash, all tou have to do is:

    Code
    sudo ln -sf /bin/bash /bin/sh


    and that's all. There is no need to add the lines to glibc_ppc4xx_ibmstropt.diff


    Bye

    LittleBoy
    Thank you very much - I solved that way. Here is the command ti see which shell /bin/sh points to:

    Code
    ls -la /bin/sh


    I it points to dash, all tou have to do is:

    Code
    sudo ln -sf /bin/bash /bin/sh


    and that's all. There is no need to add the lines to glibc_ppc4xx_ibmstropt.diff


    Bye

    Here we are again. Added the code you suggest. Here is the new error :frowning_face:


    Code
    /usr/bin/install -c -d /user/dream/root/cdkflash/root/share/fonts
    /usr/bin/install -c -d /user/dream/root/cdkflash/root/share/locale
    /usr/bin/install -c /user/dream/apps/tuxbox/enigma/po/locale.alias /user/dream/root/cdkflash/root/share/locale
    /usr/bin/install: cannot stat `/user/dream/apps/tuxbox/enigma/po/locale.alias': No such file or directory
    make: *** [/user/dream/root/cdkflash/.part_enigma] Error 1
    user@pecorazza:~/dream/cdk#

    Hello and sorry for using English over there.
    I had the same prob as you and I wrote it over there:


    Problem compiling with Ubuntu


    Unfortunately Gast69's workaround doesn't work for me (or maybe, I did not understand :smiling_face: )
    Anyway, i did a cut'n'paste and add the code at the end of the .diff file.


    Now I obtain a new error when i launch make dreamboximage_root:


    By the way, I found the code I added manually into the csu/Makefile.rej (rejected code)


    Any idea?
    Thx again

    Box type DM7000
    GUI Enigma1
    Firmware version: Latest


    Problem compiling with Ubuntu


    Hi all :grinning_squinting_face:


    I have a big problem compiling a DM7000 Image from cvs, using latest Ubuntu release (Efty Edge - 6.10). I had the same problem with two previous Ubuntu releases (Dapper Drake and Breezy Badger), so I decided to test some other Linux distros such as Fedora, SuSe, Vidalinux and the copmiling went fine.


    So a few days ago I decided to install latest Ubuntu, and I had the same problem again. During "make dreamboximage_root", I obtain this error message:




    Can somebody please help me?


    Thx