 |
|
 |
|
Next: Accepted kdegames 4:4.1.3-1 (source all amd64 i38..
|
| Author |
Message |
External

Since: Mar 19, 2005 Posts: 72
|
(Msg. 1) Posted: Wed Nov 05, 2008 12:25 pm
Post subject: [gentoo-user] fix for e2fsprogs BLOCK? Archived from groups: linux>gentoo>user (more info?)
|
|
|
|
| This probably was already discussed at length... But I keep waiting
for an automatic portage tree fix to this... Any idea if there will
be a fix, or will I need to take care of this manually? (Intel Core
Duo 32-bit system, FYI).
|
|
|
| Back to top |
|
 |  |
External

Since: Nov 05, 2008 Posts: 3
|
(Msg. 2) Posted: Wed Nov 05, 2008 12:25 pm
Post subject: RE: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
-----Original Message-----
From: Denis [mailto:denis.che@gmail.com]
Sent: November 5, 2008 1:08 PM
To: gentoo-user.DeleteThis@lists.gentoo.org
Subject: [gentoo-user] fix for e2fsprogs BLOCK?
This probably was already discussed at length... But I keep waiting for an
automatic portage tree fix to this... Any idea if there will be a fix, or
will I need to take care of this manually? (Intel Core Duo 32-bit system,
FYI).
Apparently a later version of Portage will correct it, but if you're running
2.1.4.5 you're probably fixing it manually. That's been my experience
anyway. |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2008 Posts: 7
|
(Msg. 3) Posted: Wed Nov 05, 2008 12:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Am Mittwoch, 5. November 2008 19:08:23 schrieb Denis:
> This probably was already discussed at length... But I keep waiting
> for an automatic portage tree fix to this... Any idea if there will
> be a fix, or will I need to take care of this manually? (Intel Core
> Duo 32-bit system, FYI).
emerge -f e2fsprogs e2fsprogs-libs # wget won't work w/o com_err , so you need
to fetch first.
emerge -C com_err ss
emerge e2fsprogs
or, simpler with paludis:
paludis -i --dl-blocks discard e2fsprogs
If the block still exists after you unmerged com_err and ss, use emerge with -
t to find out which package still wants them end re-emerge this first.
HTH...
Dirk |
|
| Back to top |
|
 |  |
External

Since: Jul 11, 2004 Posts: 336
|
(Msg. 4) Posted: Wed Nov 05, 2008 1:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mittwoch 05 November 2008, Dirk Heinrichs wrote:
> Am Mittwoch, 5. November 2008 19:08:23 schrieb Denis:
> > This probably was already discussed at length... But I keep waiting
> > for an automatic portage tree fix to this... Any idea if there will
> > be a fix, or will I need to take care of this manually? (Intel Core
> > Duo 32-bit system, FYI).
>
> emerge -f e2fsprogs e2fsprogs-libs # wget won't work w/o com_err , so you
> need to fetch first.
> emerge -C com_err ss
> emerge e2fsprogs
>
> or, simpler with paludis:
>
> paludis -i --dl-blocks discard e2fsprogs
>
> If the block still exists after you unmerged com_err and ss, use emerge
> with - t to find out which package still wants them end re-emerge this
> first.
>
> HTH...
>
> Dirk
and mask com_err and ss afterwards - to make sure that nothing pulls them in. |
|
| Back to top |
|
 |  |
|
Jorge Peixoto de Morais N
|
External

Since: Nov 05, 2008 Posts: 4
|
(Msg. 5) Posted: Wed Nov 05, 2008 1:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, Nov 5, 2008 at 6:52 PM, Volker Armin Hemmann
<volker.armin.hemmann DeleteThis @tu-clausthal.de> wrote:
> On Mittwoch 05 November 2008, Dirk Heinrichs wrote:
>> Am Mittwoch, 5. November 2008 19:08:23 schrieb Denis:
>> > This probably was already discussed at length... But I keep waiting
>> > for an automatic portage tree fix to this... Any idea if there will
>> > be a fix, or will I need to take care of this manually? (Intel Core
>> > Duo 32-bit system, FYI).
>>
>> emerge -f e2fsprogs e2fsprogs-libs # wget won't work w/o com_err , so you
>> need to fetch first.
>> emerge -C com_err ss
>> emerge e2fsprogs
>>
>> or, simpler with paludis:
>>
>> paludis -i --dl-blocks discard e2fsprogs
>>
>> If the block still exists after you unmerged com_err and ss, use emerge
>> with - t to find out which package still wants them end re-emerge this
>> first.
>>
>> HTH...
>>
>> Dirk
>
> and mask com_err and ss afterwards - to make sure that nothing pulls them in.
Seems completely unnecessary. |
|
| Back to top |
|
 |  |
External

Since: Jul 11, 2004 Posts: 336
|
(Msg. 6) Posted: Wed Nov 05, 2008 1:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mittwoch 05 November 2008, Jorge Peixoto de Morais Neto wrote:
> On Wed, Nov 5, 2008 at 6:52 PM, Volker Armin Hemmann
>
> <volker.armin.hemmann.TakeThisOut@tu-clausthal.de> wrote:
> > On Mittwoch 05 November 2008, Dirk Heinrichs wrote:
> >> Am Mittwoch, 5. November 2008 19:08:23 schrieb Denis:
> >> > This probably was already discussed at length... But I keep waiting
> >> > for an automatic portage tree fix to this... Any idea if there will
> >> > be a fix, or will I need to take care of this manually? (Intel Core
> >> > Duo 32-bit system, FYI).
> >>
> >> emerge -f e2fsprogs e2fsprogs-libs # wget won't work w/o com_err , so
> >> you need to fetch first.
> >> emerge -C com_err ss
> >> emerge e2fsprogs
> >>
> >> or, simpler with paludis:
> >>
> >> paludis -i --dl-blocks discard e2fsprogs
> >>
> >> If the block still exists after you unmerged com_err and ss, use emerge
> >> with - t to find out which package still wants them end re-emerge this
> >> first.
> >>
> >> HTH...
> >>
> >> Dirk
> >
> > and mask com_err and ss afterwards - to make sure that nothing pulls them
> > in.
>
> Seems completely unnecessary.
seems - but was part of the bug back in the days I did the switch. unmerge and
mask them, was the instruction. |
|
| Back to top |
|
 |  |
External

Since: Dec 18, 2006 Posts: 55
|
(Msg. 7) Posted: Wed Nov 05, 2008 2:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
James Homuth writes:
> Apparently a later version of Portage will correct it, but if you're
> running 2.1.4.5 you're probably fixing it manually. That's been my
> experience anyway.
On the PC I am writing this, portage 2.2 had no trouble with this update.
But on another, which was upgraded to portage 2.2 just before the world
update, I got the blockers and had to solve this manually. No idea why.
Wonko |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2008 Posts: 2
|
(Msg. 8) Posted: Wed Nov 05, 2008 2:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, Nov 05, 2008 at 07:16:02PM +0100, Dirk Heinrichs wrote:
> or, simpler with paludis:
>
> paludis -i --dl-blocks discard e2fsprogs
>
> If the block still exists after you unmerged com_err and ss, use emerge with -
> t to find out which package still wants them end re-emerge this first.
It might be a good idea to remove the entries in the package database
afterwards.
-Erik
--
v4sw5RUYhw2ln3pr5ck0ma2u7Lw3+2Xm0l6/7Gi2e2t3b6AKMen5+7a16s0Sr1p-5.62/-6.56g6OR |
|
| Back to top |
|
 |  |
External

Since: Mar 19, 2005 Posts: 72
|
(Msg. 9) Posted: Wed Nov 05, 2008 2:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I did this
emerge -f e2fsprogs e2fsprogs-libs
emerge -C com_err ss
but it still complained about blocks when I tried "emerge e2fsprogs"
So I had to do
emerge -C e2fsprogs
emerge e2fsprogs
This seems to work fine - no more blocks.
Thank you,
Denis |
|
| Back to top |
|
 |  |
External

Since: Nov 03, 2008 Posts: 9
|
(Msg. 10) Posted: Wed Nov 05, 2008 3:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wednesday 05 November 2008 22:39:52 Denis wrote:
> I did this
>
> emerge -f e2fsprogs e2fsprogs-libs
> emerge -C com_err ss
>
> but it still complained about blocks when I tried "emerge e2fsprogs"
>
> So I had to do
>
> emerge -C e2fsprogs
> emerge e2fsprogs
>
> This seems to work fine - no more blocks.
>
> Thank you,
> Denis
Yep. Thats the solution
--
Markos Chandras |
|
| Back to top |
|
 |  |
External

Since: Nov 05, 2008 Posts: 17
|
(Msg. 11) Posted: Wed Nov 05, 2008 4:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Markos Chandras schrieb:
> On Wednesday 05 November 2008 22:39:52 Denis wrote:
>
>> I did this
>>
>> emerge -f e2fsprogs e2fsprogs-libs
>> emerge -C com_err ss
>>
>> but it still complained about blocks when I tried "emerge e2fsprogs"
>>
>> So I had to do
>>
>> emerge -C e2fsprogs
>> emerge e2fsprogs
>>
>> This seems to work fine - no more blocks.
>>
>> Thank you,
>> Denis
>>
>
> Yep. Thats the solution
>
>
To be on the save side of gentoo
quickpkg ss com_err e2fsprogs e2fsprogs-libs
imho quickpkg is a good idea whenever changing something which ist part
of system.
kh |
|
| Back to top |
|
 |  |
External

Since: Dec 18, 2006 Posts: 55
|
(Msg. 12) Posted: Wed Nov 05, 2008 4:25 pm
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
KH writes:
> To be on the save side of gentoo
>
> quickpkg ss com_err e2fsprogs e2fsprogs-libs
Yeah, that saved me some trouble.
> imho quickpkg is a good idea whenever changing something which ist part
> of system.
Or you can put buildyspkg into your FEATURES list in make.conf. Then,
whenever a system package is merged, a binary package will be created.
Wonko |
|
| Back to top |
|
 |  |
External

Since: Nov 05, 2008 Posts: 17
|
(Msg. 13) Posted: Thu Nov 06, 2008 1:25 am
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Alex Schuster schrieb:
> KH writes:
>
>
>> To be on the save side of gentoo
>>
>> quickpkg ss com_err e2fsprogs e2fsprogs-libs
>>
>
> Yeah, that saved me some trouble.
>
>
>> imho quickpkg is a good idea whenever changing something which ist part
>> of system.
>>
>
> Or you can put buildyspkg into your FEATURES list in make.conf. Then,
> whenever a system package is merged, a binary package will be created.
>
> Wonko
>
>
Wow did not know that. Great option! Does this only do packages for
system or also for the hole world?
kh |
|
| Back to top |
|
 |  |
External

Since: Nov 05, 2008 Posts: 17
|
(Msg. 14) Posted: Thu Nov 06, 2008 1:25 am
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dirk Heinrichs schrieb:
> Am Mittwoch 05 November 2008 23:26:57 schrieb ext KH:
>
>
>> quickpkg ss com_err
>>
>
> That doesn't make sense at all. They're the ones you need to get rid of.
>
> Bye...
>
> Dirk
>
Well that's the point. You want to get rid of them. So you are unmerging
them. The moment something fails after unmerging and before emerging the
new packages, you will be very happy to have your old packages. You just
put them pack in place and you have a running system again. It's a
seatbelt.
kh |
|
| Back to top |
|
 |  |
External

Since: Jul 11, 2004 Posts: 336
|
(Msg. 15) Posted: Thu Nov 06, 2008 1:25 am
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Donnerstag 06 November 2008, Dirk Heinrichs wrote:
> Am Mittwoch 05 November 2008 23:26:57 schrieb ext KH:
> > quickpkg ss com_err
>
> That doesn't make sense at all. They're the ones you need to get rid of.
>
> Bye...
>
> Dirk
it is good to have backups - just in case. |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|