ltib
[Top][All Lists]
Advanced

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

Re: [Ltib] LTIB installation problem


From: Stuart Hughes
Subject: Re: [Ltib] LTIB installation problem
Date: Wed, 31 Mar 2010 14:31:12 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Shila,

The answer is in 2 parts.  The first is the warning you're getting.
LTIB is complaining as your host does not have the Perl modules needed.
 You'll need to install HTTP::Request::Common and LWP::UserAgent

On Debian/Ubuntu these are in the package libwww-perl to install them:
$ sudo apt-get install libwww-perl

On Fedora/Redhat they're in the package: perl-libwww-perl to install
them (as root):
# yum install perl-libwww-perl

The second complaint about rpm-build not being installed maybe a
function of the BSP you have or something in FC12 (although I'm pretty
sure I've installed on that platform).

The current test for rpm-build (in the public Savannah LTIB) is:
rpmbuild --version  can you check in your version that it is the same.
You will find this in bin/Ltibutils.pm around line 574.

If that looks okay, can you run the command: rpm-build --version and
sent the output to the list.

Regards, Stuart

Shila Haque wrote:
> Hi,
> 
>  
> 
> I am getting following error when running ltib:
> 
> address@hidden ltib-p2020ds-20091119]$ ./ltib
> Don't have HTTP::Request::Common
> Don't have LWP::UserAgent
> Cannot test proxies, or remote file availability without both
> HTTP::Request::Common and LWP::UserAgent
> 
> ltib cannot be run because one or more of the host packages needed to run it
> are either missing or out of date or not in ltib's standard path. Please
> install/upgrade these packages on your host. If you have your own utilities
> in non-standard paths, please add an entry into the .ltibrc file for
> example:
> 
> %path_std
> /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes
> 
> Package Minimum ver Installed info
> ------- ----------- ---------------
> rpm-build 0 not installed
> 
> Died at ./ltib line 1397.
> traceback:
> main::host_checks:1397
> main:542
> 
> 
> Started: Tue Mar 30 13:57:41 2010
> Ended: Tue Mar 30 13:57:42 2010
> Elapsed: 1 seconds
> 
> 
> Build Failed
> 
> Exiting on error or interrupt
> 
>  
> 
>  
> 
> I checked that rpm-build is already installed.
> 
> address@hidden ltib-p2020ds-20091119]$ rpm -q rpm-build
> rpm-build-4.7.2-1.fc12.i686
> 
> Can you please help me about that?
> 
>  
> 
> Thanks,
> 
>  
> 
> Shila
> 




reply via email to

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