#91 Fix missing Python psutil module
Merged 2 years ago by sergesanspaille. Opened 2 years ago by kkleine.
rpms/ kkleine/llvm fix-missing-psutil-python  into  main

file modified
+2 -1
@@ -48,7 +48,7 @@ 

  

  Name:		%{pkg_name}

  Version:	%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}

- Release:	5%{?dist}

+ Release:	6%{?dist}

  Summary:	The Low Level Virtual Machine

  

  License:	NCSA
@@ -71,6 +71,7 @@ 

  BuildRequires:	zlib-devel

  BuildRequires:	libffi-devel

  BuildRequires:	ncurses-devel

+ BuildRequires:	python3-psutil

  BuildRequires:	python3-sphinx

  BuildRequires:	python3-recommonmark

  BuildRequires:	multilib-rpm-config

In most logs (e.g.
https://kojipkgs.fedoraproject.org//work/tasks/9788/66839788/build.log)
you can find this output:

llvm-lit: /builddir/build/BUILD/llvm-12.0.0.src/x86_64-redhat-linux-gnu/utils/lit/tests/lit.cfg:79: warning: Setting a timeout per test not supported. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager. Some tests will be skipped and the --timeout command line argument will not work.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Can you bump the Release number too.

1 new commit added

  • Bumping release number
2 years ago

Can you bump the Release number too.

Sure. Done

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

rebased onto 32548cd83e1549f62b59034aa9f1e43feb22e527

2 years ago

rebased onto 9734341

2 years ago

Pull-Request has been merged by sergesanspaille

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata