Public bug reported:

I noticed if the package errors out (for example, if the postinst script
fails), gdebi still returns a '0' indicating a successfull install. It
should return a '1' indicating the package failed to install.

The use case is when calling gdebi from a C program that looks for the
return status as indication of success or failure. In the case
described, dpkg returns a 1 on error while gdebi returns 0.

An easy way to reproduce is to modify an existing debian postinst to
exit 1 instead of exit 0 (usually last line of postinst script). Run it
by dpkg and gdebi and compare the resulting return status.

** Affects: gdebi (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033631

Title:
  gdebi returns success on dpkg error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1033631/+subscriptions

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

Reply via email to