[Bug 828130] New: Pandoc fails due to libffi dependency error

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 4 10:26:38 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=828130

            Bug ID: 828130
        QA Contact: extras-qa at fedoraproject.org
          Severity: unspecified
           Version: 17
          Priority: unspecified
                CC: haskell-devel at lists.fedoraproject.org,
                    petersen at redhat.com
          Assignee: petersen at redhat.com
           Summary: Pandoc fails due to libffi dependency error
        Regression: ---
      Story Points: ---
    Classification: Fedora
                OS: Unspecified
          Reporter: chris at chriscowley.me.uk
              Type: Bug
     Documentation: ---
          Hardware: Unspecified
        Mount Type: ---
            Status: NEW
         Component: pandoc
           Product: Fedora

Description of problem:
Any attempt to run results in an error due to a missing libffi libary.

Version-Release number of selected component (if applicable):
1.8.2.1-8.

How reproducible:
Everytime

Steps to Reproduce:
1. Using Github default README.md run "pandoc README.md -o README.html"
2.
3.

Actual results:
pandoc: error while loading shared libraries: libffi.so.6: cannot open shared
object file: No such file or directory

Expected results:
Produce html file

Additional info:
yum provides */libffi.so.6 confirms the lib does not exist in repos.

chris at paul:~ $ ls -l /usr/lib64/libffi*
lrwxrwxrwx. 1 root root    16 May 31 21:39 /usr/lib64/libffi.so ->
libffi.so.5.0.10
lrwxrwxrwx. 1 root root    16 Jul  5  2008 /usr/lib64/libffi.so.5 ->
libffi.so.5.0.10
-rwxr-xr-x. 1 root root 33464 Jan 14 07:10 /usr/lib64/libffi.so.5.0.10

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the haskell-devel mailing list