Joe Percivall created THRIFT-2559:
-------------------------------------
Summary: Required Packages for Thrift 0.9.1
Key: THRIFT-2559
URL: https://issues.apache.org/jira/browse/THRIFT-2559
Project: Thrift
Issue Type: Bug
Affects Versions: 0.9.1
Environment: Centos 6.5
Reporter: Joe Percivall
Priority: Blocker
This bug is in reference to a stack overflow issue:
http://stackoverflow.com/questions/23917118/issue-statically-compiling-thrift-0-9-0-on-centos-6-5/23934742?noredirect=1#comment36907016_23934742
I am attempting to setup and retrieve the static binaries for thrift 0.9.1 on
centos 6.5. I follow the steps laid out in this link:
http://thrift.apache.org/docs/install/centos. Following those steps I hit an
error when attempting to do a "make". The output is copied below. The centos
box I used is here:
https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box.
I use vagrant to run it. This error blocks Thrift.
[vagrant@vagrant-centos65 thrift]$ make
make all-recursive
make[1]: Entering directory `/home/vagrant/thrift'
Making all in compiler/cpp
make[2]: Entering directory `/home/vagrant/thrift/compiler/cpp'
make all-am
make[3]: Entering directory `/home/vagrant/thrift/compiler/cpp'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g
-O2 -MT thrift-t_cpp_generator.o -MD -MP -MF .deps/thrift-t_cpp_generator.Tpo
-c -o thrift-t_cpp_generator.o `test -f 'src/generate/t_cpp_generator.cc' ||
echo './'`src/generate/t_cpp_generator.cc
g++: Internal error: Killed (program as)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[3]: *** [thrift-t_cpp_generator.o] Error 1
make[3]: Leaving directory `/home/vagrant/thrift/compiler/cpp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/vagrant/thrift/compiler/cpp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vagrant/thrift'
make: *** [all] Error 2
--
This message was sent by Atlassian JIRA
(v6.2#6252)