1833685 Members
4092 Online
110062 Solutions
New Discussion

Problems with swinstall

 
SOLVED
Go to solution
Shane Travis
Frequent Advisor

Problems with swinstall

Situation: Someone here needs the QT libraries, which I downloaded from http://hpux.cae.wisc.edu/hppd/hpux/Gtk/qt-2.2.1/

In going to install them, I have performed the following steps:
1) Download from site to windows box.
2) ftp from windows box to HP-UX box.
3) Place file in directory /foo/bar/patches.
4) ungzip the depot
5) run 'swinstall'
6) Actions --> Change source
7) Source Depot Type: Local Directory
8) Source Depot Path /foo/bar/patches/qt-2.2.1-sd-11.00.depot
9) OK

On doing this, I receive the following error message: "The source you have chosen is a tape device. A tape device must be local to the single marked target. Since the hostname of the tape device does not match the hostname of the single marked target, this source is not allowed. Please choose a different source."

Running tar -xvf on the depot shows that it all unpacks properly, so it doesn't look like simple corruption.

Anyone got any bright ideas? I seem to be all out today...
2 REPLIES 2
Kofi ARTHIABAH
Honored Contributor
Solution

Re: Problems with swinstall

Tim:

Try the following instead:

swinstall -s /foo/bar/patches/qt-2.2.1-sd-11.00.depot

I have had better success with that syntax.
nothing wrong with me that a few lines of code cannot fix!
Shane Travis
Frequent Advisor

Re: Problems with swinstall

BadaBING! Thanks, Kofi.