did you try removing /usr/src/debug/amarok-1.4.3/amarok/src/plugin/pluginconfig.moc.cpp manually? It doesn't seem like a critical file. In fact, it seems like you have amarok-devel installed or something because I just installed amarok from the extras repo and there is no /usr/src/debug/am* on my system:
Code:
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
amarok x86_64 1.4.1-3.fc5 extras 13 M
Installing for dependencies:
libifp x86_64 1.0.0.2-2.fc5 extras 55 k
libnjb x86_64 2.2.5-2.fc5 extras 80 k
libtunepimp x86_64 0.4.3-7.fc5 extras 307 k
Transaction Summary
=============================================================================
$ ls /usr/src/debug/am*
ls: /usr/src/debug/am*: No such file or directory
Try yum remove amarok*; rm -rf /usr/src/debug/amarok*
yum -y install amarok
Note the * which should remove amarok-devel and amarok-etc as well as anything else that might be in there taking up space.