* [gentoo-user] Can portage clean up after a failed installation?
@ 2007-03-01 11:30 Jules Colding
2007-03-01 12:41 ` Boyd Stephen Smith Jr.
2007-03-01 13:22 ` Bo Ørsted Andresen
0 siblings, 2 replies; 6+ messages in thread
From: Jules Colding @ 2007-03-01 11:30 UTC (permalink / raw
To: Gentoo Users
Hi,
I've just tried to install nexuiz. Unfortunately it failed with "[Errno
28] No space left on device".
I can see that some files was installed. Can portage clean those up by
itself or do I have to do it manually?
Thanks,
jules
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Can portage clean up after a failed installation?
2007-03-01 11:30 [gentoo-user] Can portage clean up after a failed installation? Jules Colding
@ 2007-03-01 12:41 ` Boyd Stephen Smith Jr.
2007-03-01 13:09 ` Jules Colding
2007-03-01 13:22 ` Bo Ørsted Andresen
1 sibling, 1 reply; 6+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-03-01 12:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 763 bytes --]
On Thursday 01 March 2007, Jules Colding <colding@omesc.com> wrote
about '[gentoo-user] Can portage clean up after a failed installation?':
> I've just tried to install nexuiz. Unfortunately it failed with "[Errno
> 28] No space left on device".
>
> I can see that some files was installed. Can portage clean those up by
> itself or do I have to do it manually?
Easier that manually, but still not ideal:
# Free up some space
emerge nexuiz
emerge -C nexuiz
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss03@volumehost.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/
New GPG Key! Old key expires 2007-03-25. Upgrade NOW!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Can portage clean up after a failed installation?
2007-03-01 12:41 ` Boyd Stephen Smith Jr.
@ 2007-03-01 13:09 ` Jules Colding
2007-03-01 14:35 ` Uwe Thiem
0 siblings, 1 reply; 6+ messages in thread
From: Jules Colding @ 2007-03-01 13:09 UTC (permalink / raw
To: gentoo-user
On Thu, 2007-03-01 at 06:41 -0600, Boyd Stephen Smith Jr. wrote:
> On Thursday 01 March 2007, Jules Colding <colding@omesc.com> wrote
> about '[gentoo-user] Can portage clean up after a failed installation?':
> > I've just tried to install nexuiz. Unfortunately it failed with "[Errno
> > 28] No space left on device".
> >
> > I can see that some files was installed. Can portage clean those up by
> > itself or do I have to do it manually?
>
> Easier that manually, but still not ideal:
> # Free up some space
> emerge nexuiz
> emerge -C nexuiz
The problem was that nexuiz didn't install due to lack of space on
device. Anyway, I removed old kernel sources and ended up with plenty of
room left.
Thanks,
jules
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Can portage clean up after a failed installation?
2007-03-01 11:30 [gentoo-user] Can portage clean up after a failed installation? Jules Colding
2007-03-01 12:41 ` Boyd Stephen Smith Jr.
@ 2007-03-01 13:22 ` Bo Ørsted Andresen
2007-03-01 13:29 ` Jules Colding
1 sibling, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2007-03-01 13:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
On Thursday 01 March 2007 12:30:59 Jules Colding wrote:
> I've just tried to install nexuiz. Unfortunately it failed with "[Errno
> 28] No space left on device".
>
> I can see that some files was installed. Can portage clean those up by
> itself or do I have to do it manually?
Portage probably left a dir names /var/db/pkg/games-fps/-MERGING-nexuiz-*.
Simply renaming that dir to remove the -MERGING- allows you to unmerge
whatever was already merged...
# cd /var/db/pkg/games-fps
# mv -- {-MERGING-,}nexuiz-*
# emerge -Cva nexuiz
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Can portage clean up after a failed installation?
2007-03-01 13:22 ` Bo Ørsted Andresen
@ 2007-03-01 13:29 ` Jules Colding
0 siblings, 0 replies; 6+ messages in thread
From: Jules Colding @ 2007-03-01 13:29 UTC (permalink / raw
To: gentoo-user
On Thu, 2007-03-01 at 14:22 +0100, Bo Ørsted Andresen wrote:
> On Thursday 01 March 2007 12:30:59 Jules Colding wrote:
> > I've just tried to install nexuiz. Unfortunately it failed with "[Errno
> > 28] No space left on device".
> >
> > I can see that some files was installed. Can portage clean those up by
> > itself or do I have to do it manually?
>
> Portage probably left a dir names /var/db/pkg/games-fps/-MERGING-nexuiz-*.
> Simply renaming that dir to remove the -MERGING- allows you to unmerge
> whatever was already merged...
>
> # cd /var/db/pkg/games-fps
> # mv -- {-MERGING-,}nexuiz-*
> # emerge -Cva nexuiz
Exactly what I was looking for.
Thanks a lot!
jules
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Can portage clean up after a failed installation?
2007-03-01 13:09 ` Jules Colding
@ 2007-03-01 14:35 ` Uwe Thiem
0 siblings, 0 replies; 6+ messages in thread
From: Uwe Thiem @ 2007-03-01 14:35 UTC (permalink / raw
To: gentoo-user
On 01 March 2007, Jules Colding wrote:
> On Thu, 2007-03-01 at 06:41 -0600, Boyd Stephen Smith Jr. wrote:
> > On Thursday 01 March 2007, Jules Colding <colding@omesc.com> wrote
> >
> > about '[gentoo-user] Can portage clean up after a failed installation?':
> > > I've just tried to install nexuiz. Unfortunately it failed with "[Errno
> > > 28] No space left on device".
> > >
> > > I can see that some files was installed. Can portage clean those up by
> > > itself or do I have to do it manually?
> >
> > Easier that manually, but still not ideal:
> > # Free up some space
> > emerge nexuiz
> > emerge -C nexuiz
>
> The problem was that nexuiz didn't install due to lack of space on
> device. Anyway, I removed old kernel sources and ended up with plenty of
> room left.
Good! Now do as Boyd has suggested. That will install it and clean up
afterwards.
Uwe
--
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-03-01 14:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-01 11:30 [gentoo-user] Can portage clean up after a failed installation? Jules Colding
2007-03-01 12:41 ` Boyd Stephen Smith Jr.
2007-03-01 13:09 ` Jules Colding
2007-03-01 14:35 ` Uwe Thiem
2007-03-01 13:22 ` Bo Ørsted Andresen
2007-03-01 13:29 ` Jules Colding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox