[Peter Green] > Indicates a new apt invocation of apt but the log doesn't contain > the actual invocation. Can you fix your test script to print the > commands it's invoking?
It is more Holgers script, so I can't fix it, but here is how I tried to reproduce it just now: #!/bin/sh set -x debootstrap wheezy chroot-fp-test http://http.debian.net/debian printf '#!/bin/sh\nexit 101\n' > chroot-fp-test/usr/sbin/policy-rc.d chmod a+rx chroot-fp-test/usr/sbin/policy-rc.d DEBIAN_FRONTEND=noninteractive chroot chroot-fp-test apt-get install -y education-development sed -i s/wheezy/jessie/ chroot-fp-test/etc/apt/sources.list chroot chroot-fp-test apt-get update DEBIAN_FRONTEND=noninteractive chroot chroot-fp-test apt-get upgrade DEBIAN_FRONTEND=noninteractive chroot chroot-fp-test apt-get dist-upgrade But when I do it like this, the upgrade did not fail! Holger, can you provide more details about the failing test, if it do not work the way I did it above? > I see no evidence that fpc in general is not upgradable. I'm > downgrading this to normal until /unless evidence is provided of a > real bug in fpc. I suspect there is some missing Breaks to tell apt what to do, and the failure happen only for some but not all upgrade ordering, but am not sure. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

