Hi again,

the compilation part is solved. Had to add filesystem to my boost build, that was it.

But when running "make check" I get this error:

   FAIL: SecurityTest

No more information besides that, and all other tests succeed. When I run the SecurityTest test alone, it succeeds - it fails only with make check. I have no idea why, and I can't get the damn thing to print more log info to the console with make check. I already tried adding --log_level and --report_level to no avail, again this works well when run standalone.

I'm a bit stuck here. Any helpful advice would be really great.

Thanks,
JensG


-----Ursprüngliche Nachricht----- From: Jens Geyer
Sent: Wednesday, September 23, 2015 9:33 PM
To: Thrift-Dev
Subject: C++ recipe for target 'SecurityTest' failed

Hi,

I’m getting this since one of the last commits, worked before. Known issue? Any helpful advice? Should I file a ticket?


lib ./.libs/libtestgencpp.a /home/jens/Arbeitsfläche/Thrift/lib/cpp/.libs/libthrift.so ./.libs/libprocessortest.a /usr/local/lib/libboost_unit_test_framework.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_system.a /usr/local/lib/libboost_thread.a -lssl -lcrypto -lrt -lpthread
g++: error: /usr/local/lib/libboost_filesystem.a: No such file or directory
Makefile:1057: recipe for target 'SecurityTest' failed

Reply via email to