#2802: Download bundle for Linux libedit2 has reference to libedit0 in editline
lib
-------------------------------+--------------------------------------------
    Reporter:  Ashley Yakeley  |       Owner:              
        Type:  bug             |      Status:  new         
    Priority:  normal          |   Component:  Build System
     Version:  6.10.1          |    Severity:  normal      
    Keywords:                  |    Testcase:              
Architecture:  x86_64 (amd64)  |          Os:  Linux       
-------------------------------+--------------------------------------------
 To reproduce:

 1. Download GHC 6.10.1 binary bundle for Linux x86_64 with libedit2.
 Link is http://www.haskell.org/ghc/dist/6.10.1/ghc-6.10.1-x86_64-unknown-
 linux-libedit2.tar.bz2
 2. Install
 3. do "ghc-pkg describe editline"
 Results: "extra-libraries: edit ncurses"
 Expected "extra-libraries: edit2 ncurses"
 4. do "cabal install haddock"
 Results: "/usr/bin/ld: cannot find -ledit"
 Expected: success

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2802>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to