1831333 Members
3128 Online
110024 Solutions
New Discussion

C Compiler not updated

 
SOLVED
Go to solution
Nate Arnold
Frequent Advisor

C Compiler not updated

I like so many others are having problem loading compiler patches related to Oracle 10G. This is on an 11.23 version of HP-UX with the recent patch bundles. A swlist shows that I have the following "C" compilers installed.

B3901BA C.11.23.12 HP C/ANSI C Developer's Bundle (S800)
B3913DB C.11.23.12 HP aC++ Compiler (S800)

I get the following errors when installing PHSS_32511, PHSS_32512, PHSS_32513.

NOTE: The patch fileset "PHSS_32511.ACXX,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"ACXX.ACXX,fr=C.03.62,v=HP". Since there is no fileset on the
target or selected from the source which matches this
specification, fileset "PHSS_32511.ACXX,r=1.0" will be
excluded.
NOTE: The patch fileset "PHSS_32512.C,r=1.0" may only be installed
upon a previously installed base fileset. The specification
for this base fileset is "C-ANSI-C.C,fr=B.11.23.08,v=HP".
Since there is no fileset on the target or selected from the
source which matches this specification, fileset
"PHSS_32512.C,r=1.0" will be excluded.
NOTE: The patch fileset "PHSS_32513.LANG-AUX,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.08,v=HP". Since there is
no fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_32513.LANG-AUX,r=1.0" will be excluded.
* Executing preDSA command.
Here is the output from my what command.
zeus2:/Tcan/PATCHES/ORACLE # what /usr/ccs/bin/cc
/usr/ccs/bin/cc:
$Revision: 92453-07 linker linker crt0.o B.11.16.01 030316 $
HP92453-01 B.11.11.08 HP C (Bundled) Compiler
$ PATCH/11.00:PHCO_27774 Oct 3 2002 09:45:59 $
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: C Compiler not updated

>B3901BA C.11.23.12 HP C/ANSI C Developer's Bundle (S800)
>B3913DB C.11.23.12 HP aC++ Compiler (S800)

You have a newer versions of both those compilers so you do NOT need those old patches.

You may want PHSS_35102, A.03.73 for aC++.

You also did a what on the bundled C compiler:
what /usr/ccs/bin/cc
Nate Arnold
Frequent Advisor

Re: C Compiler not updated

Thanks Dennis.