Operating System - HP-UX
1836856 Members
2589 Online
110110 Solutions
New Discussion

Re: Error 1701. Unsigned suffix is an ANSI feature?

 
SOLVED
Go to solution
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

bea8:/#/usr/sbin/swlist | grep -e QPK -e GOLD -e BUNDLE11i
BUNDLE11iB.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June 2003
GOLDAPPS11iB.11.11.0306.4 Gold Applications Patches for HP-UX 11i, June 2003
GOLDBASE11iB.11.11.0306.4 Gold Base Patches for HP-UX 11i, June 2003

=============
why i need to install so much package?
if the system patch problem?
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

>1. the tips of installing heimdal-1.0.1-hppa-11.11.depot is failed, why the install of subversion-1.4.4-hppa-11.11.depot is succeeded?

Because less runtime dependencies or you had them?

>2. the install of subversion-1.4.4-hppa-11.11.depot is succeded, why to see the version of svn, has errors
bea8:/#svn --version
sh: svn: not found.

Typically if you install software, you need to specify the absolute path, or if /etc/PATH is updated, or until you login again.

So where did you install svn and is that in your $PATH?
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

>why i need to install so much package?

Because subversion1.4.4 and heimdal are not part of base HP-UX.

>hi,Joelmel
>i don't understand your meaning

Neither did I. ??
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

tks,Dennis

1.
Typically if you install software, you need to specify the absolute path, or if /etc/PATH is updated, or until you login again.

===================>
swinstall -s /tmp/svn/depot/subversion-1.4.4-hppa-11.11.depot \*

this not means install the svn software?


2.
So where did you install svn and is that in your $PATH?
=================
how to set the install svn path?

Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

>this not means install the svn software?

What I meant to say is after you install it, you may have to use an absolute path to execute it or you have to adjust your PATH.

>how to set the install svn path?

You took the default. You may not get a choice.
To find the path to execute svn, you either have to read the documentation, or you need to reverse engineer it. (Typically it is in /usr/local/bin.) Or search for it:
$ /usr/sbin/swlist -l file -s $PWD/subversion-1.4.4-ia64-11.23.depot |
grep "/svnT"
(Where the "T" above is a tab.)

I got:
subversion.subversion-RUN: /usr/local/bin/svn
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

hi,Dennis

I got:
subversion.subversion-RUN: /usr/local/bin/svn
===========
the same to me
in bin folder,it's has svn file,but exec the command still error

bea8:/usr/local/bin#svn --version
sh: svn: not found.
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

>but exec the command still error
bea8:/usr/local/bin#svn --version
sh: svn: not found.

The command should be:
$ /usr/local/bin/svn --version

Or after adjusting PATH:
$ PATH=$PATH:/usr/local/bin
$ svn --version

You've gotten a lot of answers. Please the following about assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Each answer is eligible for points.
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

tks all,i will assign the point soon,but i still have some problems.


bea8:/#/usr/local/bin/svn --version
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libcom_err.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

It appears you opened a new thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1157937

You might as well assign points and close this one.
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

give me some help,tks