Problem compiling with Ubuntu

  • 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

    Hello

  • i don't use ubuntu,but here is a german thread about ubuntu compiling problems: Fehler mit Ubuntu 6.10

    DreamBox7000S ( eigenes CVS-Image, Samsung 160 GB@5400 U/Min)
    dBox2@Linux ( eigenes CVS-Image Sagem 1xI, Avia600 )
    Typhoon USB 1.1 Stick - 128 MB
    Joker-Modul @ Kamilz 1.15

  • 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

    Hello