[GHC] #8283: utils/fingerprint/fingerprint.py doesn't work on Windows

GHC ghc-devs at haskell.org
Fri Sep 13 07:44:23 CEST 2013


#8283: utils/fingerprint/fingerprint.py doesn't work on Windows
-------------------------------+-------------------------------------------
        Reporter:  schyler     |            Owner:
            Type:  bug         |           Status:  new
        Priority:  normal      |        Milestone:
       Component:  Build       |          Version:  7.7
  System                       |         Keywords:
      Resolution:              |     Architecture:  Unknown/Multiple
Operating System:  Windows     |       Difficulty:  Easy (less than 1 hour)
 Type of failure:              |       Blocked By:
  None/Unknown                 |  Related Tickets:
       Test Case:              |
        Blocking:              |
-------------------------------+-------------------------------------------

Comment (by leroux):

 Here's the stack trace that should have been included with the error
 message.
 {{{
 Traceback (most recent call last):
   File "utils/fingerprint/fingerprint.py", line 249, in <module>
     main()
   File "utils/fingerprint/fingerprint.py", line 15, in main
     opts.action(opts)
   File "utils/fingerprint/fingerprint.py", line 22, in create_action
     fp = fingerprint(opts.source)
   File "utils/fingerprint/fingerprint.py", line 59, in fingerprint
     source  = Popen(sync_all, stdout=PIPE)
   File "c:\Python27\lib\subprocess.py", line 711, in __init__
     errread, errwrite)
   File "c:\Python27\lib\subprocess.py", line 948, in _execute_child
     startupinfo)
 WindowsError: [Error 193] %1 is not a valid Win32 application
 }}}

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



More information about the ghc-tickets mailing list