Activity log for bug #2054908

Date Who What changed Old value New value Message
2024-02-25 04:28:30 Jeremy Bícha bug added bug
2024-02-25 04:28:38 Jeremy Bícha bug task added apt (Ubuntu)
2024-02-25 04:28:45 Jeremy Bícha apt (Ubuntu): importance Undecided High
2024-02-25 04:29:04 Jeremy Bícha bug task added munin (Ubuntu)
2024-02-25 04:29:07 Jeremy Bícha munin (Ubuntu): status New Triaged
2024-02-25 04:29:11 Jeremy Bícha tags noble noble update-excuse
2024-02-25 04:31:12 Jeremy Bícha description Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. Notably, gnupg has Suggests: gpg-wks-server (<< 2.4.4-2ubuntu7.1~), gpg-wks-server (>= 2.4.4-2ubuntu7) I don't recall ever seeing versioned Suggests before so it's my wild guess that maybe apt does not handle versioned Suggests in the expected way. As a workaround, try dropping the versions from the Suggests. But the ultimate fix may be in apt. Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. Notably, gnupg has Suggests: gpg-wks-server (<< 2.4.4-2ubuntu7.1~), gpg-wks-server (>= 2.4.4-2ubuntu7) I don't recall ever seeing versioned Suggests before so it's my wild guess that apt does not handle versioned Suggests in the expected way. As a workaround, try dropping the versions from gnupg's Suggests. But the true fix may be in apt. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes.
2024-02-25 04:31:39 Jeremy Bícha description Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. Notably, gnupg has Suggests: gpg-wks-server (<< 2.4.4-2ubuntu7.1~), gpg-wks-server (>= 2.4.4-2ubuntu7) I don't recall ever seeing versioned Suggests before so it's my wild guess that apt does not handle versioned Suggests in the expected way. As a workaround, try dropping the versions from gnupg's Suggests. But the true fix may be in apt. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes. Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. Notably, gnupg has Suggests: gpg-wks-server (<< 2.4.4-2ubuntu7.1~), gpg-wks-server (>= 2.4.4-2ubuntu7) I don't recall ever seeing strict versioned Suggests before so it's my wild guess that apt does not strict handle versioned Suggests in the expected way. As a workaround, try dropping the versions from gnupg's Suggests. But the true fix may be in apt. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes.
2024-02-25 07:38:48 Julian Andres Klode gnupg2 (Ubuntu): status New Invalid
2024-02-25 07:39:16 Julian Andres Klode apt (Ubuntu): status New Invalid
2024-02-25 07:39:21 Julian Andres Klode munin (Ubuntu): status Triaged Invalid
2024-02-25 07:42:10 Julian Andres Klode bug task added ubuntu-release-upgrader (Ubuntu)
2024-02-25 07:42:51 Julian Andres Klode bug task added auto-package-testing
2024-02-25 12:20:24 Jeremy Bícha summary gnupg is pulling in gpg-wks-server which pulls in postfix gpg-wks-server pulls in postfix
2024-02-25 12:20:27 Jeremy Bícha ubuntu-release-upgrader (Ubuntu): importance Undecided High
2024-02-25 12:40:27 Jeremy Bícha description Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. Notably, gnupg has Suggests: gpg-wks-server (<< 2.4.4-2ubuntu7.1~), gpg-wks-server (>= 2.4.4-2ubuntu7) I don't recall ever seeing strict versioned Suggests before so it's my wild guess that apt does not strict handle versioned Suggests in the expected way. As a workaround, try dropping the versions from gnupg's Suggests. But the true fix may be in apt. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes. Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes.
2024-02-25 12:41:38 Jeremy Bícha description Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix and gpg-wks-server is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes. Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes.
2024-02-25 16:07:47 Steve Langasek gnupg2 (Ubuntu): status Invalid New
2024-02-25 16:37:23 Jeremy Bícha description Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes. Example 1 ---- I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 ---- munin's autopkgtests are now failing because postfix is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info ---- gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu 24.04 LTS that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes.
2024-02-25 17:53:29 Launchpad Janitor gnupg2 (Ubuntu): status New Confirmed
2024-02-25 17:53:29 Launchpad Janitor ubuntu-release-upgrader (Ubuntu): status New Confirmed
2024-02-28 12:38:09 Julian Andres Klode gnupg2 (Ubuntu): status Confirmed Won't Fix
2024-03-01 16:12:36 Paride Legovini auto-package-testing: assignee Paride Legovini (paride)
2024-03-01 16:12:39 Paride Legovini auto-package-testing: status New Fix Released
2024-04-15 18:19:26 Julian Andres Klode bug task deleted ubuntu-release-upgrader (Ubuntu)
2024-04-15 18:20:09 Jeremy Bícha marked as duplicate 2060578