Skip to content
New issue

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

[BUG] Formula not compatible with latest Arch #92

Closed
stooj opened this issue Apr 23, 2023 · 1 comment
Closed

[BUG] Formula not compatible with latest Arch #92

stooj opened this issue Apr 23, 2023 · 1 comment
Labels

Comments

@stooj
Copy link
Contributor

stooj commented Apr 23, 2023

Your setup

Formula commit hash / release tag

master / e7f31e1

Versions reports (master & minion)

3006 from Kitchen setup

Pillar / config used

Those from kitchen


Bug details

Describe the bug

  • qemu package is not installable
  • the formula fails on initial highstate because /etc/conf.d does not exist when
  • Python bindings fail (there is no python2 package for arch any more)

Steps to reproduce the bug

bin/kitchen test default-arch-base-latest-master-py3
[...]
       ----------
                 ID: libvirt-server-config-files-daemonconfig-file-managed
           Function: file.managed
               Name: /etc/conf.d/libvirtd
             Result: False
            Comment: Parent directory not present
            Started: 20:44:01.639995
           Duration: 6.314 ms
            Changes:
       ----------
                 ID: libvirt-server-service-running-service-running
           Function: service.running
               Name: libvirtd
             Result: False
            Comment: One or more requisite failed: libvirt.server.config.files.libvirt-server-config-files-daemonconfig-file-managed
            Started: 20:44:01.646576
           Duration: 0.002 ms
            Changes:
       ----------
                 ID: libvirt-python-install-pkg-installed
           Function: pkg.installed
               Name: libvirt-python3
             Result: False
            Comment: Problem encountered installing package(s). Additional info follows:

              errors:
                  - Running scope as unit: run-r5bc3788d02884e3682a33b96176372b4.scope
                    error: target not found: libvirt-python3
            Started: 20:44:01.656874
           Duration: 17646.426 ms
            Changes:
       ----------
                 ID: libvirt-server-tls-certs-virt-keys
           Function: virt.keys
               Name: libvirt_keys
             Result: False
            Comment: One or more requisite failed: libvirt.python.install.libvirt-python-install-pkg-installed
            Started: 20:44:20.206369
           Duration: 0.005 ms
            Changes:
       ----------
                 ID: libvirt-qemu-install-pkg-installed
           Function: pkg.installed
               Name: qemu
             Result: False
            Comment: The following packages failed to install/update: qemu
            Started: 20:44:20.206440
           Duration: 76274.811 ms
            Changes:
[...]

Expected behaviour

No errors

Attempts to fix the bug

PR incoming 😄

Additional context

@baby-gnu
Copy link
Contributor

I merged you contribution, I think the new release will not be created since there are issue with other platform.

I'll need to cleanup the matrix for semantic-release to be passed.

Thanks.

@stooj stooj closed this as completed May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants