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

 To reproduce:

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

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2802#comment:1>
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