Comment 6 for bug 568180

Revision history for this message
Tim Gehpunkt (rollercoaster) wrote :

i think this always happens if you have circular dependencies. e.g. pkg a depends on b, b depends on c and c depends on a.
Then first "c" is installed but configuration fails because "a" is (not yet) installed

workaround:
echo 'APT::Immediate-Configure "false";' > /etc/apt/apt.conf.d/67configure