Installing CVS package on solaris machine

Hi all,

I am tring to install CVS on my solaris machine.

so, I got a package cvs-1.11.22-sol10-x86-local from internet, and did this

"pkgadd -d cvs-1.11.22-sol10-x86-local"

and the output I got is

The following packages are available:
1 SMCcvs cvs
(x86) 1.11.22

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance <SMCcvs> from </cvs-1.11.22-sol10-x86-local>

cvs(x86) 1.11.22
The CVS Group
Using </usr/local> as the package base directory.
## Processing package information.
## Processing system information.
12 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing cvs as <SMCcvs>

## Installing part 1 of 1.
/usr/local/bin/cvs
/usr/local/bin/cvsbug
/usr/local/bin/rcs2log
/usr/local/doc/cvs/AUTHORS
/usr/local/doc/cvs/BUGS
/usr/local/doc/cvs/ChangeLog.zoo
/usr/local/doc/cvs/DEVEL-CVS
/usr/local/doc/cvs/FAQ
/usr/local/doc/cvs/HACKING
/usr/local/doc/cvs/INSTALL
/usr/local/doc/cvs/NEWS
/usr/local/doc/cvs/PROJECTS
/usr/local/doc/cvs/README
/usr/local/doc/cvs/README.VMS
/usr/local/doc/cvs/TESTS
/usr/local/share/cvs/contrib/rcslock
/usr/local/share/cvs/contrib/sccs2rcs
pkgadd: ERROR: unable to open temporary contents file image
(errno 11: Resource temporarily unavailable)

Installation of <SMCcvs> failed (internal error) - package partially
installed.

I thought that it is a space issue and did verified disk space

df -h

Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c1d0s0 4382283 3396688 941773 79% /
/devices 0 0 0 0% /devices
ctfs 0 0 0 0% /system/contract
proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
swap 100928 720 100208 1% /etc/svc/volatile
objfs 0 0 0 0% /system/object
/usr/lib/libc/libc_hwcap1.so.1 4382283 3396688 941773 79% /lib/libc.so.1
fd 0 0 0 0% /dev/fd
swap 100296 88 100208 1% /tmp
swap 100236 28 100208 1% /var/run
/dev/dsk/c1d0s7 71965284 1701126 69544506 3% /export/home

so I have set env var TMPDIR to /export/home/tmp

but I am still getting the same error

I have even checked the swap space and I have plenty of it.

I am not sure why it is failing!

can someone help me with this.

okay, did you change permissions of the new folder? somthing like:

chmod 1777 /export/home/tmp
export TMPDIR=/export/home/tmp *or* setenv TMPDIR /export/home/tmp

Then try again:

pkgadd -d <name_of_package>

Let us know if that works!!

Cheers

Hey... I have this problem too...
I did what you said but continue with the problem:

## Installing part 1 of 1.
pkgadd: ERROR: unable to open temporary contents file image
(errno 11: Resource temporarily unavailable)

Installation of <SUNWs9brandr> failed (internal error) - package