MantisBT - CMake |
View Issue Details |
|
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(). |
Steps To Reproduce | |
Additional Information | I'll try to write an appropriate implementation of ParseSysCtl() for FreeBSD. |
Tags | No tags attached. |
Relationships | related to | 0010895 | closed | | Processor detection is very x86-specific |
|
Attached Files | |
|
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 |