Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Qt settings halt updates -- need proper settings

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
12 posts • Page 1 of 1
Author
Message
tckosvic
Apprentice
Apprentice
Posts: 198
Joined: Tue Apr 18, 2023 4:17 pm

Qt settings halt updates -- need proper settings

  • Quote

Post by tckosvic » Thu Jul 03, 2025 2:28 pm

I do updates every 4 days. I continually get qt problems on nearly every update. Could I get some guidance as to what use flags or package flag settings I need to avoid these perpetual issues of dependency conflicts with qt. I would like to solve this once and for all. See below:

Code: Select all


gentoo ~ # time emerge --ask --verbose --update --deep --newuse --backtrack=100 @world 

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

Calculating dependencies... done!
Dependency resolution took 99.63 s (backtrack: 11/100).


Total: 0 packages, Size of downloads: 0 KiB

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

dev-qt/qttools:6

  (dev-qt/qttools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19" conflicts with
    =dev-qt/qttools-6.8.3*:6[-gles2-only,widgets] required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"
    ^               ^^^^^^                       
    ~dev-qt/qttools-6.8.3:6[linguist] required by (dev-qt/qttranslations-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^            


!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

dev-qt/qttranslations:6
dev-qt/qtbase:6
dev-qt/qtsvg:6
dev-qt/qtdeclarative:6
dev-qt/qt5compat:6
dev-qt/qtwayland:6
dev-python/pyside:6
dev-qt/qtcharts:6
dev-qt/qtmultimedia:6

Nothing to merge; quitting.


real    1m42.378s
user    1m40.650s
sys     0m1.117s
gentoo ~ # 

Top
grknight
Retired Dev
Retired Dev
Posts: 2565
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Thu Jul 03, 2025 3:10 pm

tckosvic wrote:

Code: Select all

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
Note, this is a delay with information. It is not an issue at this time. (really should be INFO: and not WARNING: if printed at all)
tckosvic wrote:

Code: Select all

  (dev-qt/qttools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19" conflicts with
    ~dev-qt/qttools-6.8.3:6[linguist] required by (dev-qt/qttranslations-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^            
This says that dev-qt/qttools is scheduled for upgrade. However, dev-qt/qttranslations was not included and needs a certain dev-qt/qttools.
Reasons for this can include other packages needing a certain qttranslations or a missed depclean.
Top
tckosvic
Apprentice
Apprentice
Posts: 198
Joined: Tue Apr 18, 2023 4:17 pm

  • Quote

Post by tckosvic » Thu Jul 03, 2025 4:15 pm

I've gotten these messages over last 12 days. Where do you see that qttools is scheduled for an update? Is it the phrase "ebuild scheduled for merge" that tells that?

So no changes are needed; only solution is to wait?

thanks, tom kosvic
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Thu Jul 03, 2025 4:46 pm

Hm, please post the output from

Code: Select all

wgetpaste -s pgz -ic "emerge -pve @world --backtrack=0"
too.
Top
tckosvic
Apprentice
Apprentice
Posts: 198
Joined: Tue Apr 18, 2023 4:17 pm

  • Quote

Post by tckosvic » Thu Jul 03, 2025 8:46 pm

As requested:

Code: Select all


gentoo ~ # wgetpaste -s pgz -ic "emerge -pve @world --backtrack=0"
Your paste can be seen here: https://paste.gentoo.zip/t55yqaaH
gentoo ~ # 

Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Fri Jul 04, 2025 2:37 am

tckosvic wrote:As requested:

Code: Select all


gentoo ~ # wgetpaste -s pgz -ic "emerge -pve @world --backtrack=0"
Your paste can be seen here: https://paste.gentoo.zip/t55yqaaH
gentoo ~ # 

Hm, this looks all fine, an i think normal a @world update should work.

You can try:

Code: Select all

emerge -avuD --oneshot $(qlist -IC dev-qt pyside)
Top
tckosvic
Apprentice
Apprentice
Posts: 198
Joined: Tue Apr 18, 2023 4:17 pm

  • Quote

Post by tckosvic » Fri Jul 04, 2025 3:09 am

Still errors of unknown meaning to me. Hope this is not too long a code insert.

Code: Select all


gentoo ~ # emerge -avuD --oneshot $(qlist -IC dev-qt pyside)

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

Calculating dependencies... done!
Dependency resolution took 78.33 s (backtrack: 14/20).

[ebuild     U  ] dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo [6.8.3-r1:6/6.8.3::gentoo] USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" 48,590 KiB
[ebuild     U  ] dev-qt/qtwayland-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" 1,126 KiB
[ebuild     U  ] dev-qt/qtshadertools-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="-custom-cflags -test" 1,140 KiB
[ebuild     U  ] dev-qt/qtsvg-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="-custom-cflags -test" 1,971 KiB
[ebuild     U  ] dev-qt/qtdeclarative-6.9.1-r2:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" 36,140 KiB
[ebuild     U  ] dev-qt/qttools-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" LLVM_SLOT="20 -17 -18 -19" 10,097 KiB
[ebuild     U  ] dev-qt/qttranslations-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="-custom-cflags" 1,538 KiB
[ebuild     U  ] dev-qt/qt5compat-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="gui icu qml -custom-cflags -test" 14,291 KiB
[blocks b      ] <dev-qt/qt5compat-6.9.1:6 ("<dev-qt/qt5compat-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[ebuild     U  ] dev-qt/qtquicktimeline-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="-custom-cflags -test" 111 KiB
[blocks b      ] <dev-qt/qtquicktimeline-6.9.1:6 ("<dev-qt/qtquicktimeline-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[ebuild     U  ] dev-qt/qtcharts-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="qml -custom-cflags -gles2-only -test" 4,556 KiB
[blocks b      ] <dev-qt/qtcharts-6.9.1:6 ("<dev-qt/qtcharts-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[ebuild     U  ] dev-qt/qtquick3d-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="opengl vulkan -custom-cflags -test" 72,436 KiB
[blocks b      ] <dev-qt/qtquick3d-6.9.1:6 ("<dev-qt/qtquick3d-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[ebuild     U  ] dev-qt/qtmultimedia-6.9.1:6/6.9.1::gentoo [6.8.3:6/6.8.3::gentoo] USE="X alsa dbus ffmpeg opengl qml vulkan wayland -custom-cflags -eglfs -gstreamer -pipewire -pulseaudio -test -v4l -vaapi" 9,548 KiB
[blocks b      ] <dev-qt/qtmultimedia-6.9.1:6 ("<dev-qt/qtmultimedia-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qtwayland-6.9.1:6 ("<dev-qt/qtwayland-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qtdeclarative-6.9.1:6 ("<dev-qt/qtdeclarative-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qtsvg-6.9.1:6 ("<dev-qt/qtsvg-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qttools-6.9.1:6 ("<dev-qt/qttools-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qtconnectivity-6.9.1:6 ("<dev-qt/qtconnectivity-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)
[blocks B      ] <dev-qt/qtshadertools-6.9.1:6 ("<dev-qt/qtshadertools-6.9.1:6" is soft blocking dev-qt/qtbase-6.9.1-r1)

Total: 12 packages (12 upgrades), Size of downloads: 201,539 KiB
Conflict: 11 blocks (6 unsatisfied)

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-qt/qtsvg:6

  (dev-qt/qtsvg-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtsvg-6.9.1:6 required by (dev-qt/qtdeclarative-6.9.1-r2:6/6.9.1::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^             ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
    dev-qt/qtsvg (Argument)

  (dev-qt/qtsvg-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    =dev-qt/qtsvg-6.8.3*:6 required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"
    ^             ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
    ~dev-qt/qtsvg-6.8.3:6 required by (dev-qt/qtdeclarative-6.8.3-2:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^             ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

dev-qt/qtwayland:6

  (dev-qt/qtwayland-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
    dev-qt/qtwayland (Argument)
    ~dev-qt/qtwayland-6.9.1:6 required by (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

  (dev-qt/qtwayland-6.8.3-1:6/6.8.3::gentoo, installed) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
    >=dev-qt/qtwayland-6.7.2:6/6.8.3= required by (kde-frameworks/kwindowsystem-6.13.0-1:6/6.13::gentoo, installed) USE="X wayland -debug -doc -test" ABI_X86="(64)"
                            ^^^^^^^^^                                                                                                                                                                                                                                                                                     
    ~dev-qt/qtwayland-6.8.3:6 required by (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

dev-qt/qtbase:6

  (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    dev-qt/qtbase (Argument)
    ~dev-qt/qtbase-6.9.1:6[gui=,icu=,network,xml] required by (dev-qt/qt5compat-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="gui icu qml -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                          
    (and 14 more with the same problems)

  (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    =dev-qt/qtbase-6.8.3*:6[gui,widgets] required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    >=dev-qt/qtbase-6.7.2:6/6.8.3=[wayland] required by (kde-frameworks/kguiaddons-6.13.0-r1-1:6/6.13::gentoo, installed) USE="X dbus wayland -debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                                                                                      
    ~dev-qt/qtbase-6.8.3:6[gui,widgets] required by (dev-qt/qtsvg-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                        
    (and 25 more with the same problems)

dev-qt/qttranslations:6

  (dev-qt/qttranslations-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.9.1:6 required by (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    dev-qt/qttranslations (Argument)

  (dev-qt/qttranslations-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.8.3:6 required by (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -mysql -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

dev-qt/qttools:6

  (dev-qt/qttools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19" pulled in by
    ~dev-qt/qttools-6.9.1:6[linguist] required by (dev-qt/qttranslations-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                                                                    
    dev-qt/qttools (Argument)

  (dev-qt/qttools-6.8.3:6/6.8.3::gentoo, installed) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19" pulled in by
    =dev-qt/qttools-6.8.3*:6[gles2-only=,widgets] required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"
    ^               ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    ~dev-qt/qttools-6.8.3:6[linguist] required by (dev-qt/qttranslations-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                                                     

dev-qt/qtdeclarative:6

  (dev-qt/qtdeclarative-6.9.1-r2:6/6.9.1::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.9.1:6 required by (dev-qt/qtmultimedia-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl qml vulkan wayland -custom-cflags -eglfs -gstreamer -pipewire -pulseaudio -test -v4l -vaapi" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    dev-qt/qtdeclarative (Argument)
    (and 5 more with the same problems)

  (dev-qt/qtdeclarative-6.8.3-2:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    =dev-qt/qtdeclarative-6.8.3*:6[opengl?,widgets?] required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    ~dev-qt/qtdeclarative-6.8.3:6[widgets?] required by (dev-qt/qttools-6.8.3:6/6.8.3::gentoo, installed) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

dev-qt/qtshadertools:6

  (dev-qt/qtshadertools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    dev-qt/qtshadertools (Argument)
    ~dev-qt/qtshadertools-6.9.1:6 required by (dev-qt/qtquick3d-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="opengl vulkan -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                  
    (and 3 more with the same problems)

  (dev-qt/qtshadertools-6.8.3-1:6/6.8.3::gentoo, installed) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtshadertools-6.8.3:6 required by (dev-qt/qtdeclarative-6.8.3-2:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

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

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


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

  (dev-qt/qtconnectivity-6.8.3:6/6.8.3::gentoo, installed) pulled in by
    dev-qt/qtconnectivity
    =dev-qt/qtconnectivity-6.8.3*:6[bluetooth] required by (dev-python/pyside-6.8.3:6/6.8.3::gentoo, installed) USE="bluetooth concurrent core dbus gui network opengl printsupport qml sql svg testlib uitools widgets xml -3d -charts -debug -designer (-doc) -gles2-only -help -httpserver -location -multimedia -network-auth -nfc -numpy -pdfium -positioning -quick -quick3d -remoteobjects -scxml -sensors -serialbus -serialport -spatialaudio -speech -test -tools -webchannel -webengine -websockets -webview" ABI_X86="(64)" LLVM_SLOT="20 -16 -17 -18 -19" PYTHON_TARGETS="python3_11 python3_12 python3_13"


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages

gentoo ~ # 

Top
Ionen
Developer
Developer
User avatar
Posts: 3014
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Fri Jul 04, 2025 4:01 am

Does it help if you add freecad and drop -u? aka: emerge -avD --oneshot $(qlist -IC dev-qt pyside freecad)
Edit: dropping -u may only be usable if the rest of the system is already updated (aka only Qt being skipped, not hard conflicts), this is just to trigger the freecad rebuild even if no update

Kind of a long shot though, just wondering if pyside->freecad rebuild is buggered up.

I tried to do an upgrade in stable myself just now (6.8.3->6.9.1 on a large system with plasma and desktop defaults) but it still all resolves normally, I don't have pyside installed though.
Last edited by Ionen on Sat Jul 05, 2025 4:43 am, edited 2 times in total.
Top
rsnfunky
Apprentice
Apprentice
Posts: 179
Joined: Sun Dec 30, 2007 2:12 pm

  • Quote

Post by rsnfunky » Sat Jul 05, 2025 3:25 am

I am also facing the same issue with QT. Have been updating the system every 4-5 days.

Code: Select all

# emerge --pretend --deep --update @world

 * IMPORTANT: 3 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

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

Calculating dependencies... done!
Dependency resolution took 101.06 s (backtrack: 14/20).


!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-qt/qtbase:6

  (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    ~dev-qt/qtbase-6.9.1:6[gui] required by (dev-qt/qtshadertools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                       
    (and 16 more with the same problem)

  (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    ~dev-qt/qtbase-6.8.3:6[dbus,xml] required by (dev-qt/qttools-6.8.3:6/6.8.3::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18 -20"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    >=dev-qt/qtbase-6.7.2:6/6.8.3=[concurrent,dbus,gui,network] required by (kde-frameworks/kirigami-6.13.0:6/6.13::gentoo, installed) USE="openmp -debug -examples -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                                                          
    (and 19 more with the same problems)

dev-qt/qtwayland:6

  (dev-qt/qtwayland-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtwayland-6.9.1:6 required by (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  (dev-qt/qtwayland-6.8.3:6/6.8.3::gentoo, installed) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
    >=dev-qt/qtwayland-6.7.2:6/6.8.3= required by (kde-frameworks/kwindowsystem-6.13.0:6/6.13::gentoo, installed) USE="X wayland -debug -doc -test" ABI_X86="(64)"
                            ^^^^^^^^^                                                                                                                                                                                                                                                                                   
    ~dev-qt/qtwayland-6.8.3:6 required by (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

dev-qt/qttranslations:6

  (dev-qt/qttranslations-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.9.1:6 required by (dev-qt/qtbase-6.9.1-r1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  (dev-qt/qttranslations-6.8.3:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.8.3:6 required by (dev-qt/qtbase-6.8.3-r1:6/6.8.3::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

dev-qt/qttools:6

  (dev-qt/qttools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="20 -17 -18 -19" pulled in by
    ~dev-qt/qttools-6.9.1:6[linguist] required by (dev-qt/qttranslations-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                                                                    

  (dev-qt/qttools-6.8.3:6/6.8.3::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18 -20" pulled in by
    ~dev-qt/qttools-6.8.3:6[linguist] required by (dev-qt/qttranslations-6.8.3:6/6.8.3::gentoo, installed) USE="-custom-cflags" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                                                   

dev-qt/qtdeclarative:6

  (dev-qt/qtdeclarative-6.9.1-r2:6/6.9.1::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.9.1:6 required by (dev-qt/qtquick3d-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="opengl vulkan -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                  
    (and 5 more with the same problem)

  (dev-qt/qtdeclarative-6.8.3:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.8.3:6[widgets?] required by (dev-qt/qttools-6.8.3:6/6.8.3::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -custom-cflags -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18 -20"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

dev-qt/qtsvg:6

  (dev-qt/qtsvg-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtsvg-6.9.1:6 required by (dev-qt/qtdeclarative-6.9.1-r2:6/6.9.1::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^             ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

  (dev-qt/qtsvg-6.8.3:6/6.8.3::gentoo, installed) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtsvg-6.8.3:6 required by (dev-qt/qtdeclarative-6.8.3:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^             ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

dev-qt/qtshadertools:6

  (dev-qt/qtshadertools-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtshadertools-6.9.1:6 required by (dev-qt/qtmultimedia-6.9.1:6/6.9.1::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl pipewire pulseaudio qml vulkan wayland -custom-cflags -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    (and 3 more with the same problem)

  (dev-qt/qtshadertools-6.8.3:6/6.8.3::gentoo, installed) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtshadertools-6.8.3:6 required by (dev-qt/qtdeclarative-6.8.3:6/6.8.3::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

x11-base/xorg-server:0

  (x11-base/xorg-server-21.1.18:0/21.1.18::gentoo, ebuild scheduled for merge) USE="systemd udev xorg xvfb -debug (-elogind) -minimal (-selinux) -suid -test -unwind -xcsecurity -xephyr -xnest" ABI_X86="(64)" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (x11-base/xorg-server-21.1.16:0/21.1.16::gentoo, installed) USE="systemd udev xorg xvfb -debug (-elogind) -minimal (-selinux) -suid -test -unwind -xcsecurity -xephyr -xnest" ABI_X86="(64)" pulled in by
    x11-base/xorg-server:0/21.1.16= required by (x11-drivers/xf86-video-amdgpu-23.0.0:0/0::gentoo, installed) USE="udev" ABI_X86="(64)"
                        ^^^^^^^^^^^                                                                                                                                                                              
    (and 2 more with the same problem)

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

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.

Output of emerge -avD --oneshot $(qlist -IC dev-qt)

Code: Select all

 (kde-plasma/powerdevil-6.3.5-r1:6/6::gentoo, installed): ebuild is masked or unavailable
  (kde-plasma/spectacle-6.3.5:6/6::gentoo, installed): ebuild is masked or unavailable
  (kde-plasma/kscreen-6.3.5:6/6::gentoo, installed): ebuild is masked or unavailable
  (kde-misc/kdeconnect-24.12.3-r1:6/6::gentoo, installed): ebuild is masked or unavailable
Top
Ionen
Developer
Developer
User avatar
Posts: 3014
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Sat Jul 05, 2025 4:49 am

rsnfunky wrote:I am also facing the same issue with QT.
That does not look like the same issue. It's Qt-related conflicts but something else is happening.

Code: Select all

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
Was there anything else after this? Aka is it really the full output.
Output of emerge -avD --oneshot $(qlist -IC dev-qt)
That command was given with the idea that the rest of the system is already updated. May work better with -avuD so it can upgrade kde/plasma for missing ebuilds, albeit ideally I'd try to figure out why the @world update is failing instead. I figure there's something blocking rebuilds thus why I'm wondering about if it's the full output.
Top
rsnfunky
Apprentice
Apprentice
Posts: 179
Joined: Sun Dec 30, 2007 2:12 pm

  • Quote

Post by rsnfunky » Sat Jul 05, 2025 5:19 am

Thanks, resolved the issue, had to add the below to package.accept_keywords

sci-ml/kineto ~amd64
dev-python/cppheaderparser ~amd64
sci-ml/onnx ~amd64


And substantial upgrades and rebuilds are happening now.

Code: Select all

https://paste.gentoo.zip/Ce0PNF6t
Top
steve_v
Guru
Guru
Posts: 445
Joined: Sun Jun 20, 2004 7:39 am
Location: New Zealand

  • Quote

Post by steve_v » Sat Jul 05, 2025 5:27 am

Ionen wrote:I don't have pyside installed though.
I do (also freecad), and not only did I run into the same vague circular conflict with the latest qt 6.8.3->6.9.1, It's been reliably failing that way for at least the last 3 qt upgrades.
Removing freecad & pyside allows the qt upgrade to proceed, and they build and install against the new qt without issue after... So there's no real conflict here.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.
Top
Post Reply

12 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic