fundawang
fundawang
另外,由于 xunsearch 使用了自定义的 xapian 分支,可能在检测的时候需要做单独的处理。
I've increased `UV_TEST_TIMEOUT_MULTIPLIER=20`, but the result went same: https://build.openanolis.cn/kojifiles/work/tasks/807/790807/build.log
libevent 的依赖判断实际上太死了。由于 libevent 2.0 本身有pkgconfig的支持,在类Linux/macOS的系统里,完全可以用pkgconfig来进行测试。 我猜测是configure.ac中引用的库不够,目前好像只检测了event_core。很有可能在libevent 2.1 中,event_core会有cross reference 到其他的库,导致检测失败。
[configure.ac.patch.gz](https://github.com/hightman/xunsearch/files/1641735/configure.ac.patch.gz) @hightman 请考虑merge 这个patch,已经换用了新的pkgconfig来进行包的检测。同时可以支持libevent 2.1。
FYI, x64 tests passed.
could anyone confirm that this issue was fixed by pull#1547?
@pmatilai WDYT?
I suddenly realized a problem. `atomic_ops` shipped `atomic_ops.pc` starting from 7.2. If `bdwgc` is built upon atomic_ops 7.1, then we should not put it in `bdwgc.pc` file, because there is...