zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.71k stars 2.35k forks source link

Unmet dependencies from OBS repo #4471

Closed sphaero closed 1 year ago

sphaero commented 1 year ago

Issue description

Can't install from OBS repo.

I'm using this in github actions:

   - name: add Debian Packages
      if: matrix.os == 'ubuntu-latest'
      uses: myci-actions/add-deb-repo@10
      with:
        repo-name: obs
        repo: deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_20.04/ ./
        keys-asc: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_20.04/Release.key
        install: libzmq5 libzmq3-dev libglx-dev mesa-common-dev libasound2-dev libglew-dev libunwind-dev

This fails:

The following packages have unmet dependencies:
 libzmq5 : Depends: libpgm-5.2-0 (>= 5.1.116~dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.

Environment

sphaero commented 1 year ago

It's Github transitioning to 22.04: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/

Might happen more often during transit