Hi, while working on scim, we found that there's a problem that appears to stem from libclutter-imcontetext-0.1-dev apparently not being multi-arch'ed. I quote from an email by Tz-Huan:
------------------ cut The scim try to figure out the module directory of clutter-imcontext in these ways: * search clutter-libdir via `$PKG_CONFIG --variable=libdir clutter-imcontext-0.1`, if it successes, set the module directory to $clutter-libdir/clutter-imcontext/immodules * otherwise, set the module directory to $libdir/clutter-imcontext/immodules (libdir is passed when running configure script, so it should be /usr/lib/${MULTI_ARCH_PATH} in debian). In testing, libclutter-imcontext-0.1-dev doesn't multi-archified itself (http://packages.debian.org/testing/i386/libclutter-imcontext-0.1-dev/filelist), so scim get "/usr/lib" from the first step (pkg-config way) and set the module directory to /usr/lib/clutter-imcontext/immodules. However, libclutter-imcontext-0.1-dev does multi-archified in sid (http://packages.debian.org/sid/i386/libclutter-imcontext-0.1-dev/filelist) so scim get "/usr/lib/${MULTI_ARCH_PATH}" from pkg-config and set the module directory to /usr/lib/${MULTI_ARCH_PATH}/clutter-imcontext/immodules. ------------------ cut What would be the preferred way to solve this problem, please? TIA! Kind regards, --Toni++ -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120708122849.ga17...@spruce.wiehl.oeko.net