Forums

Skip to content

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

qt5 related blocking (resolved/discouraged, see below)

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
27 posts
  • 1
  • 2
  • Next
Author
Message
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

qt5 related blocking (resolved/discouraged, see below)

  • Quote

Post by ngorelen » Tue Dec 31, 2024 4:48 pm

I thought this may help some gentoo users.

I have updated my gentoo, actually 3 on my PCs, in recent days.
I am seeing apparently the same problem on all of them, i.e. I see "inter"blocking qt5 packages.

At the end of "emerge -uvNDq world" I was getting the following:

Code: Select all

  [blocks B     ] <dev-qt/qtdbus-5.15.16:5 ("<dev-qt/qtdbus-5.15.16:5" is soft blocking dev-qt/qtcore-5.15.16)
  [blocks B     ] <dev-qt/qtgui-5.15.16:5 ("<dev-qt/qtgui-5.15.16:5" is soft blocking dev-qt/qtcore-5.15.16)
  [blocks B     ] <dev-qt/qtwayland-5.15.16:5 ("<dev-qt/qtwayland-5.15.16:5" is soft blocking dev-qt/qtcore-5.15.16)
What worked out for me is that I had to emerge with certain flags qtcore:

Code: Select all

emerge -1O dev-qt/qtcore dev-qt/qtdbus dev-qt/qtgui dev-qt/qtwayland
It allows to install those blocked packages in addition to qt6 version.
I am not sure why both versions are needed.

After that emerge world worked as expected. If you still have conflicts try this: emerge -vuNDq --backtrack=200 world.

[Administrator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Last edited by ngorelen on Wed Jul 30, 2025 2:34 am, edited 4 times in total.
Top
Hu
Administrator
Administrator
Posts: 24403
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Tue Dec 31, 2024 5:22 pm

emerge -O is short for emerge --nodeps. Using --nodeps is generally discouraged, and should be used only if you can explain why Portage's dependency resolver is wrong. In particular, I think you should not be encouraging people to bypass the dependency resolver as a "quick fix" to a more complicated problem. Typically, qt-related blocks like this are because you have created a situation where Portage is told to upgrade only some of the components, but the only valid dependency solution is to upgrade all of them in a single call. If we had the full output of the original failure, and the contents of the affected world file, we could likely find a solution that does not require bypassing the dependency resolver.
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Tue Dec 31, 2024 6:18 pm

To @Hu,
it is hard for me to "explain why Portage's dependency resolver is wrong."
I just interupted the emerge upgrade to collect what you are asking.

That blockage was the result of either "emerge -1vqu $(qlist -CI dev-qt/*)" or, as I said, "emerge -vuNDq ".
Also below is the output of my emerge --info FYI.

Code: Select all

emerge -vuNDq --verbose-conflicts world 

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

dev-qt/qtwayland:5

  (dev-qt/qtwayland-5.15.16-r1:5/5.15.16::gentoo, ebuild scheduled for merge) USE="vulkan -compositor -debug -test" ABI_X86="(64)" pulled in by
    =dev-qt/qtwayland-5.15.16* required by (dev-qt/qtgui-5.15.16:5/5.15.16::gentoo, ebuild scheduled for merge) USE="X accessibility dbus egl jpeg libinput png udev vulkan wayland -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)"
    ^                 ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  (dev-qt/qtwayland-5.15.14:5/5.15.14::gentoo, installed) USE="vulkan -compositor -debug -test" ABI_X86="(64)" pulled in by
    >=dev-qt/qtwayland-5.15.9:5/5.15.14= required by (kde-plasma/kwayland-5.116.0:5/5.116::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)"
                             ^^^^^^^^^^^                                                                                                                                                                                                                            

dev-qt/qtwayland:6

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

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

dev-qt/qtbase:6

  (dev-qt/qtbase-6.8.1:6/6.8.1::gentoo, installed) USE="X concurrent cups dbus gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -gtk -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    ~dev-qt/qtbase-6.8.1:6[opengl=] required by (dev-qt/qttools-6.8.1:6/6.8.1::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtbase-6.8.1:6[gui,icu=,network,xml] required by (dev-qt/qt5compat-6.8.1:6/6.8.1::gentoo, installed) USE="icu qml -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                               
    ~dev-qt/qtbase-6.8.1:6[widgets?] required by (dev-qt/qttools-6.8.1:6/6.8.1::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    ~dev-qt/qtbase-6.8.1:6[network,xml,zstd=] required by (dev-qt/qttools-6.8.1:6/6.8.1::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.8.1:6[gui] required by (dev-qt/qtshadertools-6.8.1:6/6.8.1::gentoo, installed) USE="-test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                    
    ~dev-qt/qtbase-6.8.1:6[concurrent,network,sql,sqlite] required by (dev-qt/qttools-6.8.1:6/6.8.1::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    ~dev-qt/qtbase-6.8.1:6[accessibility=,gui,network=,opengl=,sql?,ssl?,vulkan=,widgets=] required by (dev-qt/qtdeclarative-6.8.1:6/6.8.1::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -qmlls" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    ~dev-qt/qtbase-6.8.1:6[dbus,xml] required by (dev-qt/qttools-6.8.1:6/6.8.1::gentoo, installed) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="19 -17 -18"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    >=dev-qt/qtbase-6.6.2:6/6.8.1=[X] required by (kde-frameworks/kglobalaccel-6.7.0-r1:6/6.7::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                           
    >=dev-qt/qtbase-6.6.2:6/6.8.1=[concurrent,dbus,gui,network] required by (kde-frameworks/kirigami-6.7.0:6/6.7::gentoo, installed) USE="openmp -debug -examples -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.6.2:6/6.8.1=[wayland] required by (kde-frameworks/kguiaddons-6.7.0-r1:6/6.7::gentoo, installed) USE="X dbus wayland -debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                                                                                  
    >=dev-qt/qtbase-6.6.2:6/6.8.1=[gui,X] required by (kde-frameworks/kdbusaddons-6.7.0:6/6.7::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                           
    ~dev-qt/qtbase-6.8.1:6[accessibility=,gui,opengl,vulkan=,wayland] required by (dev-qt/qtwayland-6.8.1:6/6.8.1::gentoo, installed) USE="qml vulkan -accessibility -compositor -gnome -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtbase-6.8.1:6 required by (dev-qt/qttranslations-6.8.1:6/6.8.1::gentoo, installed) USE="" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                        

  (dev-qt/qtbase-6.7.3-r2:6/6.7.3::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -gtk -journald -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    >=dev-qt/qtbase-6.6.2:6/6.7.3=[X] required by (kde-frameworks/kjobwidgets-6.7.0-r1:6/6.7::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                          
    ~dev-qt/qtbase-6.7.3:6[opengl=] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    ~dev-qt/qtbase-6.7.3:6[accessibility=,gui,network=,opengl=,sql?,ssl?,vulkan=,widgets=] required by (dev-qt/qtdeclarative-6.7.3-r4:6/6.7.3::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -qmlls" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.7.3:6 required by (dev-qt/qttranslations-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                         
    ~dev-qt/qtbase-6.7.3:6[network,xml,zstd=] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    ~dev-qt/qtbase-6.7.3:6[accessibility=,gui,opengl,vulkan=,wayland] required by (dev-qt/qtwayland-6.7.3-r1:6/6.7.3::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.7.3:6[dbus,xml] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    >=dev-qt/qtbase-6.6.2:6/6.7.3=[dbus,gui,widgets] required by (kde-frameworks/kiconthemes-6.7.0:6/6.7::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^                                                                                                                                                                                                                                                                              
    ~dev-qt/qtbase-6.7.3:6[widgets?] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    ~dev-qt/qtbase-6.7.3:6[gui] required by (dev-qt/qtshadertools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                     
    ~dev-qt/qtbase-6.7.3:6[network,sql,sqlite] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    ~dev-qt/qtbase-6.7.3:6[gui,widgets] required by (dev-qt/qtsvg-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                     

dev-qt/qttools:6

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

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

dev-qt/qtdeclarative:6

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

  (dev-qt/qtdeclarative-6.7.3-r4:6/6.7.3::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -qmlls" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.7.3:6[widgets?] required by (dev-qt/qttools-6.7.3:6/6.7.3::gentoo, ebuild scheduled for merge) USE="assistant designer linguist opengl qdbus qml vulkan widgets (zstd) -clang -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -15 -16 -17"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

dev-qt/qtsvg:6

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

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

dev-qt/qtshadertools:6

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

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

dev-qt/qttranslations:6

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

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

dev-qt/qtgui:5

  (dev-qt/qtgui-5.15.16:5/5.15.16::gentoo, ebuild scheduled for merge) USE="X accessibility dbus egl jpeg libinput png udev vulkan wayland -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)" pulled in by
    =dev-qt/qtgui-5.15.16*:5=[egl,libinput,vulkan=] required by (dev-qt/qtwayland-5.15.16-r1:5/5.15.16::gentoo, ebuild scheduled for merge) USE="vulkan -compositor -debug -test" ABI_X86="(64)"
    ^             ^^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                            
    =dev-qt/qtgui-5.15.16*:5=[gles2-only=,png=,X?] required by (dev-qt/qtwidgets-5.15.16:5/5.15::gentoo, ebuild scheduled for merge) USE="X dbus png -debug -gles2-only -gtk -test" ABI_X86="(64)"
    ^             ^^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                       
    =dev-qt/qtgui-5.15.16*[X] required by (dev-qt/qtx11extras-5.15.16:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
    ^             ^^^^^^^^                                                                                                                                                                                                                                         

  (dev-qt/qtgui-5.15.14:5/5.15.14::gentoo, installed) USE="X accessibility dbus egl jpeg libinput png udev vulkan wayland -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)" pulled in by
    >=dev-qt/qtgui-5.15.9:5/5.15.14=[egl] required by (kde-plasma/kwayland-5.116.0:5/5.116::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)"
                         ^^^^^^^^^^^                                                                                                                                                                                                                                 



emerge: there are no ebuilds to satisfy "=dev-qt/qtcore-5.15.14*:5/5.15.14=".
(dependency required by "dev-qt/qtwayland-5.15.14::gentoo" [installed])
(dependency required by "kde-plasma/kwayland-5.116.0::gentoo" [installed])
(dependency required by "app-crypt/pinentry-1.3.1::gentoo[wayland,qt5]" [installed])
(dependency required by "app-emacs/pinentry-0.1_p20231126::gentoo" [installed])
The output of emerge --info:

Code: Select all

Portage 3.0.66.1 (python 3.12.8-final-0, default/linux/amd64/23.0/split-usr/desktop/plasma, gcc-14, glibc-2.40-r5, 6.6.58-gentoo-r1 x86_64)
=================================================================
System uname: Linux-6.6.58-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-4810MQ_CPU_@_2.80GHz-with-glibc2.40
KiB Mem:    16291384 total,   5125476 free
KiB Swap:   16777212 total,  13763124 free
Timestamp of repository gentoo: Mon, 30 Dec 2024 14:30:00 +0000
Head commit of repository gentoo: edc84228f04b0b40288e888b5065ccd215a7e17c
Timestamp of repository slonko: Mon, 30 Dec 2024 08:18:32 +0000
Head commit of repository slonko: 28062683dfbc4fcad58e84ce3120a30c6f69879a

sh bash 5.2_p37
ld GNU ld (Gentoo 2.43 p3) 2.43.1
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.30.6::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.5.2::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.9.21_p1::gentoo, 3.10.16_p1::gentoo, 3.11.11_p1::gentoo, 3.12.8::gentoo, 3.13.1::gentoo
dev-lang/rust:             1.81.0-r100::gentoo, 1.82.0-r101::gentoo
dev-lang/rust-bin:         1.81.0-r101::gentoo, 1.82.0-r101::gentoo
llvm-core/clang:           18.1.8-r6::gentoo, 19.1.4::gentoo
llvm-core/llvm:            18.1.8-r6::gentoo, 19.1.4::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/openrc:           0.55.1::gentoo
sys-apps/sandbox:          2.39::gentoo
sys-devel/binutils:        2.32-r1::gentoo, 2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/gcc:             14.2.1_p20241221::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-metamanifest: yes

slonko
    location: /var/db/repos/slonko
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/slonko.git
    masters: gentoo
    volatile: False

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=haswell -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=haswell -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="https://mirrors.rit.edu/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo ftp://mirrors.rit.edu/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo "
LANG="ru_RU.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dri dri2 dts dvd dvdr elogind emacs encode exif flac fortran gdbm gif glamor gpm gui iconv icu ipv6 jpeg kde kf6compat kwallet latex lcms libnotify libtirpc lyx mad mmx mng mp3 mp4 mpeg multilib ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 qt6 readline screencast sdl seccomp semantic-desktop sound spell split-usr sse sse2 ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gcc_13" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
The content of my world: cat /var/lib/portage/world.

Code: Select all

acct-group/utmp
app-admin/gkrellm
app-admin/logrotate
app-admin/sudo
app-admin/syslog-ng
app-arch/lzlib
app-arch/plzip
app-arch/rpm
app-arch/unrar
app-crypt/gpgme
app-dicts/aspell-en
app-dicts/aspell-ru
app-dicts/myspell-en
app-dicts/myspell-ru
app-eselect/eselect-repository
app-i18n/man-pages-ru
app-laptop/laptop-mode-tools
app-misc/c_rehash
app-misc/resolve-march-native
app-office/libreoffice-bin
app-office/lyx::gentoo
app-portage/cpuid2cpuflags
app-portage/eix
app-portage/elicense
app-portage/gentoolkit
app-shells/tcsh
app-text/aspell
app-text/djview
app-text/flpsed
app-text/gv
app-text/hunspell
app-text/pdftk
app-text/texlive
app-text/texlive-core
app-text/wgetpaste
dev-build/autoconf
dev-debug/strace
dev-haskell/alsa-mixer
dev-haskell/base-orphans
dev-haskell/binary
dev-haskell/bytestring-builder
dev-haskell/fail
dev-haskell/hashable
dev-haskell/nats
dev-haskell/primitive
dev-haskell/quickcheck:0
dev-haskell/random
dev-haskell/semigroups
dev-haskell/splitmix
dev-haskell/tagged
dev-haskell/tf-random
dev-haskell/transformers
dev-haskell/transformers-compat
dev-haskell/unordered-containers
dev-lang/perl
dev-lang/python
dev-lang/python-exec
dev-lang/rust
dev-lang/rust-bin
dev-libs/boost
dev-libs/ell
dev-libs/glib
dev-libs/icu
dev-libs/libffi
dev-libs/libqtxdg
dev-libs/openssl
dev-libs/openssl:0.9.8
dev-libs/wayland
dev-lisp/sbcl
dev-perl/Net-DBus
dev-python/matplotlib
dev-python/pygobject
dev-python/scipy
dev-python/toml
dev-qt/linguist-tools
dev-qt/qtchooser
dev-qt/qtcore
dev-qt/qtnetwork
dev-qt/qtsvg
dev-tex/revtex
dev-texlive/texlive-fontsrecommended
dev-texlive/texlive-humanities
dev-texlive/texlive-langcyrillic
dev-texlive/texlive-langenglish
dev-texlive/texlive-langgreek
dev-texlive/texlive-luatex
dev-texlive/texlive-publishers
dev-util/cbindgen
dev-util/lxqt-build-tools
dev-util/vulkan-tools
dev-vcs/git
gnome-base/gconf:2
kde-apps/dolphin
kde-apps/kaddressbook
kde-apps/kde-apps-meta
kde-apps/kldap
kde-apps/kmix
kde-apps/konqueror
kde-frameworks/kwindowsystem
kde-frameworks/kxmlgui
kde-plasma/kwayland
kde-plasma/plasma-meta
llvm-core/clang
llvm-core/clang-runtime
llvm-runtimes/compiler-rt
llvm-runtimes/compiler-rt-sanitizers
lxqt-base/lxqt-meta
media-gfx/geeqie
media-gfx/gimp
media-gfx/pstoedit
media-gfx/xfig
media-libs/alsa-lib
media-libs/lcms
media-libs/libaom
media-libs/mesa
media-libs/mlt
media-libs/opencv
media-plugins/alsa-plugins
media-plugins/frei0r-plugins
media-sound/alsa-utils
media-sound/audacious
media-sound/mp3splt
media-sound/ogg2mp3
media-sound/pulseaudio
media-sound/vorbis-tools
media-video/ffmpeg
media-video/mplayer
media-video/vlc
net-analyzer/macchanger
net-analyzer/traceroute
net-firewall/iptables
net-im/zoom
net-misc/dhcpcd
net-misc/keychain
net-misc/openssh
net-misc/rdesktop
net-p2p/amule
net-vpn/globalprotect-openconnect::slonko
net-vpn/openconnect
net-wireless/wireless-tools
net-wireless/wpa_supplicant
sci-libs/netcdf
sci-libs/netcdf-fortran
sci-libs/pgplot
sci-libs/superlu
sci-mathematics/maxima
sci-mathematics/wxmaxima
sci-visualization/gnuplot
sys-apps/dbus
sys-apps/gentoo-functions
sys-apps/mlocate
sys-apps/openrc
sys-apps/pcmciautils
sys-apps/portage
sys-apps/usbutils
sys-block/thin-provisioning-tools
sys-boot/grub-static
sys-devel/binutils
sys-devel/binutils:2.32
sys-devel/gcc
sys-devel/gcc-config
sys-fs/exfat-utils
sys-fs/fuse-exfat
sys-fs/reiserfsprogs
sys-kernel/gentoo-sources
sys-kernel/gentoo-sources:6.6.21
sys-kernel/linux-firmware
sys-libs/glibc
sys-libs/libutempter
sys-libs/ncurses
sys-power/acpi
sys-power/acpid
sys-power/cpupower
sys-power/ncpufreqd
sys-power/suspend
sys-power/upower
sys-process/lsof
virtual/jpeg
virtual/libiconv
virtual/libintl
virtual/man
www-client/firefox-bin
www-client/google-chrome
www-client/lynx
www-plugins/adobe-flash
x11-apps/mesa-progs
x11-apps/xclock
x11-apps/xlsfonts
x11-base/xorg-server
x11-drivers/xf86-video-dummy
x11-drivers/xf86-video-fbdev
x11-drivers/xf86-video-r128
x11-drivers/xf86-video-vesa
x11-drivers/xf86-video-vmware
x11-libs/gtk+
x11-libs/gtk+:2
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXpm
x11-libs/libdrm
x11-libs/libxcb
x11-misc/x11vnc
x11-plugins/gkrellflynn
x11-plugins/gkrellm-volume
x11-plugins/gkrellmoon
x11-plugins/gkrellmss
x11-plugins/gkrellmwireless
x11-plugins/gkrelltop
x11-terms/xterm
x11-themes/adwaita-icon-theme
x11-themes/gkrellm-themes
x11-wm/twm
[Administrator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Top
sam_
Developer
Developer
User avatar
Posts: 2823
Joined: Fri Aug 14, 2020 12:33 am

  • Quote

Post by sam_ » Tue Dec 31, 2024 7:49 pm

Please share the full output of emerge -p -uvDU @world and emerge -pev @world --backtrack=0.
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Tue Dec 31, 2024 10:54 pm

@sam_, how do i share big files of the output. They are apparently too big for this forum.
Somebody gave me a short command in the past to upload the file, i forgot to save it.
Top
alamahant
Advocate
Advocate
Posts: 4034
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Tue Dec 31, 2024 11:49 pm

You explicitly installed these packages

Code: Select all

dev-qt/linguist-tools
dev-qt/qtchooser
dev-qt/qtcore
dev-qt/qtnetwork
dev-qt/qtsvg
Try

Code: Select all

emerge -cav <for each one>
or 
equery d  <for each one>

if you see its a dependency of another package go on and deselect it.

Code: Select all

emerge --deselect <each one>
You should avoid explicitly emerging packages that are dependencies of other packages.
Instead let them be pulled.First by your profile, then by USE flags you set either in make.conf or package.use ,then by other packages and as a last resort then and only then explicitly emerge.
This is a kind of Gentoo going with the flow.
Especially in qt packages which are notorious for creating tremendous problems when updating.
Also avoid mixing stable and testing ESPECIALLY with Qt.

See this
https://wiki.gentoo.org/wiki/User:Vauka ... e#Checking
to remove entries that shouldnt be in world file in the first place.
I had a look again in your world file.It indeed contains many packages that should not be there.
Last edited by alamahant on Wed Jan 01, 2025 12:35 am, edited 6 times in total.
:)
Top
pjp
Administrator
Administrator
User avatar
Posts: 20668
Joined: Tue Apr 16, 2002 10:35 pm

  • Quote

Post by pjp » Tue Dec 31, 2024 11:52 pm

ngorelen wrote:@sam_, how do i share big files of the output. They are apparently too big for this forum.
Somebody gave me a short command in the past to upload the file, i forgot to save it.
wgetpaste is usually the command (there may be others). In case you don't have it, is provided by: app-text/wgetpaste
Quis separabit? Quo animo?
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Wed Jan 01, 2025 12:28 am

Thanks to all, will do in the future.

Since @sam_ asked extra information, here it is:

From emerge -pev @world --backtrack=0: https://bpa.st/VVMA
From emerge -p -uvDU @world: https://bpa.st/QSMA
Top
UberLord
Retired Dev
Retired Dev
User avatar
Posts: 6838
Joined: Thu Sep 18, 2003 10:26 am
Location: Blighty
Contact:
Contact UberLord
Website

  • Quote

Post by UberLord » Thu May 08, 2025 12:52 pm

pjp wrote:
ngorelen wrote:@sam_, how do i share big files of the output. They are apparently too big for this forum.
Somebody gave me a short command in the past to upload the file, i forgot to save it.
wgetpaste is usually the command (there may be others). In case you don't have it, is provided by: app-text/wgetpaste
No real need to install anything exotic if you have netcat installed

Code: Select all

cat $file | nc termbin.com 9999
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Top
pietinger
Administrator
Administrator
Posts: 6640
Joined: Tue Oct 17, 2006 5:11 pm
Location: Bavaria

  • Quote

Post by pietinger » Thu May 08, 2025 1:15 pm

UberLord wrote:No real need to install anything exotic if you have netcat installed

Code: Select all

cat $file | nc termbin.com 9999
... and dont use a firewall ... :lol: ->

Code: Select all

May  8 15:12:02 sun kernel: !!! REJECT IN= OUT=enp2s0 SRC=192.168.2.9 DST=162.19.243.32 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46552 DF PROTO=TCP SPT=54230 DPT=9999 WINDOW=64240 RES=0x00 SYN URGP=0 
TBH ... I like it when I can use something "exotic" which does not need an open hole in my FW (because it uses standard https) ... and ... when googling for "termbin.com" I got this:
https://www.malwarebytes.com/blog/detec ... ermbin-com
https://wiki.gentoo.org/wiki/User:Pietinger --> New at Gentoo
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Thu May 08, 2025 2:18 pm

emerge --info wrote:

Code: Select all

Timestamp of repository gentoo: Mon, 30 Dec 2024 14:30:00 +0000
Head commit of repository gentoo: edc84228f04b0b40288e888b5065ccd215a7e17c
Please sync the repo first, via

Code: Select all

emerge --sync
Edit:, then please upload the pastes the sam asked.
Last edited by Josef.95 on Thu May 08, 2025 2:29 pm, edited 1 time in total.
Top
logrusx
Advocate
Advocate
User avatar
Posts: 3539
Joined: Thu Feb 22, 2018 2:29 pm

  • Quote

Post by logrusx » Thu May 08, 2025 2:22 pm

UberLord wrote:
Do you realize you've posted into a 4 months old thread which is quote likely already irrelevant and contains potentially dangerous commands?

Best Regards,
Georgi
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

A reply to Josef.95 and sam_

  • Quote

Post by ngorelen » Sun Jul 27, 2025 12:53 am

I’m having trouble with the emerge process, which might be due to my oversight in not avoiding the “-O” flag.

I have collected the information about my gentoo PC here (some of them) as per Josef.95 and sam_ suggestions:

emerge --info: https://bpa.st/TYFQ
emerge -uvNDqp: https://bpa.st/XA4Q
emerge -puvDU: https://bpa.st/S5FQ
emerge -1vqu $(qlist -CI dev-qt/*): https://bpa.st/ZQKQ

emerge -pev produces large file though, 220 Kb. How can i make it visible if needed?
Top
Zucca
Administrator
Administrator
User avatar
Posts: 4710
Joined: Thu Jun 14, 2007 10:31 pm
Location: Rasi, Finland
Contact:
Contact Zucca
Website

  • Quote

Post by Zucca » Sun Jul 27, 2025 9:42 am

An off-topic note:
    • pietinger wrote:when googling for "termbin.com" I got this:
      https://www.malwarebytes.com/blog/detec ... ermbin-com
      My wild guess is that malvarebytes detected some paste there as malware... which may or may not be actual malware. Nobody should directly execute anything on any patebin without understanding the code.
      malvarebytes.com wrote:Malicious behavior

      The domain termbin.com hosts a command line pastebin which is abused in malware campaigns.
      This leads me to believe that every pastebin is in malwarebyte's blacklist.
..: Zucca :..

Code: Select all

0100100100100000011000010110110100100000
0100111001100001010011100010000100100000
0100100100100000011000010110110100100000
0110000100100000011011010110000101101110
00100001
Top
logrusx
Advocate
Advocate
User avatar
Posts: 3539
Joined: Thu Feb 22, 2018 2:29 pm

Re: A reply to Josef.95 and sam_

  • Quote

Post by logrusx » Sun Jul 27, 2025 10:28 am

ngorelen wrote:I’m having trouble with the emerge process, which might be due to my oversight in not avoiding the “-O” flag.
It's not. It's pure dependency conflict. If it was, emerge would start compiling and then it would break.

emerge -pev produces large file though, 220 Kb. How can i make it visible if needed?
Pass -s 0x0 to wgetpaste. Paste emerge -pvc for the offending packages from your first and last paste.

Best Regards,
Georgi
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Sun Jul 27, 2025 1:14 pm

To @logrusx to add to my previous post:

emerge -pev gives: http://0x0.st/85EW.txt

There are too many conflicting qt packages in particular.
The most often appearing is qtprintsupport, so:

emerge -pvc dev-qt/qtprintsupport gives: http://0x0.st/85El.txt
whereas
emerge -v1 dev-qt/qtprintsupport does not go through, it gives: https://bpa.st/JK7A
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Sun Jul 27, 2025 1:29 pm

Look no further than right at the end of Portage output:

Code: Select all

!!! The following installed packages are masked:
- dev-qt/qtwebchannel-5.15.16::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-23)
# Qt5 packages without any revdeps. Removal on 2025-06-01.
...but also pay attention to those messages above:

Code: Select all

!!! Problems have been detected with your world file
!!! Please run emaint --check world
 
 
!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
dev-haskell/semigroups dev-haskell/splitmix net-vpn/globalprotect-openconnect net-vpn/globalprotect-openconnect::slonko
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Sun Jul 27, 2025 1:54 pm

Good point @asturm

however, after removing that package with emerge -C dev-qt/qtwebchannel:5
I still can not emerge update, see: https://bpa.st/FYXQ

And the system is sane:
emaint --check world
Emaint: check world 100% [============================================>]

The rest of other packages are not important, I believe.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Sun Jul 27, 2025 2:00 pm

Please do *not* use emerge -C in the future, but --depclean (-c) instead. The latter would have told you about any remaining revdeps of the package you are going to remove.

But as you can see, all the Qt5 spam is gone now.
Top
Hu
Administrator
Administrator
Posts: 24403
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Sun Jul 27, 2025 2:03 pm

ngorelen wrote:however, after removing that package with emerge -C dev-qt/qtwebchannel:5
Are you sure about that? That looks like emerge --unmerge, which can remove a package while it is still needed by other packages (which may themselves be deprecated and scheduled for removal from the tree). You should be using emerge --ask --verbose --depclean here (short form: emerge -avc), not emerge -C.
ngorelen wrote:I still can not emerge update, see: https://bpa.st/FYXQ
The dependency is only a rebuild on subslot, so this looks to me like you are not scheduling kguiaddons for a rebuild. What is the output of emerge --ask --depclean ; emerge --ask --verbose --depclean kde-frameworks/kguiaddons?
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Sun Jul 27, 2025 2:29 pm

OK, will not use -C in the future.

To @Hu, I still have qtwebchannel:6:

Code: Select all

 emerge -s qtwebchannel
  
[ Results for search key : qtwebchannel ]
Searching...
 
*  dev-qt/qtwebchannel
      Latest version available: 6.9.1
      Latest version installed: 6.8.3
      Size of files: 205 KiB
      Homepage:      https://www.qt.io/
      Description:   Qt WebChannel
      License:       || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
 
[ Applications found : 1 ]
and I am sure I removed qtwebchannel:5.

Further, emerge --ask --depclean gives: http://0x0.st/856Y.txt
and
emerge --ask --verbose --depclean kde-frameworks/kguiaddons gives: http://0x0.st/856g.txt
Top
logrusx
Advocate
Advocate
User avatar
Posts: 3539
Joined: Thu Feb 22, 2018 2:29 pm

  • Quote

Post by logrusx » Sun Jul 27, 2025 2:52 pm

Is there a reason to use "net-vpn/globalprotect-openconnect-1.4.9::slonko"?

The ebuild from GURU is newer. In fact the ebuilds in all other overlays are older than the one from GURU. I suspect this is the problematic ebuild.

Also, it won't hurt if you post your world contents once again. I suspect there might be something that should not be there as well.

Best Regards,
Georgi
Top
ngorelen
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Fri Jan 11, 2019 7:36 pm
Location: Princeton, NJ

  • Quote

Post by ngorelen » Sun Jul 27, 2025 4:15 pm

@logrusx:
No specific reason for using Slonko’s GlobalProtect package. I installed it about a year ago and hadn’t encountered any issues while doing monthly emerge updates.

Is there a particular reason you’re questioning that package? I could use your insights to update my other PC as well.

That said, I’m happy to report that after removing it: emerge -vc net-vpn/globalprotect-openconnect::slonko, I was able to proceed with the update. I'll let you know more if it is successful.
Top
Hu
Administrator
Administrator
Posts: 24403
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Sun Jul 27, 2025 4:34 pm

Based on the rest of logrusx's post, I think the point was that if you want this package, you should get it from an overlay that is kept more current than the slonko overlay. I suspect, though I did not review any of the overlays to confirm, that equivalent ebuilds in other overlays have their dependencies such that you would have been able to continue without removing the package, if you were using it from one of them instead of from slonko.
Top
logrusx
Advocate
Advocate
User avatar
Posts: 3539
Joined: Thu Feb 22, 2018 2:29 pm

  • Quote

Post by logrusx » Sun Jul 27, 2025 4:48 pm

ngorelen wrote:@logrusx:
No specific reason for using Slonko’s GlobalProtect package. I installed it about a year ago and hadn’t encountered any issues while doing monthly emerge updates.

Is there a particular reason you’re questioning that package? I could use your insights to update my other PC as well.

That said, I’m happy to report that after removing it: emerge -vc net-vpn/globalprotect-openconnect::slonko, I was able to proceed with the update. I'll let you know more if it is successful.
Because of this from your emerge -pve @world command which requires slot 5 of dev-qt dependencies and is likely if not the problem, at least *a* problem:

Code: Select all

emerge: there are no ebuilds to satisfy "dev-libs/icu:0/76=".
(dependency required by "dev-qt/qtcore-5.15.16::gentoo" [installed])
(dependency required by "dev-qt/qtwayland-5.15.16-r1::gentoo" [installed])
(dependency required by "dev-qt/qtgui-5.15.16::gentoo" [installed])
(dependency required by "dev-qt/qtwebengine-5.15.16_p20241115::gentoo" [installed])
(dependency required by "net-vpn/globalprotect-openconnect-1.4.9::slonko" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Best Regards,
Georgi
Top
Post Reply

27 posts
  • 1
  • 2
  • Next

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