Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-02 Thread Wolfgang Müller
> Just out of curiosity:  on my system  "emerge" always lists the packages
> that would be merged "in order" rather than  "in reverse order".   Where
> can this be configured?
> 
>$ man emerge | grep reverse
> 
> Only finds "reverse dependencies".

This happens when you pass -t or --tree. I don't know of any way to
force emerge to do one or the other.

-- 
Wolf



Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-02 Thread Dr Rainer Woitok
Greetings,

On Sunday, 2021-08-01 19:19:13 +0200, n952162 wrote:

> ...
> These are the packages that would be merged, in reverse order:

Just out of curiosity:  on my system  "emerge" always lists the packages
that would be merged "in order" rather than  "in reverse order".   Where
can this be configured?

   $ man emerge | grep reverse

Only finds "reverse dependencies".

Sincerely,
  Rainer



Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-02 Thread n952162

On 8/2/21 9:16 AM, n952162 wrote:


I uninstalled blender (emerge -C) and now it's installing.



I mean, it's emerging @world.





Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-02 Thread n952162

On 8/1/21 9:05 PM, Arve Barsnes wrote:

On Sun, 1 Aug 2021 at 20:02, n952162  wrote:

Ok, I'm sure I can manage that, thank you...

Can you clue me in, how you identified blender?  I see it it forces
dev-python/requests, but that target is just one of 10 apparently
problem packages.

Your output was a little mangled for me, so it was mostly luck, but I
spotted blender there, and remembered having a python problem with it
myself only a few months ago. The main thing is that the little block
showing the slot conflict for dev-python/requests itself showed
blender holding it back, and I don't think blender can be a dependency
of any other packages, so it's something you can definitely directly
affect yourself (worse case scenario uninstall it).

Side note: summer brain in full effect, it took me a long time to
remember the word "uninstall".

Regards,
Arve



I uninstalled blender (emerge -C) and now it's installing.  I update
once a month but I haven't been able to update that machine for 3
months, clueless to what the problem was - it seemed like that old
python problem that caused me to have to re-install two machines and
that I thought was finally solved.





Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread Arve Barsnes
On Sun, 1 Aug 2021 at 20:02, n952162  wrote:
> Ok, I'm sure I can manage that, thank you...
>
> Can you clue me in, how you identified blender?  I see it it forces
> dev-python/requests, but that target is just one of 10 apparently
> problem packages.

Your output was a little mangled for me, so it was mostly luck, but I
spotted blender there, and remembered having a python problem with it
myself only a few months ago. The main thing is that the little block
showing the slot conflict for dev-python/requests itself showed
blender holding it back, and I don't think blender can be a dependency
of any other packages, so it's something you can definitely directly
affect yourself (worse case scenario uninstall it).

Side note: summer brain in full effect, it took me a long time to
remember the word "uninstall".

Regards,
Arve



Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread n952162

On 8/1/21 7:51 PM, Arve Barsnes wrote:

On Sun, 1 Aug 2021 at 19:18, n952162  wrote:

I removed all python_targets_python3_6 from my use flags, but I still
have a very similar looking situation, with python-requests still dominant.

It seems to be blender holding you back now. If you are running
stable, you can keyword the newer media-gfx/blender-2.93.0, which
supports newer python.

Regards,
Arve



Ok, I'm sure I can manage that, thank you...

Can you clue me in, how you identified blender?  I see it it forces
dev-python/requests, but that target is just one of 10 apparently
problem packages.




Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread Arve Barsnes
On Sun, 1 Aug 2021 at 19:18, n952162  wrote:
> I removed all python_targets_python3_6 from my use flags, but I still
> have a very similar looking situation, with python-requests still dominant.

It seems to be blender holding you back now. If you are running
stable, you can keyword the newer media-gfx/blender-2.93.0, which
supports newer python.

Regards,
Arve



Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread n952162

On 8/1/21 6:19 PM, Arve Barsnes wrote:

On Sun, 1 Aug 2021 at 17:17, n952162  wrote:

A couple of the things I have tried:

- change default python from 3.7 to 3.9

- removing net-analyze from the world file

- changing the license file.

- running perl-cleaner

- emerging only @system

Many of the conflicts seem related to an old version of
dev-python/requests. Could newer versions be masked, or could there be
older python targets set for it in /etc/portage/package.use/ ?

Regards,
Arve



I have this:

02/etc/portage/package.use>grep -i request *
...
201213:>=dev-python/requests-2.24.0-r1 python_targets_python3_7
...
use-flags-201110:>=dev-python/requests-2.23.0 python_targets_python3_6

Is it not the case that those just insist on a newer version?

Or, is the problem python_targets+python3_6.  I've got a lot of those. 
Do they all force that version and need to come out?  To be replaced
with something else?








Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread Arve Barsnes
On Sun, 1 Aug 2021 at 18:51, n952162  wrote:
>
> On 8/1/21 6:19 PM, Arve Barsnes wrote:
> > Many of the conflicts seem related to an old version of
> > dev-python/requests. Could newer versions be masked, or could there be
> > older python targets set for it in /etc/portage/package.use/ ?
> >
> > Regards,
> > Arve
>
>
> I have this:
>
> 02/etc/portage/package.use>grep -i request *
> ...
> 201213:>=dev-python/requests-2.24.0-r1 python_targets_python3_7
> ...
> use-flags-201110:>=dev-python/requests-2.23.0 python_targets_python3_6
>
> Is it not the case that those just insist on a newer version?

That sets both for all versions newer than 2.24.0-r1, but the oldest
version available does not support 3.6.

> Or, is the problem python_targets+python3_6.  I've got a lot of those.
> Do they all force that version and need to come out?  To be replaced
> with something else?

Unless you have a special reason for them, I would try to remove them
all, and let portage take care of pulling in the right versions. At
least remove any 3.6 lines.

Regards,
Arve



Re: [gentoo-user] Can anyone give me a hint how to get this to update?

2021-08-01 Thread Arve Barsnes
On Sun, 1 Aug 2021 at 17:17, n952162  wrote:
>
> A couple of the things I have tried:
>
> - change default python from 3.7 to 3.9
>
> - removing net-analyze from the world file
>
> - changing the license file.
>
> - running perl-cleaner
>
> - emerging only @system

Many of the conflicts seem related to an old version of
dev-python/requests. Could newer versions be masked, or could there be
older python targets set for it in /etc/portage/package.use/ ?

Regards,
Arve