Bug 707544

Summary: unable to install couchdb via yum in FC15
Product: [Fedora] Fedora Reporter: Vojtech Juranek <vjuranek>
Component: couchdbAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: lemenkov
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-26 12:17:08 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 Vojtech Juranek 2011-05-25 11:42:32 UTC
Description of problem:
Cannot install couchdb in FC15 via yum, fails with missing dependency.

Version-Release number of selected component (if applicable):
FC 15, x86_64

How reproducible:
yum install couchdb
  
Actual results:

 yum install couchdb
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package couchdb.x86_64 0:1.0.2-5.fc15 will be installed
--> Processing Dependency: libmozjs185.so.1.0()(64bit) for package: couchdb-1.0.2-5.fc15.x86_64
--> Finished Dependency Resolution
Error: Package: couchdb-1.0.2-5.fc15.x86_64 (updates)
           Requires: libmozjs185.so.1.0()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:
Couchdb is installed

Comment 1 Vojtech Juranek 2011-05-25 11:48:59 UTC
work around:
running
yum update --enablerepo=updates-testing js-1.8.5-4.fc15
before installing couchdb

This issue is probably duplicate of https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=698679

Comment 2 Peter Lemenkov 2011-05-26 12:17:08 UTC

*** This bug has been marked as a duplicate of bug 676441 ***