public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Emerge
@ 2006-03-20 16:27 Meino Christian Cramer
  2006-03-20 16:40 ` Diogo Tridapalli
  2006-03-20 17:31 ` Neil Bothwick
  0 siblings, 2 replies; 37+ messages in thread
From: Meino Christian Cramer @ 2006-03-20 16:27 UTC (permalink / raw
  To: gentoo-user

Hi,

 how can I get the emerge manpage without installing gentoo?
 I try to asnwer the some questions about emerge before deciding to 
 install Gentoo. Beside other things I am interested, whether Emerge
 will delete or not the downloaded sources after an successfull
 install and whether emerge will download sources, which are already
 downloaded while installing another project, which some identical
 dependencies as the one, which currently should be installed. Or in
 less words: What happend, when one will give 

	  emerge kde

 twice?

 Where can I download the full manpage and/or answers to my questions?

 Kind regards,
 mcc
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2006-03-20 16:27 Meino Christian Cramer
@ 2006-03-20 16:40 ` Diogo Tridapalli
  2006-03-20 17:31 ` Neil Bothwick
  1 sibling, 0 replies; 37+ messages in thread
From: Diogo Tridapalli @ 2006-03-20 16:40 UTC (permalink / raw
  To: gentoo-user

google:  man emerge

http://gentoo-wiki.com/MAN_emerge

for more about portage:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1

On 3/20/06, Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:
> Hi,
>
>  how can I get the emerge manpage without installing gentoo?
>  I try to asnwer the some questions about emerge before deciding to
>  install Gentoo. Beside other things I am interested, whether Emerge
>  will delete or not the downloaded sources after an successfull
>  install and whether emerge will download sources, which are already
>  downloaded while installing another project, which some identical
>  dependencies as the one, which currently should be installed. Or in
>  less words: What happend, when one will give
>
>           emerge kde
>
>  twice?
>
>  Where can I download the full manpage and/or answers to my questions?
>
>  Kind regards,
>  mcc
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Diogo B. Tridapalli

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2006-03-20 16:27 Meino Christian Cramer
  2006-03-20 16:40 ` Diogo Tridapalli
@ 2006-03-20 17:31 ` Neil Bothwick
  2006-03-20 18:21   ` Meino Christian Cramer
  1 sibling, 1 reply; 37+ messages in thread
From: Neil Bothwick @ 2006-03-20 17:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

On Mon, 20 Mar 2006 17:27:46 +0100 (CET), Meino Christian Cramer wrote:

> Beside other things I am interested, whether Emerge
>  will delete or not the downloaded sources after an successfull
>  install

No. Sources are saved after download and can be re-used.

> and whether emerge will download sources, which are already
>  downloaded while installing another project

Portage always checks whether the sources are already present before
attempting a download, so the second call will use any sources downloaded
by the first.


-- 
Neil Bothwick

Things which must be shipped together as a set, aren't.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2006-03-20 17:31 ` Neil Bothwick
@ 2006-03-20 18:21   ` Meino Christian Cramer
  0 siblings, 0 replies; 37+ messages in thread
From: Meino Christian Cramer @ 2006-03-20 18:21 UTC (permalink / raw
  To: gentoo-user


Hi,

 thank you for all the helpful answers !
 Hopefully I get my new system installed...
 Fingers crossed...

 Keep hacking!
 mcc
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* [gentoo-user] Emerge
@ 2006-12-02 20:09 Eduardo Luiz
  2006-12-02 20:45 ` Daniel Iliev
  0 siblings, 1 reply; 37+ messages in thread
From: Eduardo Luiz @ 2006-12-02 20:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

Hi,
What should i do to emerge downloads the newests packages?
I don´t care with stability..
Thanks

[-- Attachment #2: Type: text/html, Size: 114 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2006-12-02 20:09 [gentoo-user] Emerge Eduardo Luiz
@ 2006-12-02 20:45 ` Daniel Iliev
  2006-12-02 21:36   ` Steve Dibb
  0 siblings, 1 reply; 37+ messages in thread
From: Daniel Iliev @ 2006-12-02 20:45 UTC (permalink / raw
  To: gentoo-user

Eduardo Luiz wrote:
> Hi,
> What should i do to emerge downloads the newests packages?
> I don´t care with stability..
> Thanks

Edit /etc/make.conf and add/change "ACCEPT_KEYWORDS" to
"~your-architecture". For example:

ACCEPT_KEYWORDS="x86"  #means x86 stable
ACCEPT_KEYWORDS="~x86" #means x86 testing

Then "emerge --sync && emerge -Neav world"


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2006-12-02 20:45 ` Daniel Iliev
@ 2006-12-02 21:36   ` Steve Dibb
  0 siblings, 0 replies; 37+ messages in thread
From: Steve Dibb @ 2006-12-02 21:36 UTC (permalink / raw
  To: gentoo-user

Daniel Iliev wrote:

> Then "emerge --sync && emerge -Neav world"

that is overkill, no need to re-emerge the entire tree.

"emerge -uD world" will suffice.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* [gentoo-user] emerge
@ 2006-12-11 12:21 Cosmin Rentea
  2006-12-11 12:31 ` Raymond Lewis Rebbeck
                   ` (4 more replies)
  0 siblings, 5 replies; 37+ messages in thread
From: Cosmin Rentea @ 2006-12-11 12:21 UTC (permalink / raw
  To: gentoo-user


Hi all,

Is it possible to have in "emerge" something similar to the "-k" option 
of "make" ?


        -k, --keep-going
             Continue as much as possible after an error.  While the 
target that failed, and those that depend on it, cannot be  remade,  the
other dependencies of these targets can be processed all the same.


It would be particularly useful when emerging "world", "system" or 
multiple packages, some of which have broken ebuilds.



-- 
-------------------------------------------------------------------
Dipl.Ing. Cosmin Rentea      web:    http://www.fokus.fraunhofer.de/motion
Fraunhofer FOKUS             email:  cosmin.rentea@fokus.fraunhofer.de
Kaiserin-Augusta-Allee 31    tel:    ++49-30-3463-7175
D-10589 Berlin               fax:    ++49-30-3463-8243
-------------------------------------------------------------------

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] emerge
  2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
@ 2006-12-11 12:31 ` Raymond Lewis Rebbeck
  2006-12-11 12:34 ` Caj Zell
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 37+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-12-11 12:31 UTC (permalink / raw
  To: gentoo-user

On Monday, 11 December 2006 22:51, Cosmin Rentea wrote:
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" option
> of "make" ?
>
>
>         -k, --keep-going
>              Continue as much as possible after an error.  While the
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.
>
>
> It would be particularly useful when emerging "world", "system" or
> multiple packages, some of which have broken ebuilds.
>

If you take a look at the latest GWN I recall seeing mention of a script that 
did what you are proposing.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] emerge
  2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
  2006-12-11 12:31 ` Raymond Lewis Rebbeck
@ 2006-12-11 12:34 ` Caj Zell
  2006-12-11 12:37 ` Boris Fersing
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 37+ messages in thread
From: Caj Zell @ 2006-12-11 12:34 UTC (permalink / raw
  To: gentoo-user

Cosmin Rentea skrev:
>
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" 
> option of "make" ?
>
>
>        -k, --keep-going
>             Continue as much as possible after an error.  While the 
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.
>
>
> It would be particularly useful when emerging "world", "system" or 
> multiple packages, some of which have broken ebuilds.
>
>
>

Check the latest Gentoo Weekly Newsletter for update-world, or check 
this link directly

http://forums.gentoo.org/viewtopic-t-497125.html

-- 

Med Vänliga Hälsningar,

Caj


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] emerge
  2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
  2006-12-11 12:31 ` Raymond Lewis Rebbeck
  2006-12-11 12:34 ` Caj Zell
@ 2006-12-11 12:37 ` Boris Fersing
  2006-12-11 12:39 ` Petr Uzel
  2006-12-11 13:27 ` Mauro Faccenda
  4 siblings, 0 replies; 37+ messages in thread
From: Boris Fersing @ 2006-12-11 12:37 UTC (permalink / raw
  To: gentoo-user

2006/12/11, Cosmin Rentea <cosmin.rentea@fokus.fraunhofer.de>:
>
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" option
> of "make" ?
>
>
>         -k, --keep-going
>              Continue as much as possible after an error.  While the
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.

Hi,

you can try something like this :

in your .bashrc, add :

skipmerge(){
emerge --resume --skipfirst || skipmerge
}


then source your bashrc and try : emerge -auvDN world || skipmerge

that should work.

regards,

Boris.
>
>
> It would be particularly useful when emerging "world", "system" or
> multiple packages, some of which have broken ebuilds.
>
>
>
> --
> -------------------------------------------------------------------
> Dipl.Ing. Cosmin Rentea      web:    http://www.fokus.fraunhofer.de/motion
> Fraunhofer FOKUS             email:  cosmin.rentea@fokus.fraunhofer.de
> Kaiserin-Augusta-Allee 31    tel:    ++49-30-3463-7175
> D-10589 Berlin               fax:    ++49-30-3463-8243
> -------------------------------------------------------------------
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a").join'
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] emerge
  2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
                   ` (2 preceding siblings ...)
  2006-12-11 12:37 ` Boris Fersing
@ 2006-12-11 12:39 ` Petr Uzel
  2006-12-11 13:27 ` Mauro Faccenda
  4 siblings, 0 replies; 37+ messages in thread
From: Petr Uzel @ 2006-12-11 12:39 UTC (permalink / raw
  To: gentoo-user

On Monday 11 December 2006 13:21, Cosmin Rentea wrote:
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" option
> of "make" ?
>
>
>         -k, --keep-going
>              Continue as much as possible after an error.  While the
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.
>
>
> It would be particularly useful when emerging "world", "system" or
> multiple packages, some of which have broken ebuilds.

Hello,
you could find some inspiration here :
http://www.sabayonlinux.org/forum/viewtopic.php?p=12114&sid=f0df8f7562aae360b3bb527e5d5b7c01
and
http://forums.gentoo.org/viewtopic-t-497125-highlight-updateworld.html

I haven't tried it myself.

Regards
-- 
Petr Uzel
petr.uzel@centrum.cz
Jabber : knotor@njs.netlab.cz
ICQ : 101606095
Gentoo Linux
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] emerge
  2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
                   ` (3 preceding siblings ...)
  2006-12-11 12:39 ` Petr Uzel
@ 2006-12-11 13:27 ` Mauro Faccenda
  4 siblings, 0 replies; 37+ messages in thread
From: Mauro Faccenda @ 2006-12-11 13:27 UTC (permalink / raw
  To: gentoo-user; +Cc: Cosmin Rentea

On Monday 11 December 2006 09:21, Cosmin Rentea wrote:
> Hi all,
>
> Is it possible to have in "emerge" something similar to the "-k" option
> of "make" ?
>
>
>         -k, --keep-going
>              Continue as much as possible after an error.  While the
> target that failed, and those that depend on it, cannot be  remade,  the
> other dependencies of these targets can be processed all the same.
>
>
> It would be particularly useful when emerging "world", "system" or
> multiple packages, some of which have broken ebuilds.

emerge -uvt world || while ! emerge --resume --skipfirst ; do echo "next..."; 
done

or something like this, might do the job.

[]'s
	.m
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 37+ messages in thread

* [gentoo-user] Emerge
@ 2016-04-16  3:36 Alan Grimes
  2016-04-16  5:19 ` J. Roeleveld
                   ` (2 more replies)
  0 siblings, 3 replies; 37+ messages in thread
From: Alan Grimes @ 2016-04-16  3:36 UTC (permalink / raw
  To: gentoo-user

Emerge won't update a single goddammned package on my system.


My number theory code finished a segment of work, (after a month), and
it's time to reboot the system to propagate updates to nvidia drivers
and such, uptime = 81 days.

I thought the hell emerge put me through last time would cover me for
the next six months... =(


Emerge seems to want to pretend it is possible to update packages
without breaking anything. It's not. That's why there's revdep-rebuild.
It is causing much much much more grief by refusing to do it's goddamned
motherfucking job than it would be by giving revdep-rebulid a chance to
do it's job.

-- 
IQ is a measure of how stupid you feel.

Powers are not rights.



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16  3:36 [gentoo-user] Emerge Alan Grimes
@ 2016-04-16  5:19 ` J. Roeleveld
  2016-04-16  8:12 ` Neil Bothwick
  2016-04-16  9:10 ` Alan McKinnon
  2 siblings, 0 replies; 37+ messages in thread
From: J. Roeleveld @ 2016-04-16  5:19 UTC (permalink / raw
  To: gentoo-user

On April 16, 2016 5:36:17 AM GMT+02:00, Alan Grimes <ALONZOTG@verizon.net> wrote:
>Emerge won't update a single goddammned package on my system.
>
>
>My number theory code finished a segment of work, (after a month), and
>it's time to reboot the system to propagate updates to nvidia drivers
>and such, uptime = 81 days.
>
>I thought the hell emerge put me through last time would cover me for
>the next six months... =(
>
>
>Emerge seems to want to pretend it is possible to update packages
>without breaking anything. It's not. That's why there's revdep-rebuild.
>It is causing much much much more grief by refusing to do it's
>goddamned
>motherfucking job than it would be by giving revdep-rebulid a chance to
>do it's job.

Why not learn from your mistakes like any intelligent being and stop making the same ones over and over again?
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16  3:36 [gentoo-user] Emerge Alan Grimes
  2016-04-16  5:19 ` J. Roeleveld
@ 2016-04-16  8:12 ` Neil Bothwick
  2016-04-16  9:10 ` Alan McKinnon
  2 siblings, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16  8:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

On Fri, 15 Apr 2016 23:36:17 -0400, Alan Grimes wrote:

> Emerge won't update a single goddammned package on my system.
> 
> My number theory code finished a segment of work, (after a month), and
> it's time to reboot the system to propagate updates to nvidia drivers
> and such, uptime = 81 days.

This isn't Windows, you don't need to reboot to reload the graphics
drivers.

> I thought the hell emerge put me through last time would cover me for
> the next six months... =(
> 
> Emerge seems to want to pretend it is possible to update packages
> without breaking anything. It's not. That's why there's revdep-rebuild.
> It is causing much much much more grief by refusing to do it's goddamned
> motherfucking job than it would be by giving revdep-rebulid a chance to
> do it's job.

Based on the amount of useful information provided, I suspect this is a
PICNIC error.


-- 
Neil Bothwick

I'm Pink, Therefore I'm Spam

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16  3:36 [gentoo-user] Emerge Alan Grimes
  2016-04-16  5:19 ` J. Roeleveld
  2016-04-16  8:12 ` Neil Bothwick
@ 2016-04-16  9:10 ` Alan McKinnon
  2016-04-16 10:05   ` Mick
  2 siblings, 1 reply; 37+ messages in thread
From: Alan McKinnon @ 2016-04-16  9:10 UTC (permalink / raw
  To: gentoo-user

On 16/04/2016 05:36, Alan Grimes wrote:
> Emerge won't update a single goddammned package on my system.
> 
> 
> My number theory code finished a segment of work, (after a month), and
> it's time to reboot the system to propagate updates to nvidia drivers
> and such, uptime = 81 days.
> 
> I thought the hell emerge put me through last time would cover me for
> the next six months... =(
> 
> 
> Emerge seems to want to pretend it is possible to update packages
> without breaking anything. It's not. That's why there's revdep-rebuild.
> It is causing much much much more grief by refusing to do it's goddamned
> motherfucking job than it would be by giving revdep-rebulid a chance to
> do it's job.
> 


Hello Mr Grimes,

I see you still have trouble dealing with your rage issues.

I recommend you seek professional help about that.


-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16  9:10 ` Alan McKinnon
@ 2016-04-16 10:05   ` Mick
  2016-04-16 10:40     ` Neil Bothwick
  2016-04-16 14:26     ` Alan Grimes
  0 siblings, 2 replies; 37+ messages in thread
From: Mick @ 2016-04-16 10:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

On Saturday 16 Apr 2016 11:10:45 Alan McKinnon wrote:
> On 16/04/2016 05:36, Alan Grimes wrote:
> > Emerge won't update a single goddammned package on my system.
> > 
> > 
> > My number theory code finished a segment of work, (after a month), and
> > it's time to reboot the system to propagate updates to nvidia drivers
> > and such, uptime = 81 days.
> > 
> > I thought the hell emerge put me through last time would cover me for
> > the next six months... =(
> > 
> > 
> > Emerge seems to want to pretend it is possible to update packages
> > without breaking anything. It's not. That's why there's revdep-rebuild.
> > It is causing much much much more grief by refusing to do it's goddamned
> > motherfucking job than it would be by giving revdep-rebulid a chance to
> > do it's job.
> 
> Hello Mr Grimes,
> 
> I see you still have trouble dealing with your rage issues.
> 
> I recommend you seek professional help about that.

Nah!  Let the man vent.  Gentoo is a particularly effective (meta)distro for 
this purpose too.  It will invariably do *exactly* what you instruct it, 
although this comes with no guarantee this will be what wanted it to do.  

It forces you to learn through practice.  ;-)

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 10:05   ` Mick
@ 2016-04-16 10:40     ` Neil Bothwick
  2016-04-16 14:26     ` Alan Grimes
  1 sibling, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16 10:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

On Sat, 16 Apr 2016 11:05:40 +0100, Mick wrote:

> > Hello Mr Grimes,
> > 
> > I see you still have trouble dealing with your rage issues.
> > 
> > I recommend you seek professional help about that.  
> 
> Nah!  Let the man vent.  Gentoo is a particularly effective
> (meta)distro for this purpose too.  It will invariably do *exactly*
> what you instruct it, although this comes with no guarantee this will
> be what wanted it to do.  
> 
> It forces you to learn through practice.  ;-)

It may try to do that, but the evidence suggests this does not always
happen.


-- 
Neil Bothwick

How do you know when it's time to tune your bagpipes?

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 10:05   ` Mick
  2016-04-16 10:40     ` Neil Bothwick
@ 2016-04-16 14:26     ` Alan Grimes
  2016-04-16 16:08       ` Dale
                         ` (2 more replies)
  1 sibling, 3 replies; 37+ messages in thread
From: Alan Grimes @ 2016-04-16 14:26 UTC (permalink / raw
  To: gentoo-user

Mick wrote:
> Hello Mr Grimes,
>
> I see you still have trouble dealing with your rage issues.
>
> I recommend you seek professional help about that.
> Nah!  Let the man vent.  Gentoo is a particularly effective (meta)distro for 
> this purpose too.  It will invariably do *exactly* what you instruct it, 
> although this comes with no guarantee this will be what wanted it to do.  
>
> It forces you to learn through practice.  ;-)

No, not in this case.
Emerge is clearly looking for any tenible excuse not to do anything
whatsoever, and will not do anything at all if any such excuse exists.

Six months ago, it wasn't like this. It would generally plow ahead and
start compiling the shit you asked it to. This WOULD sometimes cause
problems, which could affect multi-user systems and server situations,
but on my desktop, all of these problems would go away by the end of the
update list and 95% of the time, revdep-rebuild wouldn't have anything
to do.

And then some pinhead got an idea that you could verify the workingness
of every package by spending twenty minutes of cpu time examining
ebuilds....

This could work, (given 20 minutes) almost, if you set --backtrack=30.
However, not having this set by default is a wonderful opportunity to
annoy the crap out of the user and such opportunities are never to be
passed up. NEVER!!

-- 
IQ is a measure of how stupid you feel.

Powers are not rights.



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 14:26     ` Alan Grimes
@ 2016-04-16 16:08       ` Dale
  2016-04-16 16:41         ` Alan Grimes
  2016-04-16 16:20       ` Volker Armin Hemmann
  2016-04-16 21:43       ` Neil Bothwick
  2 siblings, 1 reply; 37+ messages in thread
From: Dale @ 2016-04-16 16:08 UTC (permalink / raw
  To: gentoo-user

Alan Grimes wrote:
> Mick wrote:
>> Hello Mr Grimes,
>>
>> I see you still have trouble dealing with your rage issues.
>>
>> I recommend you seek professional help about that.
>> Nah!  Let the man vent.  Gentoo is a particularly effective (meta)distro for 
>> this purpose too.  It will invariably do *exactly* what you instruct it, 
>> although this comes with no guarantee this will be what wanted it to do.  
>>
>> It forces you to learn through practice.  ;-)
> No, not in this case.
> Emerge is clearly looking for any tenible excuse not to do anything
> whatsoever, and will not do anything at all if any such excuse exists.
>
> Six months ago, it wasn't like this. It would generally plow ahead and
> start compiling the shit you asked it to. This WOULD sometimes cause
> problems, which could affect multi-user systems and server situations,
> but on my desktop, all of these problems would go away by the end of the
> update list and 95% of the time, revdep-rebuild wouldn't have anything
> to do.
>
> And then some pinhead got an idea that you could verify the workingness
> of every package by spending twenty minutes of cpu time examining
> ebuilds....
>
> This could work, (given 20 minutes) almost, if you set --backtrack=30.
> However, not having this set by default is a wonderful opportunity to
> annoy the crap out of the user and such opportunities are never to be
> passed up. NEVER!!
>


I've mentioned this before.  The reason you are running into all this is
because of the update process YOU use.  Because you chose to use a
update process that several very experienced Gentoo users have told you
will result in this sort of problem, you need to place the blame
somewhere besides on Gentoo and emerge. 

Yea, emerge can have its bumps at times and do something unexpected, but
in your case, it is not emerge that is causing the problem.  If the
problem was emerge, other people on this list would be running into the
same problem you are.  Gentoo updates do not work like Ubuntu or some
other binary based distro.  You will learn that or find yourself in the
exact same mess you are in now until you do.  How long that takes is up
to you tho. 

Basically, take the advice from some people who have been doing this for
years or continue along the path that you have proven doesn't work. 
When people like Alan McKinnon or Neil tell you that what you are doing
isn't going to end well, it pays to listen.  Heck, even I know better
than to update my Gentoo box the way you do and I don't even try and
claim to know as much as either of those two much less both put together. 

Might I also add, besides blaming emerge, why not post with some info
that people can actually look at?  As it is now, I don't think you have
even posted what package you are having trouble with.  I don't have ESP
and I don't recall seeing anyone else on this list claiming they have it
either.  I can recall me blasting hal but one thing about it, people
knew what problem I was having and what it was with. 

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 14:26     ` Alan Grimes
  2016-04-16 16:08       ` Dale
@ 2016-04-16 16:20       ` Volker Armin Hemmann
  2016-04-16 16:47         ` Alan Grimes
  2016-04-16 21:43       ` Neil Bothwick
  2 siblings, 1 reply; 37+ messages in thread
From: Volker Armin Hemmann @ 2016-04-16 16:20 UTC (permalink / raw
  To: gentoo-user

Am 16.04.2016 um 16:26 schrieb Alan Grimes:
> Mick wrote:
>> Hello Mr Grimes,
>>
>> I see you still have trouble dealing with your rage issues.
>>
>> I recommend you seek professional help about that.
>> Nah!  Let the man vent.  Gentoo is a particularly effective (meta)distro for 
>> this purpose too.  It will invariably do *exactly* what you instruct it, 
>> although this comes with no guarantee this will be what wanted it to do.  
>>
>> It forces you to learn through practice.  ;-)
> No, not in this case.
> Emerge is clearly looking for any tenible excuse not to do anything
> whatsoever, and will not do anything at all if any such excuse exists.
>
> Six months ago, it wasn't like this. It would generally plow ahead and
> start compiling the shit you asked it to. This WOULD sometimes cause
> problems, which could affect multi-user systems and server situations,
> but on my desktop, all of these problems would go away by the end of the
> update list and 95% of the time, revdep-rebuild wouldn't have anything
> to do.
>
> And then some pinhead got an idea that you could verify the workingness
> of every package by spending twenty minutes of cpu time examining
> ebuilds....
>
> This could work, (given 20 minutes) almost, if you set --backtrack=30.
> However, not having this set by default is a wonderful opportunity to
> annoy the crap out of the user and such opportunities are never to be
> passed up. NEVER!!
>

you do stupid things and then complain that the system does not work.

Why don't you stop doing stupid things?

That said, C 1.0 blocks A 1.0 but updating to C 2.0 would solve it, does
happen, even if you do not act retarded, BUT those instances are usually
easy to solve.

Instead of letting portage hang to dry and ranting on this ml, smart
people just emerge -u C and then go on with the rest of the updates.
Wow, that was hard. I am sweating all over. Maybe I should lay down for
a while. After a long shower.


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:08       ` Dale
@ 2016-04-16 16:41         ` Alan Grimes
  2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
                             ` (3 more replies)
  0 siblings, 4 replies; 37+ messages in thread
From: Alan Grimes @ 2016-04-16 16:41 UTC (permalink / raw
  To: gentoo-user

Dale wrote:
> Basically, take the advice from some people who have been doing this
> for years or continue along the path that you have proven doesn't work. 

I've got more years on gentoo that most of you. Indeed, my home
directory probably has detritus in it dating back to 2004.

I only joined this list a few months ago because emerge was starting to
cause problems, which have only gotten worse with subsequent updates.

I am speaking from many years of experience with weekly updates when I
tell you that ubuntu-style "update everything while I go play Space
Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
decides to get stupid and look for excuses not to do what you asked it
to. The problem is absolutely not the individual e-builds, most of them
are stunningly reliable. The problem is that Emerge isn't even giving
them a chance to do their work. =| This is not the way it used to be,
this is a new set of checks that have been implemented recently that's
really fucking me up.


-- 
IQ is a measure of how stupid you feel.

Powers are not rights.



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:20       ` Volker Armin Hemmann
@ 2016-04-16 16:47         ` Alan Grimes
  2016-04-16 17:27           ` Dale
                             ` (3 more replies)
  0 siblings, 4 replies; 37+ messages in thread
From: Alan Grimes @ 2016-04-16 16:47 UTC (permalink / raw
  To: gentoo-user

Volker Armin Hemmann wrote:
> you do stupid things and then complain that the system does not work.
>
> Why don't you stop doing stupid things?
>
> That said, C 1.0 blocks A 1.0 but updating to C 2.0 would solve it, does
> happen, even if you do not act retarded, BUT those instances are usually
> easy to solve.

1. I have self respect. I will not allow my computer to give me
busy-work like that.

2. The error would be:

"ha ha ha you thought you could update C when A 1.0 is incompatible with
B 2.0 , you should RTFM you stoopeed nooob!"

It is fundamentally broken. =| 

-- 
IQ is a measure of how stupid you feel.

Powers are not rights.



^ permalink raw reply	[flat|nested] 37+ messages in thread

* [gentoo-user] Re: Emerge
  2016-04-16 16:41         ` Alan Grimes
@ 2016-04-16 16:58           ` »Q«
  2016-04-16 19:47             ` Alan McKinnon
  2016-04-16 21:41             ` Neil Bothwick
  2016-04-16 17:19           ` [gentoo-user] Emerge Dale
                             ` (2 subsequent siblings)
  3 siblings, 2 replies; 37+ messages in thread
From: »Q« @ 2016-04-16 16:58 UTC (permalink / raw
  To: gentoo-user

On Sat, 16 Apr 2016 12:41:37 -0400
Alan Grimes <ALONZOTG@verizon.net> wrote:

> I've got more years on gentoo that most of you.

I wonder how you determined that, but it doesn't matter;  it's the
content of posts that reveal cluelessness quotient, not a clock.

> I only joined this list a few months ago because emerge was starting
> to cause problems

You joined the wrong list -- this one's for helping each other.
Unfortunately, I don't know what is the right list for informing the
world that portage is malicious and out to get you.

> I am speaking from many years of experience with weekly updates when I
> tell you that ubuntu-style "update everything while I go play Space
> Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
> decides to get stupid and look for excuses not to do what you asked it
> to.

That's funny, IME portage is better at automagically resolving blockers
than it ever was in the past.  Then again, I don't know how it was
before 2001.

(Sorry, everyone.  I'll try to quit feeding it, I promise.)



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:41         ` Alan Grimes
  2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
@ 2016-04-16 17:19           ` Dale
  2016-04-16 19:23           ` J. Roeleveld
  2016-04-16 21:39           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: Dale @ 2016-04-16 17:19 UTC (permalink / raw
  To: gentoo-user

Alan Grimes wrote:
> Dale wrote:
>> Basically, take the advice from some people who have been doing this
>> for years or continue along the path that you have proven doesn't work. 
> I've got more years on gentoo that most of you. Indeed, my home
> directory probably has detritus in it dating back to 2004.
>
> I only joined this list a few months ago because emerge was starting to
> cause problems, which have only gotten worse with subsequent updates.
>
> I am speaking from many years of experience with weekly updates when I
> tell you that ubuntu-style "update everything while I go play Space
> Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
> decides to get stupid and look for excuses not to do what you asked it
> to. The problem is absolutely not the individual e-builds, most of them
> are stunningly reliable. The problem is that Emerge isn't even giving
> them a chance to do their work. =| This is not the way it used to be,
> this is a new set of checks that have been implemented recently that's
> really fucking me up.
>
>


FYI, 2003.  I installed from the 1.4 CD.  No clue how long Alan M. or
Neil has been lurking about but even if it was shorter than that, they
know a LOT more than you do about updating Gentoo.  As I said, I don't
claim to be a Gentoo genius but even I know better than to do what you
are doing the way you are doing it.  Some of us know exactly why you are
having the problems you are but you continue to refuse to listen. 

By all means tho, keep doing what you are doing.  The only person you
are hurting is yourself.  No one else on this list is having the
problems you are.  If it was emerge that was causing it, others would be
posting about it.

Wish we could help but I don't see it happening any time soon. 

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:47         ` Alan Grimes
@ 2016-04-16 17:27           ` Dale
  2016-04-16 19:25           ` J. Roeleveld
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 37+ messages in thread
From: Dale @ 2016-04-16 17:27 UTC (permalink / raw
  To: gentoo-user

Alan Grimes wrote:
> Volker Armin Hemmann wrote:
>> you do stupid things and then complain that the system does not work.
>>
>> Why don't you stop doing stupid things?
>>
>> That said, C 1.0 blocks A 1.0 but updating to C 2.0 would solve it, does
>> happen, even if you do not act retarded, BUT those instances are usually
>> easy to solve.
> 1. I have self respect. I will not allow my computer to give me
> busy-work like that.
>
> 2. The error would be:
>
> "ha ha ha you thought you could update C when A 1.0 is incompatible with
> B 2.0 , you should RTFM you stoopeed nooob!"
>
> It is fundamentally broken. =| 
>

What is broken is not emerge.  What is broken is your process.  Since
you have ran into this problem before when no one else has, I would hope
you would get the idea.  It's not like this is your first time. 

I might add, you may want to read the thread about other Gentoo folks
talking about how easy their updates have been lately.  I might add, I
did a emerge -e world and recompiled over 1400 packages with only one
failure.  In the past, I've done emerge -e world and not have any
failures.  Actually, I haven't had very many failures when doing a
emerge -e world in a long time. 

I run a mix of stable and unstable here which itself can be tricky. 
During the recent plasma switch, emerge did a really good job letting me
know what changes needed to be made so that I could get the updates
done.  The biggest change I had to make was a few USE flags.  All I had
to do was read what emerge gave me and edit the package.use file. 

Let us know when you are ready for some help on your process. Until
then, I have no idea if anyone can help you.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:41         ` Alan Grimes
  2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
  2016-04-16 17:19           ` [gentoo-user] Emerge Dale
@ 2016-04-16 19:23           ` J. Roeleveld
  2016-04-16 21:39           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: J. Roeleveld @ 2016-04-16 19:23 UTC (permalink / raw
  To: gentoo-user

On Saturday, April 16, 2016 12:41:37 PM Alan Grimes wrote:
> Dale wrote:
> > Basically, take the advice from some people who have been doing this
> > for years or continue along the path that you have proven doesn't work.
> 
> I've got more years on gentoo that most of you. Indeed, my home
> directory probably has detritus in it dating back to 2004.

And haven't learned a few basic skills since?

> I only joined this list a few months ago because emerge was starting to
> cause problems, which have only gotten worse with subsequent updates.

Hmm.... 12 equals a few?
By that logic, you only have been using Gentoo for a few years...

> I am speaking from many years of experience with weekly updates when I
> tell you that ubuntu-style "update everything while I go play Space
> Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
> decides to get stupid and look for excuses not to do what you asked it
> to. The problem is absolutely not the individual e-builds, most of them
> are stunningly reliable. The problem is that Emerge isn't even giving
> them a chance to do their work. =| This is not the way it used to be,
> this is a new set of checks that have been implemented recently that's
> really fucking me up.

Portage has become a lot more stable in the past couple of years compared to 
when I first started.
Even the messages about what the problems are have become easier to read.

For the "difficult" changes, the upgrade guides the devs create are very clear 
and easy to follow.

Have you actually TRIED to learn how to use the tools provided? Or are you the 
kind of person that will happily use a rock to hammer in a screw?

--
Joost


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:47         ` Alan Grimes
  2016-04-16 17:27           ` Dale
@ 2016-04-16 19:25           ` J. Roeleveld
  2016-04-16 19:31           ` Alan McKinnon
  2016-04-16 21:38           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: J. Roeleveld @ 2016-04-16 19:25 UTC (permalink / raw
  To: gentoo-user

On Saturday, April 16, 2016 12:47:14 PM Alan Grimes wrote:
> Volker Armin Hemmann wrote:
> > you do stupid things and then complain that the system does not work.
> > 
> > Why don't you stop doing stupid things?
> > 
> > That said, C 1.0 blocks A 1.0 but updating to C 2.0 would solve it, does
> > happen, even if you do not act retarded, BUT those instances are usually
> > easy to solve.
> 
> 1. I have self respect. I will not allow my computer to give me
> busy-work like that.

You will have to. As it's the only respect you'll get....

> 2. The error would be:
> 
> "ha ha ha you thought you could update C when A 1.0 is incompatible with
> B 2.0 , you should RTFM you stoopeed nooob!"

How did you get portage to give those error messages?
I'd love to get those...

> It is fundamentally broken. =|

So are your methods.

--
Joost


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:47         ` Alan Grimes
  2016-04-16 17:27           ` Dale
  2016-04-16 19:25           ` J. Roeleveld
@ 2016-04-16 19:31           ` Alan McKinnon
  2016-04-16 21:38           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: Alan McKinnon @ 2016-04-16 19:31 UTC (permalink / raw
  To: gentoo-user

On 16/04/2016 18:47, Alan Grimes wrote:
> Volker Armin Hemmann wrote:
>> you do stupid things and then complain that the system does not work.
>>
>> Why don't you stop doing stupid things?
>>
>> That said, C 1.0 blocks A 1.0 but updating to C 2.0 would solve it, does
>> happen, even if you do not act retarded, BUT those instances are usually
>> easy to solve.
> 
> 1. I have self respect. I will not allow my computer to give me
> busy-work like that.
> 
> 2. The error would be:
> 
> "ha ha ha you thought you could update C when A 1.0 is incompatible with
> B 2.0 , you should RTFM you stoopeed nooob!"
> 
> It is fundamentally broken. =| 
> 


Hey derp, yo!

Put your money where your mouth is and post the output that proves
emerge is doing it wrong.

Go on, I DARE you.



-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Re: Emerge
  2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
@ 2016-04-16 19:47             ` Alan McKinnon
  2016-04-16 20:02               ` J. Roeleveld
  2016-04-16 21:41             ` Neil Bothwick
  1 sibling, 1 reply; 37+ messages in thread
From: Alan McKinnon @ 2016-04-16 19:47 UTC (permalink / raw
  To: gentoo-user

On 16/04/2016 18:58, »Q« wrote:
> On Sat, 16 Apr 2016 12:41:37 -0400
> Alan Grimes <ALONZOTG@verizon.net> wrote:
> 
>> I've got more years on gentoo that most of you.
> 
> I wonder how you determined that, but it doesn't matter;  it's the
> content of posts that reveal cluelessness quotient, not a clock.
> 
>> I only joined this list a few months ago because emerge was starting
>> to cause problems
> 
> You joined the wrong list -- this one's for helping each other.
> Unfortunately, I don't know what is the right list for informing the
> world that portage is malicious and out to get you.
> 
>> I am speaking from many years of experience with weekly updates when I
>> tell you that ubuntu-style "update everything while I go play Space
>> Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
>> decides to get stupid and look for excuses not to do what you asked it
>> to.
> 
> That's funny, IME portage is better at automagically resolving blockers
> than it ever was in the past.  Then again, I don't know how it was
> before 2001.

Oh gawd it was awful. You'd get a message saying two things blocked and
it was up to you to unblock them yourself.

But, things in computing were simpler in those days. Disks were IDE or
SCSI, a desktop was just X11 plus a bunch of apps, some of them aware of
each other. Hotplugging sort of worked but not really for external disks
(if you even had one that is). All of /dev was static and we had MAKEDEV
- it created one of everything you'd ever need and if not, well there
was mknod

And the most complex thing portage had to deal with was virtuals.
I don't think even SLOTs were around then.

Nowadays things are so different, out hardware is vastly more complex,
so is the software and portage has to keep up. Here's something
important to consider:

The most complex calculation most of us ever ask our computers to do is
what portage needs to figure out for emerge -avuND world

Like Dale correctly keeps pointing out, this isn't Ubuntu which only
gives you one choice - the one the package maintainer made. Gentoo is
unique in that it has to cope[1] with any choice the user decided to
make, and still get the answer right. Even my fleet of FreeBSD servers
doesn't offer that choice - I can compile from ports, but a port only
has one version and each has a poor replacement for USE.


[1] in truth, it's the devs who have to cope with that. They need to get
a reasonably good idea of what will work with set and set the blockers
accordingly. Portage only follows their hints. So thumbs up to our devs!


> 
> (Sorry, everyone.  I'll try to quit feeding it, I promise.)
> 
> 


-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Re: Emerge
  2016-04-16 19:47             ` Alan McKinnon
@ 2016-04-16 20:02               ` J. Roeleveld
  2016-04-18  2:49                 ` Jonathan Callen
  0 siblings, 1 reply; 37+ messages in thread
From: J. Roeleveld @ 2016-04-16 20:02 UTC (permalink / raw
  To: gentoo-user

On Saturday, April 16, 2016 09:47:15 PM Alan McKinnon wrote:
> On 16/04/2016 18:58, »Q« wrote:
> > On Sat, 16 Apr 2016 12:41:37 -0400
> > 
> > Alan Grimes <ALONZOTG@verizon.net> wrote:
> >> I've got more years on gentoo that most of you.
> > 
> > I wonder how you determined that, but it doesn't matter;  it's the
> > content of posts that reveal cluelessness quotient, not a clock.
> > 
> >> I only joined this list a few months ago because emerge was starting
> >> to cause problems
> > 
> > You joined the wrong list -- this one's for helping each other.
> > Unfortunately, I don't know what is the right list for informing the
> > world that portage is malicious and out to get you.
> > 
> >> I am speaking from many years of experience with weekly updates when I
> >> tell you that ubuntu-style "update everything while I go play Space
> >> Invaders" (Or Kerbal Space Program) absolutely does work unless emerge
> >> decides to get stupid and look for excuses not to do what you asked it
> >> to.
> > 
> > That's funny, IME portage is better at automagically resolving blockers
> > than it ever was in the past.  Then again, I don't know how it was
> > before 2001.
> 
> Oh gawd it was awful. You'd get a message saying two things blocked and
> it was up to you to unblock them yourself.
>
> But, things in computing were simpler in those days. Disks were IDE or
> SCSI,

Don't forget MFM disks.
And those only cover IBM-style PCs....

> a desktop was just X11 plus a bunch of apps, some of them aware of
> each other. Hotplugging sort of worked but not really for external disks
> (if you even had one that is). All of /dev was static and we had MAKEDEV
> - it created one of everything you'd ever need and if not, well there
> was mknod

Yes, a /dev with a gazillion items...

> And the most complex thing portage had to deal with was virtuals.
> I don't think even SLOTs were around then.

I doubt it. I think SLOTs came sometime around 2010?

> Nowadays things are so different, out hardware is vastly more complex,
> so is the software and portage has to keep up. Here's something
> important to consider:
> 
> The most complex calculation most of us ever ask our computers to do is
> what portage needs to figure out for emerge -avuND world

That dependency tree logic seems simple to some of the stuff I've seen in the 
past. It's still one of the most complex calculations one can come up with.

> Like Dale correctly keeps pointing out, this isn't Ubuntu which only
> gives you one choice - the one the package maintainer made. Gentoo is
> unique in that it has to cope[1] with any choice the user decided to
> make, and still get the answer right. Even my fleet of FreeBSD servers
> doesn't offer that choice - I can compile from ports, but a port only
> has one version and each has a poor replacement for USE.
> 
> [1] in truth, it's the devs who have to cope with that. They need to get
> a reasonably good idea of what will work with set and set the blockers
> accordingly. Portage only follows their hints. So thumbs up to our devs!

I agree, we have really good devs

--
Joost


^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:47         ` Alan Grimes
                             ` (2 preceding siblings ...)
  2016-04-16 19:31           ` Alan McKinnon
@ 2016-04-16 21:38           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16 21:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

On Sat, 16 Apr 2016 12:47:14 -0400, Alan Grimes wrote:

> It is fundamentally broken. =| 

Of course it is, that's why almost all of us[1] are experiencing the
same problems as you. If it was just you, then is would be reasonable to
assume the problem was with you, which is clearly impossible to even
consider.

[1] For values of all <= 1 


-- 
Neil Bothwick

Top Oxymorons Number 28: Butt Head

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 16:41         ` Alan Grimes
                             ` (2 preceding siblings ...)
  2016-04-16 19:23           ` J. Roeleveld
@ 2016-04-16 21:39           ` Neil Bothwick
  3 siblings, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16 21:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

On Sat, 16 Apr 2016 12:41:37 -0400, Alan Grimes wrote:

> I've got more years on gentoo that most of you. Indeed, my home
> directory probably has detritus in it dating back to 2004.

Does that mean you have 12 years experience, or 3 months experience 48
times over?

> I only joined this list a few months ago

Really? It seems like longer.


-- 
Neil Bothwick

If bankers can count, how come they have eight windows and only four
tellers?

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Re: Emerge
  2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
  2016-04-16 19:47             ` Alan McKinnon
@ 2016-04-16 21:41             ` Neil Bothwick
  1 sibling, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16 21:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

On Sat, 16 Apr 2016 11:58:17 -0500, »Q« wrote:

> You joined the wrong list -- this one's for helping each other.
> Unfortunately, I don't know what is the right list for informing the
> world that portage is malicious and out to get you.

You want Abuse, that's room 12A, just along the corridor.


-- 
Neil Bothwick

ASSISTANT MANAGER: Feminine form of the word manager (q.v.).

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* Re: [gentoo-user] Emerge
  2016-04-16 14:26     ` Alan Grimes
  2016-04-16 16:08       ` Dale
  2016-04-16 16:20       ` Volker Armin Hemmann
@ 2016-04-16 21:43       ` Neil Bothwick
  2 siblings, 0 replies; 37+ messages in thread
From: Neil Bothwick @ 2016-04-16 21:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

On Sat, 16 Apr 2016 10:26:34 -0400, Alan Grimes wrote:

> but on my desktop, all of these problems would go away by the end of the
> update list and 95% of the time, revdep-rebuild wouldn't have anything
> to do.

That would mean that one in twenty updates would break your system,
requiring revdep-rebuild to fix it. You'd have to be pretty dumb to
prefer a system that allows breakage and require repair after the fact
over one that does its best to avoid such breakage in the first place.


-- 
Neil Bothwick

"Energize!" said Picard and the pink bunny appeared...

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* [gentoo-user] Re: Emerge
  2016-04-16 20:02               ` J. Roeleveld
@ 2016-04-18  2:49                 ` Jonathan Callen
  0 siblings, 0 replies; 37+ messages in thread
From: Jonathan Callen @ 2016-04-18  2:49 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 04/16/2016 04:02 PM, J. Roeleveld wrote:
> On Saturday, April 16, 2016 09:47:15 PM Alan McKinnon wrote:
>> On 16/04/2016 18:58, »Q« wrote: And the most complex thing
>> portage had to deal with was virtuals. I don't think even SLOTs
>> were around then.
> 
> I doubt it. I think SLOTs came sometime around 2010?
> 

SLOTs have been around a very long time, they were first introduced in
portage 1.8.9_pre1, released 5 Feb 2002.  Before SLOTs were
introduced, all versions of a package were effectively in a different
SLOT; this meant that portage would not remove an older version of a
package just because you installed a newer version.  At that time,
portage did not have any collision-protect mechanism (or so it appears).

- -- 
Jonathan Callen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJXFEsnAAoJEEIQbvYRB3mghrMP/jWD4xmikITRQ3UYRnTE/3t3
ZAXQqbv2PyBnu5D2tQ4QYBYiO7pfLGNMu+9nWbaI/q/LgflhqXDf5T5bTQClBkTv
1IhF58J61xQMewI2/dQbhdzbuzUvPakC6SOoRUrM6awMwcqUUOXxlqWpexNZudOW
FxrumkO+ohG/VfER0h7Cobp95tT4p6NpQNXhtncoFJekE/Fkqvzov2b+RPOnkQKL
3FCfkByoW/UvmXw0Vt7V0DIaI4MPixe5MyG7b4NkWy3/IaesYZye+1UX+B6rKH1Y
6fSNbkWkKm5O3APGkymVnxTtrQu14+RyfEXFMkGget7TlV3QihO4pJG7HlCzEzc+
v3P+BudoW8s3XKP+IDCjhvlCHHhilLO2CgJiFV73zFtxp1gOIgb86HHtnDIw/htm
WpmvsA3hRSzr9xlj1j1shOl/fI7swPivSG7Tcl3x8THmgixZRp652m59AszPoog3
oGLEsjUlggHL/MSSTHgSRnzMWiAClD+Llx/3QG4mpB6VSJID03Q4v/F/myyElNDs
cbnicePXD6lLfDJGhEZtV42YkKc2N2CV5aBmW+EWHR7hqLAmNepO6Olb2xIe8MJV
YGRDIWmNj2EueUZSw3+XM/y3oU3Oh05wkaj4L3wQMFt1Jvfaxf4z44c+ZME0nZ+1
hqg1Qvlc98SYvhRqhChh
=q+FB
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2016-04-18  2:49 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16  3:36 [gentoo-user] Emerge Alan Grimes
2016-04-16  5:19 ` J. Roeleveld
2016-04-16  8:12 ` Neil Bothwick
2016-04-16  9:10 ` Alan McKinnon
2016-04-16 10:05   ` Mick
2016-04-16 10:40     ` Neil Bothwick
2016-04-16 14:26     ` Alan Grimes
2016-04-16 16:08       ` Dale
2016-04-16 16:41         ` Alan Grimes
2016-04-16 16:58           ` [gentoo-user] Emerge »Q«
2016-04-16 19:47             ` Alan McKinnon
2016-04-16 20:02               ` J. Roeleveld
2016-04-18  2:49                 ` Jonathan Callen
2016-04-16 21:41             ` Neil Bothwick
2016-04-16 17:19           ` [gentoo-user] Emerge Dale
2016-04-16 19:23           ` J. Roeleveld
2016-04-16 21:39           ` Neil Bothwick
2016-04-16 16:20       ` Volker Armin Hemmann
2016-04-16 16:47         ` Alan Grimes
2016-04-16 17:27           ` Dale
2016-04-16 19:25           ` J. Roeleveld
2016-04-16 19:31           ` Alan McKinnon
2016-04-16 21:38           ` Neil Bothwick
2016-04-16 21:43       ` Neil Bothwick
  -- strict thread matches above, loose matches on Subject: below --
2006-12-11 12:21 [gentoo-user] emerge Cosmin Rentea
2006-12-11 12:31 ` Raymond Lewis Rebbeck
2006-12-11 12:34 ` Caj Zell
2006-12-11 12:37 ` Boris Fersing
2006-12-11 12:39 ` Petr Uzel
2006-12-11 13:27 ` Mauro Faccenda
2006-12-02 20:09 [gentoo-user] Emerge Eduardo Luiz
2006-12-02 20:45 ` Daniel Iliev
2006-12-02 21:36   ` Steve Dibb
2006-03-20 16:27 Meino Christian Cramer
2006-03-20 16:40 ` Diogo Tridapalli
2006-03-20 17:31 ` Neil Bothwick
2006-03-20 18:21   ` Meino Christian Cramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox