[GHC] #14654: Nofib: Strip called without .exe extension resulting in errors.

GHC ghc-devs at haskell.org
Tue Jan 9 14:29:08 UTC 2018


#14654: Nofib: Strip called without .exe extension resulting in errors.
-------------------------------------+-------------------------------------
           Reporter:  AndreasK       |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:
          Component:  NoFib          |           Version:  8.2.2
  benchmark suite                    |
           Keywords:  nofib,         |  Operating System:  Windows
  windows                            |
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 {{{
 ...
 ==nofib== bernouilli: size of Main.o follows...
    text    data     bss     dec     hex filename
    8080    1632       0    9712    25f0 Main.o
 ==nofib== bernouilli: time to link bernouilli follows...
 <<ghc: 27269080 bytes, 11 GCs, 471856/801256 avg/max bytes residency (2
 samples), 32M in use, 0.000 INIT (0.000 elapsed), 0.016 MUT (1.134
 elapsed), 0.016 GC (0.015 elapsed) :ghc>>
 C:\ghc\msys64\mingw64\bin\strip.exe: 'bernouilli': No such file
 make[2]: *** [../../mk/target.mk:96: size] Error 1
 make[2]: Target 'all' not remade because of errors.
 Finished making all in bernouilli: 0
 ...
 }}}

 I assume strip looks for a file, not an executable. And as such requires
 the full name "foo.exe" instead of just "foo".

 Make sees this error and stops before the actual benchmark is run.

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


More information about the ghc-tickets mailing list