I received mail from a user about this: >When building games-strategy/spacehulk-1.4.99 it fails towards the end >of the build with: > open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock > open_wr: /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp I can't reproduce but I think using the standard QT sandbox workaround src_compile should work: [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings"
i used kde-functions to fix it `set-qtdir 3`