ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] ltib install on fedora 10


From: Stuart Hughes
Subject: Re: [Ltib] ltib install on fedora 10
Date: Fri, 27 Feb 2009 14:57:49 +0000

Hi Marco,

Please join the list if you want to post to it or your messages will
bounce.  I've manually let this through.

To answer your question, you need to apply this change:

--- bin/Ltibutils.pm    8 Dec 2008 15:44:11 -0000       1.139
+++ bin/Ltibutils.pm    12 Dec 2008 13:58:18 -0000      1.141
@@ -584,7 +584,7 @@
     lkc              => 'mconf -h 2>/dev/null',
     ncurses          => 'tic -V 2>/dev/null',
     'ncurses-devel'  => sub { -f '/usr/include/ncurses.h' },
-    'rpm-build'      => sub { -f '/usr/lib/rpm/rpmb' },
+    'rpm-build'      => sub { `rpmbuild --version 2>/dev/null` },
     sudo             => 'sudo -V 2>/dev/null',
     tcl              => "echo 'puts \$tcl_patchLevel' | tclsh",
     texinfo          => sub {

Also please email Freescale and ask them to update their BSP (this change is in 
Savannah CVS).

Regards, Stuart

On Thu, 2009-02-26 at 16:42 +0100, Breviario Marco wrote:
> Using Fedora 10, LPDK_IMX27_R1_1.tar.gz.
> While building LTIB with command "./ltib -m config" returned error:
> 
> Please install/upgrade these packages and then re-try.
> By using command "yum install <package>" I'm able to get rid of most of the
> warning packages.
> 
> But "rpm-build" stay even I updated it.
> With command "yum install rpm-build" it returned:
> 
> Package rpm-build-4.6.0-0.rc3.1.fc10.i386 already installed and latest
> version.
> 
> 
> But still during the  LTIB build rpm-build cant be detected.
> Any help will be greatly appreciated.
> 
> Thank you in advance.
> 
> 
> 
> 
> 
> _______________________________________________
> LTIB home page: http://bitshrine.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]