MPC8272ADS_20080623-ltib install on Fedora 10

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC8272ADS_20080623-ltib install on Fedora 10

4,791 Views
JOBO
Contributor I

Hi,

 

I want to install "MPC8272ADS_20080623-ltib" on my Fedora 10 distrib. I use the following installation process:

- mount -o loop MPC8272ADS_20080623-ltib.iso /mnt

- /mnt/install

- I follow setup process

 

After installation directory ltib-mpc8272ads-20080623 is created but there are nothings created in opt/ directory.

 

When I launch ./ltib, I have the following error :

 

"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: Wed Apr  8 10:51:43 2009
Ended:   Wed Apr  8 10:51:45 2009
Elapsed: 2 seconds


Build Failed

Exiting on error or interrupt"

 

Is there somethings wrong in the manner I make installation ?

Is it normal there are no directory created in opt/ ?

 

 

 

0 Kudos
8 Replies

677 Views
brainmeltdown
Contributor I

I'm having this same issue.  Did anybody find a solution?  It's very annoying after

all the other packages I had to install to be held up by just this one problem.

0 Kudos

677 Views
obidon
Contributor III
Did you try commenting the rpm-build line? That worked for me.
0 Kudos

677 Views
PRB
Contributor I
same problem with iMX ltib install with Fedora 11.  Looks like a bug in the get_ver function.  I couldn't find it to fix it.
0 Kudos

677 Views
obidon
Contributor III

From the directory where you type "./ltib" type "gedit ltib" if you have a Gnome install. I'm not sure what the KDE editor is, or use VI if you want edit in the console text mode. Search for "pre_install_deps".  This is the table that "check_basic_deps" refers to.  Look for a line that contains "   rpm-buld     0".   Comment out the line by adding "#" to the left of the line. Save and you should be good to go.

0 Kudos

677 Views
big_snauzer
Contributor I

Same problem onto the MPC8313, details below:

 

I want to install "ltib-mpc8313erdb-20081222" on my Fedora 10 distrib. I use the following installation process:

- mount -o loop MPC8313E_RDB_K26_20081226-LTIB.iso /mnt/

- cd /mnt/install

- I follow setup process, it ends successfully


When I launch ./ltib or ./ltib -c , I have the following error :

 

 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: Sun Jun 14 08:33:16 2009
Ended:   Sun Jun 14 08:33:19 2009
Elapsed: 3 seconds

Build Failed

Exiting on error or interrupt

 

$ rpmbuild --version
RPM version 4.6.1

Same problem with OpenSuse 11.1

 

0 Kudos

677 Views
obidon
Contributor III
I ran into the same problem installing the MCF5329 BSP ltib-cf-nommu-20081215 on Fedora 11. I was able to get around it by editing the ltib file: gedit ltib, comment line 94 (  rpm-build    0  ) add a # to the left of the line, and save.
0 Kudos

677 Views
fabio_estevam
NXP Employee
NXP Employee

Can you confirm you have rpm-build installed? (rpm -q rpm-build).

 

In case you have, then probably a good idea is to post this into the LTIB mailing list:

 

Ltib mailing list

Ltib@nongnu.org

http://lists.nongnu.org/mailman/listinfo/ltib

 

Regards,

 

Fabio Estevam

 

 

 

0 Kudos

677 Views
jane_gu
Contributor I

I have same issue on Fedora 11.  when I runt the command ->rpm -q rpm-build, it shows->
rpm-build-4.7.0-1.fc11.i586

 

Do you have solution for this?

0 Kudos