I tried this with a recent checkout, by running: $ make TESTS="plugins02"
in ./testsuite/tests, and it failed with a similar error, but with another checkout of the testsuite repository, I can't seem to reproduce this failure at all anymore after several attempts. This is an Ubuntu Linux machine. On Wed, Sep 28, 2011 at 8:29 AM, Simon Peyton-Jones <[email protected]> wrote: > I’m getting this for plugins02. Does anyone have any ideas what’s going on > here? > > Simon > > > > =====> plugins02(normal) 2901 of 3000 [0, 9, 0] > > cd ./plugins && '/64playpen/simonpj/builds/HEAD-2/bindisttest/install > dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output > -no-user-package-conf -rtsopts -fno-ghci-history -c plugins02.hs > -package-conf simple-plugin/local.package.conf -fplugin > Simple.BadlyTypedPlugin -package simple-plugin >plugins02.comp.stderr 2>&1 > > Actual stderr output differs from expected: > > --- ./plugins/plugins02.stderr 2011-08-09 10:40:42.000000000 +0100 > > +++ ./plugins/plugins02.comp.stderr 2011-09-28 10:41:18.520744542 +0100 > > @@ -1 +1,4 @@ > > -<command line>: The value Simple.BadlyTypedPlugin.plugin did not have the > type CoreMonad.Plugin as required > > +<command line>: cannot satisfy -package simple-plugin: > > + simple-plugin-0.1-b98ea2eff5afb75092645edac7d91b96 is unusable due to > missing or recursive dependencies: > > + base-4.4.0.0-1acf5bcdae4272d7234bdc23142460ac > ghc-7.3-3050b6fa5e663ef6a0ac310003961fb7 > template-haskell-2.6.0.0-0ec0971cb6a0741a0a3eb41636740c4a > > + (use -v for more information) > > *** unexpected failure for plugins02(normal) > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc > > -- Regards, Austin _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
