Summary: | media-sound/amarok-2.3.0.90 emerge failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Volker <info> |
Component: | New packages | Assignee: | Jorge Manuel B. S. Vicetto (RETIRED) <jmbsvicetto> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kde |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
complete build log
ebuild environment file emerge --info =media-sound/amarok-2.3.1 complete build log emerge -pqv =media-sound/amarok-2.3.1 ebuild environment file |
Description
Volker
2010-05-15 06:54:45 UTC
Created attachment 231509 [details]
complete build log
Created attachment 231511 [details]
ebuild environment file
Is your qt-gui built with accessibility useflag ? (In reply to comment #3) > Is your qt-gui built with accessibility useflag ? > No, it is not yet build with the accessibility flag. How is that flag related to the amarok build process? x11-libs/qt-gui-4.6.2-r1 USE="cups dbus exceptions glib gtk mng qt3support tiff -accessibility (-aqua) -debug -nas -nis -pch -raster -trace -xinerama" 0 kB An emerge of qt-gui, with accessibility flag enabled, solved the problem. Many thanks for that hint. Amarok is now installed but the update world is not longer working. # emerge -uaDNv world These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-gui-4.6.2[qt3support,-debug,-aqua,-accessibility]". !!! One of the following packages is required to complete your request: - x11-libs/qt-gui-4.6.2-r1 (Change USE: -accessibility) (dependency required by "x11-libs/qt-qt3support-4.6.2" [installed]) (dependency required by "kde-base/libplasmagenericshell-4.4.3" [installed]) (dependency required by "kde-base/plasma-workspace-4.4.3" [installed]) (dependency required by "kde-base/kdeplasma-addons-4.4.3" [installed]) (dependency required by "world" [argument]) How could I get rid of this situation? The worst work around would be to reinstall qt-gui with again and again with different use flags. This is likely related to the update done on bug 309677. I'm going to look at this. The workaround of switching the accessibility flag on and off does not longer work for me. The emerge process for package amarok is still failing. The new log files will be attached soon. Any hints how I could try to fix that issue or to get a better workaround? Many Thanks in Advance. Created attachment 234651 [details]
emerge --info =media-sound/amarok-2.3.1
Created attachment 234653 [details]
complete build log
Created attachment 234655 [details]
emerge -pqv =media-sound/amarok-2.3.1
Created attachment 234657 [details]
ebuild environment file
I've added a hard dep on x11-libs/qt-gui[accessibility] to the ebuild. Please sync in a few hours and let me know if it fixes the build. unfortunately it does not fix the issue. here the result: # modified package.use to respect the new situation # ... # x11-libs/qt-gui qt3support -debug -aqua accessibility # ... # emerge -uaDNv world These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-gui-4.6.3[qt3support,-debug,-aqua,-accessibility]". !!! One of the following packages is required to complete your request: - x11-libs/qt-gui-4.6.3 (Change USE: -accessibility) (dependency required by "x11-libs/qt-qt3support-4.6.3" [ebuild]) (dependency required by "kde-base/kblocks-4.4.4" [installed]) (dependency required by "world" [argument]) Please add the accessibility use flag for qt-qt3support as well. I've talked to amarok developer Jeff Mitchell and he has dropped the lines that I suspect required accessibility, so I'll see if anyone wants to test the live amarok ebuild in the kde overlay. If that works, we'll be able to drop the accessibility requirement. This issue should hopefully be fixed in the amarok-2.3.1-r1 just added to the tree. This package is masked pending some testing. Have successfully merged amarok 2.3.1-r1. Thank you all for your help and intervention. I'm closing this as fixed then. Feel free to reopen the bug if you hit this again. |