rootfs and log.image_cmd.xxxxxx ERROR

  • Hi i am really confused last days...




    log.image_cmd...



    Code
    install: cannot change permissions of `/mnt/hdd1/OE/7025/build/tmp/rootfs/boot/dev': Not a directory



    Can Someone tell me what is going on???


    Partition is EXT3 format ( new one! ) after installation fresh Gentoo 2007.0

  • these 'not a directory errors seem' to come from the fielsystem you are using - I think there is a post somewehre (but in German) if you use ext3 instead of reiserfs it should work (maybe).


    You can easily try this out by mounting an USB stick/Harddisk or a Cf Card with ext3 filesystem there and run the build script again.


    Only my 5 cents :smiling_face:

    3 Mal editiert, zuletzt von Lost in Translation ()

  • So, I am using EXT3 Format of my partitions.


    What i see?


    1st. When I commpile image just do make image (Makfile -f.......)


    all is ok


    2nd.


    cd build
    source ./env.source
    bitbake -cclean enigma2
    bitbak enigma2
    bitbake dreambox-image


    and then all time this bug...


    :frowning_face:

  • Running


    > make -f Makefile-opendreambox image
    .....
    NOTE: package dreambox-image-1.0: started
    NOTE: package dreambox-image-1.0-r0: task do_rootfs: started
    ERROR: function do_rootfs failed
    ERROR: see log in /home/bullz/dm7025/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.8126

    ---


    The logfile said.
    --
    .....
    + install -d /home/bullz/dm7025/build/tmp/rootfs//etc
    + echo 200707141907
    + log_check rootfs
    + set +x
    log_check: Using /home/bullz/dm7025/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.8126 as logfile
    log_check: There were error messages in the logfile
    -e log_check: Matched keyword: [Cannot find package]

    --
    I wonder which package cannot be found ?
    --


    Another question ? Can I use any shell (bash or tcsh ?)


    I use an ext3 partition (/dev/mapper/hdb4 on /home type ext3 (rw)) so this is not the
    problem. I can also say that i'm using Ubuntu 7.4.


    So my question is which package is missing ????

    Einmal editiert, zuletzt von bullzeye ()