openr: Compile Error
Hi All,
I downloaded this and tried to compile, firstly on Debian 8 Jessie and then on Ubuntu 17.04, but both fail in the same place. I’ve not yet tried 16.04 though.
I used the provided install script.
It seems to be around the spark.cpp section:
/home/jon/openr/openr/spark/Spark.cpp: In member function ‘void openr::Spark::prepare(folly::Optional<int>)’: /home/jon/openr/openr/spark/Spark.cpp:445:66: error: throw will always call terminate() [-Werror=terminate] "Failed creating UDP socket: {}", folly::errnoStr(errno)));

Cheers 😃
Jon.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (4 by maintainers)
Commits related to this issue
- LinkMonitorTest - Explicitly delete objects in TearDown Summary: There is a race condition when KvStoreWrapper and ZMQ background threads are destroyed. This diff is an attempt to explicitly destroy ... — committed to facebook/openr by saifhhasan 4 years ago
- replace ZMQTimeout and fix flaky RangeAllocatorFixture.InsufficentRange Summary: - replace ZMQTimeout with folly::AsyncTimeout - fix the flaky UT RangeAllocatorFixture.InsufficentRange: ## #1 issue:... — committed to facebook/openr by yi-xian 4 years ago
- Bugfix: fix kvstore stuck issue during desctruction sequence Summary: As titled, several different approaches have been added to address original issue of crash when eventbase is destructed. See P135... — committed to facebook/openr by xiangxu1121 4 years ago
- Adding Dispatcher Commands to Breeze Summary: Adding 2 commands to Breeze for Dispatcher module. The command `Dispatcher filters` to get a list of all the filters for each of the subscribers of Dispa... — committed to facebook/openr by shih-hao-tseng 2 years ago
- Fix KvStore unclean exit with thriftSyncTimer fired after thriftPeers_ destroyed Summary: # background Open/R has been haunted with unclean exit issue carried over multiple oncall rotations. Especial... — committed to facebook/openr by deleted user a year ago
I’m trying again on a vm with more memory… will report back.