The most files are installed in the wrong directories. The output of "equery files" for the installed package is attached.
Created attachment 325986 [details] File listing
does 2.6.0_beta work for you?
Yes, 2.6.0_beta works fine. I will attach the file listings again.
Created attachment 326062 [details] File listings (2.6.0_beta vs. 9999) emerge --sync emerge -1 =dev-util/qt-creator-2.6.0_beta equery files dev-util/qt-creator > /tmp/delete/qt-creator-2.6.0_beta.txt emerge -1 =dev-util/qt-creator-9999 equery files dev-util/qt-creator > /tmp/delete/qt-creator-9999.txt tar -C /tmp/delete -cvzf qt-creator-file-listings.tar.gz qt-creator-9999.txt qt-creator-2.6.0_beta.txt
There must be some changes upstream. ATM it is working.
Please don't close this bug until we figure out what was wrong with it.
IMHO: http://qt.gitorious.org/qt-creator/qt-creator/commit/110f102fec189b059fd2096ad8f24b3a5add012d
Yes this seems about right to me. We don't defined this variable anywhere so it used the default value. No idea what this variable is for so we should keep an eye on it. Thank you for finding the offending commit