エラー:空%ファイルのファイル/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 ビュー30000 +

おすすめ

転載: blog.csdn.net/liurizhou/article/details/104652374