After updating from x11-libs/qtscriptgenerator-0.1.0 to x11-libs/qtscriptgenerator-0.1.0-r1 i noticed that amarok is not able to start some usefull scripts. Amarok debug shows something like that: amarok: BEGIN: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&) amarok: importing qt bindings "qt.core" amarok: [WARNING] Qt Binding: "qt.core" not found! Then i do ls -lah /usr/lib/qt4/plugins/script and saw that all simlinks at that folder were completly broken. After that i emerged previous version - x11-libs/qtscriptgenerator-0.1.0, remerge amarok, and all amarok scripts start successfully. It looks like that something goes wrong while creating simlinks during qtscriptgenerator installation Reproducible: Always Steps to Reproduce: 1. update qtscriptgenerator to qtscriptgenerator-0.1.0-r1 2. look at /usr/lib/qt4/plugins/script (at x86 architecture) 3. you can see broken simlinks Actual Results: Simlinks at /usr/lib/qt4/plugins/script are broken Expected Results: Simlinks at /usr/lib/qt4/plugins/script must be workable Fix is easy - just downgrade to version 0.1.0
Did you try to run revdep-rebuild after update to -r1?
I try to do revdep-rebuild, but it shows everything is ok.
Thanks for reporting. Fixed in =x11-libs/qtscriptgenerator-0.1.0-r2.