View previous topic :: View next topic |
Author |
Message |
uhai Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/11574511234d4d79e2173be.gif)
Joined: 23 Aug 2007 Posts: 1397 Location: Eppingen, Germany
|
Posted: Sun Nov 13, 2011 6:48 pm Post subject: [gelöst] emerge libreoffice - 9GB? |
|
|
Eigentlich ist hier ein Update von Libreoffice in der Pipe. Aber emerge bricht ab, weil keine 9 GB zur Verfügung stehen:
Code: | >>> Verifying ebuild manifests
>>> Running pre-merge checks for app-office/libreoffice-3.4.4.2-r1
* Checking for at least 1 gibibytes RAM ... [ ok ]
* Checking for at least 9 gibibytes disk space at "/tmp/tmpA747St/portage/app-office/libreoffice-3.4.4.2-r1/te [ !! ]
* There is NOT at least 9 gibibytes disk space at "/tmp/tmpA747St/portage/app-office/libreoffice-3.4.4.2-r1/temp"
|
Nun bin ich ja kein kleiner Dummer und habe versucht, das Temp-Verzeichnis für portage auf ein externes USB_LAufwerk zu legen:
Code: | PORTAGE_TMPDIR="/media/798dc2c7-8684-4f55-9512-b1b04ef6b06b" emerge -av libreoffice |
Laut df sind dort 183 GB frei...
Aber emerge nutzt das Verzeichnis nicht und greift weiter auf /tmp/tmp... etc zu.
Was habe ich großer Dummer denn jetzt wieder übersehen? Die Umgebungsvariable kann ich doch auf der Befehlszeile setzen, oder?
uhai
Last edited by uhai on Mon Nov 14, 2011 5:20 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
firefly Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 31 Oct 2002 Posts: 5329
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
franzf Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13378569704a2d5c2dc51c1.jpg)
Joined: 29 Mar 2005 Posts: 4565
|
Posted: Sun Nov 13, 2011 7:01 pm Post subject: |
|
|
portage bug:
https://bugs.gentoo.org/show_bug.cgi?id=390155
(Ich hab absichtlich auf den als DUP markierten Thread verlinkt, weils halt nur für einzelne portage-Versionen gelöst ist, du scheinst eine zu haben die nicht geht - ein als gelöst markierter Bug wäre da - doof ).
Kannst ja mal testweise auf eine der angegebenen Versionen aktualisieren. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mv Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/169262237648b51b40d0ec0.png)
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Sun Nov 13, 2011 9:07 pm Post subject: |
|
|
firefly wrote: | scheinabr nicht |
Hier geht es (ich benutze allerdings portage-2.2.0_alpha74). Möglicherweise ist auch einfach der Test buggy: Du kannst ihn übergehen durch Setzen von I_KNOW_WHAT_I_AM_DOING.
Beim Auspacken solltest Du dann natürlich aufpassen, ob tatsächlich in das richtige Verzeichnis entpackt wird. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
uhai Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/11574511234d4d79e2173be.gif)
Joined: 23 Aug 2007 Posts: 1397 Location: Eppingen, Germany
|
Posted: Sun Nov 13, 2011 9:40 pm Post subject: |
|
|
ok, danke für den Tip firefly
ich habe portage 2.1.10.11 installiert und werde es mit der package.env versuchen.
uhai
<edit> gefloppt!
Code: | >>> Verifying ebuild manifests
>>> Running pre-merge checks for app-office/libreoffice-3.4.4.2-r1
* Checking for at least 1 gibibytes RAM ... [ ok ]
* Checking for at least 9 gibibytes disk space at "/tmp/tmpwH5gKD/portage/app-office/libreoffice-3.4.4.2-r1/te [ !! ]
* There is NOT at least 9 gibibytes disk space at "/tmp/tmpwH5gKD/portage/app-office/libreoffice-3.4.4.2-r1/temp"
*
* Space constrains set in the ebuild were not met!
* The build will most probably fail, you should enhance the space
* as per failed tests.
|
Ich habe eine /etc/portage/package.env angelegt:
Code: | cat /etc/portage/package.env
app-office/libreoffice extmp.conf
|
und die dazu gehörende extmp.conf:
Code: | cat /etc/portage/env/extmp.conf
PORTAGE_TMPDIR="/media/798dc2c7-8684-4f55-9512-b1b04ef6b06b"
|
Das USB-Laufwerk ist gemountet: Code: | /dev/sdb1 on /media/798dc2c7-8684-4f55-9512-b1b04ef6b06b type ext3 (rw,nosuid,nodev,uhelper=udisks)
|
<edit> Also mit mv's Vorschlag hat es geklappt:
Code: | I_KNOW_WHAT_I_AM_DOING=1 emerge -DuvaN world
|
uhai |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|