ncurses-5.4-r8 install failed

  • Hat sich erledigt. Ist wohl noch einiges nicht so fertig in FC7 :grinning_squinting_face:




    Hy.


    Ich bekomme folgenden Fehler nicht mehr weg bei mir :smiling_face_with_horns:


    NOTE: package ncurses-5.4-r8: task do_patch: completed
    NOTE: package ncurses-5.4-r8: task do_configure: started
    NOTE: package ncurses-5.4-r8: task do_configure: completed
    NOTE: package ncurses-5.4-r8: task do_compile: started
    NOTE: package ncurses-5.4-r8: task do_compile: completed
    NOTE: package ncurses-5.4-r8: task do_install: started
    ERROR: function do_install failed
    ERROR: see log in /root/7020/build/tmp/work/ncurses-5.4-r8/temp/log.do_install.22269
    NOTE: Task failed: /root/7020/build/tmp/work/ncurses-5.4-r8/temp/log.do_install.22269
    NOTE: package ncurses-5.4-r8: task do_install: failed
    ERROR: TaskFailed event exception, aborting
    NOTE: package ncurses-5.4: failed
    ERROR: Build of dreambox-image failed
    make: *** [image] Fehler 1
    You have new mail in /var/spool/mail/root


    System ist ein FC7 Test4 mit allen Updates.
    Logfile anbei...


    Hat jemand eine Idee wo oder woran es hängt ?


    Gruß und Danke Bughunter

  • I have the same problem while building OE for 7020, using Fedora Core 7.


    Code
    tic: symbol lookup error: tic: undefined symbol: _nc_check_termtype


    Did you solve this problem? Or should we try another Linux distribution?

    Einmal editiert, zuletzt von tata ()

  • Hy tata.


    No, not solved :smiling_face_with_horns: .


    I'm still using Fedora 6..


    Regards Bughunter

  • Thank you for your answer bughunter.


    It is my first attempt to build OE environment. It seems I didn't select the good Fedora distribution. So I will install a Fedora 6, based on your experience. The Fedora 7 is still on test. Final version may fix this issue I guess.


    Regards.

  • When you have finished installing FC 6 have a short Look here to install the Add ons for OE.


    Have a good "Buildtime" tata :grinning_squinting_face:



    Bughunter

  • Thank you again bughunter.


    I finally installed FC6. And, ncurses compiled successfully. Now I have an error with CVS-20070327 (saved_keyboard_mode undeclared). I thought my database is outdated and changed the update parameter to 0 in the makefile. This time, I receive database readonly error. Perhaps I have a missing package, I will check the link you mentioned previously. Or downloading the whole database again may solve the issue.


    Regards.


    Ps. Re-dowloading oe.mtn didn't solve saved_keyboard_mode problem. I have to modify the header file I guess.

    Einmal editiert, zuletzt von tata ()

  • Zitat

    Original von compilator
    I have FC7 and the same problem.


    Any easy solution?


    Thanks


    make -i :smiling_face:

  • Hi, newbie
    found a solution on
    [oe-issues] [Bug 2554] broken cross build environment / fix ncurses build


    did the following


    edit {OE files}/build/env.source


    --orginal file---------------
    OE_BASE=/home/maribo/db
    export BBPATH="${OE_BASE}/openembedded/:${OE_BASE}/bb/:${OE_BASE}/build/"
    PATH=${PATH}:${OE_BASE}/bb/bin:${OE_BASE}/build/tmp/cross/bin
    export PATH
    export LD_LIBRARY_PATH=
    export LANG=C
    -------------------------------
    --modified file---------------
    OE_BASE=/home/maribo/db
    export BBPATH="${OE_BASE}/openembedded/:${OE_BASE}/bb/:${OE_BASE}/build/"
    PATH=${PATH}:${OE_BASE}/bb/bin:${OE_BASE}/build/tmp/cross/bin
    export PATH
    export LD_LIBRARY_PATH=${OE_BASE}/build/tmp/staging/x86_64-linux/lib
    export LANG=C
    -------------------------------


    now ncurses compiles but is not able to verify that is work okmnewbie

  • Ich habe das Problem mit einem 32 Bit Ubuntu 4.08.


    NOTE: package ncurses-5.4: started
    NOTE: package ncurses-5.4-r8: task do_install: started
    ERROR: function do_install failed
    ERROR: see log in /home/klick/Dream/build/tmp/work/ncurses-5.4-r8/temp/log.do_install.1973
    NOTE: Task failed: /home/klick/Dream/build/tmp/work/ncurses-5.4-r8/temp/log.do_install.1973
    NOTE: package ncurses-5.4-r8: task do_install: failed
    ERROR: TaskFailed event exception, aborting
    NOTE: package ncurses-5.4: failed
    ERROR: Build of dreambox-image failed
    make: *** [image] Fehler 1
    -desktop:~/Dream$


    Das Paket ist in den sources drin. Woran kann es liegen?


    Danke Packe


  • #1 UPDATE ubuntu to latest version ( so, replace 4.08 with latest 8.04 : http://www.ubuntu.com/getubuntu/download )
    #2 Take a look into

    Code
    /home/klick/Dream/build/tmp/work/ncurses-5.4-r8/temp/log.do_install.1973

    , so log.do_install.1973 and see few last lines about error :winking_face:
    #3 Take a look here: OE: Fehler bei python-native nach Update auf openSUSE 11
    #4 As You have 32 bit ubuntu, open /build/env.source and change line:

    Code
    export LD_LIBRARY_PATH=


    to

    Code
    ${OE_BASE}/build/tmp/staging/i686-linux/lib


    Hope this help.
    Cheers

    JET/Jtvos/Jtv Team


    CLi Team Images Design