Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steam-launcher-1.0.0.78-r3 fails to build with gtk+:2 installed #356

Closed
achurch opened this issue Feb 6, 2024 · 2 comments
Closed

steam-launcher-1.0.0.78-r3 fails to build with gtk+:2 installed #356

achurch opened this issue Feb 6, 2024 · 2 comments

Comments

@achurch
Copy link

achurch commented Feb 6, 2024

Attempting to upgrade steam-launcher from 1.0.0.78-r1 to -r3 gives the following error:

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (x11-libs/gtk+-2.24.33-r3:2/2::gentoo, installed) pulled in by
    // various packages

  (games-util/steam-launcher-1.0.0.78-r3:0/0::steam-overlay, ebuild scheduled for merge) pulled in by
    games-util/steam-launcher[steamruntime?] (games-util/steam-launcher[steamruntime]) required by (games-util/steam-meta-0-r20220320:0/0::steam-overlay, installed) USE="steamruntime userland_GNU" ABI_X86="(64)"

I'm not sure why -r3 blocks gtk+:2? I haven't had any Steam client/game issues in the past with GTK2 installed on my system.

@chewi
Copy link
Collaborator

chewi commented Feb 6, 2024

This probably means you either need to:

  • Enable USE=cups for gtk+:2
  • Disable 32-bit with USE=-abi_x86_32 for gtk+:2
  • Uninstall gtk+:2 entirely

Unfortunately, the error message is really cryptic. I must admit I'm very dubious about the need for CUPS support, so I'll double check that.

@achurch
Copy link
Author

achurch commented Feb 6, 2024

Ah, I didn't see the USE=cups requirement, so that would be it. I do have 32-bit GTK2 apps which I still use, so uninstalling gtk+:2 or disabling 32-bit support aren't an option for me. But again, -cups hasn't given me any issues with Steam in the past (though granted I don't exercise the Steam client itself very much).

@chewi chewi closed this as completed in db55b32 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants