![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris installation | Angelo | SUN Solaris | 49 | 03-07-2008 09:01 AM |
| Solaris Installation | manoj.solaris | SUN Solaris | 1 | 08-19-2007 10:41 PM |
| SUN Solaris Installation | ashah99 | SUN Solaris | 7 | 03-17-2006 04:38 PM |
| Solaris 8 installation | rakesh_s2020 | UNIX for Dummies Questions & Answers | 1 | 02-06-2006 10:26 PM |
| installation of Solaris: installation bypasses network config. | cadmiumgreen | SUN Solaris | 2 | 07-15-2005 10:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
gcc installation in solaris 8
Hi, I am having trouble installing gcc 3.4.2-sol8-sparc-local in my sparc machine running solaris 8. It looks like I do not have enough memory in /var , but I have about 3GB free memory in /export/home. I have read some suggestion from previous threads that said it is possible to link /var and /export/home to obtain more space. How can this be done
Are there any other suggestions out there? |
|
||||
|
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 03:36 PM.. |
|
|||||
|
i just checked the Sunfreeware gcc comments and it said that it wants to install the package in /usr/local ... try creating a directory in /export/home and then making /usr/local a symlink to it ... then try again ...
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|