Skip to content

[Bug]: Installation of openvox-server using package resource fails (partly) on SLES 15.7 #365

@tuxmea

Description

@tuxmea

Is this a critical security issue?

  • This is not a security issue.

Describe the Bug

The package provider for SLES is using the following command: zypper --quiet install --auto-agree-with-licenses --no-confirm openvox-server-8.12.1-1.sles15
This command terminates with non-zero return code, but the package is installed.

This is the output when running the command directly:

zypper --quiet install --auto-agree-with-licenses --no-confirm openvox-server-8.12.1-1.sles15

The following 40 NEW packages are going to be installed:
  dbus-1 file hostname java-17-openjdk-headless javapackages-filesystem javapackages-tools kbd libapparmor1 libasound2 libdbus-1-3 libexpat1 libfreebl3
  libfreetype6 libip4tc2 libjpeg8 libkmod2 liblcms2-2 liblz4-1 libpcsclite1 libpng16-16 libprocps8 libseccomp2 libsoftokn3 libsystemd0 mozilla-nspr mozilla-nss
  mozilla-nss-certs net-tools openvox-agent openvox-server pam-config pkg-config procps systemd systemd-default-settings systemd-default-settings-branding-SLE
  systemd-presets-branding-SLE systemd-presets-common-SUSE update-alternatives which

The following 2 packages have no support information from their vendor:
  openvox-agent openvox-server

The following 38 packages are not supported by their vendor:
  dbus-1 file hostname java-17-openjdk-headless javapackages-filesystem javapackages-tools kbd libapparmor1 libasound2 libdbus-1-3 libexpat1 libfreebl3
  libfreetype6 libip4tc2 libjpeg8 libkmod2 liblcms2-2 liblz4-1 libpcsclite1 libpng16-16 libprocps8 libseccomp2 libsoftokn3 libsystemd0 mozilla-nspr mozilla-nss
  mozilla-nss-certs net-tools pam-config pkg-config procps systemd systemd-default-settings systemd-default-settings-branding-SLE systemd-presets-branding-SLE
  systemd-presets-common-SUSE update-alternatives which

40 new packages to install.

Package download size:   136.0 MiB

Package install size change:
              |     362.6 MiB  required by packages that will be installed
   362.6 MiB  |  -      0 B    released by packages that will be removed

Backend:  classic_rpmtrans
Continue? [y/n/v/...? shows all options] (y): y

Return code is 107

Expected Behavior

Return code is 0

Steps to Reproduce

  1. podman run -ti --rm registry.suse.com/bci/bci-base:15.7
  2. rpm -ihv https://yum.voxpupuli.org/openvox8-release-sles-15.noarch.rpm
  3. zypper --gpg-auto-import-keys ref
  4. zypper --quiet install --auto-agree-with-licenses --no-confirm openvox-server
  5. echo $?

Environment

Version 8.12.1-1.sles15
Platform SLES15.7

Additional Context

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions