https://bugzilla.redhat.com/show_bug.cgi?id=1190127
Bug ID: 1190127 Summary: FTBFS with system bibutils lib under ghc78 Product: Fedora Version: rawhide Component: ghc-hs-bibutils Assignee: petersen@redhat.com Reporter: petersen@redhat.com QA Contact: extras-qa@fedoraproject.org CC: haskell-devel@lists.fedoraproject.org, petersen@redhat.com
Description of problem: Somehow under ghc-7.8 the system bibutils library is not found (also with "pkgconfig-depends: bibutils").
So temporarily hs-bibutils is being built with the copy library.
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
--- Comment #1 from Jens Petersen petersen@redhat.com --- Note this happens with both 5.0 and 5.5.
``` Configuring hs-bibutils-5.5... Setup: Missing dependency on a foreign library: * Missing C library: bibutils This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is. ```
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed| |2016-07-19 08:47:02
--- Comment #3 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |NEW Version|22 |rawhide Resolution|EOL |--- Keywords| |Reopened
--- Comment #4 from Jens Petersen petersen@redhat.com --- Still true for F25 Rawhide
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
--- Comment #5 from Jens Petersen petersen@redhat.com --- There is a configuration error:
$ ./Setup configure -v3 : No uhc found ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-D__GLASGOW_HASKELL__=708","-Dlinux_BUILD_OS=1","-Dx86_64_BUILD_ARCH=1","-Dlinux_HOST_OS=1","-Dx86_64_HOST_ARCH=1","-Idist/build/autogen","-I/usr/include/bibutils","-I.","-I/usr/lib64/ghc-7.8.4/base-4.7.0.2/include","-I/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0/include","-I/usr/lib64/ghc-7.8.4/include","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-c","-D__GLASGOW_HASKELL__=708","-Dlinux_BUILD_OS=1","-Dx86_64_BUILD_ARCH=1","-Dlinux_HOST_OS=1","-Dx86_64_HOST_ARCH=1","-Idist/build/autogen","-I/usr/include/bibutils","-I.","-I/usr/lib64/ghc-7.8.4/base-4.7.0.2/include","-I/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0/include","-I/usr/lib64/ghc-7.8.4/include"]) Setup: Missing dependency on a foreign library: * Missing C library: bibutils This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is. Setup: Missing dependency on a foreign library: * Missing C library: bibutils This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
Apparently the pkgconfig-depends patch is working for Debian... shrug!
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|FTBFS with system bibutils |FTBFS with system bibutils |lib under ghc78 |lib
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
--- Comment #7 from Fedora End Of Life jkurik@fedoraproject.org --- This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1190127
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed|2016-07-19 08:47:02 |2017-12-12 05:11:20
--- Comment #8 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 25 changed to end-of-life (EOL) status on 2017-12-12. Fedora 25 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
haskell-devel@lists.fedoraproject.org