LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-07-2009, 06:06 AM   #1
ramalingampc2008
LQ Newbie
 
Registered: Oct 2009
Posts: 15

Rep: Reputation: 0
Installing the OSELAS.Toolchain-1.1.1.tar.bz2


I wanted to install the OSELAS.BSP-Phytec-phyCORE-i.MX27-6.tar.gz.

As per the documentation I have installed the ptxdist1.0.2 successfully.

Then When I started with toolchain1.1.1
I got succeeded in link creation with

> ptxdist select ptxconfigs/arm-v4t-linux-gnueabi_gcc-4.1.2_glibc-2.5_linux-2.6.18.ptxconfig

Then I gave the command as
> ptxdist go

I got the following response

"Proxy request sent, awaiting response... 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
2009-10-07 15:00:21 ERROR 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ).


Could not get packet via http!
URL: http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/gdb/gdb-6.6.tar.bz2"



Now the problem is I can't get the proxy permission. But I have downloaded that gdb-6.6.tar.bz2 from the given link.

Now how to configure it to get installed from the local file?

Or is there any other way to install the toolchain?

Last edited by ramalingampc2008; 10-07-2009 at 06:08 AM.
 
Old 10-09-2009, 09:31 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ramalingampc2008 View Post
I wanted to install the OSELAS.BSP-Phytec-phyCORE-i.MX27-6.tar.gz.

As per the documentation I have installed the ptxdist1.0.2 successfully.

Then When I started with toolchain1.1.1
I got succeeded in link creation with

> ptxdist select ptxconfigs/arm-v4t-linux-gnueabi_gcc-4.1.2_glibc-2.5_linux-2.6.18.ptxconfig

Then I gave the command as
> ptxdist go

I got the following response

"Proxy request sent, awaiting response... 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
2009-10-07 15:00:21 ERROR 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ).


Could not get packet via http!
URL: http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/gdb/gdb-6.6.tar.bz2"



Now the problem is I can't get the proxy permission. But I have downloaded that gdb-6.6.tar.bz2 from the given link.

Now how to configure it to get installed from the local file?

Or is there any other way to install the toolchain?
If you installed the original software from the .gz file, you should be able to install this as well. Take the file, uncompress it into a folder somewhere, go into that folder, and read the directions. You can either use the bzip2 command or the tar command, to uncompress that file (read the man pages).

You don't say what distro you're using, but you can also probably type in something like "yum install gdb", and have it done for you...
 
Old 10-11-2009, 11:59 PM   #3
ramalingampc2008
LQ Newbie
 
Registered: Oct 2009
Posts: 15

Original Poster
Rep: Reputation: 0
Hi! Thanks for your valuable reply TBOne

As you have told I have installed the manually downloaded gdb. After that once again I tried to install the toolchain as it is mentioned in the Documentation. Still same error comes...
That means during the execution of "ptxdist go" still system is trying to connect to http to download the gdb package.

If we know how to disable the downloading action and ask the installer to use the local setup file, it will be easy I guess!

Is the above process will work?

If so How to change it? Is there any specific file for that?
 
Old 10-12-2009, 12:14 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ramalingampc2008 View Post
As you have told I have installed the manually downloaded gdb. After that once again I tried to install the toolchain as it is mentioned in the Documentation. Still same error comes...
That means during the execution of "ptxdist go" still system is trying to connect to http to download the gdb package.

If we know how to disable the downloading action and ask the installer to use the local setup file, it will be easy I guess!

Is the above process will work?

If so How to change it? Is there any specific file for that?
Look through that script, and see if you can tell where the request is, and modify it accordingly.

If not, try to create proxy authentication files. The man pages for wget are a good source for info, specifically pay attention to the "--proxy-user" and "--proxy-passwd" options. Put both of them into a $HOME/.wgetrc and/or a $HOME/.netrc file, and try again.
 
Old 10-15-2009, 01:22 AM   #5
ramalingampc2008
LQ Newbie
 
Registered: Oct 2009
Posts: 15

Original Poster
Rep: Reputation: 0
Smile Thank you TBOne

Thanks for your valuable replies!

I have downloaded those packages and kept in a installation folder /home/ram/ptxdist_Source_Directory and gave
>ptxdist go
it worked! thank you so much!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing any .tar .bz2 or .deb smcsw2000 Linux - Software 2 06-13-2007 06:52 AM
need help with installing *.tar.bz2 files YberDo Linux - Software 22 05-08-2007 04:46 PM
installing tar.bz2 files M O L8ingN2dust Mandriva 2 03-26-2005 03:46 AM
installing MPlayer-0.92.tar.bz2 zexter Linux - Software 4 11-18-2003 08:23 AM
installing a tar.bz2 zexter Linux - Software 3 11-02-2003 12:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration