Closed Bug 958486 Opened 11 years ago Closed 11 years ago

Error in checksetup.pl with subversion numer

Categories

(Bugzilla :: Installation & Upgrading, defect)

4.2.5
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 938300

People

(Reporter: eorvain, Unassigned)

Details

User Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)

Steps to reproduce:

run checksetup.pl


Actual results:

Checksetup find an error with the DBI module required version

C:\dev\bugzilla_dev>checksetup.pl
* This is Bugzilla 4.2.5 on perl 5.16.3
* Running on Win8 Build 9200

Checking perl modules...
Checking for               CGI.pm (v3.51)     ok: found v3.63
Checking for           Digest-SHA (any)       ok: found v5.85
Checking for             TimeDate (v2.21)     ok: found v2.24
Checking for             DateTime (v0.28)     ok: found v1.05
Checking for    DateTime-TimeZone (v0.79)     ok: found v1.63
Checking for                  DBI (v1.614)    found v1.63


Expected results:

The check should pass

I think, checksetup script does a test 614 > 63 for DBI subversion.

The test should be  6>=6, then 3>=1, check ok. Make an iterative process on the minor version of the modules.
Hi reporter. Thanks for taking the time to report this!
This particular problem has already been reported into our bug tracking system, but please feel free to report any further issues you find.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.