ltib
[Top][All Lists]
Advanced

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

Re: [Ltib] Ltib Digest, Vol 84, Issue 9


From: Yuvraj Patil
Subject: Re: [Ltib] Ltib Digest, Vol 84, Issue 9
Date: Tue, 9 Apr 2013 10:48:24 +0530


Hello Dale,
I tried by setting http proxy in .ltibrc file. But still the same error exists. Please tell me what else I should do to fix this error.
Thanks.
Regards,
Yuvraj Patil





On Mon, Apr 8, 2013 at 9:31 PM, <address@hidden> wrote:
Send Ltib mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://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. LTIB is unable to connect to network (Yuvraj Patil)
   2. Re: LTIB is unable to connect to network (Peter Barada)
   3. Re: LTIB is unable to connect to network (Chermak, Dale)


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

Message: 1
Date: Mon, 8 Apr 2013 15:15:44 +0530
From: Yuvraj Patil <address@hidden>
To: address@hidden
Subject: [Ltib] LTIB is unable to connect to network
Message-ID:
        <CAKr31C-iLLh-tudJ=address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hello,
I am trying to build the linux2.6.27.8 kernel using LTIB. But build is
failed because LTIB is unable to connect to internet though I can access
internet using web browser. Here's what happened -

Processing: kernel-2.6.27.8-lpc32xx
=====================================
Build path taken because: build key set, no prebuilt rpm,
Testing network connectivity for gpp
No network download connection available
Can't get: linux-2.6.27.8.tar.bz2 at ./ltib line 851.


f_buildrpms() returned an error, exiting
traceback:
 main:581


Started: Mon Apr  8 15:06:11 2013
Ended:   Mon Apr  8 15:06:31 2013
Elapsed: 20 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.89 $ (Savannah)
PLATFORM         : phy3250
GNUTARCH         : arm
TOOLCHAIN        : tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm
TOOLCHAIN_CFLAGS : -O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp

These packages failed to build:
kernel-2.6.27.8-lpc32xx

Build Failed

Exiting on error or interrupt

Please, tell me what is the problem and how to solve it.
Thanks.

Regards,
Yuvraj Patil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/ltib/attachments/20130408/09557828/attachment.html>

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

Message: 2
Date: Mon, 08 Apr 2013 09:31:37 -0400
From: Peter Barada <address@hidden>
To: address@hidden
Subject: Re: [Ltib] LTIB is unable to connect to network
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

On 04/08/2013 05:45 AM, Yuvraj Patil wrote:
> Hello,
> I am trying to build the linux2.6.27.8 kernel using LTIB. But build is
> failed because LTIB is unable to connect to internet though I can
> access internet using web browser. Here's what happened -
>
> Processing: kernel-2.6.27.8-lpc32xx
> =====================================
> Build path taken because: build key set, no prebuilt rpm,
> Testing network connectivity for gpp
> No network download connection available
> Can't get: linux-2.6.27.8.tar.bz2 at ./ltib line 851.
>
>
> f_buildrpms() returned an error, exiting
> traceback:
>  main:581
>
>
> Started: Mon Apr  8 15:06:11 2013
> Ended:   Mon Apr  8 15:06:31 2013
> Elapsed: 20 seconds
>
> VERSION          : 11.4.1
> CVS_VERSION      : $Revision: 1.89 $ (Savannah)
> PLATFORM         : phy3250
> GNUTARCH         : arm
> TOOLCHAIN        : tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm
> TOOLCHAIN_CFLAGS : -O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp
>
> These packages failed to build:
> kernel-2.6.27.8-lpc32xx
>
> Build Failed
>
> Exiting on error or interrupt
>
> Please, tell me what is the problem and how to solve it.
> Thanks.

>From the output it looks obvious, namely "No network download connection
available".

It looks like can't access the internet to download
linux-2.6.27.8.tar.bz2 (and most likely other files) from the LTIB
global package pool.  Test your network connection by trying:

wget http://www.bitshrine.org/gpp/linux-2.6.27.8.tar.bz2

If that fails then you know your host's network access is broken...

--
Peter Barada
address@hidden




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

Message: 3
Date: Mon, 8 Apr 2013 14:46:34 +0000
From: "Chermak, Dale" <address@hidden>
To: Yuvraj Patil <address@hidden>, "address@hidden"
        <address@hidden>
Subject: Re: [Ltib] LTIB is unable to connect to network
Message-ID:
        <address@hidden>

Content-Type: text/plain; charset="us-ascii"

I had a similar problem. I had to change the HTTP proxy setting in the .ltibrc file. Example below:

# The HTTP proxy for internet access
# example: http://USER:address@hidden:PORT
%http_proxy
http://192.168.1.1:8080

Dale

From: ltib-bounces+dale.chermak=address@hidden [mailto:ltib-bounces+dale.chermak=address@hidden] On Behalf Of Yuvraj Patil
Sent: Monday, April 08, 2013 2:46 AM
To: address@hidden
Subject: [Ltib] LTIB is unable to connect to network

Hello,
I am trying to build the linux2.6.27.8 kernel using LTIB. But build is failed because LTIB is unable to connect to internet though I can access internet using web browser. Here's what happened -

Processing: kernel-2.6.27.8-lpc32xx
=====================================
Build path taken because: build key set, no prebuilt rpm,
Testing network connectivity for gpp
No network download connection available
Can't get: linux-2.6.27.8.tar.bz2 at ./ltib line 851.


f_buildrpms() returned an error, exiting
traceback:
 main:581


Started: Mon Apr  8 15:06:11 2013
Ended:   Mon Apr  8 15:06:31 2013
Elapsed: 20 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.89 $ (Savannah)
PLATFORM         : phy3250
GNUTARCH         : arm
TOOLCHAIN        : tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm
TOOLCHAIN_CFLAGS : -O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp

These packages failed to build:
kernel-2.6.27.8-lpc32xx

Build Failed

Exiting on error or interrupt
Please, tell me what is the problem and how to solve it.
Thanks.
Regards,
Yuvraj Patil

________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/ltib/attachments/20130408/7585e506/attachment.html>

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

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


End of Ltib Digest, Vol 84, Issue 9
***********************************


reply via email to

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