Public bug reported:

Binary package hint: bacula-director-pgsql

The install of bacula-director-pgsql (2.2.8-5ubuntu7) on Hardy is
failing with the following message:

# apt-get install bacula-director-pgsql
....
Unpacking bacula-director-pgsql (from 
.../bacula-director-pgsql_2.2.8-5ubuntu7_amd64.deb) ...
Setting up bacula-director-pgsql (2.2.8-5ubuntu7) ...
dpkg: --compare-versions takes three arguments: <version> <relation> <version>
....
....
....

It looks like maybe in bacula-director-pgsql.postinst:

  if dpkg --compare-versions lt 2.2.8-5ubuntu1

should be:

  if dpkg --compare-versions "$2" lt 2.2.8-5ubuntu1

At least that's what it looks like in bacula-director-mysql.postinst

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

-- 
bacula-director-pgsql postinstall broken
https://bugs.launchpad.net/bugs/228693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to