[Bug 1945093] Re: apt update command output gives gapes in row numbering

David Kalnischkies 1945093 at bugs.launchpad.net
Sun Sep 26 12:43:27 UTC 2021


> Ign:3 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4
InRelease

triggers the fallback to download the files Release & Release.gpg, but
as the Release file (5) is a Hit apt skips the attempt to acquire
Release.gpg (8) and continues on with the reverify step which doesn't
emit a message.

If we like really wanted to fix that we probably could special case this
situation and trick the progress reporting into showing a hit for
Release.gpg, too, but you are the first person to notice in … a lot of
years and the proper fix is for this repository to have an InRelease
file.

I would have set it to "wont-fix", but I am apparently not allowed to do
that on launchpad, so "opinion" it is, which feels wrong as I agree its
unfortunate, I just don't think it is worth it to invest precious
resources to fix it at this point. In an ideal world we would instead
drop the fallback which would also fix that issue… (but also break that
repository).

** Changed in: apt (Ubuntu)
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1945093

Title:
  apt update command output gives gapes in row numbering

Status in apt package in Ubuntu:
  Opinion

Bug description:
  I'm checking the output of `sudo apt update`

  ```sh
  Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
  Hit:2 http://packages.microsoft.com/repos/code stable InRelease                                                             
  Ign:3 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 InRelease                                                   
  Hit:4 https://repo.skype.com/deb stable InRelease                                          
  Hit:5 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 Release                    
  Hit:6 http://archive.ubuntu.com/ubuntu focal InRelease
  Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
  Get:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
  Get:10 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
  Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [283 kB]
  Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [355 kB]
  Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
  Get:14 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [10,4 kB]
  Get:15 http://archive.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [27,6 kB]
  Get:16 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [61,0 kB]
  Get:17 http://archive.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2.468 B]
  Fetched 1.068 kB in 2s (507 kB/s)                                             
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  ```

  Why there is a gap at Row 8?

  (Ubuntu 20.04.3. Version of apt is `apt/focal-updates,now 2.0.6
  amd64`)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1945093/+subscriptions




More information about the foundations-bugs mailing list