Re: [gentoo-user] re-claiming space - was: OpenOffice compiling error

2003-06-08 Thread Klaus D. Neumann
On Saturday 07 June 2003 10:53 pm, William F Pearson III wrote:

 |
 | I had the same situation (with unneede SuSE and lack of space). I have
 | made following steps:
 |
 | 1. mkreiserfs /dev/_susepartition_
 | 2. mount it somewhere (/mnt/data would be OK)
 | 3. move /usr/portage dir to it
 | 4. edit make.conf and changed PORTDIR to /mnt/data/portage and
 | PORTAGE_TMP_DIR to /mnt/data/portagetmp (don't forget to create last)
 | 5. added mount point to /mnt/data to fstab
 |
 | That's all.
 |
 | Best regards,
 | Andrew.
 |
 | --
 | [EMAIL PROTECTED] mailing list

 I'd like to add that I did the same thing with my redhat partition some
 months ago. I used the free space for /var by booting to the minimal
 install cd and making the new filesystem on my old rh partition, then
 moving everything in /var over to my new partition. Then i edited fstab
 to mount my new partition at /var. If you need more verbose instructions
 than this, just ask.

Thank you so much for your input! I tried first Andrew's version, but noticed 
that emerge didn't work any longer. So, I moved the portage directory back to 
its original place, reversed everything in /ect/make.conf, moved the entire 
/usr tree to my big empty partition, and created a s-link at the original 
place instead. So far everything works great. Please don't tell me I won't be 
able to reboot! ;-)

-- 
Best regards,
Klaus
--
Gentoo Linux = the better choice!


--
[EMAIL PROTECTED] mailing list



[gentoo-user] re-claiming space - was: OpenOffice compiling error

2003-06-07 Thread Klaus D. Neumann
On Saturday 07 June 2003 12:41 pm, Klaus D. Neumann wrote:
 Hi,

 emerging (compiling) OpenOffice I got this error:
 collect2: ld returned 1 exit status
 dmake:  Error code 1, while making '../unxlngi4.pro/lib/libsw641li.so'
 ---* TG_SLO.MK *---

 ERROR: Error 65280 occurred while making
 /var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/sw/util

 !!! ERROR: app-office/openoffice-1.0.3-r1 failed.
 !!! Function src_compile, Line 489, Exitcode 1
 !!! Build failed!

 Well, I guess I can install the precompiled version. Do I have to clean up
 something after this failed compilation attempt?

O-oh! I know what's wrong. I ran out of space on my HD. What is the smartest 
way to reclaim the space of my old distro? I'd like to get rid of SuSE and 
make the space available for Gentoo.

 hda1 1.5G Win95 M$-Windows 98 
 hda2 32.6G Linux SuSE / 
 hda3 725M Swap Gentoo 
 hda4 Extended 
 hda5 37M Linux Gentoo /boot 
 hda6 4.1G Linux Gentoo / 
 
 hdb1 3.8G Linux (SuSE /boot?) 
 hdb2 400M Swap SuSE 
 hdb3 18M FAT 16 no clue what's on here 
 
 I'd like to keep hda1 containing Win98, and everything that belongs to Gentoo 
(hda3-5-6). Then I'd like to get rid of the rest and add it to hda6 (Gentoo 
/). 
 

-- 
Best regards,
Klaus
--
Gentoo Linux = the better choice!


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] re-claiming space - was: OpenOffice compiling error

2003-06-07 Thread Andrew Kirilenko
Hello!

On 12:54 Sat 07 Jun, Klaus D. Neumann wrote:
 On Saturday 07 June 2003 12:41 pm, Klaus D. Neumann wrote:
  Hi,
 
  emerging (compiling) OpenOffice I got this error:
  collect2: ld returned 1 exit status
  dmake:  Error code 1, while making '../unxlngi4.pro/lib/libsw641li.so'
  ---* TG_SLO.MK *---
 
  ERROR: Error 65280 occurred while making
  /var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/sw/util
 
  !!! ERROR: app-office/openoffice-1.0.3-r1 failed.
  !!! Function src_compile, Line 489, Exitcode 1
  !!! Build failed!
 
  Well, I guess I can install the precompiled version. Do I have to clean up
  something after this failed compilation attempt?
 
 O-oh! I know what's wrong. I ran out of space on my HD. What is the smartest 
 way to reclaim the space of my old distro? I'd like to get rid of SuSE and 
 make the space available for Gentoo.
 
  hda1 1.5G Win95 M$-Windows 98 
  hda2 32.6G Linux SuSE / 
  hda3 725M Swap Gentoo 
  hda4 Extended 
  hda5 37M Linux Gentoo /boot 
  hda6 4.1G Linux Gentoo / 
  
  hdb1 3.8G Linux (SuSE /boot?) 
  hdb2 400M Swap SuSE 
  hdb3 18M FAT 16 no clue what's on here 
  
  I'd like to keep hda1 containing Win98, and everything that belongs to Gentoo 
 (hda3-5-6). Then I'd like to get rid of the rest and add it to hda6 (Gentoo 
 /). 
  
 

I had the same situation (with unneede SuSE and lack of space). I have 
made following steps:

1. mkreiserfs /dev/_susepartition_
2. mount it somewhere (/mnt/data would be OK)
3. move /usr/portage dir to it
4. edit make.conf and changed PORTDIR to /mnt/data/portage and
PORTAGE_TMP_DIR to /mnt/data/portagetmp (don't forget to create last)
5. added mount point to /mnt/data to fstab

That's all.

Best regards,
Andrew.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] re-claiming space - was: OpenOffice compiling error

2003-06-07 Thread William F Pearson III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew Kirilenko wrote:
| Hello!
|
| On 12:54 Sat 07 Jun, Klaus D. Neumann wrote:
|
|On Saturday 07 June 2003 12:41 pm, Klaus D. Neumann wrote:
|
|
| I had the same situation (with unneede SuSE and lack of space). I have
| made following steps:
|
| 1. mkreiserfs /dev/_susepartition_
| 2. mount it somewhere (/mnt/data would be OK)
| 3. move /usr/portage dir to it
| 4. edit make.conf and changed PORTDIR to /mnt/data/portage and
| PORTAGE_TMP_DIR to /mnt/data/portagetmp (don't forget to create last)
| 5. added mount point to /mnt/data to fstab
|
| That's all.
|
| Best regards,
| Andrew.
|
| --
| [EMAIL PROTECTED] mailing list
|
I'd like to add that I did the same thing with my redhat partition some
months ago. I used the free space for /var by booting to the minimal
install cd and making the new filesystem on my old rh partition, then
moving everything in /var over to my new partition. Then i edited fstab
to mount my new partition at /var. If you need more verbose instructions
than this, just ask.
- --
- -
William F. Pearson, III
[EMAIL PROTECTED]
www.techwill.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+4s9cpfPDiNqvYvURAjHZAJ9X0WVeg8G05kT94vsk20csLg9E/ACeKdje
N4zdIkDvx+iUZ+ay3ECGw3c=
=ySzZ
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list