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

nginx-mainline installation broken on Debian 12 arm64 #2192

Open
3 tasks done
jankonas opened this issue Jul 27, 2024 · 0 comments
Open
3 tasks done

nginx-mainline installation broken on Debian 12 arm64 #2192

jankonas opened this issue Jul 27, 2024 · 0 comments

Comments

@jankonas
Copy link

Frequently asked questions

  • I have read Frequently Asked Questions
  • I have looked at the list of the existing issues (including closed issues) and searched if my issue has been already reported
  • I have tried to resolve the issue myself and will describe what I did in clear and concise manner

Describe the bug
There are broken dependencies when trying to apt-get install nginx from the nginx-mainline reposistory. It seems to be similar problem as in #2163

To Reproduce
Steps to reproduce the behavior:

  1. Add the nginx-mainline repository
  2. Run apt-get install nginx

I am pasting the output of trying to install both nginx and nignx-common as I believe it demonstrates the problem better:

# apt-get install nginx nginx-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nginx : Depends: nginx-common (= 1.27.0-1+0~20240604.56+debian12~1.gbp7ed698) but 1.27.0-2+0~20240624.57+debian12~1.gbp983ae8 is to be installed
 nginx-common : Depends: nginx (>= 1.27.0-2+0~20240624.57+debian12~1.gbp983ae8) but 1.27.0-1+0~20240604.56+debian12~1.gbp7ed698 is to be installed
E: Unable to correct problems, you have held broken packages.

Distribution (please complete the following information):

Package(s) (please complete the following information):

# apt-cache policy nginx nginx-common
nginx:
  Installed: (none)
  Candidate: 1.27.0-1+0~20240604.56+debian12~1.gbp7ed698
  Version table:
     1.27.0-1+0~20240604.56+debian12~1.gbp7ed698 500
        500 https://packages.sury.org/nginx-mainline bookworm/main arm64 Packages
     1.22.1-9 500
        500 http://deb.debian.org/debian bookworm/main arm64 Packages
        500 http://mirror.hetzner.com/debian/packages bookworm/main arm64 Packages
nginx-common:
  Installed: (none)
  Candidate: 1.27.0-2+0~20240624.57+debian12~1.gbp983ae8
  Version table:
     1.27.0-2+0~20240624.57+debian12~1.gbp983ae8 500
        500 https://packages.sury.org/nginx-mainline bookworm/main arm64 Packages
     1.22.1-9 500
        500 http://deb.debian.org/debian bookworm/main arm64 Packages
        500 http://mirror.hetzner.com/debian/packages bookworm/main arm64 Packages

Seems that more packages could be kept with the 1.27.0-1... version instead of the 1.27.0-2..., like nginx-extras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant