Kevin Kofler wrote: > Ravi wrote: >> The kdevelop RC in kde-unstable (kdevelop-3.10.0-1.fc12.x86_64) has >> plugin loading issues; see error messages below. > > It's probably built against kdelibs 4.4.2, which means you need to run at > least 4.4.2 for the plugins to load (the plugin loader has a strict > runtime version check). kdevelop-libs and kdevplatform-libs are supposed to have versioned kdelibs deps to catch that kind of thing, %{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}} But it seems it didn't work here. ?? $ rpm -q kdevplatform-libs kdevelop-libs kdevplatform-libs-0.10.0-1.fc12.x86_64 kdevelop-libs-3.10.0-1.fc12.x86_64 $ rpm -qR kdevplatform-libs | grep kdelibs <blank> $ rpm -qR kdevelop-libs | grep kdelibs <blank> ??? Strange, even this works: $ rpm --eval \ '%{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}' Requires: kdelibs4(x86-64) >= 4.4.2 -- Rex