Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread n952162
On 05/22/20 02:48, Rich Freeman wrote: On Thu, May 21, 2020 at 3:18 PM n952162 wrote: My system: Linux txm2 4.14.65-gentoo #1 SMP Sun Oct 21 11:50:40 -00 2018 x86_64 Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz GenuineIntel GNU/Linux I'm not sure why the x86 is coming into play here and if

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread n952162
On 05/22/20 02:48, Rich Freeman wrote: On Thu, May 21, 2020 at 3:18 PM n952162 wrote: My system: Linux txm2 4.14.65-gentoo #1 SMP Sun Oct 21 11:50:40 -00 2018 x86_64 Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz GenuineIntel GNU/Linux I'm not sure why the x86 is coming into play here and if

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread Rich Freeman
On Thu, May 21, 2020 at 3:18 PM n952162 wrote: > > My system: > > Linux txm2 4.14.65-gentoo #1 SMP Sun Oct 21 11:50:40 -00 2018 x86_64 Intel(R) > Core(TM)2 Duo CPU E7500 @ 2.93GHz GenuineIntel GNU/Linux > > I'm not sure why the x86 is coming into play here and if sse2 is relevant at > all. > I

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread n952162
On 05/20/20 23:52, n952162 wrote: The @system set is largely independent of anything else, so getting it updated makes everything else easier. Okay, that's what I'll do (tomorrow). Well it's an iterative process with backtracking ... one package of @system is alsa and it seemed small and

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread Rich Freeman
On Thu, May 21, 2020 at 4:46 AM Thomas Mueller wrote: > > > from n952162: > > > > And really unless you REALLY care about your CFLAGS you get 99% of the > > > benefit just sticking with the original stage3 and just rebuilding > > > anything you change USE flags for. Over time it will all get

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread Thomas Mueller
> from n952162: > > And really unless you REALLY care about your CFLAGS you get 99% of the > > benefit just sticking with the original stage3 and just rebuilding > > anything you change USE flags for. Over time it will all get rebuilt > > anyway using your preferences. > If I understand that

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
On 05/20/20 23:58, Rich Freeman wrote: On Wed, May 20, 2020 at 5:52 PM n952162 wrote: The beauty of gentoo is that it's source. But that's just a fantasy if I use the stage3 tarball. I think. The stage3 tarball is what you get if you build everything using the default options. If you

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Rich Freeman
On Wed, May 20, 2020 at 5:52 PM n952162 wrote: > > The beauty of gentoo is that it's source. But that's just a fantasy if > I use the stage3 tarball. > I think. The stage3 tarball is what you get if you build everything using the default options. If you change the options, then an emerge -e

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
On 05/20/20 23:24, Rich Freeman wrote: First, stop top-posting, and fix your quoting. This is a mess to try to reply to, and your update woes are bad enough to stare at... sorry, I've just posted as I've thought it was most meaningful.  I'm not sure what you mean by quoting ... I'm using

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Rich Freeman
First, stop top-posting, and fix your quoting. This is a mess to try to reply to, and your update woes are bad enough to stare at... On Wed, May 20, 2020 at 4:51 PM n952162 wrote: > > > Well, you're talking about openssl here. I'm trying to go a step at a time > and looking at the first

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread J. Roeleveld
Please don't toppost On 20 May 2020 21:46:45 CEST, n952162 wrote: >Good tip ... I was getting unconfortable that every time I tried one of >these attempts to update things, it would say that the target got added >to the world file.  You're saying, if I don't recognize it, I can >remove >it from

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread J. Roeleveld
Please don't toppost On 20 May 2020 21:34:47 CEST, n952162 wrote: >The output of: > >sudo emerge -auDv --changed-use --keep-going --with-bdeps=y >--changed-deps --backtrack=100 @world > >is attached. > > >On 05/20/20 21:24, Daniel Frey wrote: >> On 5/20/20 12:06 PM, n952162 wrote: >>> The

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Rich Freeman
On Wed, May 20, 2020 at 3:49 PM n952162 wrote: > > On 05/20/20 21:24, Daniel Frey wrote: > > On 5/20/20 12:06 PM, n952162 wrote: > >> The command was: > >> > >> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl > >> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml > >>

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Rich Freeman
On Wed, May 20, 2020 at 3:51 PM Matt Connell (Gmail) wrote: > > On 2020-05-20 14:46, n952162 wrote: > > You're saying, if I don't recognize it, I can remove > > it from the list? > > The world file should contain only *selected* packages, meaning packages > you explicitly, purposefully chose and

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Matt Connell (Gmail)
On 2020-05-20 14:46, n952162 wrote: You're saying, if I don't recognize it, I can remove it from the list? The world file should contain only *selected* packages, meaning packages you explicitly, purposefully chose and installed. That way you let portage handle all your dependencies.

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
On 05/20/20 21:24, Daniel Frey wrote: On 5/20/20 12:06 PM, n952162 wrote: The command was: emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore The output to that is

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
Good tip ... I was getting unconfortable that every time I tried one of these attempts to update things, it would say that the target got added to the world file.  You're saying, if I don't recognize it, I can remove it from the list? On 05/20/20 21:35, J. Roeleveld wrote: On 20 May 2020

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread J. Roeleveld
On 20 May 2020 21:24:36 CEST, Daniel Frey wrote: >On 5/20/20 12:06 PM, n952162 wrote: >> The command was: >> >> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl >> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml >> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Daniel Frey
On 5/20/20 12:06 PM, n952162 wrote: The command was: emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore The output to that is attached. I tried just emerging zlib with

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
The command was: emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore The output to that is attached. I tried just emerging zlib with the static-libs USE flag ... that

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread Ashley Dixon
On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote: > I have a slot conflict for sys-libs/zlib, whereby both users want > the same package.  Studying the USE variables shows that the new > package wants, additionally, the "static-libs" USE flag. > > I thought, the way to handle this

[gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
I have a slot conflict for sys-libs/zlib, whereby both users want the same package.  Studying the USE variables shows that the new package wants, additionally, the "static-libs" USE flag. I thought, the way to handle this is to add the static-libs USE variable in

Re: [gentoo-user] slot conflict when updating portage

2019-05-30 Thread Rich Freeman
On Wed, May 29, 2019 at 6:55 PM Neil Bothwick wrote: > > On Thu, 30 May 2019 00:52:31 +0200, n952...@web.de wrote: > > > !!! Your current profile is deprecated and not supported anymore. > > !!! Use eselect profile to update your profile. > > !!! Please upgrade to the following profile if

Re: [gentoo-user] slot conflict when updating portage

2019-05-29 Thread Neil Bothwick
On Thu, 30 May 2019 00:52:31 +0200, n952...@web.de wrote: > !!! Your current profile is deprecated and not supported anymore. > !!! Use eselect profile to update your profile. > !!! Please upgrade to the following profile if possible: > > default/linux/amd64/17.0/desktop > > You may use

Aw: Re: [gentoo-user] slot conflict when updating portage

2019-05-29 Thread n952162
Oh, I wish I'd use .txt as an extension. Here's one in the raw: 10~>sudo emerge --oneshot portage Password: !!! Your current profile is deprecated and not supported anymore. !!! Use eselect profile to update your profile. !!! Please upgrade to the following profile if possible:

Aw: Re: [gentoo-user] slot conflict when updating portage

2019-05-29 Thread n952162
gt; An: gentoo-user@lists.gentoo.org > Betreff: Re: [gentoo-user] slot conflict when updating portage > > n952...@web.de wrote: > > !!! Multiple package instances within a single package slot have been pulled > > !!! into the dependency graph, resulting in a slot conflict: > >

Re: [gentoo-user] slot conflict when updating portage

2019-05-29 Thread Dale
n952...@web.de wrote: > !!! Multiple package instances within a single package slot have been pulled > !!! into the dependency graph, resulting in a slot conflict: > > sys-apps/portage:0 > > How should I go about handling this? > > Slot are explained somewhere as allowing multiple packages to have

[gentoo-user] slot conflict when updating portage

2019-05-29 Thread n952162
!!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-apps/portage:0 How should I go about handling this? Slot are explained somewhere as allowing multiple packages to have different versions of the same

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-19 Thread allan gottlieb
On Mon, Jun 18 2018, Mick wrote: > On Monday, 18 June 2018 21:28:38 BST allan gottlieb wrote: >> On Mon, Jun 18 2018, Mick wrote: >> > Hi Allan, >> > >> > On Monday, 18 June 2018 18:52:31 BST allan gottlieb wrote: >> >> On Sun, Jun 17 2018, Mick wrote: >> >> > On Sunday, 17 June 2018 22:04:50

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-18 Thread Mick
On Monday, 18 June 2018 21:28:38 BST allan gottlieb wrote: > On Mon, Jun 18 2018, Mick wrote: > > Hi Allan, > > > > On Monday, 18 June 2018 18:52:31 BST allan gottlieb wrote: > >> On Sun, Jun 17 2018, Mick wrote: > >> > On Sunday, 17 June 2018 22:04:50 BST allan gottlieb wrote: > >> >> (I have

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-18 Thread allan gottlieb
On Mon, Jun 18 2018, Mick wrote: > Hi Allan, > > On Monday, 18 June 2018 18:52:31 BST allan gottlieb wrote: >> On Sun, Jun 17 2018, Mick wrote: >> > On Sunday, 17 June 2018 22:04:50 BST allan gottlieb wrote: >> >> (I have been offline for a few months and apologize if this has been >> >>

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-18 Thread Mick
Hi Allan, On Monday, 18 June 2018 18:52:31 BST allan gottlieb wrote: > On Sun, Jun 17 2018, Mick wrote: > > On Sunday, 17 June 2018 22:04:50 BST allan gottlieb wrote: > >> (I have been offline for a few months and apologize if this has been > >> covered.) > >> > >> I had not synced for about 3

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-18 Thread allan gottlieb
On Sun, Jun 17 2018, Mick wrote: > On Sunday, 17 June 2018 22:04:50 BST allan gottlieb wrote: >> (I have been offline for a few months and apologize if this has been >> covered.) >> >> I had not synced for about 3 months (fear of new, incompatible gnucash) >> but have now done so.

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-17 Thread Mick
On Sunday, 17 June 2018 22:04:50 BST allan gottlieb wrote: > (I have been offline for a few months and apologize if this has been > covered.) > > I had not synced for about 3 months (fear of new, incompatible gnucash) > but have now done so. Unsurprisingly my normal update world shows many >

[gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-17 Thread allan gottlieb
(I have been offline for a few months and apologize if this has been covered.) I had not synced for about 3 months (fear of new, incompatible gnucash) but have now done so. Unsurprisingly my normal update world shows many entries and also unsurprising is a blocker (slot conflict). However, I am

[gentoo-user] slot conflict - xfce-base/libxfce4util

2015-09-05 Thread thelma
I'm confused sometimes as to these slot conflicts, eg. I'm getting: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: xfce-base/libxfce4util:0 (xfce-base/libxfce4util-4.10.1:0/0::gentoo, installed) pulled

Re: [gentoo-user] slot conflict - xfce-base/libxfce4util

2015-09-05 Thread Alan McKinnon
On 05/09/2015 19:17, the...@sys-concept.com wrote: > I'm confused sometimes as to these slot conflicts, eg. I'm getting: It's verbose, but can be understood. Just read each line. > > !!! Multiple package instances within a single package slot have been pulled > !!! into the dependency graph,

Re: [gentoo-user] slot conflict - xfce-base/libxfce4util

2015-09-05 Thread Philip Webb
150905 the...@sys-concept.com wrote: > I'm confused sometimes as to these slot conflicts, eg. I'm getting: > > !!! Multiple package instances within a single package slot have been pulled > !!! into the dependency graph, resulting in a slot conflict: > > xfce-base/libxfce4util:0 > >

Re: [gentoo-user] slot conflict - xfce-base/libxfce4util

2015-09-05 Thread wabenbau
Alan McKinnon wrote: > Hmmm. libxfcegui4 is old compat code for legacy shit from 3 versions > back. I doubt you need it, and if you do, I suggest getting rid of the That's right. libxfcegui4 is not needed by XFCE any longer. -- Regards wabe

Re: [gentoo-user] slot conflict when trying to emerge xorg-server-1.14.3-r2

2013-11-14 Thread Bruce Hill
On Wed, Nov 13, 2013 at 11:23:43AM -0700, Nicolas Bock wrote: Hi, emerge --oneshot xorg-server throws this error message: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-base/xorg-server:0

Re: [gentoo-user] slot conflict when trying to emerge xorg-server-1.14.3-r2

2013-11-14 Thread Bruce Hill
On Wed, Nov 13, 2013 at 11:23:43AM -0700, Nicolas Bock wrote: Hi, emerge --oneshot xorg-server throws this error message: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-base/xorg-server:0

Re: [gentoo-user] slot conflict when trying to emerge xorg-server-1.14.3-r2

2013-11-14 Thread Nicolas Bock
Thanks for the tip. I ended up doing emerge --emptytree @world which fixed it. On Thu, Nov 14, 2013 at 8:05 AM, Bruce Hill da...@happypenguincomputers.com wrote: On Wed, Nov 13, 2013 at 11:23:43AM -0700, Nicolas Bock wrote: Hi, emerge --oneshot xorg-server throws this error message: !!!

[gentoo-user] slot conflict when trying to emerge xorg-server-1.14.3-r2

2013-11-13 Thread Nicolas Bock
Hi, emerge --oneshot xorg-server throws this error message: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-base/xorg-server:0 (x11-base/xorg-server-1.13.4-r1::gentoo, installed) pulled in by

[gentoo-user] slot conflict on consolkit -- how to resolve?

2009-10-11 Thread covici
I am trying to upgrade to the gnome overlay and I get the following slot conflict: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-auth/consolekit:0 ('installed', '/',

Re: [gentoo-user] slot conflict on consolkit -- how to resolve?

2009-10-11 Thread Albert Hopkins
On Sun, 2009-10-11 at 05:34 -0400, cov...@ccs.covici.com wrote: I am trying to upgrade to the gnome overlay and I get the following slot conflict: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict:

Re: [gentoo-user] slot conflict on consolkit -- how to resolve?

2009-10-11 Thread covici
Albert Hopkins mar...@letterboxes.org wrote: On Sun, 2009-10-11 at 05:34 -0400, cov...@ccs.covici.com wrote: I am trying to upgrade to the gnome overlay and I get the following slot conflict: !!! Multiple package instances within a single package slot have been pulled !!! into

[gentoo-user] slot conflict

2009-03-29 Thread John P. Burkett
Working on a amd64 machine, I did emerge -D -uav world and got the following response: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-lang/python:2.5 ('installed', '/', 'dev-lang/python-2.5.2-r7',

Re: [gentoo-user] slot conflict

2009-03-29 Thread Alan McKinnon
On Sunday 29 March 2009 08:26:45 John P. Burkett wrote: Working on a amd64 machine, I did emerge -D -uav world and got the following response: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict:

Re: [gentoo-user] slot conflict

2009-03-29 Thread John P. Burkett
Alan McKinnon wrote: On Sunday 29 March 2009 08:26:45 John P. Burkett wrote: Working on a amd64 machine, I did emerge -D -uav world and got the following response: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot