Activity log for bug #1876495

Date Who What changed Old value New value Message
2020-05-02 17:44:03 Norbert bug added bug
2020-05-02 17:44:48 Norbert bug task added apt (Ubuntu)
2020-05-02 18:12:27 Julian Andres Klode bash-completion (Ubuntu): importance Undecided Medium
2020-05-02 18:12:31 Julian Andres Klode bash-completion (Ubuntu): importance Medium Low
2020-05-02 18:12:33 Julian Andres Klode apt (Ubuntu): importance Undecided Low
2020-05-02 18:12:36 Julian Andres Klode bash-completion (Ubuntu): status New Triaged
2020-05-02 18:12:39 Julian Andres Klode apt (Ubuntu): status New Triaged
2020-10-24 17:10:26 BeastOfCaerbannog bug added subscriber Lefteris Pavlou
2020-10-24 17:13:22 Norbert tags amd64 apport-bug focal amd64 apport-bug focal groovy
2020-10-24 17:13:29 Norbert apt (Ubuntu): status Triaged Confirmed
2020-10-24 17:13:35 Norbert bash-completion (Ubuntu): status Triaged Confirmed
2020-10-26 12:31:40 Julian Andres Klode apt (Ubuntu): status Confirmed Triaged
2020-10-26 12:31:42 Julian Andres Klode bash-completion (Ubuntu): status Confirmed Triaged
2020-10-26 12:38:24 Julian Andres Klode bash-completion (Ubuntu): status Triaged Invalid
2020-10-26 13:09:01 Julian Andres Klode apt (Ubuntu): status Triaged In Progress
2020-11-24 11:33:32 Julian Andres Klode apt (Ubuntu): status In Progress Fix Committed
2020-11-24 11:33:43 Julian Andres Klode nominated for series Ubuntu Groovy
2020-11-24 11:33:43 Julian Andres Klode bug task added apt (Ubuntu Groovy)
2020-11-24 11:33:43 Julian Andres Klode bug task added bash-completion (Ubuntu Groovy)
2020-11-24 11:33:43 Julian Andres Klode nominated for series Ubuntu Hirsute
2020-11-24 11:33:43 Julian Andres Klode bug task added apt (Ubuntu Hirsute)
2020-11-24 11:33:43 Julian Andres Klode bug task added bash-completion (Ubuntu Hirsute)
2020-11-24 11:33:43 Julian Andres Klode nominated for series Ubuntu Focal
2020-11-24 11:33:43 Julian Andres Klode bug task added apt (Ubuntu Focal)
2020-11-24 11:33:43 Julian Andres Klode bug task added bash-completion (Ubuntu Focal)
2020-11-28 16:53:44 Launchpad Janitor apt (Ubuntu Hirsute): status Fix Committed Fix Released
2021-01-14 11:38:53 Julian Andres Klode description Steps to reproduce: 1. Have Ubuntu 20.04 LTS installed 2. Open terminal, enter one of the commands below 2a. apt install brisk<Tab> 2b. apt source brisk-menu<Tab> 2c. apt-get install brisk<Tab> 2d. apt-get source brisk-menu<Tab> 2e. apt-cache policy brisk<Tab> Expected results: * The bash-completion should not lead to package name as there are no binary packages named with starting part "brisk" (see https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=brisk ) Actual results: * all commands below get completed to the name of source package - in this example named "brisk-menu" (see https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=brisk&searchon=sourcenames). This is absolutely unexpected, as user can not really install this package in binary form. ProblemType: Bug DistroRelease: Ubuntu Kylin 20.04 Package: bash-completion 1:2.10-1ubuntu1 [origin: Ubuntu] ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30 Uname: Linux 5.4.0-28-lowlatency x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: MATE Date: Sat May 2 20:35:48 2020 Dependencies: InstallationDate: Installed on 2020-04-22 (9 days ago) InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200422) PackageArchitecture: all SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install) [Impact] Source packages have been included in apt-cache pkgnames, and virtual packages have not been included in apt-cache pkgnames --all-names. The former leads to completions autocompleting to source package names where they only should complete to binaries. [Test case] An automated test case is included in the test suite test-ubuntu-bug-1876495-pkgnames-virtual It verifies that pkgnames does not return source package names, and that pkgnames --all-names does return source package names and virtual package names. [Where problems could occur] In the pkgnames command only. If there's a bug, it could exclude or include packages it should not. [Original bug report] Steps to reproduce: 1. Have Ubuntu 20.04 LTS installed 2. Open terminal, enter one of the commands below 2a. apt install brisk<Tab> 2b. apt source brisk-menu<Tab> 2c. apt-get install brisk<Tab> 2d. apt-get source brisk-menu<Tab> 2e. apt-cache policy brisk<Tab> Expected results: * The bash-completion should not lead to package name as there are no binary packages named with starting part "brisk" (see https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=brisk ) Actual results: * all commands below get completed to the name of source package - in this example named "brisk-menu" (see https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=brisk&searchon=sourcenames). This is absolutely unexpected, as user can not really install this package in binary form. ProblemType: Bug DistroRelease: Ubuntu Kylin 20.04 Package: bash-completion 1:2.10-1ubuntu1 [origin: Ubuntu] ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30 Uname: Linux 5.4.0-28-lowlatency x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: MATE Date: Sat May 2 20:35:48 2020 Dependencies: InstallationDate: Installed on 2020-04-22 (9 days ago) InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200422) PackageArchitecture: all SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install)
2021-01-14 11:38:59 Julian Andres Klode description [Impact] Source packages have been included in apt-cache pkgnames, and virtual packages have not been included in apt-cache pkgnames --all-names. The former leads to completions autocompleting to source package names where they only should complete to binaries. [Test case] An automated test case is included in the test suite test-ubuntu-bug-1876495-pkgnames-virtual It verifies that pkgnames does not return source package names, and that pkgnames --all-names does return source package names and virtual package names. [Where problems could occur] In the pkgnames command only. If there's a bug, it could exclude or include packages it should not. [Original bug report] Steps to reproduce: 1. Have Ubuntu 20.04 LTS installed 2. Open terminal, enter one of the commands below 2a. apt install brisk<Tab> 2b. apt source brisk-menu<Tab> 2c. apt-get install brisk<Tab> 2d. apt-get source brisk-menu<Tab> 2e. apt-cache policy brisk<Tab> Expected results: * The bash-completion should not lead to package name as there are no binary packages named with starting part "brisk" (see https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=brisk ) Actual results: * all commands below get completed to the name of source package - in this example named "brisk-menu" (see https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=brisk&searchon=sourcenames). This is absolutely unexpected, as user can not really install this package in binary form. ProblemType: Bug DistroRelease: Ubuntu Kylin 20.04 Package: bash-completion 1:2.10-1ubuntu1 [origin: Ubuntu] ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30 Uname: Linux 5.4.0-28-lowlatency x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: MATE Date: Sat May 2 20:35:48 2020 Dependencies: InstallationDate: Installed on 2020-04-22 (9 days ago) InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200422) PackageArchitecture: all SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install) [Impact] Source packages have been included in apt-cache pkgnames, and virtual packages have not been included in apt-cache pkgnames --all-names. The former leads to completions autocompleting to source package names where they only should complete to binaries. [Test case] An automated test case is included in the test suite test-ubuntu-bug-1876495-pkgnames-virtual It verifies that pkgnames does not return source package names, and that pkgnames --all-names does return source package names and virtual package names. [Where problems could occur] In the pkgnames command only. If there's a bug, it could exclude or include packages it should not. [Original bug report] Steps to reproduce: 1. Have Ubuntu 20.04 LTS installed 2. Open terminal, enter one of the commands below 2a. apt install brisk<Tab> 2b. apt source brisk-menu<Tab> 2c. apt-get install brisk<Tab> 2d. apt-get source brisk-menu<Tab> 2e. apt-cache policy brisk<Tab> Expected results: * The bash-completion should not lead to package name as there are no binary packages named with starting part "brisk" (see https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=brisk ) Actual results: * all commands below get completed to the name of source package - in this example named "brisk-menu" (see https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=brisk&searchon=sourcenames). This is absolutely unexpected, as user can not really install this package in binary form. ProblemType: Bug DistroRelease: Ubuntu Kylin 20.04 Package: bash-completion 1:2.10-1ubuntu1 [origin: Ubuntu] ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30 Uname: Linux 5.4.0-28-lowlatency x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: MATE Date: Sat May 2 20:35:48 2020 Dependencies: InstallationDate: Installed on 2020-04-22 (9 days ago) InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200422) PackageArchitecture: all SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install)
2021-01-14 14:21:14 Łukasz Zemczak apt (Ubuntu Groovy): status New Fix Committed
2021-01-14 14:21:18 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2021-01-14 14:21:20 Łukasz Zemczak bug added subscriber SRU Verification
2021-01-14 14:21:24 Łukasz Zemczak tags amd64 apport-bug focal groovy amd64 apport-bug focal groovy verification-needed verification-needed-groovy
2021-01-14 14:35:00 Łukasz Zemczak apt (Ubuntu Focal): status New Fix Committed
2021-01-14 14:35:07 Łukasz Zemczak tags amd64 apport-bug focal groovy verification-needed verification-needed-groovy amd64 apport-bug focal groovy verification-needed verification-needed-focal verification-needed-groovy
2021-01-17 10:00:46 Mathew Hodson bug task deleted bash-completion (Ubuntu Hirsute)
2021-01-17 10:00:52 Mathew Hodson bug task deleted bash-completion (Ubuntu Groovy)
2021-01-17 10:00:56 Mathew Hodson bug task deleted bash-completion (Ubuntu Focal)
2021-01-17 10:01:05 Mathew Hodson bug task deleted bash-completion (Ubuntu)
2021-01-19 05:18:53 Mathew Hodson apt (Ubuntu Focal): importance Undecided Low
2021-01-19 05:18:55 Mathew Hodson apt (Ubuntu Groovy): importance Undecided Low
2021-01-19 09:40:57 Julian Andres Klode tags amd64 apport-bug focal groovy verification-needed verification-needed-focal verification-needed-groovy amd64 apport-bug focal groovy verification-done verification-done-focal verification-done-groovy
2021-01-21 16:22:42 Launchpad Janitor apt (Ubuntu Groovy): status Fix Committed Fix Released
2021-01-21 16:22:58 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2021-01-21 16:38:46 Launchpad Janitor apt (Ubuntu Focal): status Fix Committed Fix Released