小编Avi*_*air的帖子

RPM 构建检查-rpaths 错误 0x0001

使用下面提到的命令构建我的自定义 rpm 包时

rpmbuild -v -bb test.specs
Run Code Online (Sandbox Code Playgroud)

我收到以下错误,

+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
*******************************************************************************
*
* WARNING: 'check-rpaths' detected a broken RPATH and will cause 'rpmbuild'
*          to fail. To ignore these errors, you can set the '$QA_RPATHS'
*          environment variable which is a bitmask allowing the values
*          below. The current value of QA_RPATHS is 0x0000.
*
*    0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor
*               issue but are introducing redundant searchpaths without
*               providing a benefit. …
Run Code Online (Sandbox Code Playgroud)

linux rpm rpmbuild

3
推荐指数
2
解决办法
5445
查看次数

标签 统计

linux ×1

rpm ×1

rpmbuild ×1