LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-04-2009, 11:45 AM   #1
dflo404
Member
 
Registered: Jul 2009
Posts: 61

Rep: Reputation: 15
Cannot install dependencies for Cairo-dock (Fedora 11)


I'm following this this tutorial, and everything goes perfectly fine up until the "Installez dependences (change XXXX)" part.

The name of the file is cairo-dock-2.0.8.2-1.fc12.src.rpm, and I swear I'm typing it in right, and I'm CDed in the proper directory. However, when I try to do that step, I get this output:

Loaded plugins: refresh-packagekit
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID 16ca1a56
Error: Could not open cairo-dock-2.0.8.2-1.fc12.src.rpm
There was a problem getting the build deps, exiting:
Could not open local rpm file: cairo-dock-2.0.8.2-1.fc12.src.rpm: RPM Error opening Package

Anyone know what to do?
 
Old 10-04-2009, 11:51 AM   #2
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
rpm file maybe corrupted. try re-downloading or get it from another mirror

also try http://www.rpmfind.net
 
Old 10-04-2009, 12:10 PM   #3
dflo404
Member
 
Registered: Jul 2009
Posts: 61

Original Poster
Rep: Reputation: 15
Thanks for the reply, but it's doing the same thing. I downloaded an rpm file with the exact same name from that site you sent me, and it gave the same message. Am I doing something wrong, or is this rpm just not compatible with Fedora 11?
 
Old 10-04-2009, 12:36 PM   #4
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
please try this and post exactly what you're getting:

ftp://195.220.108.108/linux/rpmfusio....fc11.i586.rpm
 
Old 10-04-2009, 12:45 PM   #5
dflo404
Member
 
Registered: Jul 2009
Posts: 61

Original Poster
Rep: Reputation: 15
Here is my exact input and the resulting output (after downloading the file to the Download folder):

[D-Flo@DFloLaptop Download]$ su
Password:
[root@DFloLaptop Download]# cd /home/D-Flo/Download
[root@DFloLaptop Download]# yum-builddep -y cairo-dock-2.0.3-2.fc11.i586.rpm
Loaded plugins: refresh-packagekit
Enabling fedora-source repository
Enabling rpmfusion-free-source repository
Enabling rpmfusion-free-updates-source repository
Enabling updates-source repository
No such package(s): cairo-dock-2.0.3-2.fc11.i586.rpm.src
 
Old 10-04-2009, 12:58 PM   #6
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
be root and cd into Downloads folder and do this:

rpm -i cairo-dock-2.0.3-2.fc11.i586.rpm
 
Old 10-04-2009, 01:09 PM   #7
dflo404
Member
 
Registered: Jul 2009
Posts: 61

Original Poster
Rep: Reputation: 15
Okay, this is what came up

[root@DFloLaptop Download]# rpm -i cairo-dock-2.0.3-2.fc11.i586.rpm
package cairo-dock-2.0.8-1.fc11.i586 (which is newer than cairo-dock-2.0.3-2.fc11.i586) is already installed
file /usr/bin/cairo-dock from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/bin/cairo-dock-package-theme.sh from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/cairo-dock.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/themes/_default_/cairo-dock.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/default-icon.svg from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/help.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/launcher.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/main-dock.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/themes/_default_/plug-ins/rame/rame.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/cairo-dock/themes/_default_/plug-ins/rendering/rendering.conf from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/locale/fr/LC_MESSAGES/cairo-dock.mo from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/locale/it/LC_MESSAGES/cairo-dock.mo from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586
file /usr/share/locale/ja/LC_MESSAGES/cairo-dock.mo from install of cairo-dock-2.0.3-2.fc11.i586 conflicts with file from package cairo-dock-2.0.8-1.fc11.i586

EDIT: I just checked my applications and Cairo Dock is listed. I opened it, and the dock opens, but there is a black background behind the actual dock.

Last edited by dflo404; 10-04-2009 at 01:12 PM.
 
Old 10-04-2009, 02:54 PM   #8
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
You already have cairo dock installed.

I have not used cairo dock, so i wont be able to answer you correctly;

Isn't the thing working properly? maybe something wrong with the configuration
 
Old 10-04-2009, 03:09 PM   #9
dflo404
Member
 
Registered: Jul 2009
Posts: 61

Original Poster
Rep: Reputation: 15
Yes, it seems to be installed, however I've researched my problem and it's occurring because I don't have 3D acceleration. This stems a whole other issue I've been battling with my ATI HD Radeon card. That's a whole other thread (if you would like to help out, it's here http://www.linuxquestions.org/questi...nstall-758280/ )

Thanks for everything
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Cairo Dock 2.0.0 is Here (Linux Dock Menu)! LXer Syndicated Linux News 0 05-12-2009 01:20 AM
Wine shortcut on a Cairo Dock lvharten Linux - Software 1 09-18-2008 03:13 AM
Why my cairo-dock no 3D plane?? LinuxNewbie999 Linux - Newbie 3 09-14-2008 03:55 AM
LXer: Cairo-Dock - Desktop dock for openSUSE Linux LXer Syndicated Linux News 0 08-07-2008 08:20 AM
cairo-dock, gnome-dock, kiba-dock?? LinuxNewbie999 *BSD 0 04-03-2008 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration