Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] fix for e2fsprogs BLOCK?

 
Goto page 1, 2
   Soft32 Home -> Linux -> User RSS
Next:  Accepted kdegames 4:4.1.3-1 (source all amd64 i38..  
Author Message
Denis

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
Login to vote
James Homuth

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
Login to vote
Dirk Heinrichs

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
Login to vote
Volker Armin Hemmann

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
Login to vote
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
Login to vote
Volker Armin Hemmann

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
Login to vote
Alex Schuster

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
Login to vote
Erik Hahn

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
Login to vote
Denis

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
Login to vote
Markos Chandras

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 Wink

--
Markos Chandras
Back to top
Login to vote
KH

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 Wink
>
>
To be on the save side of gentoo Smile

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
Login to vote
Alex Schuster

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 Smile
>
> 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
Login to vote
KH

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 Smile
>>
>> 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
Login to vote
KH

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
Login to vote
Volker Armin Hemmann

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
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] busybox/e2fsprogs compile error - Hi Guys Real stupid question I know. Undoubtedly very simple answer. Searches reveal nothing. So why only me? I've...

[gentoo-user] odd block - Maybe I'm just tired, but can someone explain this? emerge -p world These are the packages that I would merge, in..

[gentoo-user] how to resolve a block? - I added ntlp to my USE flags in /etc/make.conf, and now I cannot recompile glibc for: # emerge --newuse -u -p glibc ..

[gentoo-user] package seems to block itself - Hi. I seem to have a strange situation where a package block itself or that is the way it seems. If I try to do emerg...

[gentoo-user] @hi, about block specific packages - hi, how-to block specific packages? thanks! -- gentoo-user@gentoo.org mailing list

[gentoo-user] Postfix with ssmtp block - How do I handle this? Brian- gentoo2 root # emerge -p postfix These are the packages that I would merge, in order: ....
       Soft32 Home -> Linux -> User All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
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

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]