ltib
[Top][All Lists]
Advanced

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

[Ltib] Re: Ltib Digest, Vol 47, Issue 44


From: aydemir kala
Subject: [Ltib] Re: Ltib Digest, Vol 47, Issue 44
Date: Thu, 1 Apr 2010 08:29:09 +0300

Hi,

I am using ea3131 board. I build it with ltib. My problem is that. I have fedora PC connected serially to my board with minicom terminal. On the minicom terminal when i start ping my fedora PC it starts pinging but i can not kill it by using Ctrl + C keywords. I can not kill process and i need to restart board. Could you please help me which package i am missing or where is my mistake? Becaue when i select default ltib configuration i can use Ctrl + C keyword but something going wrong when i add some other pkgs...


Thanks....


Aydemir

On Wed, Mar 31, 2010 at 7:00 PM, <address@hidden> wrote:
Send Ltib mailing list submissions to
       address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.nongnu.org/mailman/listinfo/ltib
or, via email, send a message with subject or body 'help' to
       address@hidden

You can reach the person managing the list at
       address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ltib digest..."


Today's Topics:

  1. Re: LTIB installation problem (Matt Hughes)
  2. Re: LTIB installation problem (Stuart Hughes)


----------------------------------------------------------------------

Message: 1
Date: Wed, 31 Mar 2010 08:27:56 -0500
From: Matt Hughes <address@hidden>
Subject: Re: [Ltib] LTIB installation problem
To: Shila Haque <address@hidden>
Cc: "<address@hidden>" <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"

You need to install a Perl package that include HTTP::Request::Common
and LWP::UserAgent.

On Mar 30, 2010, at 3:07 PM, "Shila Haque" <address@hidden>
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
>
> <image001.gif>
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/ltib/attachments/20100331/6e6eadd8/attachment.html

------------------------------

Message: 2
Date: Wed, 31 Mar 2010 14:31:12 +0100
From: Stuart Hughes <address@hidden>
Subject: Re: [Ltib] LTIB installation problem
To: Shila Haque <address@hidden>
Cc: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

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
>




------------------------------

_______________________________________________
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib


End of Ltib Digest, Vol 47, Issue 44
************************************


reply via email to

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