Report : opendreambox-1.6.git problem - no error log !

  • @Developers


    I report here the following problem I have trying to build a 600pvr enigma1 image with opendreambox-1.6.git. (Same problem with the 7020 image also).


    Soon after start I get this error :-



    The /tmp files are attached. The compile error log 20605 is empty !


    If I bitbake shasum-native.bb directly I get the compile log 20481. However this log also is incomplete - it stop without any details of the error.


    Is there any way I can get more details of this error ?


    Regards, pcd.

  • Have you tried to compile this manually yet? Just to see a possible error.

    Homescreen eurer Apple-Geräte noch nicht voll genug?


    dreaMote: Fernbedienung für Dreamboxen
    Mobile WOL: Wake-on-LAN Client für iOS mit optionalem Widget
    My Home Remote: Fernkontrolle für Homematic CCU/CCU2 optimiert für mobile Benutzung

  • I meant 'compile manually' as in 'without bitbake' :winking_face:


    Go into the working directory (build/tmp/work/i686-linux/shasum-native-1.0-r1/)
    and enter

    Code
    ccache gcc -isystem/home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/staging/i686-linux/usr/include -O2 -isystem/home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/staging/i686-linux/usr/include -o oe_sha256sum main.c sha256.c


    If it compiles fine I'm currently out of ideas - if not fix it and then try it again with bitbake (though you might want to clean the package beforehand).

    Homescreen eurer Apple-Geräte noch nicht voll genug?


    dreaMote: Fernbedienung für Dreamboxen
    Mobile WOL: Wake-on-LAN Client für iOS mit optionalem Widget
    My Home Remote: Fernkontrolle für Homematic CCU/CCU2 optimiert für mobile Benutzung

  • Unfortunately it compiles ! :frowning_face:


    But with warnings :-


    Code
    [pcd@localhost ~]$ cd /home/pcd/tuxbox-7020A/dm7020/build/tmp/work/i686-linux/shasum-native-1.0-r1
    [pcd@localhost shasum-native-1.0-r1]$ ccache gcc -isystem/home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/staging/i686-linux/usr/include -O2 -isystem/home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/staging/i686-linux/usr/include -o oe_sha256sum main.c sha256.c
    main.c: In function 'bin2hex':
    main.c:17: warning: pointer targets in assignment differ in signedness
    main.c:19: warning: pointer targets in return differ in signedness
    main.c:30: warning: pointer targets in return differ in signedness
    [pcd@localhost shasum-native-1.0-r1]