LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-25-2009, 08:28 AM   #1
Kesem
LQ Newbie
 
Registered: Jul 2009
Posts: 11

Rep: Reputation: 0
Failure to install LTIB on Jaunty Jackalope 9.04


In order to install ltib, it requires you to add yourself to the sudoers file via visudo, and then run ./ltib which allegedly does the rest for you. However, I get an error, and it tells me to check the host_config.log which looks like the attached file.

Basically the problem is that it can't compile and install lkc.
I wanted to install lkc by myself then, but I can't find the package on the internet. I can't figure out why all these undefined references happen exactly, as I'm a linux noob. Please help. :)

The file is formatted poorly so I'll post it:


Processing platform: Host support packages
============================================
using /home/sleeptime/ltib/ltib-m5475evb-20080808/config/platform/host/ltib.preconfig

Processing: fake-provides
===========================

Processing: mkspooflinks
==========================

Processing: bison
===================

Processing: flex
==================

Processing: texinfo
=====================

Processing: autoconf
======================

Processing: libtool
=====================

Processing: lkc
=================
Build path taken because: no prebuilt rpm,


Cowardly refusing to clobber existing directory:
/opt/freescale/ltib/usr/src/rpm/BUILD/lkc-1.4
Remove this by hand if you really want to rebuild this package from scratch

scbuild/scdeploy already unpacked package

Processing: lkc
=================
Build path taken because: build key set, no prebuilt rpm,

rpmbuild --dbpath ///opt/freescale/ltib/var/lib/rpm --target i686 --define '_unpackaged_files_terminate_build 0' --define '_target_cpu i686' --define '__strip strip' --define '_topdir /opt/freescale/ltib/usr/src/rpm' --define '_prefix /opt/freescale/ltib/usr' --define '_tmppath /home/sleeptime/ltib/ltib-m5475evb-20080808/tmp' --define '_mandir /opt/freescale/ltib/usr/share/man' --define '_sysconfdir /opt/freescale/ltib/etc' --define '_localstatedir /var' -bc --short-circuit /home/sleeptime/ltib/ltib-m5475evb-20080808/dist/lfs-5.1/lkc/lkc.spec
Building target platforms: i686
Building for target i686
Executing(%build): /bin/sh -e /home/sleeptime/ltib/ltib-m5475evb-20080808/tmp/rpm-tmp.9023
+ umask 022
+ cd /opt/freescale/ltib/usr/src/rpm/BUILD
+ cd lkc-1.4
+ make -j1 conf mconf
make: `conf' is up to date.
gcc -lncurses mconf.o zconf.tab.o lxdialog/lxdialog.a -o mconf
lxdialog/lxdialog.a(checklist.o): In function `print_item':
checklist.c:(.text+0x28): undefined reference to `wmove'
checklist.c:(.text+0x44): undefined reference to `waddch'
checklist.c:(.text+0x6d): undefined reference to `wmove'
checklist.c:(.text+0xc9): undefined reference to `wprintw'
checklist.c:(.text+0xfb): undefined reference to `wprintw'
checklist.c:(.text+0x138): undefined reference to `wmove'
checklist.c:(.text+0x155): undefined reference to `waddch'
checklist.c:(.text+0x194): undefined reference to `waddnstr'
checklist.c:(.text+0x1b8): undefined reference to `wmove'
checklist.c:(.text+0x1c3): undefined reference to `wrefresh'
lxdialog/lxdialog.a(checklist.o): In function `print_arrows':
checklist.c:(.text+0x1e4): undefined reference to `wmove'
checklist.c:(.text+0x1fb): undefined reference to `acs_map'
checklist.c:(.text+0x20a): undefined reference to `waddch'
checklist.c:(.text+0x225): undefined reference to `waddnstr'
checklist.c:(.text+0x238): undefined reference to `acs_map'
checklist.c:(.text+0x247): undefined reference to `waddch'
checklist.c:(.text+0x24c): undefined reference to `acs_map'
checklist.c:(.text+0x25b): undefined reference to `waddch'
checklist.c:(.text+0x260): undefined reference to `acs_map'
checklist.c:(.text+0x26f): undefined reference to `waddch'
checklist.c:(.text+0x274): undefined reference to `acs_map'
checklist.c:(.text+0x283): undefined reference to `waddch'
checklist.c:(.text+0x2aa): undefined reference to `wmove'
checklist.c:(.text+0x2d6): undefined reference to `acs_map'
checklist.c:(.text+0x2e5): undefined reference to `waddch'
checklist.c:(.text+0x300): undefined reference to `waddnstr'
checklist.c:(.text+0x313): undefined reference to `acs_map'
checklist.c:(.text+0x322): undefined reference to `waddch'
checklist.c:(.text+0x327): undefined reference to `acs_map'
checklist.c:(.text+0x336): undefined reference to `waddch'
checklist.c:(.text+0x33b): undefined reference to `acs_map'
checklist.c:(.text+0x34a): undefined reference to `waddch'
checklist.c:(.text+0x34f): undefined reference to `acs_map'
checklist.c:(.text+0x35e): undefined reference to `waddch'
lxdialog/lxdialog.a(checklist.o): In function `print_buttons':
checklist.c:(.text+0x410): undefined reference to `wmove'
checklist.c:(.text+0x41b): undefined reference to `wrefresh'
lxdialog/lxdialog.a(checklist.o): In function `dialog_checklist':
checklist.c:(.text+0x46e): undefined reference to `endwin'
checklist.c:(.text+0x538): undefined reference to `COLS'
checklist.c:(.text+0x54e): undefined reference to `LINES'
checklist.c:(.text+0x565): undefined reference to `stdscr'
checklist.c:(.text+0x5a9): undefined reference to `newwin'
checklist.c:(.text+0x5bf): undefined reference to `keypad'
checklist.c:(.text+0x624): undefined reference to `wmove'
checklist.c:(.text+0x62e): undefined reference to `acs_map'
checklist.c:(.text+0x63d): undefined reference to `waddch'
checklist.c:(.text+0x64b): undefined reference to `acs_map'
checklist.c:(.text+0x65a): undefined reference to `waddch'
checklist.c:(.text+0x67a): undefined reference to `acs_map'
checklist.c:(.text+0x689): undefined reference to `waddch'
checklist.c:(.text+0x72b): undefined reference to `wmove'
checklist.c:(.text+0x743): undefined reference to `waddch'
checklist.c:(.text+0x75d): undefined reference to `waddnstr'
checklist.c:(.text+0x770): undefined reference to `waddch'
checklist.c:(.text+0x819): undefined reference to `subwin'
checklist.c:(.text+0x82f): undefined reference to `keypad'
checklist.c:(.text+0x9f0): undefined reference to `wnoutrefresh'
checklist.c:(.text+0x9fb): undefined reference to `wnoutrefresh'
checklist.c:(.text+0xa00): undefined reference to `doupdate'
checklist.c:(.text+0xa10): undefined reference to `wgetch'
checklist.c:(.text+0xafe): undefined reference to `scrollok'
checklist.c:(.text+0xb11): undefined reference to `wscrl'
checklist.c:(.text+0xb24): undefined reference to `scrollok'
checklist.c:(.text+0xb6e): undefined reference to `wnoutrefresh'
checklist.c:(.text+0xbb6): undefined reference to `wrefresh'
checklist.c:(.text+0xc7c): undefined reference to `scrollok'
checklist.c:(.text+0xc8f): undefined reference to `wscrl'
checklist.c:(.text+0xca2): undefined reference to `scrollok'
checklist.c:(.text+0xd0e): undefined reference to `wnoutrefresh'
checklist.c:(.text+0xd56): undefined reference to `wrefresh'
checklist.c:(.text+0xe09): undefined reference to `wnoutrefresh'
checklist.c:(.text+0xe14): undefined reference to `wrefresh'
checklist.c:(.text+0xf08): undefined reference to `delwin'
checklist.c:(.text+0xf9f): undefined reference to `wrefresh'
checklist.c:(.text+0xffd): undefined reference to `wmove'
checklist.c:(.text+0x1047): undefined reference to `wprintw'
checklist.c:(.text+0x1108): undefined reference to `wnoutrefresh'
checklist.c:(.text+0x1113): undefined reference to `wrefresh'
checklist.c:(.text+0x118c): undefined reference to `delwin'
checklist.c:(.text+0x11f4): undefined reference to `doupdate'
checklist.c:(.text+0x1215): undefined reference to `delwin'
lxdialog/lxdialog.a(menubox.o): In function `print_item':
menubox.c:(.text+0x12a): undefined reference to `wmove'
menubox.c:(.text+0x135): undefined reference to `wclrtoeol'
menubox.c:(.text+0x172): undefined reference to `wmove'
menubox.c:(.text+0x191): undefined reference to `waddnstr'
menubox.c:(.text+0x1d7): undefined reference to `wmove'
menubox.c:(.text+0x1f8): undefined reference to `waddch'
menubox.c:(.text+0x21c): undefined reference to `wmove'
menubox.c:(.text+0x227): undefined reference to `wrefresh'
lxdialog/lxdialog.a(menubox.o): In function `print_arrows':
menubox.c:(.text+0x2a0): undefined reference to `wmove'
menubox.c:(.text+0x2b7): undefined reference to `acs_map'
menubox.c:(.text+0x2c6): undefined reference to `waddch'
menubox.c:(.text+0x2e1): undefined reference to `waddnstr'
menubox.c:(.text+0x2f4): undefined reference to `acs_map'
menubox.c:(.text+0x303): undefined reference to `waddch'
menubox.c:(.text+0x308): undefined reference to `acs_map'
menubox.c:(.text+0x317): undefined reference to `waddch'
menubox.c:(.text+0x31c): undefined reference to `acs_map'
menubox.c:(.text+0x32b): undefined reference to `waddch'
menubox.c:(.text+0x330): undefined reference to `acs_map'
menubox.c:(.text+0x33f): undefined reference to `waddch'
menubox.c:(.text+0x366): undefined reference to `wmove'
menubox.c:(.text+0x38d): undefined reference to `acs_map'
menubox.c:(.text+0x39c): undefined reference to `waddch'
menubox.c:(.text+0x3b7): undefined reference to `waddnstr'
menubox.c:(.text+0x3ca): undefined reference to `acs_map'
menubox.c:(.text+0x3d9): undefined reference to `waddch'
menubox.c:(.text+0x3de): undefined reference to `acs_map'
menubox.c:(.text+0x3ed): undefined reference to `waddch'
menubox.c:(.text+0x3f2): undefined reference to `acs_map'
menubox.c:(.text+0x401): undefined reference to `waddch'
menubox.c:(.text+0x406): undefined reference to `acs_map'
menubox.c:(.text+0x415): undefined reference to `waddch'
menubox.c:(.text+0x42e): undefined reference to `wmove'
lxdialog/lxdialog.a(menubox.o): In function `print_buttons':
menubox.c:(.text+0x50f): undefined reference to `wmove'
menubox.c:(.text+0x51a): undefined reference to `wrefresh'
lxdialog/lxdialog.a(menubox.o): In function `dialog_menu':
menubox.c:(.text+0x592): undefined reference to `COLS'
menubox.c:(.text+0x5a8): undefined reference to `LINES'
menubox.c:(.text+0x5bf): undefined reference to `stdscr'
menubox.c:(.text+0x603): undefined reference to `newwin'
menubox.c:(.text+0x619): undefined reference to `keypad'
menubox.c:(.text+0x67e): undefined reference to `wmove'
menubox.c:(.text+0x688): undefined reference to `acs_map'
menubox.c:(.text+0x697): undefined reference to `waddch'
menubox.c:(.text+0x6a5): undefined reference to `acs_map'
menubox.c:(.text+0x6b4): undefined reference to `waddch'
menubox.c:(.text+0x6e8): undefined reference to `wbkgdset'
menubox.c:(.text+0x6ed): undefined reference to `acs_map'
menubox.c:(.text+0x6fc): undefined reference to `waddch'
menubox.c:(.text+0x79e): undefined reference to `wmove'
menubox.c:(.text+0x7b6): undefined reference to `waddch'
menubox.c:(.text+0x7d0): undefined reference to `waddnstr'
menubox.c:(.text+0x7e3): undefined reference to `waddch'
menubox.c:(.text+0x88c): undefined reference to `subwin'
menubox.c:(.text+0x8a2): undefined reference to `keypad'
menubox.c:(.text+0xb90): undefined reference to `wnoutrefresh'
menubox.c:(.text+0xc05): undefined reference to `wmove'
menubox.c:(.text+0xc10): undefined reference to `wrefresh'
menubox.c:(.text+0xc20): undefined reference to `wgetch'
menubox.c:(.text+0xe11): undefined reference to `scrollok'
menubox.c:(.text+0xe24): undefined reference to `wscrl'
menubox.c:(.text+0xe37): undefined reference to `scrollok'
menubox.c:(.text+0xf37): undefined reference to `scrollok'
menubox.c:(.text+0xf4a): undefined reference to `wscrl'
menubox.c:(.text+0xf5d): undefined reference to `scrollok'
menubox.c:(.text+0x1029): undefined reference to `scrollok'
menubox.c:(.text+0x104c): undefined reference to `wscrl'
menubox.c:(.text+0x10cd): undefined reference to `scrollok'
menubox.c:(.text+0x110d): undefined reference to `scrollok'
menubox.c:(.text+0x1120): undefined reference to `wscrl'
menubox.c:(.text+0x1133): undefined reference to `scrollok'
menubox.c:(.text+0x125b): undefined reference to `wnoutrefresh'
menubox.c:(.text+0x1266): undefined reference to `wrefresh'
menubox.c:(.text+0x143d): undefined reference to `wrefresh'
menubox.c:(.text+0x148f): undefined reference to `delwin'
menubox.c:(.text+0x1531): undefined reference to `delwin'
menubox.c:(.text+0x1576): undefined reference to `delwin'
lxdialog/lxdialog.a(textbox.o): In function `dialog_textbox':
textbox.c:(.text+0x5e): undefined reference to `endwin'
textbox.c:(.text+0xc0): undefined reference to `endwin'
textbox.c:(.text+0x118): undefined reference to `endwin'
textbox.c:(.text+0x168): undefined reference to `endwin'
textbox.c:(.text+0x1cc): undefined reference to `endwin'
textbox.c:(.text+0x21d): undefined reference to `COLS'
textbox.c:(.text+0x236): undefined reference to `LINES'
textbox.c:(.text+0x250): undefined reference to `stdscr'
textbox.c:(.text+0x2a0): undefined reference to `newwin'
textbox.c:(.text+0x2bc): undefined reference to `keypad'
textbox.c:(.text+0x2f8): undefined reference to `subwin'
textbox.c:(.text+0x329): undefined reference to `wbkgdset'
textbox.c:(.text+0x33f): undefined reference to `keypad'
textbox.c:(.text+0x3ad): undefined reference to `wmove'
textbox.c:(.text+0x3b7): undefined reference to `acs_map'
textbox.c:(.text+0x3c9): undefined reference to `waddch'
textbox.c:(.text+0x3da): undefined reference to `acs_map'
textbox.c:(.text+0x3ec): undefined reference to `waddch'
textbox.c:(.text+0x42c): undefined reference to `wbkgdset'
textbox.c:(.text+0x431): undefined reference to `acs_map'
textbox.c:(.text+0x443): undefined reference to `waddch'
textbox.c:(.text+0x509): undefined reference to `wmove'
textbox.c:(.text+0x524): undefined reference to `waddch'
textbox.c:(.text+0x544): undefined reference to `waddnstr'
textbox.c:(.text+0x55a): undefined reference to `waddch'
textbox.c:(.text+0x5a3): undefined reference to `wnoutrefresh'
textbox.c:(.text+0x692): undefined reference to `wmove'
textbox.c:(.text+0x6a0): undefined reference to `wrefresh'
textbox.c:(.text+0x6b3): undefined reference to `wgetch'
textbox.c:(.text+0x8ae): undefined reference to `delwin'
textbox.c:(.text+0x91f): undefined reference to `endwin'
textbox.c:(.text+0x988): undefined reference to `endwin'
textbox.c:(.text+0x9ec): undefined reference to `endwin'
textbox.c:(.text+0xa98): undefined reference to `wmove'
textbox.c:(.text+0xaa6): undefined reference to `wrefresh'
textbox.c:(.text+0xae6): undefined reference to `endwin'
textbox.c:(.text+0xb4f): undefined reference to `endwin'
textbox.c:(.text+0xbb3): undefined reference to `endwin'
textbox.c:(.text+0xc76): undefined reference to `wmove'
textbox.c:(.text+0xc84): undefined reference to `wrefresh'
textbox.c:(.text+0xcbc): undefined reference to `scrollok'
textbox.c:(.text+0xcd2): undefined reference to `wscrl'
textbox.c:(.text+0xce8): undefined reference to `scrollok'
textbox.c:(.text+0xd3f): undefined reference to `wnoutrefresh'
textbox.c:(.text+0xdcf): undefined reference to `wmove'
textbox.c:(.text+0xddd): undefined reference to `wrefresh'
textbox.c:(.text+0xe62): undefined reference to `wmove'
textbox.c:(.text+0xe70): undefined reference to `wrefresh'
textbox.c:(.text+0xea2): undefined reference to `scrollok'
textbox.c:(.text+0xeb8): undefined reference to `wscrl'
textbox.c:(.text+0xece): undefined reference to `scrollok'
textbox.c:(.text+0xefe): undefined reference to `wnoutrefresh'
textbox.c:(.text+0xf3c): undefined reference to `wmove'
textbox.c:(.text+0xf4a): undefined reference to `wrefresh'
textbox.c:(.text+0xfc6): undefined reference to `wmove'
textbox.c:(.text+0xfd4): undefined reference to `wrefresh'
textbox.c:(.text+0x1059): undefined reference to `wmove'
textbox.c:(.text+0x1067): undefined reference to `wrefresh'
textbox.c:(.text+0x10d3): undefined reference to `wmove'
textbox.c:(.text+0x10e1): undefined reference to `wrefresh'
textbox.c:(.text+0x1105): undefined reference to `delwin'
lxdialog/lxdialog.a(textbox.o): In function `back_lines':
textbox.c:(.text+0x11a5): undefined reference to `endwin'
textbox.c:(.text+0x121a): undefined reference to `endwin'
textbox.c:(.text+0x129a): undefined reference to `endwin'
textbox.c:(.text+0x130d): undefined reference to `endwin'
textbox.c:(.text+0x137e): undefined reference to `endwin'
lxdialog/lxdialog.a(textbox.o):textbox.c:(.text+0x13f9): more undefined references to `endwin' follow
lxdialog/lxdialog.a(textbox.o): In function `print_page':
textbox.c:(.text+0x166a): undefined reference to `wnoutrefresh'
lxdialog/lxdialog.a(textbox.o): In function `print_line':
textbox.c:(.text+0x16c8): undefined reference to `wmove'
textbox.c:(.text+0x16db): undefined reference to `waddch'
textbox.c:(.text+0x1724): undefined reference to `waddnstr'
textbox.c:(.text+0x176e): undefined reference to `wclrtoeol'
lxdialog/lxdialog.a(textbox.o): In function `get_line':
textbox.c:(.text+0x17c7): undefined reference to `endwin'
textbox.c:(.text+0x1839): undefined reference to `endwin'
lxdialog/lxdialog.a(textbox.o): In function `print_position':
textbox.c:(.text+0x195a): undefined reference to `endwin'
textbox.c:(.text+0x19b0): undefined reference to `wbkgdset'
textbox.c:(.text+0x1a22): undefined reference to `wmove'
textbox.c:(.text+0x1a3c): undefined reference to `wprintw'
lxdialog/lxdialog.a(yesno.o): In function `print_buttons':
yesno.c:(.text+0xab): undefined reference to `wmove'
yesno.c:(.text+0xb6): undefined reference to `wrefresh'
lxdialog/lxdialog.a(yesno.o): In function `dialog_yesno':
yesno.c:(.text+0xd2): undefined reference to `COLS'
yesno.c:(.text+0xe8): undefined reference to `LINES'
yesno.c:(.text+0xff): undefined reference to `stdscr'
yesno.c:(.text+0x143): undefined reference to `newwin'
yesno.c:(.text+0x159): undefined reference to `keypad'
yesno.c:(.text+0x1be): undefined reference to `wmove'
yesno.c:(.text+0x1c8): undefined reference to `acs_map'
yesno.c:(.text+0x1d7): undefined reference to `waddch'
yesno.c:(.text+0x1e5): undefined reference to `acs_map'
yesno.c:(.text+0x1f4): undefined reference to `waddch'
yesno.c:(.text+0x214): undefined reference to `acs_map'
yesno.c:(.text+0x223): undefined reference to `waddch'
yesno.c:(.text+0x2c5): undefined reference to `wmove'
yesno.c:(.text+0x2dd): undefined reference to `waddch'
yesno.c:(.text+0x2f7): undefined reference to `waddnstr'
yesno.c:(.text+0x30a): undefined reference to `waddch'
yesno.c:(.text+0x373): undefined reference to `wgetch'
yesno.c:(.text+0x3ed): undefined reference to `delwin'
yesno.c:(.text+0x404): undefined reference to `delwin'
yesno.c:(.text+0x490): undefined reference to `wrefresh'
yesno.c:(.text+0x49d): undefined reference to `delwin'
yesno.c:(.text+0x4ba): undefined reference to `delwin'
lxdialog/lxdialog.a(inputbox.o): In function `print_buttons':
inputbox.c:(.text+0xac): undefined reference to `wmove'
inputbox.c:(.text+0xb7): undefined reference to `wrefresh'
lxdialog/lxdialog.a(inputbox.o): In function `dialog_inputbox':
inputbox.c:(.text+0xec): undefined reference to `COLS'
inputbox.c:(.text+0x102): undefined reference to `LINES'
inputbox.c:(.text+0x119): undefined reference to `stdscr'
inputbox.c:(.text+0x15d): undefined reference to `newwin'
inputbox.c:(.text+0x173): undefined reference to `keypad'
inputbox.c:(.text+0x1d8): undefined reference to `wmove'
inputbox.c:(.text+0x1e2): undefined reference to `acs_map'
inputbox.c:(.text+0x1f1): undefined reference to `waddch'
inputbox.c:(.text+0x1ff): undefined reference to `acs_map'
inputbox.c:(.text+0x20e): undefined reference to `waddch'
inputbox.c:(.text+0x22e): undefined reference to `acs_map'
inputbox.c:(.text+0x23d): undefined reference to `waddch'
inputbox.c:(.text+0x2df): undefined reference to `wmove'
inputbox.c:(.text+0x2f7): undefined reference to `waddch'
inputbox.c:(.text+0x311): undefined reference to `waddnstr'
inputbox.c:(.text+0x324): undefined reference to `waddch'
inputbox.c:(.text+0x444): undefined reference to `wmove'
inputbox.c:(.text+0x4c6): undefined reference to `waddch'
inputbox.c:(.text+0x4f1): undefined reference to `waddnstr'
inputbox.c:(.text+0x50f): undefined reference to `wmove'
inputbox.c:(.text+0x51a): undefined reference to `wrefresh'
inputbox.c:(.text+0x52a): undefined reference to `wgetch'
inputbox.c:(.text+0x5f8): undefined reference to `wmove'
inputbox.c:(.text+0x648): undefined reference to `waddch'
inputbox.c:(.text+0x69f): undefined reference to `wmove'
inputbox.c:(.text+0x6b7): undefined reference to `waddch'
inputbox.c:(.text+0x6d5): undefined reference to `wmove'
inputbox.c:(.text+0x6e0): undefined reference to `wrefresh'
inputbox.c:(.text+0x77f): undefined reference to `wmove'
inputbox.c:(.text+0x7a8): undefined reference to `waddch'
inputbox.c:(.text+0x7db): undefined reference to `wmove'
inputbox.c:(.text+0x7ed): undefined reference to `waddch'
inputbox.c:(.text+0x7f8): undefined reference to `wrefresh'
inputbox.c:(.text+0x802): undefined reference to `flash'
inputbox.c:(.text+0x8b2): undefined reference to `delwin'
inputbox.c:(.text+0x8c9): undefined reference to `delwin'
inputbox.c:(.text+0x968): undefined reference to `wmove'
inputbox.c:(.text+0x973): undefined reference to `wrefresh'
inputbox.c:(.text+0xa61): undefined reference to `wmove'
inputbox.c:(.text+0xa6c): undefined reference to `wrefresh'
inputbox.c:(.text+0xa79): undefined reference to `delwin'
inputbox.c:(.text+0xab2): undefined reference to `delwin'
lxdialog/lxdialog.a(util.o): In function `attr_clear':
util.c:(.text+0x2e): undefined reference to `wmove'
util.c:(.text+0x4a): undefined reference to `waddch'
util.c:(.text+0xa1): undefined reference to `wtouchln'
lxdialog/lxdialog.a(util.o): In function `dialog_clear':
util.c:(.text+0xb5): undefined reference to `COLS'
util.c:(.text+0xbb): undefined reference to `LINES'
util.c:(.text+0xc1): undefined reference to `stdscr'
util.c:(.text+0xe8): undefined reference to `stdscr'
util.c:(.text+0xf5): undefined reference to `stdscr'
util.c:(.text+0x10d): undefined reference to `wmove'
util.c:(.text+0x11d): undefined reference to `stdscr'
util.c:(.text+0x131): undefined reference to `waddnstr'
util.c:(.text+0x136): undefined reference to `stdscr'
util.c:(.text+0x14e): undefined reference to `wmove'
util.c:(.text+0x15c): undefined reference to `acs_map'
util.c:(.text+0x162): undefined reference to `stdscr'
util.c:(.text+0x16e): undefined reference to `waddch'
util.c:(.text+0x177): undefined reference to `COLS'
util.c:(.text+0x184): undefined reference to `stdscr'
util.c:(.text+0x18c): undefined reference to `wnoutrefresh'
lxdialog/lxdialog.a(util.o): In function `init_dialog':
util.c:(.text+0x19d): undefined reference to `initscr'
util.c:(.text+0x1a2): undefined reference to `stdscr'
util.c:(.text+0x1b2): undefined reference to `keypad'
util.c:(.text+0x1b7): undefined reference to `cbreak'
util.c:(.text+0x1bc): undefined reference to `noecho'
lxdialog/lxdialog.a(util.o): In function `color_setup':
util.c:(.text+0x1de): undefined reference to `has_colors'
util.c:(.text+0x1eb): undefined reference to `start_color'
util.c:(.text+0x236): undefined reference to `init_pair'
lxdialog/lxdialog.a(util.o): In function `end_dialog':
util.c:(.text+0x2a2): undefined reference to `endwin'
lxdialog/lxdialog.a(util.o): In function `print_autowrap':
util.c:(.text+0x37b): undefined reference to `wmove'
util.c:(.text+0x39b): undefined reference to `waddnstr'
util.c:(.text+0x503): undefined reference to `wmove'
util.c:(.text+0x523): undefined reference to `waddnstr'
lxdialog/lxdialog.a(util.o): In function `print_button':
util.c:(.text+0x633): undefined reference to `wmove'
util.c:(.text+0x670): undefined reference to `waddnstr'
util.c:(.text+0x6ca): undefined reference to `waddch'
util.c:(.text+0x710): undefined reference to `waddch'
util.c:(.text+0x74f): undefined reference to `waddnstr'
util.c:(.text+0x78c): undefined reference to `waddnstr'
util.c:(.text+0x7ad): undefined reference to `wmove'
lxdialog/lxdialog.a(util.o): In function `draw_box':
util.c:(.text+0x7ea): undefined reference to `wmove'
util.c:(.text+0x807): undefined reference to `acs_map'
util.c:(.text+0x819): undefined reference to `waddch'
util.c:(.text+0x834): undefined reference to `acs_map'
util.c:(.text+0x846): undefined reference to `waddch'
util.c:(.text+0x861): undefined reference to `acs_map'
util.c:(.text+0x873): undefined reference to `waddch'
util.c:(.text+0x893): undefined reference to `acs_map'
util.c:(.text+0x8a5): undefined reference to `waddch'
util.c:(.text+0x8b5): undefined reference to `acs_map'
util.c:(.text+0x8c7): undefined reference to `waddch'
util.c:(.text+0x8d9): undefined reference to `acs_map'
util.c:(.text+0x8eb): undefined reference to `waddch'
util.c:(.text+0x8f8): undefined reference to `acs_map'
util.c:(.text+0x90a): undefined reference to `waddch'
util.c:(.text+0x91c): undefined reference to `acs_map'
util.c:(.text+0x92e): undefined reference to `waddch'
util.c:(.text+0x945): undefined reference to `waddch'
lxdialog/lxdialog.a(util.o): In function `draw_shadow':
util.c:(.text+0x972): undefined reference to `has_colors'
util.c:(.text+0x9a7): undefined reference to `wmove'
util.c:(.text+0x9bb): undefined reference to `winch'
util.c:(.text+0x9cf): undefined reference to `waddch'
util.c:(.text+0xa04): undefined reference to `wmove'
util.c:(.text+0xa0f): undefined reference to `winch'
util.c:(.text+0xa23): undefined reference to `waddch'
util.c:(.text+0xa2e): undefined reference to `winch'
util.c:(.text+0xa42): undefined reference to `waddch'
util.c:(.text+0xa61): undefined reference to `wnoutrefresh'
collect2: ld returned 1 exit status
make: *** [mconf] Error 1
error: Bad exit status from /home/sleeptime/ltib/ltib-m5475evb-20080808/tmp/rpm-tmp.9023 (%build)


RPM build errors:
Bad exit status from /home/sleeptime/ltib/ltib-m5475evb-20080808/tmp/rpm-tmp.9023 (%build)
Build time for lkc: 0 seconds

Failed building lkc
Died at ./ltib line 1225.
traceback:
main::build_host_rpms:1225
main::host_checks:1279
main:489


Started: Sun Nov 15 16:13:41 2009
Ended: Sun Nov 15 16:13:42 2009
Elapsed: 1 seconds

These packages failed to build:
lkc

Build Failed
Attached Files
File Type: txt host_config.txt (24.6 KB, 21 views)

Last edited by Kesem; 11-25-2009 at 08:43 AM. Reason: seems the file is formatted poorly
 
Old 11-28-2009, 02:32 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Ubuntu 9.04 Jaunty ... LTIB-cvs

You can improve your formatting by hitting the Edit button in
post # 1 and type [/code] at text end, and [code] at text start.
Then you have the text in code tags. (Thus obeying LQ rules.)

http://ltib.org/resources-download
cvs -z3 -d: pserver:anonymous@cvs.savannah.nongnu.org:/sources/ltib co -P ltib
.. or almost that line, a space was added to avoid a smilie in the URL :
" : p ", without space forms a smiley !
or : http://ltib.org/pages/netinstall.txt >> netinstall.txt,
which also downloads to /home/'username'/ltib/

The package lkc-1.4.tar.gz is in /opt/ltib/pkgs/
+ 21 other lks<files> ( patches, etc.)

Package(s) not having finshed build :
/home/'username'/ltib/rpm/BUILD/

The created packages are here : /opt/ltib/usr/src/rpm/RPMS/i686/
I came as far as to the package 'u-boot' ( today ). Then : errors.
( Choosing the first board (arm) on the list.)
Which means I have 27 packages created, incl lkc-1.4-10.i686.rpm.
If you want a package, click my name, and send an email.
.....

Please tell which Board / Processor / option, you have used.
And I will set up another user, to test how far I can get.
..... = : p
Attached Files
File Type: txt ls-lkc.txt (550 Bytes, 64 views)
File Type: txt created.ltib.rpms.txt (684 Bytes, 47 views)

Last edited by knudfl; 11-29-2009 at 06:27 AM.
 
  


Reply

Tags
ltib



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How-To: Install OpenOffice.org 3.1.1 in Ubuntu 9.04 Jaunty Jackalope LXer Syndicated Linux News 0 09-05-2009 05:10 PM
LXer: How-To: Compile and Install GIMP 2.7.0 in Ubuntu 9.04 Jaunty Jackalope LXer Syndicated Linux News 0 08-23-2009 01:12 AM
LXer: How-To: Install KDE 4.3 in Ubuntu/Kubuntu 9.04 Jaunty Jackalope LXer Syndicated Linux News 0 08-05-2009 10:20 PM
LXer: How-To: Install Miro 2.5.1 in Ubuntu 9.04 Jaunty Jackalope LXer Syndicated Linux News 0 07-31-2009 07:30 AM
LXer: How-To: Compile and Install Audacious 2.1 in Ubuntu 9.04 Jaunty Jackalope LXer Syndicated Linux News 0 07-20-2009 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration