- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall issue installing bash
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
01-29-2004 02:04 AM
01-29-2004 02:04 AM
swinstall issue installing bash
We have server L2000, HP-UX 11.00
I tried to install "bash",
version bash-2.05b-sd-11.00.depot.gz
After command
swinstall -x mount_all_filesystems=false -s /tmp/bash.depot bash
It's gave me an error messge:
"There will be no attempt to mount filesystems that appear in the filesystem table.
The SW dependencies for 1 products or filesets can't be resolver"
Cann you help me please ?
Thanks!
With best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:06 AM
01-29-2004 02:06 AM
Re: swinstall issue installing bash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:06 AM
01-29-2004 02:06 AM
Re: swinstall issue installing bash
Look at the /var/adm/sw/swagent.log for more detail on the failure. It should explain exactly why the dependencies could not be resolved.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:08 AM
01-29-2004 02:08 AM
Re: swinstall issue installing bash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:09 AM
01-29-2004 02:09 AM
Re: swinstall issue installing bash
Two other comments:
First, the Posix shell will do most anything that bash can do.
Second, if you must have bash, make sure you do *NOT* change root's shell - you'll likely end up with an un-bootable system.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:11 AM
01-29-2004 02:11 AM
Re: swinstall issue installing bash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:14 AM
01-29-2004 02:14 AM
Re: swinstall issue installing bash
Yes I tested it with ... "mount_all_filesystems=true"
bat it wasn't good to :-(
Here is tail -f /../swagent.log
======= 01/29/04 15:54:55 MET BEGIN install AGENT SESSION (pid=1859)
* Agent session started for user "root@Slov3.orange.sk".
(pid=1859)
* Beginning Analysis Phase.
* Source: Slov3.orange.sk:/tmp/bash_hp.depot
* Target: Slov3:/
* Target logfile: Slov3:/var/adm/sw/swagent.log
* Reading source for product information.
NOTE: The filesystems in the filesystem table will not be checked
against those currently mounted because the
"mount_all_filesystems" option is set to "false".
* Reading source for file information.
The corequisite "gettext.gettext-SHLIBS" for fileset
"bash.bash-RUN,r=2.05b" cannot be successfully resolved.
ERROR: The dependencies for fileset "bash.bash-RUN,r=2.05b" cannot be
resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".
* Executing preDSA command.
* Summary of Analysis Phase:
ERROR: Exclude bash.bash-RUN,r=2.05b
ERROR: 1 of 1 filesets had Errors.
ERROR: The Analysis Phase had errors. See the above output for
details.
======= 01/29/04 15:55:00 MET END install AGENT SESSION (Canceled)
(pid=1859)
======= 01/29/04 15:59:54 MET BEGIN install AGENT SESSION (pid=1911)
* Agent session started for user "root@Slov3.orange.sk".
(pid=1911)
* Beginning Analysis Phase.
* Source: Slov3.orange.sk:/tmp/bash_hp.depot
* Target: Slov3:/
* Target logfile: Slov3:/var/adm/sw/swagent.log
* Reading source for product information.
NOTE: The filesystems in the filesystem table will not be checked
against those currently mounted because the
"mount_all_filesystems" option is set to "false".
* Reading source for file information.
The corequisite "gettext.gettext-SHLIBS" for fileset
"bash.bash-RUN,r=2.05b" cannot be successfully resolved.
ERROR: The dependencies for fileset "bash.bash-RUN,r=2.05b" cannot be
resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".
* Executing preDSA command.
* Summary of Analysis Phase:
ERROR: Exclude bash.bash-RUN,r=2.05b
ERROR: 1 of 1 filesets had Errors.
ERROR: The Analysis Phase had errors. See the above output for
details.
======= 01/29/04 15:59:59 MET END install AGENT SESSION (Canceled)
(pid=1911)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:16 AM
01-29-2004 02:16 AM
Re: swinstall issue installing bash
-->
The corequisite "gettext.gettext-SHLIBS" for fileset
<--
Clay gave you the answer already install libiconv and gettext before bash.
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-2.05b/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:17 AM
01-29-2004 02:17 AM
Re: swinstall issue installing bash
As other suggested, you'll need to install gettext either beforehand or concurrently.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:21 AM
01-29-2004 02:21 AM
Re: swinstall issue installing bash
With command
"enforce_dependencies=false"
it was the same :-(
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 03:33 AM
01-29-2004 03:33 AM
Re: swinstall issue installing bash
Thank you,
I install first "gettext" and "libiconv", than "bash"
And it's ok
Thank you very much
p.
[Slov3]root : swlist -l file bash
# Initializing...
# Contacting target "Slov3"...
#
# Target: Slov3:/
#
# bash 2.05b bash
# bash.bash-RUN
/usr/local/bin/bash
/usr/local/bin/bashbug
/usr/local/doc/bash/CHANGES
/usr/local/doc/bash/COPYING
/usr/local/doc/bash/HPUX.Install
/usr/local/doc/bash/INSTALL
/usr/local/doc/bash/NEWS
/usr/local/doc/bash/README
/usr/local/doc/bash/bash.html
/usr/local/doc/bash/bashref.html
/usr/local/info/bash.info
/usr/local/info/dir
/usr/local/man/man1/bash.1
/usr/local/man/man1/bashbug.1