I think it is a dpkg bug that this error message does not explain what
is going on.  The sequence of events is:

1. write() something to stdout
2. fflush(stdout)
3. check ferror(stdout) and display an error message based on the value of errno

If write() returns an error, but fflush() does not (because there is
nothing left in the buffer?), then we end up with this "Success" result
(and the actual error code is lost)

-- 
package PACKAGE failed to install/upgrade: error writing to '<standard 
output>': Success
https://bugs.launchpad.net/bugs/545790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to