Hi Philipp, Thanks for looking into this.
Philipp Kern wrote: > On Sat, Oct 22, 2011 at 06:45:07AM -0500, Jonathan Nieder wrote: >> I was too impatient. Now "apt-get update" finished running and it >> produces the same symptoms. Sorry for the nonsense, all. [...] >> Is preventing mixed systems like this really an intended effect? [...] > What's the output of `apt-key list' and `ls -al /etc/apt/trusted.gpg.d' > post-installation? I guess that means "no, it is not intended". I've downgraded the package to sid already, where I get: | # apt-key list | /etc/apt/trusted.gpg | -------------------- | pub 4096R/06C4AE2A 2010-11-20 [expires: 2011-11-20] | uid Debian Mozilla team APT archive <[email protected]> | | pub 1024D/F42584E6 2008-04-06 [expires: 2012-05-15] | uid Lenny Stable Release Key <[email protected]> | | pub 4096R/55BE302B 2009-01-27 [expires: 2012-12-31] | uid Debian Archive Automatic Signing Key (5.0/lenny) <[email protected]> | | pub 2048R/6D849617 2009-01-24 [expires: 2013-01-23] | uid Debian-Volatile Archive Automatic Signing Key (5.0/lenny) | | pub 4096R/B98321F9 2010-08-07 [expires: 2017-08-05] | uid Squeeze Stable Release Key <[email protected]> | | pub 4096R/473041FA 2010-08-27 [expires: 2018-03-05] | uid Debian Archive Automatic Signing Key (6.0/squeeze) <[email protected]> | | # ls -ld /etc/apt/trusted.gpg.d | drwxr-xr-x 2 root root 4096 Oct 22 06:45 /etc/apt/trusted.gpg.d | # ls -la /etc/apt/trusted.gpg.d | total 12 | drwxr-xr-x 2 root root 4096 Oct 22 06:45 . | drwxr-xr-x 7 root root 4096 Oct 22 10:12 .. | -rw-r--r-- 1 root root 4084 Oct 22 06:27 debian-archive-keyring.gpg~ | -rw-r--r-- 1 root root 0 Oct 22 06:27 debian-archive-keyring.gpg debian-archive-keyring/experimental's postinst contains: # Remove old keys from /etc/apt/trusted.gpg for keyid in F42584E6 55BE302B 6D849617 B98321F9 473041FA do echo "Removing trusted apt key $keyid from /etc/apt/trusted.gpg ..." apt-key del "$keyid" done which removed the keys, as advertised. I can try upgrading again if other avenues of investigation get exhausted. > Mixed in what way? Here's /etc/apt/sources.list: | $ cat /etc/apt/sources.list | deb http://debian.uchicago.edu/debian/ squeeze main | deb http://debian.uchicago.edu/debian/ wheezy main | deb-src http://debian.uchicago.edu/debian/ squeeze main | deb http://security.debian.org/ squeeze/updates main | deb http://debian.uchicago.edu/debian/ squeeze-proposed-updates main | deb-src http://debian.uchicago.edu/debian/ squeeze-proposed-updates main | deb-src http://security.debian.org/ squeeze/updates main | deb-src http://debian.uchicago.edu/debian/ sid main | deb-src http://debian.uchicago.edu/debian/ experimental main | #deb http://mozilla.debian.net/ experimental iceweasel-4.0 | #deb-src http://mozilla.debian.net/ experimental iceweasel-4.0 | | deb http://debian.uchicago.edu/debian/ sid main | deb http://debian.uchicago.edu/debian/ experimental main -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

