[ 
https://issues.apache.org/jira/browse/THRIFT-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918328#action_12918328
 ] 

Christian Lavoie commented on THRIFT-932:
-----------------------------------------

It works for me, and v3 is a full resolution of the bug.

The only caveat is the dependency on the {{http}}, {{binary}} and {{network}} 
packages that aren't part of the std install; but if you can make it work on 
your machine, do please commit, yes. Easiest path to making it work:

{noformat}
sudo cabal install http binary network
cd $REPOS
./configure
make check
{noformat}

If you don't like using root powers:

{noformat}
cabal --user install http binary network
cd $REPOS
CABAL_CONFIGURE_FLAGS="--user" ./configure
make check
{noformat}

> Haskell tests need to be run through 'make check' (and probably 'cabal 
> check') too
> ----------------------------------------------------------------------------------
>
>                 Key: THRIFT-932
>                 URL: https://issues.apache.org/jira/browse/THRIFT-932
>             Project: Thrift
>          Issue Type: Bug
>          Components: Haskell - Library
>    Affects Versions: 0.6
>         Environment: Mac OS X 10.6, latest haskell platform, ghc 6.12.3
> Darwin 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; 
> root:xnu-1504.7.4~1/RELEASE_I386 i386
> The Glorious Glasgow Haskell Compilation System, version 6.12.3
>            Reporter: Christian Lavoie
>            Assignee: Christian Lavoie
>             Fix For: 0.6
>
>         Attachments: haskell-tests.log, out, v1-simplify-haskell-tests.hs, 
> v2-simplify-haskell-tests.patch, v3-haskell-tests-through-make-check.patch
>
>
> Currently Haskell tests are run through an annoying pair of shell scripts, 
> and leave the server running after being executed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to