We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to build packages, bu the check_spec_files step fails.
Build passes
Sanity check for all json files ... Checking all python code is compilable ...
Creating staging folder and subitems... Pulling toolchain XRPMS... Pulling toolchain RPMS... Checking spec file: SPECS/linux/linux-rt-drivers-intel-ice-1.9.11.spec
Some mentioned but unused files found in the spec. If you think it's a false positive, try the following methods:
--- List of errors in SPECS/linux/linux-rt-drivers-intel-ice-1.9.11.spec ---
--- List of unused files --- List of unused files in: SPECS/linux ice-1.9.11.tar.gz
Spec file check failed Traceback (most recent call last): File "/data/git/photon/build.py", line 1593, in main attr = getattr(RpmBuildTarget(), configdict["targetName"]) File "/data/git/photon/build.py", line 634, in init CheckTools.check_spec_files() File "/data/git/photon/build.py", line 985, in check_spec_files raise Exception("Spec file check failed") Exception: Spec file check failed make: *** [Makefile:6: packages-minimal] Error 1
The text was updated successfully, but these errors were encountered:
What's the version of rpm you are using in your build host? pastee the output of rpm -q rpm
rpm
rpm -q rpm
Sorry, something went wrong.
I'm building on Ubuntu.
azureuser@armbuild:/data/git/photon$ rpm --version RPM version 4.17.0
No branches or pull requests
Describe the bug
I'm trying to build packages, bu the check_spec_files step fails.
Reproduction steps
Expected behavior
Build passes
Additional context
Sanity check for all json files ...
Checking all python code is compilable ...
Creating staging folder and subitems...
Pulling toolchain XRPMS...
Pulling toolchain RPMS...
Checking spec file: SPECS/linux/linux-rt-drivers-intel-ice-1.9.11.spec
Some mentioned but unused files found in the spec.
If you think it's a false positive, try the following methods:
--- List of errors in SPECS/linux/linux-rt-drivers-intel-ice-1.9.11.spec ---
--- List of unused files ---
List of unused files in: SPECS/linux
ice-1.9.11.tar.gz
Spec file check failed
Traceback (most recent call last):
File "/data/git/photon/build.py", line 1593, in main
attr = getattr(RpmBuildTarget(), configdict["targetName"])
File "/data/git/photon/build.py", line 634, in init
CheckTools.check_spec_files()
File "/data/git/photon/build.py", line 985, in check_spec_files
raise Exception("Spec file check failed")
Exception: Spec file check failed
make: *** [Makefile:6: packages-minimal] Error 1
The text was updated successfully, but these errors were encountered: