View previous topic :: View next topic |
Author |
Message |
pol01 n00b

Joined: 27 Nov 2007 Posts: 13
|
Posted: Thu May 06, 2010 6:18 pm Post subject: [solved] unable to emerge amarok |
|
|
Hello.
I am trying to install amarok:
Code: |
tux lxuser # emerge amarok:4 -pv
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-libs/taglib-extras-1.0.1 USE="-debug" 0 kB
[ebuild N ] x11-libs/qtscriptgenerator-0.1.0 USE="kde -debug" 0 kB
[ebuild N ] media-sound/amarok-utils-2.3.0.90 USE="-debug" 0 kB
[ebuild N ] media-sound/amarok-2.3.0.90 USE="opengl semantic-desktop (-aqua) -cdda -daap -debug -embedded -ipod (-kdeenablefinal) -lastfm -mp3tunes -mtp" LINGUAS="-bg -ca -cs -da -de -en_GB -es -et -eu -fi -fr -it -ja -km -nb -nds -nl -pa -pl -pt -pt_BR -ru -sl -sr -sr@latin -sv -th -tr -uk -wa -zh_TW" 0 kB
Total: 4 packages (4 new), Size of downloads: 0 kB
|
It doesn`t compile.
This is build.log
This is 'emerge --info'
Do you know how to fix it?
Last edited by pol01 on Thu May 06, 2010 8:10 pm; edited 1 time in total |
|
Back to top |
|
 |
mikegpitt Advocate


Joined: 22 May 2004 Posts: 3224
|
Posted: Thu May 06, 2010 7:32 pm Post subject: |
|
|
This appears to be your error:
Code: | /var/tmp/portage/media-sound/amarok-2.3.0.90/work/amarok-2.3.0.90_build/src/core-impl/collections/audiocd/ui_FormatSelectionDialog.h:123: error: ‘class QDialog’ has no member named ‘setAccessibleName’
make[2]: *** [src/core-impl/collections/audiocd/CMakeFiles/amarok_collection-audiocdcollection.dir/FormatSelectionDialog.o] Error 1 | Check out this post... seems related:
https://forums.gentoo.org/viewtopic-p-6238837.html#6238837
It seems like you should make sure you have built qt-gui with the accessibility USE flag... and ensure you have the package up to date. |
|
Back to top |
|
 |
Martux Veteran


Joined: 04 Feb 2005 Posts: 1917
|
Posted: Thu May 06, 2010 7:34 pm Post subject: |
|
|
Maybe your cflags?
What are the useflags of amarok? _________________ "Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction" |
|
Back to top |
|
 |
pol01 n00b

Joined: 27 Nov 2007 Posts: 13
|
Posted: Thu May 06, 2010 8:08 pm Post subject: |
|
|
mikegpitt wrote: | This appears to be your error:
Code: | /var/tmp/portage/media-sound/amarok-2.3.0.90/work/amarok-2.3.0.90_build/src/core-impl/collections/audiocd/ui_FormatSelectionDialog.h:123: error: ‘class QDialog’ has no member named ‘setAccessibleName’
make[2]: *** [src/core-impl/collections/audiocd/CMakeFiles/amarok_collection-audiocdcollection.dir/FormatSelectionDialog.o] Error 1 | Check out this post... seems related:
https://forums.gentoo.org/viewtopic-p-6238837.html#6238837
It seems like you should make sure you have built qt-gui with the accessibility USE flag... and ensure you have the package up to date. |
Thanks a lot. The accessibility USE flag was disabled. I've turn it on and install amarok. |
|
Back to top |
|
 |
PhotonicGuy n00b

Joined: 05 May 2010 Posts: 7
|
Posted: Tue May 11, 2010 2:19 pm Post subject: |
|
|
Curious ... Is good to know |
|
Back to top |
|
 |
|