Bug #12584 PackageMaker non-fatal error
Submitted: 15 Aug 2005 13:26 Modified: 15 Aug 2005 14:03
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.0.11-beta OS:MacOS (OS X 10.4)
Assigned to: Lenz Grimmer CPU Architecture:Any

[15 Aug 2005 13:26] Lenz Grimmer
Description:
When creating the Mac OS X PKGs, PackageMaker warned about the following:

[SNIP]
20050815 14:57:01 Do-pkg: ( /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/Packag
eMaker -build -p /tmp/PKGBUILD.22476/PKG/mysql-standard-5.0.12-beta-osx10.4-i686.pkg -f /tmp/PKGBUIL
D.22476/PMROOT -r /tmp/PKGBUILD.22476/Resources -i /Users/mysqldev/lenz/osx-tiger-x86/mysql-5.0.11-b
eta/support-files/MacOSX/Info.plist -d /Users/mysqldev/lenz/osx-tiger-x86/mysql-5.0.11-beta/support-
files/MacOSX/Description.plist || true )

The package was completed with the following non-fatal errors:
Invalid version "5.0.11-beta" (must have format "1.2.3").
[SNIP]

How to repeat:
Create the MacOS X PGKs with Do-pkg on OS X 10.4

Suggested fix:
The key "CFBundleShortVersionString" in Info.plist should use the plain version number, without the suffix.
[15 Aug 2005 13:45] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/28279
[15 Aug 2005 14:03] Lenz Grimmer
Fix was pushed into 5.0, nothing worth documenting.