error: Empty %files file /xxxx/rpmbuild/BUILD/xxxx/debugsourcefiles.list

工作中编译环境从centos7.4升级到centos8.1,编译出错。

在rpm打包的时候报错内容如下:

error: Empty %files file /jenkins/workspace/xxxx/output/rpmbuild/BUILD/xxxx/debugsourcefiles.list

解决方法:rpmbuild 加上--nodebuginfo 参数。

rpmbuild -E "%define _topdir XXXX" --nodebuginfo -ba

centos8.1 rpmbuild 版本号:

[root@12254213d923 build]# lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description:    CentOS Linux release 8.1.1911 (Core)
Release:        8.1.1911
Codename:       Core
[root@12254213d923 build]# rpmbuild --version
RPM version 4.14.2
发布了41 篇原创文章 · 获赞 14 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/liurizhou/article/details/104652374