View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0009825 | CMake | CMake | public | 2009-11-02 21:45 | 2016-06-10 14:31 | ||||
Reporter | R Wackerbarth | ||||||||
Assigned To | Zach Mullen | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0009825: FreeBSD may not have procfs. Causes CPU identification, etc. to fail to be determined properly. | ||||||||
Description | SystemInformation.cxx assumes that FreeBSD has the Linux procfs in order to get /proc/cpuinfo. This is not a part of FreeBSD, per se, but a part of the Linux compatability modules. As a result, the information may not be available in this manner. The "Unix" way is to use sysctl, as is done on Darwin. Unfortunately, the sysctl namespace is not uniformly available across platforms. As a result, FreeBSD will need its own implementation of ParseSysCtl(). | ||||||||
Additional Information | I'll try to write an appropriate implementation of ParseSysCtl() for FreeBSD. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0018328) Bill Hoffman (manager) 2009-11-03 10:05 |
A patch would be welcome. :) |
(0041608) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2009-11-02 21:45 | R Wackerbarth | New Issue | |
2009-11-03 10:04 | Bill Hoffman | Status | new => assigned |
2009-11-03 10:04 | Bill Hoffman | Assigned To | => Bill Hoffman |
2009-11-03 10:04 | Bill Hoffman | Assigned To | Bill Hoffman => Zach Mullen |
2009-11-03 10:05 | Bill Hoffman | Note Added: 0018328 | |
2010-01-04 14:55 | Zach Mullen | Note Added: 0019024 | |
2010-01-04 14:57 | Zach Mullen | Note Deleted: 0019024 | |
2011-01-18 14:37 | David Cole | Relationship added | related to 0010895 |
2016-06-10 14:27 | Kitware Robot | Note Added: 0041608 | |
2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |