----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16353/ -----------------------------------------------------------
Review request for Aurora and Bill Farner. Bugs: AURORA-7 https://issues.apache.org/jira/browse/AURORA-7 Repository: aurora Description ------- AURORA-7: Setup jenkins job Skips building the Apache Thrift 0.9.1 tests which have a known issue with libtool. Diffs ----- build-support/thrift/Makefile 56e28fd5e12e1cb3363e265012e9cc04ce02bb38 Diff: https://reviews.apache.org/r/16353/diff/ Testing ------- Build initially fails due to: make[4]: Entering directory `/home/jenkins/jenkins-slave/workspace/Aurora/build-support/thrift/thrift-0.9.1/test/cpp' Makefile:832: warning: overriding commands for target `gen-cpp/ThriftTest.cpp' Makefile:829: warning: ignoring old commands for target `gen-cpp/ThriftTest.cpp' /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -L/usr/lib -o libtestgencpp.la ThriftTest_constants.lo ThriftTest_types.lo ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread libtool: link: ar cru .libs/libtestgencpp.a .libs/ThriftTest_constants.o .libs/ThriftTest_types.o ar: .libs/ThriftTest_constants.o: No such file or directory Compiled with patch: libtool: link: g++ -Wall -g -O2 -o .libs/TutorialServer CppServer.o -L/usr/lib ./.libs/libtutorialgencpp.a /home/jenkins/jenkins-slave/workspace/Aurora/build-support/thrift/thrift-0.9.1/lib/cpp/.libs/libthrift.so ../../lib/cpp/.libs/libthrift.so -lssl -lcrypto -lrt -lpthread g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT CppClient.o -MD -MP -MF .deps/CppClient.Tpo -c -o CppClient.o CppClient.cpp mv -f .deps/CppClient.Tpo .deps/CppClient.Po /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -L/usr/lib -o TutorialClient CppClient.o libtutorialgencpp.la ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread libtool: link: g++ -Wall -g -O2 -o .libs/TutorialClient CppClient.o -L/usr/lib ./.libs/libtutorialgencpp.a /home/jenkins/jenkins-slave/workspace/Aurora/build-support/thrift/thrift-0.9.1/lib/cpp/.libs/libthrift.so ../../lib/cpp/.libs/libthrift.so -lssl -lcrypto -lrt -lpthread jenkins@minerva:~/jenkins-slave/workspace/Aurora/build-support/thrift$ ./thrift-0.9.1/compiler/cpp/thrift --version Thrift version 0.9.1 Thanks, Jake Farrell