Results 1 to 3 of 3

Thread: Thrift installation problems on Ubuntu 10.10

  1. #1
    Join Date
    Jun 2011
    Beans
    1

    Thrift installation problems on Ubuntu 10.10

    I am getting the following error during thrift installation. Can anyone help me please, I am using Ubuntu 10.10. I have successfully install the pycassa and Cassandra. I checked thrift wiki and other sources too; but it does not work. Can anyone please help me with these error?


    gestion@gestion:~/thrift$ make make all-recursive make[1]: Entering directory /home/gestion/thrift' Making all in compiler/cpp make[2]: Entering directory/home/gestion/thrift/compiler/cpp' make all-am make[3]: Entering directory /home/gestion/thrift/compiler/cpp' g++ -DHAVE_CONFIG_H -I. -I../.. -I./src -Wall -Wno-sign-compare -Wno-unused -g -O2 -MT libparse_a-thriftl.o -MD -MP -MF .deps/libparse_a-thriftl.Tpo -c -o libparse_a-thriftl.otest -f 'thriftl.cc' || echo './'thriftl.cc thriftl.ll: In function ‘int yylex()’: thriftl.ll:267: error: ‘ERANGE’ was not declared in this scope thriftl.ll:276: error: ‘ERANGE’ was not declared in this scope thriftl.cc: In function ‘int yy_get_next_buffer()’: thriftl.cc:2808: error: ‘EINTR’ was not declared in this scope make[3]: *** [libparse_a-thriftl.o] Error 1 make[3]: Leaving directory/home/gestion/thrift/compiler/cpp' make[2]: * [all] Error 2 make[2]: Leaving directory /home/gestion/thrift/compiler/cpp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/gestion/thrift' make: * [all] Error 2

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    6,721
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: Thrift installation problems on Ubuntu 10.10

    Welcome to the fora.

    Please post again using code tags around the text.
    Did you choose your Buntu, or did you just stick to the first one you tried?
    Xubuntu Lubuntu Ubuntu Kubuntu

    About problems due to upgrading

  3. #3
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    4,607
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Thrift installation problems on Ubuntu 10.10

    I think I just got a successful install using these commands (on 11.04):
    apt-get install apt-get install libboost-dev libboost-test1.42-dev libboost-program-options1.42-dev libevent-dev automake libtool flex bison pkg-config g++
    apt-get install python-setuptools easy_install
    easy_install pycassa
    easy_install thrift05

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •