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

[gentoo-user] fix for e2fsprogs BLOCK?

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

External


Since: Jul 11, 2004
Posts: 336



(Msg. 16) Posted: Thu Nov 06, 2008 2:25 am
Post subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? [Login to view extended thread Info.]
Archived from groups: linux>gentoo>user (more info?)

On Donnerstag 06 November 2008, KH wrote:
> 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

to get packages built for whole world, add 'buildpkg' to make.conf FEATURES.
Back to top
Login to vote
Volker Armin Hemmann

External


Since: Jul 11, 2004
Posts: 336



(Msg. 17) Posted: Thu Nov 06, 2008 2: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 Donnerstag 06 November 2008 08:21:26 schrieb ext KH:
> > 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.
>
> That's why
>
> 1) I use paludis, no seatbelts required. One can safely de-install com_err
> and ss _after_ upgrading e2fsprogs and e2fsprogs-libs.
>
> 2) I outlined to first emerge -f e2fsprogs e2fsprogs. It's known that wget
> will fail after unmerging com_err, so the new packages need to be fetched
> first. That's all. No need to make the thing more complicated than it is.

and both have nothing to do with the fact, that it is wise to have a backup of
essintial files in case something goes horribly wrong.

oh, and latest portage can 'break' blocks too....
Back to top
Login to vote
KH

External


Since: Nov 05, 2008
Posts: 18



(Msg. 18) Posted: Thu Nov 06, 2008 2: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?)

Volker Armin Hemmann schrieb:
> On Donnerstag 06 November 2008, KH wrote:
>
>> Alex Schuster schrieb:
>>
>>>
>>> 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
>>
>
> to get packages built for whole world, add 'buildpkg' to make.conf FEATURES.
>
>
Hi,
just tried it. There was a misspelling:

from http://linuxreviews.org/man/make.conf/
cool page, just found it (never searched it before)

*buildpkg*
Binary packages will be created for all packages that are merged.
Also see *quickpkg <http://linuxreviews.org/man/quickpkg>*(1) and
*emerge <http://linuxreviews.org/man/emerge>*(1) *--buildpkg* and
*--buildpkgonly* options.
*buildsyspkg*
Build binary packages for just packages in the system set.

kh
Back to top
Login to vote
Volker Armin Hemmann

External


Since: Jul 11, 2004
Posts: 336



(Msg. 19) Posted: Thu Nov 06, 2008 3: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, KH wrote:
> Volker Armin Hemmann schrieb:
> > On Donnerstag 06 November 2008, KH wrote:
> >> Alex Schuster schrieb:
> >>> 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
> >
> > to get packages built for whole world, add 'buildpkg' to make.conf
> > FEATURES.
>
> Hi,
> just tried it. There was a misspelling:
>
> from http://linuxreviews.org/man/make.conf/
> cool page, just found it (never searched it before)
>
> *buildpkg*
> Binary packages will be created for all packages that are merged.
> Also see *quickpkg <http://linuxreviews.org/man/quickpkg>*(1) and
> *emerge <http://linuxreviews.org/man/emerge>*(1) *--buildpkg* and
> *--buildpkgonly* options.
> *buildsyspkg*
> Build binary packages for just packages in the system set.
>
> kh

man make.conf in a shell of your choice would have told you the same.
Back to top
Login to vote
Dale

External


Since: Nov 06, 2008
Posts: 156



(Msg. 20) Posted: Thu Nov 06, 2008 9: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 wrote:
> Am Donnerstag 06 November 2008 08:21:26 schrieb ext KH:
>
>
>> 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.
>>
>
> That's why
>
> 1) I use paludis, no seatbelts required. One can safely de-install com_err and
> ss _after_ upgrading e2fsprogs and e2fsprogs-libs.
>
> 2) I outlined to first emerge -f e2fsprogs e2fsprogs. It's known that wget
> will fail after unmerging com_err, so the new packages need to be fetched
> first. That's all. No need to make the thing more complicated than it is.
>
> Bye...
>
> Dirk
>

But not everyone uses paludis. So those that don't do it this way. I
agree it is the safest way.

Dale

Smile Smile
Back to top
Login to vote
Dale

External


Since: Nov 06, 2008
Posts: 156



(Msg. 21) Posted: Thu Nov 06, 2008 9: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?)

Volker Armin Hemmann wrote:
> On Donnerstag 06 November 2008, KH wrote:
>
>> Volker Armin Hemmann schrieb:
>>
>>> On Donnerstag 06 November 2008, KH wrote:
>>>
>>>> Alex Schuster schrieb:
>>>>
>>>>> 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
>>>>
>>> to get packages built for whole world, add 'buildpkg' to make.conf
>>> FEATURES.
>>>
>> Hi,
>> just tried it. There was a misspelling:
>>
>> from http://linuxreviews.org/man/make.conf/
>> cool page, just found it (never searched it before)
>>
>> *buildpkg*
>> Binary packages will be created for all packages that are merged.
>> Also see *quickpkg <http://linuxreviews.org/man/quickpkg>*(1) and
>> *emerge <http://linuxreviews.org/man/emerge>*(1) *--buildpkg* and
>> *--buildpkgonly* options.
>> *buildsyspkg*
>> Build binary packages for just packages in the system set.
>>
>> kh
>>
>
> man make.conf in a shell of your choice would have told you the same.
>
>
>
>

And if you use Konqueror in KDE, man:make.conf would work as well. Just
one more option to have.

Yes, it was misspelled in the original post. It should be buildsyspkg.
There is a "s" missing.

Dale

Smile Smile
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 Previous  1, 2
Page 2 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 ]