Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] Thrift "make check" hanging

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] Thrift "make check" hanging


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Labhesh <labhesh AT gmail.com>, "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] Thrift "make check" hanging
  • Date: Fri, 14 Mar 2014 01:32:13 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi.

Looking around on stackoverflow, it looks like other people have seen this error too, but that it does not prevent use of thrift.  It looks like it is worth going ahead with the install.

If you run into further problems, please let me know.

Mark




From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Labhesh [labhesh AT gmail.com]
Sent: Thursday, March 13, 2014 4:30 PM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] Thrift "make check" hanging

Thanks to Vivek, I was able to get thrift-0.8.0 from the link he sent me. 
However, when I am running "make check" after building thrift, it is hanging at the point shown in the logs below.

Here's the ./configure for the thrift that I ran before running "make"

./configure --without-csharp --without-erlang --without-ruby --without-haskell --without-go --with-boost=/usr/local


I am copying the last few lines of the console:

Simple {

  01: im_default (i16) = 0,

  02: im_required (i16) = 0,

  03: im_optional (i16) = 0,

}

Simple {

  01: im_default (i16) = 0,

  02: im_required (i16) = 0,

  03: im_optional (i16) = 10,

}


Complex struct, simple test.

Complex {

  01: cp_default (i16) = 0,

  02: cp_required (i16) = 0,

  04: the_map (map) = map<i16,struct>[0] {

  },

  05: req_simp (struct) = Simple {

    01: im_default (i16) = 0,

    02: im_required (i16) = 0,

  },

}

PASS: OptionalRequiredTest

Testing ooe

Testing hm

PASS: SpecializationTest

TBinaryProtocol => OK

TCompactProtocol => OK

PASS: AllProtocolsTest

Timeout alarm expired; attempting to unblock transport

Timeout alarm expired; attempting to unblock transport

Timeout alarm expired; attempting to unblock transport

Timeout alarm expired; attempting to unblock transport

Timeout alarm expired; attempting to unblock transport



I am not sure whether to proceed further or not at this point.

Thanks for your help!




Archive powered by MHonArc 2.6.16.

Top of Page