Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Forced to update the old system
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 23, 2024 6:57 pm    Post subject: Reply with quote

NeddySeagoon,
I think I should run "emerge --depclean".

My python is switched to 3.11 so this above will probably remove the old 3.9 version.

And I will then see what is left to rebuild at that time...

What do you think?

Thank you.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54250
Location: 56N 3W

PostPosted: Sat Mar 23, 2024 6:59 pm    Post subject: Reply with quote

ONEEYEMAN,

Looking is harmless. Run it with --pretend and post the output.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 23, 2024 6:59 pm    Post subject: Reply with quote

Hi,
eccerr0r wrote:
careful it's sys-libs/libxcrypt but I don't think this is the way to go.

You could temporarily add sys-apps/shadow into world and see what it does. Make sure you remove it afterwards, this is the definition of @world pollution.

Really need to see what other masks you have...

btw, can you emerge --verbose --depclean python:3.9 ... python3.9 needs to go at some point else it too needs to be rebuilt with libcrypt-2 .


Yes, I was thinking to run the whole system "depclean".

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 23, 2024 7:40 pm    Post subject: Reply with quote

Hi,
FGor some reason wgetpaste works intermittently. ;-)

PK, so declean list is:

Code:

libevent-2.0
icu-67.1
openssl:0/1.1
cairo-1.12.14-r4
pulseaudio-2.1-r1
mesa-18
libffio-3.0.13-r1
x264-0.0.20130506
icu-3.6
dav1d-0.4.0
atk
icu:0/69.1
harfbuzz-2.6.8
libaom-1.0.0
libffi-3.0.13-r1
op4nssl:0/1.1
python-exec[python_target_python3.9
libpng-1.6.35
glibc[crypt(+)] pulled by virtual/libcrypt-1
libffi-3.0.10
openssl-0.9.6-r1
dav1d-0.3.0
mesa-9.1.6
openssl:0/1.1
libevent-2.0.9
pulseaudio
pulseaudio-2.1-r1
openssl-1.1.1
atk-2.10.0
cairo-1.12.14-r4
xorg-server-21.1[udev]
gnutls-2.12.23-r6
openssl:0/1.1


Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sat Mar 23, 2024 9:41 pm    Post subject: Reply with quote

some of that stuff ...shouldn't be depcleaned if it's behind firefox?
and mesa-9 is ancient... what the...
What have you done to your world file so far to get this far? What if you stick everything back now and see what you need to do?

python3.9 is still in portage it seems, so maybe premature to absolutely need to depclean it.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54250
Location: 56N 3W

PostPosted: Sat Mar 23, 2024 9:58 pm    Post subject: Reply with quote

eccerr0r,

I think this is a list of failures, not things that would be cleaned.
That is, they don't fully resolve.

The give away is
Code:
glibc[crypt(+)] pulled by virtual/libcrypt-1

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 23, 2024 10:23 pm    Post subject: Reply with quote

NeddySeagoon,

You are correct... :oops:

The message above the list reads:

Code:

Dependencies could not be completely resolved due to
the following required packages not being installed


So what do we do now?

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sat Mar 23, 2024 10:35 pm    Post subject: Reply with quote

Don't global depclean then :)
I don't see python 3.9 as the reason for holding back libcrypt.

Actually find all dependencies of libcrypt and get a list of them.

Technically it should work if you emerge --oneshot all of these together in the same command line...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 12:15 am    Post subject: Reply with quote

Hi,
OK, so don' depclean python3.9?

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 12:20 am    Post subject: Reply with quote

There is a version of python3.9 in portage that can replace it. If you can depclean python3.9 go for it, else don't worry about it.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 12:43 am    Post subject: Reply with quote

Hi,
Here is the log of me trying to do

Code:

emerge -pv libcrypt gcc virtual/libcrypt


Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 1:01 am    Post subject: Reply with quote

Hi,
And I can't emerge them all at once - libcrypt depends on eudev and there is no ebuild for it in the tree.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 1:34 am    Post subject: Reply with quote

Add systemd-utils (and virtual/udev) to the command line (and make sure you include USE=udev

Thought eudev was only soft blocking and portage would remove it automatically since there is a solution...

remember --oneshot ...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 2:04 am    Post subject: Reply with quote

Hi,
Added "USE=udev and systemd-utils.

The result is here.

Should I maybe use "=virtual/libcrypt-2-r"?


I don't know why it keep asking sys-fs/weudev. It is deselected based on the link NeddySeagoon posted...

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 2:37 am    Post subject: Reply with quote

and add virtual/tmpfiles too. USE="udev tmpfiles" for systemd-utils.

[edit]

and add virtual/libudev too...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 2:47 am    Post subject: Reply with quote

Hi,
Log is here.

I think no matter how much we add it will always fail because eudev/libcryp- 1 dependency..,.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 2:51 am    Post subject: Reply with quote

not sure if you saw the other addition of virtual/libudev, but the hope and prayer is that it will trigger portage's automatic blocker routine for it to realize eudev and hwids are not needed and can be unmerged -- making the block go away, and with eudev gone, we are golden.

btw
Code:
[uninstall     ] sys-apps/systemd-tmpfiles-246::gentoo  USE="(-selinux) -test"


THIS is what we want to see with eudev!
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 3:31 am    Post subject: Reply with quote

Hi,
New log is here

I think we finally did it. ;-)

And now we need "hwids"...

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 3:36 am    Post subject: Reply with quote

And add sys-apps/lshw... hopefully this will do it.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 3:41 am    Post subject: Reply with quote

Hi,
Yes, that was it. I started it...

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 3:47 am    Post subject: Reply with quote

Hi,
Unfortunately we are not done yet... ;-)

It failed to download lshw-02.19.2b_p20220831.

I use OSUOSL as distfile mirror.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 3:57 am    Post subject: Reply with quote

Hi,
The failure log is here.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 3:57 am    Post subject: Reply with quote

No, we are not done even after this passes. You need to restore the rest of your @world!

Ok looks like your portage tree is out of date :( So much for working through lots of problems for this long.
You will need to resync. I got file length 2473654 of that file and passes current portage checksums.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1538

PostPosted: Sun Mar 24, 2024 6:43 am    Post subject: Reply with quote

Do you really need lshw? I guess at one point you needed it to configure your kernel, but now?

Best Regards,
Georgi
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 24, 2024 8:11 am    Post subject: Reply with quote

True, if all else fails one could just depclean it as it's probably a leaf package.
However I think it's still probably time to emerge --sync again...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 14, 15, 16  Next
Page 11 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot 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