[GHC] #10901: failing build of ghc in openSUSE with ncurses-6.0

GHC ghc-devs at haskell.org
Sun Sep 20 15:06:38 UTC 2015


#10901: failing build of ghc in openSUSE with ncurses-6.0
-------------------------------------+-------------------------------------
        Reporter:  mimi.vx           |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Build System      |                 Version:  7.10.2
      Resolution:                    |                Keywords:
Operating System:  Linux             |            Architecture:
 Type of failure:  Building GHC      |  Unknown/Multiple
  failed                             |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by mimi.vx):

 ncurses 6.0 doesn't export function cur_term,

 {{{
 $ readelf -a libncurses.so.6 | grep cur_term
 000000228328  006d00000007 R_X86_64_JUMP_SLO 0000000000000000 _nc_cur_term
 + 0
      109: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND
 _nc_cur_term at NCURSES6_TINFO_5.7.20081102 (24)
 $ readelf -a libncurses.so.5 | grep cur_term
 000000225f70  003900000006 R_X86_64_GLOB_DAT 0000000000000000 cur_term + 0
       57: 0000000000000000     0 OBJECT  GLOBAL DEFAULT  UND
 cur_term at NCURSES_TINFO_5.0.19991023 (29)
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10901#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list