[Aptitude-devel] Bug#562595: Bug#562595: aptitude: downloads some packages twice

Daniel Hartwig mandyke at gmail.com
Mon Mar 3 00:29:00 UTC 2014


On 3 March 2014 03:22, Manuel A. Fernandez Montecelo
<manuel.montezelo at gmail.com> wrote:
> Control: tags -1 + moreinfo
>
> Hi,
>
> Is this bug still happening?  I haven't experience it, at least
> recently, in several systems that I administer.
>

I suspect this is rather to do with duplicate lines in the progress
output as is seen with list updates.  At least list update duplicates
are due to the apt infrastructure sending the file through
decompression stages, which is considered a separate fetch.

> I don't have much idea about why this can be happening, if anybody can
> provide any info it would be helpful.
>

Reading the apt-pkg/acquire.cc and apt-pkg/contrib/progress.cc is a
start.  If you are interested in resolving such problems you must
understand the implementation and workings of these classes.

Questions you can look at:
* does the list update duplicates issues still occur?
* why does it occur (for your information only, and to help in further
investigating)
* does a similar process happen with package fetching?
* is that the issue here?



More information about the Aptitude-devel mailing list