Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: I type "yum install ghc" and I get the following error: --> Finished Dependency Resolution Error: Package: ghc-base-devel-4.3.1.0-46.el6.x86_64 (epel) Requires: libffi-devel I type yum install libffi-devel, and I get the answer: No package libffi-devel available. Version-Release number of selected component (if applicable): 7.0.4 How reproducible: Everytime Steps to Reproduce: 1. yum install ghc 2. 3. Actual results: Dependencies not found. Package would not install Expected results: I expected the packages to find the dependencies and install. Additional info: I searched manually through your repositories and indeed verified that libffi-devel is not there.
Have you read the "NOTE for RHN users" on https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F ?
(In reply to Anssi Johansson from comment #1) > Have you read the "NOTE for RHN users" on > https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F ? You are correct. Once I ran subscription-manager repos --enable rhel-6-workstation-optional-rpms The package installed just fine. Thanks for your help.