Comment 170 for bug 1871268

Revision history for this message
Julian Andres Klode (juliank) wrote :

I think we have the final fix now that covers every case and not just the corner case with libc6:i386. It now just ignores those errors, which as we can see works out fine in the end, because the failures occur after installing because the error was never correctly propagated to the caller.

A later code segment actually checks that everything is configured, so this is as safe as we can get, and best of all, it can't really regress stuff, since it does not change the actual ordering :)