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 ... 11, 12, 13, 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: Sun Mar 24, 2024 2:41 pm    Post subject: Reply with quote

Hi,
That command finished successfully.

Now I now I think I need to re-emerge world with

emerge -avuDN @world

right?

And then I can do

emerge xorg-server gnome inkwscape virtualbox, right?

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:52 pm    Post subject: Reply with quote

Yeah hopefully emerge -avuDN @world is clean now, and then you can re-merge the stuff you removed.
The light at the end of the tunnel isn't an oncoming train after all!
_________________
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:08 pm    Post subject: Reply with quote

Hi,
Yes, world emerge was clean. And its only 177 packages. ;-)

I just added xorg-server to the command as that what want as the back end.

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:27 pm    Post subject: Reply with quote

Hi,
I have one question though:

Is there still python-updater?

If yes - I should probably run it after re-emerging the stuff above..

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:35 pm    Post subject: Reply with quote

I have not run python-updater for a long time, it doesn't even exist on my machine anymore.

I think portage is handing python and perl versions by itself just fine now, so don't worry about it.

After merging the stuff you removed, ... you should just do a --depclean --pretend and remove the remaining detritus, that's about all the maintenance needed. Else congratulations on your computer, once again just like having a fresh install!
_________________
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:38 pm    Post subject: Reply with quote

Hi,
The world is still updating but I wanted to see if restoring everything will be clean.

And apparently it is not - log is here

I'll wait for the world update - maybe it will be resolved...

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:56 pm    Post subject: Reply with quote

Must heed in general:
Code:
The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by media-gfx/inkscape-1.3.2-r1::gentoo[python_single_target_python3_11]
# required by inkscape (argument)
>=dev-python/pillow-10.2.0-r1 webp

_________________
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 4:43 pm    Post subject: Reply with quote

Hi,
What about the qt conflict?

Thank you.
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1537

PostPosted: Sun Mar 24, 2024 4:49 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
What about the qt conflict?

Thank you.


Code:
NOTE: Use the '--verbose-conflicts' option to display parents omitted above


With this, find out what pulls in those 5.15.2 dev-qt packages.

Best Regards,
Georgi
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Mar 24, 2024 4:50 pm    Post subject: Reply with quote

ONEEYEMAN,

We can't tell ...
Code:
The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by media-gfx/inkscape-1.3.2-r1::gentoo[python_single_target_python3_11]
# required by inkscape (argument)
>=dev-python/pillow-10.2.0-r1 webp

 * In order to avoid wasting time, backtracking has terminated early


The last line means that portage could not resolve the dependencies and gave up until you fix the USE flags.
_________________
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: Sun Mar 24, 2024 6:13 pm    Post subject: Reply with quote

Hi,
Here are my modifications.

But I still m getting this same error.

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 6:18 pm    Post subject: Reply with quote

where did you put that? /etc/portage/package.use/ ?

and it's >= not >- ?

Personally I don't bother with versions in package.use unless absolutely needed so I'd probably just have

dev-python/pillow webp

or probably even put webp in my global USE.
_________________
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 6:34 pm    Post subject: Reply with quote

Hi,
Yes, sign is fixed. Sorry.

New log is here

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 7:12 pm    Post subject: Reply with quote

Hi,
Adding suggested option I am getting this.

I think I should add Qt to that command...

Thank you.
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1537

PostPosted: Sun Mar 24, 2024 7:58 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
Adding suggested option I am getting this.

I think I should add Qt to that command...

Thank you.


Code:
grep -r dev-qt /etc/portage/package.accept_keywords


?

It might be also good to see the output of:

Code:
emerge -pvc dev-qt/linguist-tools dev-qt/qtx11extras


Best Regards,
Georgi
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

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

Hi,
The first command didn't yields anything.

The second didn't error out - both packages would be successfully unmerged.

Thank you.
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1537

PostPosted: Sun Mar 24, 2024 8:41 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
The first command didn't yields anything.

The second didn't error out - both packages would be successfully unmerged.

Thank you.


Both those things must mean they are in the world file unless I'm missing something. I don't remember if we inspected it earlier, you could check and post the relevant lines. If they are versioned with 5.15.2 then it's almost certain you can deselect them and all like them from dev-qt category.

Best Regards,
Georgi
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 8:57 pm    Post subject: Reply with quote

Hi,
/var/lib/portage/world doesn't have any string with "qt" in it.
Is it the right file?

Thank you.
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1537

PostPosted: Sun Mar 24, 2024 9:20 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
/var/lib/portage/world doesn't have any string with "qt" in it.
Is it the right file?

Thank you.


Yes, it is. Does depclean offer to clean them? Be careful not to let it proceed!

Best regards,
Georgi
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 24, 2024 9:34 pm    Post subject: Reply with quote

Hi,
Trying "emerge --pretend --depclean" gave

Quote:

Dependencies could not be completely resolved...


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 9:48 pm    Post subject: Reply with quote

something in world is still wanting the old version of qt.
Do you have PyQt5 depended on by something?
_________________
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 10:27 pm    Post subject: Reply with quote

Hi,
I don't have it installed.

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 10:51 pm    Post subject: Reply with quote

Can you

# emerge --depclean --verbose qtwayland

and since you have USE=-wayland let it delete... if it doesn't, report consumers of qtwayland.

If it is successful being depcleaned, carry on with your reinstall...
_________________
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 11:05 pm    Post subject: Reply with quote

Hi,
That command yields:

Quote:

Calculating dependencies... done

qtwayland-5.15.2-r1 pulled in by:
dev-qt/qtgui-5.15.2-r1 requires"dev-qt/qtwayland-5.15.2

>> No packages selected for removal by depclean


Thank yuo.
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 11:40 pm    Post subject: Reply with quote

What's your current

$ emerge --depclean --pretend @world

report? What packages are currently broken/not fully installed according to portage?

What's the command line of what you're trying to merge right now anyway?

Could you --oneshot it and add qtcore to the list (and then --select it after it merges?)
_________________
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 ... 11, 12, 13, 14, 15, 16  Next
Page 12 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