[pca] sun studio patches for linux?

Gerard Henry ghenry at cmi.univ-mrs.fr
Thu Feb 25 14:15:00 CET 2010


hello all,
i'm wondering if anybody here has a better solution to deal with the 
following process:
- to retrieve patches for Sun studio on linux, i first go to a solaris 
10 machnie and do the following:
-
nemo-root% grep -i 'Studio 12' /var/tmp/patchdiag.xref | grep -i Linux | 
awk -F\| '{print $1}'
124874
124877
...
then pca to get the name of rpms files:
bash-3.00# pca -r 124874 124877
...
Files included with this patch:
Note:
     sun-cpl-12.1-5.i386.rpm
     sun-cplx-12.1-5.x86_64.rpm
     sun-scl-12.1-5.i386.rpm
     sun-sclx-12.1-5.x86_64.rpm
     sun-stl4o-12.1-5.i386.rpm
     sun-stl4x-12.1-5.x86_64.rpm
     sun-tll7-12.1-5.i386.rpm
     sun-tll7x-12.1-5.x86_64.rpm

then on linux machine:
   bash-3.2# rpm -qa|grep sun-cpl
sun-cpl-12.1-4
sun-cplx-12.1-4

finally, install if needed
sudo rpm -Fvh /tmp/128230-04/*.rpm

thanks in advance,

gerard



More information about the pca mailing list