Incredibuild,编译期间出现内部LD_PRELOAD错误

时间:2018-11-23 16:10:50

标签: c++ linker-errors ubuntu-18.04 incredibuild

我已经在装有Ubuntu 18.04 64bit的新计算机上全新安装了Incredibuild 0.93.85。

安装没有报告任何问题,但是当我尝试编译我的makefile-project时,报告了无数这些错误:

ERROR: ld.so: object '/opt/incredibuild/lib/${PLATFORM}/libibinterceptor.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

尽管如此,编译本身仍在运行。

很显然,Incredibuild无法正确解析$ {PLATFORM}变量。文件夹/ opt / incredibuild / lib包含文件夹“ i686”和“ x86_64”,并且都包含一个libibinterceptor.so

我的一位同事具有相同的系统配置(Ubuntu 18.04 64位和Incredibuild 0.93.85),没有任何问题。

如何摆脱这些错误?

1 个答案:

答案 0 :(得分:1)

解决方案是在协调器和客户端上安装最新版本的Incredibuild(迄今为止为0.95.14)。