- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: binutils depot corrupted?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:54 AM
05-03-2004 03:54 AM
binutils depot corrupted?
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
When I run swinstall on it, I get the following error messagE:
"Currently there are no products on this source which are compatible with the target...."
I've downloaded an unzipped twice to make sure. This depot is a prerequisite for gcc.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:59 AM
05-03-2004 03:59 AM
Re: binutils depot corrupted?
after decompressing it by
gzip file_name.tar.gz
then
exploding the tar file by
tar -xvf file_name.tar
you need to expand the depot and ascii files by running
sh file_name
after this you will end up with a file which has an extension of .depot
this depot file is the one you need to use as the source.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:01 AM
05-03-2004 04:01 AM
Re: binutils depot corrupted?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:03 AM
05-03-2004 04:03 AM
Re: binutils depot corrupted?
The software downloaded was a ".gz", that is it was only gzipped. Unzipped reveals the ".depot".
Still having the problem, swlist produces:
# Initializing...
# Contacting target "xxxxxx"...
#
# Target: xxxxx:/usr/local/src/binutils_2.14_hppa-hp-hpux11.11_depot
#
#
# No Bundle(s) on xxxxxx:/usr/local/src/binutils_2.14_hppa-hp-hpux11.11_depot
# Product(s):
#
binutils 2.14
$ uname -a
HP-UX xxxxxxx B.11.11 U 9000/820 2005420492 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:04 AM
05-03-2004 04:04 AM
Re: binutils depot corrupted?
# sh PHXX_yyyy
( this will uncompress the file into two giving you
1. PHXX_yyyy.depot file (Actual Patch)
2. PHXX_yyyy.text file (Information of Patch regarding installations,dependencies, etc.)
Then you have two options either you copy it to default depot or directly install using swinstall.
1. use swcopy
2. #swinstall -s /tmp/PHXX_yyyy.depot
(Assumed you copied it into tmp file.)
This works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:05 AM
05-03-2004 04:05 AM
Re: binutils depot corrupted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:08 AM
05-03-2004 04:08 AM
Re: binutils depot corrupted?
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.2/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:13 AM
05-03-2004 04:13 AM
Re: binutils depot corrupted?
binutils-2.14 is also included in my binary port for 11.11 (11i) of gcc-3.4.0
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:14 AM
05-03-2004 04:14 AM
Re: binutils depot corrupted?
DEPOT VERSION
binutils_2.14_hppa-hp-hpux11.11_depot
$ uname -a
HP-UX xxxxx B.11.11 U 9000/820 xxxxxxxx unlimited-user license
As opposed to an Itanium:
HP-UX xxxxx B.11.23 U ia64 xxxxxxxxxx unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:26 AM
05-03-2004 04:26 AM
Re: binutils depot corrupted?
Thank you all for your workarounds, but I'd really like to use HP's depots for installing gcc. There must be some incompatibility with their binutils and my system, and I'd like to flesh out what it is.
BTW, the ports pages are not supporting 11.11:
"New packages or new versions of existing packages will be built on HP-UX 11.00 and 11.22 only...Also note that the 2 platform build system means that we are not yet supporting HP-UX 11.11, but almost all 11.00 packages should install correctly on 11.11."
Doesn't fill me with confidence. Again, I'd like to get HP's packages to work if possible, I do have the correct depot for my machine.
Again, I already have a ".depot" file after the gunzip. Running swinstall on this file bombs with the error in my original post.
Thank you all for your help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:54 AM
05-03-2004 04:54 AM
Re: binutils depot corrupted?
The porting center indeed does not have 11.11 ports of gcc, which - just like mine - does include binutils. (I don't use depots, but plain tar.bzip2)
HP har a real 11.11 port available here: http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
HTH, Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:55 AM
05-03-2004 04:55 AM
Re: binutils depot corrupted?
you can do an swlist -file(s) to list all files in the product in the depot to see if this yields an error. Probably not.
If swinstall refuses to install because of 'incompatibility' you either downloaded the wrong file (HP gave you the wrong file) or the metadata of the package are incorrect.
If you change the swinstall options, you can at least check the product in the GUI for its prerequisites (OS and version, HW, ...).
(I would not install it before checked the complete contents of the package in terms of files and directories.)
You may need to contact HP. There is a feedback button on the HP DSPP site.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 04:58 AM
05-03-2004 04:58 AM
Re: binutils depot corrupted?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:08 AM
05-03-2004 05:08 AM
Re: binutils depot corrupted?
The url you provided contains the binutils I'm having trouble with (see my original post).
Thanks for all of the suggestions....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:13 AM
05-03-2004 05:13 AM
Re: binutils depot corrupted?
Hope you have not downloaded the depot first to your windows workstation and then ftp-ied it to unix. Sometimes that corrupts the depot.
To avoid this, i normally download the depot directly to the unix box, bypassing the windows WS completely.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:22 AM
05-03-2004 05:22 AM
Re: binutils depot corrupted?
I'm am downloading to an OS X box and then using SCP to copy the files over, but I've never had any issues using this method before. I am not unzipping them on my machine, but using HP's gzip to do so.
I'm not having issues loading up the gcc depot which I got in the same way, but of course it fails because binutils is a corequisite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:38 AM
05-03-2004 05:38 AM
Re: binutils depot corrupted?
I traced other URL's I had, but no gcc/binutils for 11i. So either contact HP, or use my port. Sorry I don't have depots.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:44 AM
05-03-2004 05:44 AM
Re: binutils depot corrupted?
Just for the kicks, even if the name of the file ends with depot, when you run
# sh binutils_2.14_hppa-hp-hpux11.11_depot
what happens ?
because _depot did not sound too kosher to me. usually the actual depots end in .depot if they come from hp.
running the above command may yield your actual depot for you.
I don't think you can lose anything by trying.
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:53 AM
05-03-2004 05:53 AM
Re: binutils depot corrupted?
Man these depots need some work, or at least some help making decisions.
I was able to successfully compile hello world afterwards. Now on to mo' better software....
Thanks again to all who helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 07:02 AM
05-03-2004 07:02 AM
Re: binutils depot corrupted?
Also read http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137 to see how you can express thanks in a more forumlike way
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:10 PM
05-03-2004 12:10 PM
Re: binutils depot corrupted?
tar tvf gcc....depot ; echo $?
depot files are tar archives - so the tar should return 0 if not the file is defintly corrupt.
If 0 try to use the -x allow_incompatible option like stated above ....