Package: apt
Version: 0.8.15.9
Severity: important

Fresh wheezy chroot as of today:

,---- [ cmdline ]
| # debootstrap wheezy /tmp/basefile http://cdn.debian.net/debian
| # chroot /tmp/basefile /bin/bash
| # dpkg --list | grep zip
| ii  gzip                            1.4-2                   GNU compression 
utilities
| # dpkg --list | grep libbz2
| ii  libbz2-1.0                      1.0.6-1                 high-quality 
block-sorting file compressor library - runtime
| # sed -i 's/wheezy/sid/' /etc/apt/sources.list
| # apt-get update
| Get:1 http://cdn.debian.net sid InRelease [190 kB]
| Get:2 http://cdn.debian.net sid/main TranslationIndex [2154 B]
| Get:3 http://cdn.debian.net sid/main amd64 Packages [7388 kB]
| Get:4 http://cdn.debian.net sid/main Translation-en [3860 kB]
| Fetched 11.4 MB in 4s (2537 kB/s)
| W: Failed to fetch 
copy:/var/lib/apt/lists/partial/cdn.debian.net_debian_dists_sid_main_i18n_Translation-en
  Encountered a section with no Package: header
|
| E: Some index files failed to download. They have been ignored, or old ones 
used instead.
`----

Looking at strace output apt-get is trying to retrieve
Translation-en.xz, then Translation-en.gz and finally
Translation-en. None of them exist on
$MIRROR/debian/dists/sid/main/i18n/ but only *.bz2 files.

FTR: It's not related to usage of cdn.debian.net nor a mirror
specific issue and I can easily reproduce it.

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012-01-27t01-02...@devnull.michael-prokop.at

Reply via email to