[GHC] #14919: python3-based GHC scripts don't work on my RHEL machine

GHC ghc-devs at haskell.org
Thu Mar 15 15:08:29 UTC 2018


#14919: python3-based GHC scripts don't work on my RHEL machine
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  (none)
            Type:  bug               |               Status:  closed
        Priority:  normal            |            Milestone:
       Component:  Build System      |              Version:  8.5
      Resolution:  invalid           |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Building GHC      |  Unknown/Multiple
  failed                             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Never mind. It turns out that this is entirely an issue with how `python3`
 is installed on my machine:

 {{{
 $ more /usr/local/bin/python3
 export PATH=/l/python3/bin
 export LD_LIBRARY_PATH=/l/python3/lib
 export LD_RUN_PATH=/l/python3/lib
 export PKG_CONFIG_PATH=/l/python3/lib/pkgconfig

 exec /l/python3/bin/python3 ${1+"$@"}
 }}}

 Ugh.

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


More information about the ghc-tickets mailing list