Bug 463148

Summary: twinkle, broken dependencies
Product: [Fedora] Fedora Reporter: Dhaval Giani <dhaval.giani>
Component: twinkleAssignee: Kevin Fenzi <kevin>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-22 15:42:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dhaval Giani 2008-09-22 10:35:02 UTC
Description of problem:
Broken dependency for twinkle.

Version-Release number of selected component (if applicable):
twinkle-1.3.2-1.fc10.i386

How reproducible:
Always

Steps to Reproduce:
1. yum install twinkle
2.
3.
  
Actual results:
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package twinkle.i386 0:1.3.2-1.fc10 set to be updated
--> Processing Dependency: libzrtpcpp-1.3.so.0 for package: twinkle
--> Processing Dependency: libccext2-1.6.so.0 for package: twinkle
--> Processing Dependency: libboost_regex.so.3 for package: twinkle
--> Processing Dependency: libccgnu2-1.6.so.0 for package: twinkle
--> Processing Dependency: libccrtp1-1.6.so.0 for package: twinkle
--> Running transaction check
---> Package ccrtp.i386 0:1.6.0-2.fc10 set to be updated
---> Package libzrtpcpp.i386 0:1.3.0-2.fc10 set to be updated
---> Package commoncpp2.i386 0:1.6.1-2.fc10 set to be updated
---> Package twinkle.i386 0:1.3.2-1.fc10 set to be updated
--> Processing Dependency: libboost_regex.so.3 for package: twinkle
--> Finished Dependency Resolution
twinkle-1.3.2-1.fc10.i386 from rawhide has depsolving problems
  --> Missing Dependency: libboost_regex.so.3 is needed by package twinkle-1.3.2-1.fc10.i386 (rawhide)
Error: Missing Dependency: libboost_regex.so.3 is needed by package twinkle-1.3.2-1.fc10.i386 (rawhide)


Expected results:
It gets installed

Additional info:

Comment 1 Kevin Fenzi 2008-09-22 15:05:24 UTC
What boost version do you have installed there?

$ yum resolvedep 'libboost_regex.so.3'
Loaded plugins: allowdowngrade, downloadonly, fastestmirror
0:boost-1.34.1-16.fc10.i386

There was this boost:
http://koji.fedoraproject.org/koji/buildinfo?buildID=59323

but it got untagged. If you have that one installed, remove it and replace it with the 1.34.1-16 one.

Comment 2 Dhaval Giani 2008-09-22 15:33:30 UTC
Yep! that does do the trick. Thanks for resolving it quickly! I can't figure out the correct resolution, so I will let you close the bug.

Comment 3 Kevin Fenzi 2008-09-22 15:42:32 UTC
Great, glad that was the issue. ;) 

Closing now. Feel free to reopen or file a new bug if you spot anything further.