Hi,
I'd like to test kdepim 4.5 (4.4.92) on my F13 system, so was trying to build kdepim using kdesrc-build. Just building kdepim and kdepimlibs doesn't work, so tried running default kdesrc-build to build everything. It fails at the configuring qt stage.I've tried to install the buildrequires, but get dependency problems:
yum-builddep --enablerepo=kde* qt qt-x11
<-snip->
Error: Package: 1:dbus-devel-1.2.24-1.fc13.x86_64 (fedora) Requires: dbus = 1:1.2.24-1.fc13 Installed: 1:dbus-1.2.24-1.fc13.1.x86_64 (@kde-unstable) dbus = 1:1.2.24-1.fc13.1 Available: 1:dbus-1.2.24-1.fc13.x86_64 (fedora) dbus = 1:1.2.24-1.fc13 You could try using --skip-broken to work around the problem
Any suggestions? I'm presuming dbus is critical so building qt without is pointless? Does anyone happen to have a config file for kdesrc-build that I can use just to build kdepim? Or is there an easier way?
Thanks for the help M.
On Wed, Aug 25, 2010 at 11:48 AM, moabi2000 moabi2000@gmail.com wrote:
Hi,
I'd like to test kdepim 4.5 (4.4.92) on my F13 system, so was trying to build kdepim using kdesrc-build.
You either don't like kdepim-4.5-0.2.beta1.fc13.x86_64 or don't know about our kde-redhat repo ;)
http://kde-redhat.sourceforge.net/ The above package is from there.
On Wed, Aug 25, 2010 at 11:19 AM, Thomas Janssen thomasj@fedoraproject.org wrote:
On Wed, Aug 25, 2010 at 11:48 AM, moabi2000 moabi2000@gmail.com wrote:
Hi,
I'd like to test kdepim 4.5 (4.4.92) on my F13 system, so was trying to build kdepim using kdesrc-build.
You either don't like kdepim-4.5-0.2.beta1.fc13.x86_64 or don't know about our kde-redhat repo ;)
I do have those repos enabled, but I thought Rex removed kdepim 4.5. I saw he put the beta 1 packages online outside the repos, but not beta 2. As development is moving fast, it seemed silly to me to test beta 1 as many bugs will probably already have been fixed in beta 2.
Thanks for your help M.
http://kde-redhat.sourceforge.net/ The above package is from there.
-- LG Thomas
Dubium sapientiae initium _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
On 08/25/2010 04:48 AM, moabi2000 wrote:
Hi,
I'd like to test kdepim 4.5 (4.4.92) on my F13 system, so was trying to build kdepim using kdesrc-build. Just building kdepim and kdepimlibs doesn't work, so tried running default kdesrc-build to
you want kdepim and kdepim-runtime instead (not kdepimlibs)
Now that 4.5.0 is trickling into our kde-testing repos, I can work to get some kdepim-4.4.92 builds in kde-unstable soon.
Error: Package: 1:dbus-devel-1.2.24-1.fc13.x86_64 (fedora) Requires: dbus = 1:1.2.24-1.fc13 Installed: 1:dbus-1.2.24-1.fc13.1.x86_64 (@kde-unstable) dbus = 1:1.2.24-1.fc13.1 Available: 1:dbus-1.2.24-1.fc13.x86_64 (fedora) dbus = 1:1.2.24-1.fc13 You could try using --skip-broken to work around the problem
You have a build of dbus that has since been removed from kde-unstable (the patch being tested was rejected/not-recommended by upstream). You probably ought to do something like:
yum downgrade dbus dbus-libs dbus-x11 dbus-devel
-- Rex
That worked. Thanks Rex.
On Wed, Aug 25, 2010 at 5:50 PM, Rex Dieter rdieter@math.unl.edu wrote:
On 08/25/2010 04:48 AM, moabi2000 wrote:
Hi,
I'd like to test kdepim 4.5 (4.4.92) on my F13 system, so was trying to build kdepim using kdesrc-build. Just building kdepim and kdepimlibs doesn't work, so tried running default kdesrc-build to
you want kdepim and kdepim-runtime instead (not kdepimlibs)
Now that 4.5.0 is trickling into our kde-testing repos, I can work to get some kdepim-4.4.92 builds in kde-unstable soon.
Error: Package: 1:dbus-devel-1.2.24-1.fc13.x86_64 (fedora) Requires: dbus = 1:1.2.24-1.fc13 Installed: 1:dbus-1.2.24-1.fc13.1.x86_64 (@kde-unstable) dbus = 1:1.2.24-1.fc13.1 Available: 1:dbus-1.2.24-1.fc13.x86_64 (fedora) dbus = 1:1.2.24-1.fc13 You could try using --skip-broken to work around the problem
You have a build of dbus that has since been removed from kde-unstable (the patch being tested was rejected/not-recommended by upstream). You probably ought to do something like:
yum downgrade dbus dbus-libs dbus-x11 dbus-devel
-- Rex _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org