[ ghc-Bugs-1016120 ] Fails silently if preprocessor not found

SourceForge.net noreply at sourceforge.net
Wed Sep 1 05:55:17 EDT 2004


Bugs item #1016120, was opened at 2004-08-25 16:35
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1016120&group_id=8032

Category: Compiler
Group: 6.2.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Schoinobates Volans (schoinobates)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fails silently if preprocessor not found

Initial Comment:
When using a package that asks ghc to run a
preprocessor on the source, if the execution of the
preprocessor fails (e.g. because the latter is not
installed on the system or not in the PATH), ghc fails
silently. It should write an error message to stderr,
something like "execution of preprocessor 'foo' failed:
No such file or directory".

I encountered this with Wash, version WashNGo-2.0.3:
http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2004-09-01 09:55

Message:
Logged In: YES 
user_id=48280

Fixed, thanks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1016120&group_id=8032



More information about the Glasgow-haskell-bugs mailing list