FWIW, I looked through the bug report and didn't find this info, so maybe it's helpful.
I noticed that 2 files were empty of contents: /var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages /var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Release The following seems to correction the situation until the next sources update, when it has to be done again. highwind:/var/lib/apt/lists# for i in *Packages > do > cat $i >> > _var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages > done highwind:/var/lib/apt/lists# for i in *Release > do > cat $i >> > _var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Release > done -- Brian Bennett [EMAIL PROTECTED] http://digitalelf.net/ Live long and prosper.
pgpG10scscF7o.pgp
Description: PGP signature

