1828859 Members
2648 Online
109985 Solutions
New Discussion

install tcsh

 
avivi
Occasional Contributor

install tcsh

i try to install tcsh program , and i get that error :
what to do ?

# swinstall -s /home/maci/avivi/tcsh-6.14.06-hppa-11.11.depot tcsh

======= 03/17/09 23:10:23 GMT BEGIN swinstall SESSION
(non-interactive) (jobid=maci-0039)

* Session started for user "root@maci".

* Beginning Selection
* Target connection succeeded for "maci:/".
NOTE: The software "tcsh" was successfully marked, but it depends on
the following software items which could not be found in the
source. However, these items may already be in the target.
This will be checked during the Analysis Phase:
libiconv.libiconv-RUN termcap.termcap-RUN
* Source:
/home/maci/avivi/tcsh-6.14.06-hppa-11.11.depot
* Targets: maci:/
* Software selections:
tcsh.tcsh-RUN,r=6.14.06,a=HP-UX_B./800
* Selection succeeded.


* Beginning Analysis and Execution
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
ERROR: "maci:/": The software dependencies for 1 products or
filesets cannot be resolved.
* The analysis phase failed for "maci:/".
* Analysis and Execution had errors.


NOTE: More information may be found in the agent logfile using the
command "swjob -a log maci-0039 @ maci:/".

======= 03/17/09 23:10:26 GMT END swinstall SESSION (non-interactive)
(jobid=maci-0039)
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: install tcsh

TCSH depends on the LIBICONV and TERMCAP packages. You either need to make those part of the TCSH bundle or install them first.
Marco A.
Esteemed Contributor

Re: install tcsh

Hi,

You can check for more details at /var/adm/swinstall.log but look , this is the list of dependencies that you need.

gettext
http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.17/
libiconv
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.12/
make
http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/
perl
http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.10.0/
termcap
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/termcap-1.3.1/

In your case, apparently only are missing the ones referenced by.
libiconv.libiconv-RUN termcap.termcap-RUN
The libiconv and termcap.

Regards,

Marco,
Just unplug and plug in again ....
Dennis Handly
Acclaimed Contributor

Re: install tcsh

This is a duplicate. Please reply in the following thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1323674
avivi
Occasional Contributor

Re: install tcsh

thanks alot
it's work !!!!!!