Evan Martin (evan) wrote in evan_tech,
Evan Martin
evan
evan_tech

ports

I've only built one or two things out of FreeBSD's ports system, so maybe I'm doing something wrong, but when I tried to build ghc it died in the middle with some compilation error. I poked around a bit and couldn't figure much out -- it looked like it was in one of the final linking stages, and there was no error message aside from make complaining about a nonzero exit code.

So I tried running cvsup, make clean, and then make again, and now I get
/usr/ports/lang/ghc/work/ghc-6.2.2-boot/bin/i386-unknown-freebsd/ghc-6.2.2 -M -optdep-f -optdep.depend -osuf o -H16m -O HaskTags.hs
/libexec/ld-elf.so.1: Shared object "libreadline.so.5" not found


Remind me again why I'm compiling everything?
Subscribe

  • dremel

    They published a paper on Dremel, my favorite previously-unpublished tool from the Google toolchest. Greg Linden discusses it: "[...] it is capable…

  • google ime

    Japanophiles might be interested to learn that Google released a Japanese IME. IME is the sort of NLP problem that Google is nearly uniquely…

  • ghc llvm

    I read this thesis on an LLVM backend for GHC, primarily because I was curious to learn more about GHC internals. The thesis serves well as an…

  • Post a new comment

    Error

    default userpic
    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 11 comments

  • dremel

    They published a paper on Dremel, my favorite previously-unpublished tool from the Google toolchest. Greg Linden discusses it: "[...] it is capable…

  • google ime

    Japanophiles might be interested to learn that Google released a Japanese IME. IME is the sort of NLP problem that Google is nearly uniquely…

  • ghc llvm

    I read this thesis on an LLVM backend for GHC, primarily because I was curious to learn more about GHC internals. The thesis serves well as an…