[Bug 163027] New: FC4's perl-DBD-Pg fails to detect PostgreSQL version for PostgreSQL 8

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 12 11:47:32 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163027

           Summary: FC4's perl-DBD-Pg fails to detect PostgreSQL version for
                    PostgreSQL 8
           Product: Fedora Core
           Version: fc4
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: perl-DBD-Pg
        AssignedTo: wtogami at redhat.com
        ReportedBy: seyman at wanadoo.fr
                CC: fedora-perl-devel-list at redhat.com


Description of problem:
When installing the current CVS version of Bugzilla on FC4, selecting postgresql
as the database and running the checksetup script to configure it ends with:

Checking for      PostgreSQL (v7.03.0000)
Your PostgreSQL v00.00.0000 is too old.
   Bugzilla requires version 7.03.0000 or later of PostgreSQL.
   Please download and install a newer version.

This is due to a bug in DBD-Pg which gives the wrong version numbre of
postgresql. It's fixed upstream in 1.43

Version-Release number of selected component (if applicable):
1.41-2

How reproducible:
always

Steps to Reproduce:
1. checkout current CVS version of Bugzilla
2. run checksetup and edit localconfig to use postgresql as a database
3. run checksetup a second time
  
Actual results:
Checksetup ends with:

Checking for      PostgreSQL (v7.03.0000)
Your PostgreSQL v00.00.0000 is too old.
   Bugzilla requires version 7.03.0000 or later of PostgreSQL.
   Please download and install a newer version.

Expected results:
The correct version of postgresql should be reported (v08.00.0300 in FC4's case)

Additional info:
I've updated the .spec file to build DBD-Pg 1.43. Diff attached.

------- Additional Comments From seyman at wanadoo.fr  2005-07-12 07:47 EST -------
Created an attachment (id=116650)
 --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=116650&action=view)
Updates perl-DBD-Pg's spec file to v1.43


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list