http://bugs.winehq.org/show_bug.cgi?id=11024
--- Comment #4 from Marti Raudsepp marti@juffo.org 2008-01-04 11:39:41 --- (In reply to comment #3)
Either you are using an old prefix, or an old version wine. This fixme was fixed a few releases back.
Not according to grep, anyway.
[marti@non]% equery list --installed wine * installed packages [I--] [ ~] app-emulation/wine-0.9.52 (0) [marti@non]% which wine /usr/bin/wine [marti@non]% /usr/bin/wine --version wine-0.9.52 [marti@non]% strings /usr/lib32/wine/* |grep "Could not find dependent assembly" Could not find dependent assembly %s [marti@non]% strings /usr/lib32/wine/* |grep "parse_depend_manifests" parse_depend_manifests [marti@non]% bzcat /usr/distfiles/wine-0.9.52.tar.bz2 |strings |grep "Could not find dependent assembly" FIXME( "Could not find dependent assembly %s\n", debugstr_w(acl->dependencies[i].name) );