I am trying to build LTIB under Ubuntu 10.04, and I have installed the following packages:
apt-get install m4
apt-get install bison
apt-get install patch
apt-get install build-essential
apt-get install libncurses5-dev
apt-get install zlib1g-dev
apt-get install rpm
But I still have this problem message saying I missed rpm-build package when I tried to build:
ltib cannot be run because one or more of the host packages needed
to run it are either missing or out of date.
Please install/upgrade these packages and then re-try.
Package Minimum ver Installed info
------- ----------- ---------------
rpm-build 0 not installed
Died at ./ltib line 1241.
traceback:
main::host_checks:1241
main:489
Started: Fri Jul 23 16:53:26 2010
Ended: Fri Jul 23 16:53:26 2010
Elapsed: 0 seconds
Build Failed
Exiting on error or interrupt
Could anyone help me to solve this please?
Thanks,
Vslauer
I never tried to install MPC8313 BSP to Ubuntu 10.04; but we had problems with some other BSPs on 10.04. Apparently, dependency verification procedure is broken on newer (k)Ubuntu.
If you have already installed rpm-build (use command "apt-file search rpmbuild " to double-check) then as a dirty hack, please try commenting out line 94 in ./ltib script - replace line
with