[GHC] #7912: Missing symbols from termios.h when linking on Android

GHC ghc-devs at haskell.org
Thu Nov 7 12:25:36 UTC 2013


#7912: Missing symbols from termios.h when linking on Android
----------------------------------------+---------------------------
        Reporter:  neurocyte            |            Owner:
            Type:  bug                  |           Status:  new
        Priority:  normal               |        Milestone:
       Component:  libraries/unix       |          Version:  7.7
      Resolution:                       |         Keywords:  Android
Operating System:  Other                |     Architecture:  arm
 Type of failure:  Building GHC failed  |       Difficulty:  Unknown
       Test Case:                       |       Blocked By:
        Blocking:                       |  Related Tickets:
----------------------------------------+---------------------------

Comment (by Herbert Valerio Riedel <hvr@…>):

 In [changeset:"7ca70fbf7b82bcca945669d043673a06973c1edf/unix"]:
 {{{
 #!CommitTicketReference repository="unix"
 revision="7ca70fbf7b82bcca945669d043673a06973c1edf"
 Fix #7912 by using `CApiFFI` for `<termios.h>` imports

 On Android, the functions imported from `<termios.h>` are actually
 inlined functions, so we need to wrap them via the `capi` calling
 convention.

 Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
 }}}

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


More information about the ghc-tickets mailing list