ovirt-engine_4.2_check-patch-fc27-x86_64 fails
by Dominik Holler
Hi,
dnf in CI jobs ovirt-engine_4.2_check-patch-fc27-x86_64 [1] is failing
for me with:
ImportError: libelf.so.1: cannot open shared object file: No such file
or directory
Can you please have a look?
Thanks
Dominik
[1]
http://jenkins.ovirt.org/job/ovirt-engine_4.2_check-patch-fc27-x86_64/411
12:48:21 Start: dnf install
12:48:22 ERROR: Command failed:
12:48:22 # /usr/bin/dnf
--installroot /var/lib/mock/fedora-27-x86_64-27659b1e362bd3ee3ef0da8cd3f0c97c-26540/root/
--releasever 27 --…
[View More]disableplugin=local --setopt=deltarpm=False install
@buildsys-build libcrypt-nss autoconf git java-1.8.0-openjdk-devel make
maven net-tools otopi postgresql-jdbc postgresql-server
postgresql-contrib pyflakes python2-mock python2-psycopg2
python2-pytest python-devel python-isort python-pep8 yum-utils
--setopt=tsflags=nocontexts 12:48:22 Traceback (most recent call last):
12:48:22 File "/usr/bin/dnf", line 57, in <module> 12:48:22 from
dnf.cli import main 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/__init__.py", line 31, in
<module> 12:48:22 import dnf.base 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in <module>
12:48:22 from dnf.yum import history 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/yum/history.py", line 22, in
<module> 12:48:22 import hawkey 12:48:22 File
"/usr/lib64/python3.6/site-packages/hawkey/__init__.py", line 24, in
<module> 12:48:22 from . import _hawkey 12:48:22 ImportError:
libelf.so.1: cannot open shared object file: No such file or directory
[View Less]
7 years
standard CI packages files
by Yedidyah Bar David
Hi all,
The various automation/*.packages* files are rather hard to maintain -
with many partial duplicates, symlinks, and changes applied to some
file forgotten to be applied to others that needed them.
Can we have something more dynamic? E.g. that CI will run a single
script, e.g. automation/get-needed-packages, provide it as args the
action to be ran ("check-patch", "build-artifacts" etc.) and the
distro ("el7", "fc27" etc.) and use whatever it outputs as the list of
packages to install?
Thanks,
--
Didi
7 years