[cmake-developers] [CMake 0013649]: OSName is reported incorrectly
Mantis Bug Tracker
mantis at public.kitware.com
Sat Nov 3 17:11:28 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13649
======================================================================
Reported By: R Wackerbarth
Assigned To:
======================================================================
Project: CMake
Issue ID: 13649
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-11-03 17:11 EDT
Last Modified: 2012-11-03 17:11 EDT
======================================================================
Summary: OSName is reported incorrectly
Description:
In 2.8.9, and earlier, the OSName was reported as "Mac OS X".
In 2.8.10, it is now reported as "Mac"
sw_vers reports "Mac OS X"
Steps to Reproduce:
Look at dashboard entries. The difference is quite visible because CDash now
fails to flag the entries with the Apple logo.
Additional Information:
This is a result of the changes to SystemInformation recently imported from
KWSys.
Those changes were introduced in commit
857bda17548eb4efe3bd54f00b0b024489f50ca5 on May 29, 2012.
<Site BuildName="fix-SystemInformation-gb90f2+MacOSX-10.8.2-Ninja-gcc-4.2.1"
BuildStamp="20121103-1141-Experimental"
Name="MacBookPro.NFSNet"
Generator="ctest-2.8.10.20121101-gafe0"
CompilerName=""
OSName="Mac"
Hostname="experimental.squaredancetexas.org"
OSRelease="10.8.2"
OSVersion="12C60"
OSPlatform="x86_64"
... snip ...
<Site BuildName="fix-SystemInformation-gb90f2+MacOSX-10.8.2-gcc-4.2.1"
BuildStamp="20121103-0547-Experimental"
Name="MacBookPro.NFSNet"
Generator="ctest-2.8.9"
CompilerName=""
OSName="Mac OS X"
Hostname="experimental.squaredancetexas.org"
OSRelease="10.8.2"
OSVersion="12C60"
... snip ...
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.8.2
BuildVersion: 12C60
$ sw_vers -productName
Mac OS X
$ sw_vers -productVersion
10.8.2
$ sw_vers -buildVersion
12C60
$
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-11-03 17:11 R Wackerbarth New Issue
======================================================================
More information about the cmake-developers
mailing list