[GHC] #11834: GHC master, not compiling on Archlinux

GHC ghc-devs at haskell.org
Mon May 29 20:31:37 UTC 2017


#11834: GHC master, not compiling on Archlinux
-------------------------------------+-------------------------------------
        Reporter:  nitrix            |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:
  (Linking)                          |
      Resolution:                    |             Keywords:
Operating System:  Linux             |         Architecture:  x86_64
 Type of failure:  Building GHC      |  (amd64)
  failed                             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #12759            |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by msuchanek):

 It is also broken on openSUSE.

 I get the

 {{{
 #define __pic__ 2
 #define __PIC__ 2
 }}}

 when I pass -fPIC to gcc but passing -pie or -no-pie to gcc-6 does not
 change any defines and

 {{{
 #define __pie__ 2
 #define __PIE__ 2
 }}}

 are never defined.

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


More information about the ghc-tickets mailing list