
The Buildbot has detected a new failure of slack_x86. Full details are available at: http://www.indiegigs.co.uk:8010/slack_x86/builds/152 Buildbot URL: http://www.indiegigs.co.uk:8010/ Buildslave for this Build: slackx86 Build Reason: Build Source Stamp: HEAD Blamelist: golubovsky@gmail.com BUILD FAILED: failed yhc sincerely, -The Buildbot

Hi This error seems like it could be a real and repeating one: An error ocurred running `ghc -M -optdep-f -optdepsrc/compiler98/.Main.hs.dep -cpp -DyhcVERSION=\"0.7.0-20070315025737\" -i./src/compiler98:./src/libraries/general:./src/libraries/core:depends/cpphs:depends/filepath:./src/interactive src/compiler98/Main.hs`:
depends/cpphs/Language/Preprocessor/Cpphs/Tokenise.hs:235: unterminated comment
Dependencies will not be calculated. The reason is that cpphs (deliberately!) uses */* as a combinator which trips up GHC's -cpp flag. When doing the dependency there should be no need to pass -cpp to cpphs. -cpp will need to be specified for FilePath, however. Thanks Neil
participants (2)
-
andrewjwilkinsonw@gmail.com
-
Neil Mitchell