Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst] Konflikte auflösen...???
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1395
Location: Eppingen, Germany

PostPosted: Thu May 23, 2024 11:08 am    Post subject: [gelöst] Konflikte auflösen...??? Reply with quote

Ich habe meine Konfiguration von Altlasten befreien wollen (eix-test-obsolet) und bekomme jetzt 3 Konflikte beim update, die ich wieder nicht verstehe:

Code:
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-lang/python:3.11

  (dev-lang/python-3.11.9:3.11/3.11::gentoo, ebuild scheduled for merge) USE="bluetooth ensurepip gdbm ncurses readline sqlite ssl -build -debug -examples -libedit -pgo -test -tk -valgrind -verify-sig" ABI_X86="(64)" conflicts with                                                                                                           
    dev-lang/python:3.11[tk] required by (app-office/scribus-1.6.1-r1:1.6/1.6::gentoo, installed) USE="boost hunspell osg pdf scripts templates tk -debug -examples -graphicsmagick -minimal" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12"                                                                           
                         ^^
    dev-lang/python:3.11[tk,threads(+)] required by (dev-python/pillow-10.3.0:0/0::gentoo, installed) USE="jpeg jpeg2k lcms tiff tk truetype webp xcb zlib -debug -examples -imagequant -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 (-pypy3) -python3_10 -python3_12"                                                                       
                         ^^           

media-libs/libsdl:0

  (media-libs/libsdl-1.2.68:0/0::gentoo, ebuild scheduled for merge) USE="X alsa joystick opengl sound video -test" ABI_X86="(64) -32 (-x32)" conflicts with
    >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-),abi_x86_64(-)] required by (media-video/mjpegtools-2.2.1-r1:1/2.2::gentoo, installed) USE="gtk png sdl -dv -quicktime -sdlgfx -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="mmx"                                                                                                         
                                                             

dev-python/pillow:0

  (dev-python/pillow-10.3.0:0/0::gentoo, ebuild scheduled for merge) USE="jpeg jpeg2k lcms tiff truetype webp xcb zlib -debug -examples -imagequant -test -tk" ABI_X86="(64)" PYTHON_TARGETS="python3_11 (-pypy3) -python3_10 -python3_12 (-python3_13)" conflicts with                                                                           
    dev-python/pillow[tk,python_targets_python3_11(-)] required by (app-office/scribus-1.6.1-r1:1.6/1.6::gentoo, installed) USE="boost hunspell osg pdf scripts templates tk -debug -examples -graphicsmagick -minimal" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12"
                      ^^                             


Ich glaube, python müsste mit USE=tk installiert werden - aber das sollte auch so sein:

Code:
/etc/portage/package.use/scribus:app-office/scribus -graphicsmagick hunspell -minimal osg scripts tk
/etc/portage/package.use/scribus:>=dev-lang/python-2.7.16:2.7 tk


Da es nicht funktioniert gehe ich davon aus, dass ich die Ursache der Konflikte wieder nicht verstanden habe.... Wer kann die Ausgabe erklären? Ich verspreche, ich versuche mir das zu merken....

uhai


Last edited by uhai on Fri May 24, 2024 11:32 am; edited 1 time in total
Back to top
View user's profile Send private message
Christian99
Veteran
Veteran


Joined: 28 May 2009
Posts: 1708

PostPosted: Thu May 23, 2024 1:47 pm    Post subject: Reply with quote

1. genau richtig verstanden, aber du hast was übersehen:
dein packag.use eintrag ist
Code:
/etc/portage/package.use/scribus:>=dev-lang/python-2.7.16:2.7 tk
                                                          ^^^

das heißt tk flag wird nur für python im slot 2.7 aktiviert, du hast aber python im slot 3.11

2. mjpegtools braucht libsdl mit gleichen ABI_X86 flags, dein mjpegtools hat ABI_X86="32 64" und libsdl soll mit ABI_X86="64 -32" installiert werden. schau, ob du mjpegtools wirklich mit ABI_X86="32" brauchst, wenn nicht, dann das deaktivieren, oder wenn du es brauchst, dann aktivieren für libsdl

3. ähnlich wie 1, scribus braucht tk flag auch für pillow, wenn du das aktivierst sollte es gut sein
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1395
Location: Eppingen, Germany

PostPosted: Fri May 24, 2024 11:33 am    Post subject: Reply with quote

Danke für die Hilfe, hat geholfen. Jetzt suche ich weitere conflicts zum üben ;-)
uhai
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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