 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

28th June 2008, 10:38 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 2

|
|
|
Yum failed to resolve dependency for tcl and tk
Hi, Everyone:
I'm using Fedora 9 on an Intel core duo PC.
When installing gitk by yum today, I got this error:
1:tk-8.5.1-4.fc9.i386 from updates has depsolving problems
--> Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (updates)
Error: Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (updates)
I think it's the update server's error, not my system's. Any one meet this before?
|

28th June 2008, 10:56 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
my guess is that the tk package is also missing from the update which spits out the dependancy cause i get the error to
|

28th June 2008, 11:19 AM
|
|
Guest
|
|
Posts: n/a

|
|
Same thing happening here and I just ignored it. Just give them time to get the servers sorted out
Wayne
|

28th June 2008, 11:50 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try
Code:
su
yum --enablerepo=updates-testing update tcl tk
This work for me !
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

28th June 2008, 11:52 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
As an aside, have you tried the GDM from updates-testing? (Although there's a newer version in Koji)
Wayne
|

28th June 2008, 02:57 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 2

|
|
|
Thank you, I get gitk works now. I think if I wait for the server getting OK, the problem can be solved too.
__________________
The Rootless Root Roots in A Rootless Mind
|

30th June 2008, 01:05 AM
|
|
Registered User
|
|
Join Date: Aug 2007
Location: Turkey
Posts: 1

|
|
|
No error :)
|

28th June 2008, 04:12 PM
|
 |
Registered User
|
|
Join Date: Jun 2008
Location: Tunisia
Posts: 13

|
|
Hi,
I got the same problem.
Here is my terminal output:
Code:
[root@localhost Desktop]# yum update
Loaded plugins: refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package amsn.i386 0:0.97-4.fc9 set to be updated
--> Processing Dependency: tcl = 1:8.5.1 for package: tk
---> Package libertas-usb8388-firmware.noarch 2:5.110.22.p14-1.fc9 set to be updated
---> Package tcl.i386 1:8.5.2-1.fc9 set to be updated
--> Finished Dependency Resolution
1:tk-8.5.1-4.fc9.i386 from installed has depsolving problems
--> Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (installed)
Error: Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (installed)
[root@localhost Desktop]# yum --enablerepo=updates-testing update tcl tk
Loaded plugins: refresh-packagekit
Setting up Update Process
Could not find update match for tk
Resolving Dependencies
--> Running transaction check
---> Package tcl.i386 1:8.5.2-1.fc9 set to be updated
--> Processing Dependency: tcl = 1:8.5.1 for package: tk
--> Finished Dependency Resolution
1:tk-8.5.1-4.fc9.i386 from installed has depsolving problems
--> Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (installed)
Error: Missing Dependency: tcl = 1:8.5.1 is needed by package 1:tk-8.5.1-4.fc9.i386 (installed)
[root@localhost Desktop]#
It is weird... Does anyone have an explanation or a solution?
__________________
Omaru
Linux Lover
|

28th June 2008, 05:19 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
Nothing weird about it. Just a few packages not ready for prime time. Sit back and relax. You don't need the updates this second.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

28th June 2008, 05:28 PM
|
 |
Registered User
|
|
Join Date: Jun 2008
Location: Tunisia
Posts: 13

|
|
Hi,
thank you glennzo for your reply.
This error is preventing me from updating my system. Is there any way to update it ignoring this errors?
I am using FC9, but since the day i installed it, i cannot update my system using the update manager, it shows me the updates available but the "Update system" doesn't work.
I have to do everything manually using Yum, the default application installer (gpk-application 0.1.12) doesn't work too, i can search for software, but when i click 'Install' nothing happens. Is this normal?
I had the same problem with FC8, i installed F9 hoping this will solve this problem... In vain...
__________________
Omaru
Linux Lover
|

28th June 2008, 06:06 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 17

|
|
Quote:
|
Originally Posted by omaru
Hi,
thank you glennzo for your reply.
This error is preventing me from updating my system. Is there any way to update it ignoring this errors?
|
Try the following from the command line:
yum update --exclude=tcl --exclude=tk
Last edited by DTParanoia; 28th June 2008 at 06:09 PM.
|

28th June 2008, 06:14 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
Looks like DTParanoia has it covered.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

28th June 2008, 07:25 PM
|
 |
Registered User
|
|
Join Date: Jun 2008
Location: Tunisia
Posts: 13

|
|
Thank you DTParanoia and glennzo, i learned someting new today
__________________
Omaru
Linux Lover
|

29th June 2008, 01:18 AM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Ottawa ,Canada
Posts: 443

|
|
You could also use Yumex as a GUI for yum it allows you to drop those pesky failed dependences packages from your update list.
Enjoy the Choice
__________________
Enjoy the Choice:)
Q8200/Asus P5QDLDX/2G ram/500G HD f10/Evga 9800gt 512M
XP2500 Barton/AsusA7N8X Deluxe/768M RAM/6800gt 128M WinXPpro SP3 120 Gb ntft f10 80 Gb ext3
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 05:22 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|