https://bugzilla.redhat.com/show_bug.cgi?id=981010
Bug ID: 981010 Summary: error while loading shared libraries: libHSleksah-0.12.1.3-ghc7.4.2.so: cannot open shared object file: No such file or directory Product: Fedora Version: 19 Component: leksah Severity: unspecified Priority: unspecified Assignee: petersen@redhat.com Reporter: bugzilla.redhat@flying-snail.net QA Contact: extras-qa@fedoraproject.org CC: haskell-devel@lists.fedoraproject.org, petersen@redhat.com
Description of problem: In F19, leksah fails to run with this error: leksah: error while loading shared libraries: libHSleksah-0.12.1.3-ghc7.4.2.so: cannot open shared object file: No such file or directory
This looks to be the same problem as bug #863499
The rpath of /bin/leksah contains /builddir/build/BUILD/leksah-0.12.1.3/dist/build instead of /usr/lib64/ghc-7.4.2/leksah-0.12.1.3/
As mentioned in #863499, I can work around the issue by setting LD_LIBRARY_PATH: LD_LIBRARY_PATH=/usr/lib64/ghc-7.4.2/leksah-0.12.1.3/ leksah
Version-Release number of selected component (if applicable): ghc-leksah-0.12.1.3-10.fc19.x86_64 leksah-server-0.12.1.2-10.fc19.x86_64 ghc-leksah-server-0.12.1.2-10.fc19.x86_64 leksah-0.12.1.3-10.fc19.x86_64
How reproducible: Every time
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Jens Petersen petersen@redhat.com --- Thanks for reporting it, sorry about that...
This can be fixed by rebuilding leksah (without ghc-leksah-devel installed) with latest ghc-rpm-macros-0.98.2-1.fc19 at least.
I may do some backporting from Rawhide soon to F19 which should fix this at the same time.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|leksah |ghc-rpm-macros Version|19 |rawhide
--- Comment #2 from Jens Petersen petersen@redhat.com --- (yeah unfortunately it seems to be a re-occurrence of bug 863499)
I just checked the later rawhide build and it also has this problem so seems the rpath munging is not working correctly in koji/mock perhaps.
Reassigning to ghc-rpm-macros.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
--- Comment #3 from Jens Petersen petersen@redhat.com --- agda and pandoc seem okay.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ghc-rpm-macros |leksah
--- Comment #4 from Jens Petersen petersen@redhat.com --- Actually this is just due to missing chrpath buildrequires in leksah.spec.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
--- Comment #5 from Jens Petersen petersen@redhat.com --- This should be fixed initially in leksah-0.12.1.3-12.fc20.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |19
https://bugzilla.redhat.com/show_bug.cgi?id=981010
--- Comment #6 from Jens Petersen petersen@redhat.com --- The next release of cabal-rpm should also generate the chrpath stuff automatically.
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED
https://bugzilla.redhat.com/show_bug.cgi?id=981010
--- Comment #7 from Fedora Update System updates@fedoraproject.org --- leksah-0.12.1.3-12.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/leksah-0.12.1.3-12.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #8 from Fedora Update System updates@fedoraproject.org --- Package leksah-0.12.1.3-12.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing leksah-0.12.1.3-12.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-15069/leksah-0.12.1.3-12... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=981010
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |leksah-0.12.1.3-12.fc19 Resolution|--- |ERRATA Last Closed| |2013-08-29 18:20:47
--- Comment #9 from Fedora Update System updates@fedoraproject.org --- leksah-0.12.1.3-12.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
haskell-devel@lists.fedoraproject.org