The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-14-2005
prosper prosper is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 6
Here is the problem:

# pkgadd -d gcc-3.4.2-sol8-sparc-local

The following packages are available:
1 SMCgcc342 gcc
(sparc) 3.4.2

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

Processing package instance <SMCgcc342> from </export/home/vnmr1/samba/gcc-3.4.2-sol8-sparc-local>

gcc
(sparc) 3.4.2
cpio: Cannot write "reloc/lib/sparcv9/libgcj.so.5.0.0", errno 28, No space left on device
cpio: Cannot write "reloc/lib/sparcv9/libiberty.a", errno 28, No space left on device
cpio: Cannot write "reloc/lib/sparcv9/libobjc.a", errno 28, No space left on device
cpio: Cannot write "reloc/lib/sparcv9/libstdc++.a", errno 28, No space left on device
cpio: Cannot write "reloc/lib/sparcv9/libstdc++.so.6.0.2", errno 28, No space left on device
cpio: Cannot write "reloc/lib/sparcv9/libsupc++.a", errno 28, No space left on device
cpio: Cannot write "reloc/libexec/gcc/sparc-sun-solaris2.8/3.4.2/cc1", errno 28, No space left on device
cpio: Cannot write "reloc/libexec/gcc/sparc-sun-solaris2.8/3.4.2/cc1obj", errno 28, No space left on device
cpio: Cannot write "reloc/libexec/gcc/sparc-sun-solaris2.8/3.4.2/cc1plus", errno 28, No space left on device
cpio: Cannot write "reloc/libexec/gcc/sparc-sun-solaris2.8/3.4.2/collect2", errno 28, No space left on device
cpio: Cannot write ", errno 28, No space left on device
cpio:


pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit code 31
pkgadd: ERROR: unable to unpack datastream

Installation of <SMCgcc342> failed (internal error).
No changes were made to the system.

The output of df -k is
>df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1228230 822525 344294 71% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 170432 0 170432 0% /var/run
swap 170752 320 170432 1% /tmp
/dev/dsk/c0t0d0s7 7361877 3696670 3591589 51% /export/home
humr:vnmr1 2>

How can I solve this problem? (install gcc?)

Last edited by prosper; 06-14-2005 at 04:36 PM..