View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012143CMakeModulespublic2011-05-02 07:192011-06-18 07:40
ReporterStuart Henderson 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
Platformamd64OSOpenBSDOS Version4.9-current
Product VersionCMake 2.8.4 
Target VersionCMake 2.8.5Fixed in VersionCMake 2.8.5 
Summary0012143: use `arch -s' for CMAKE_HOST_SYSTEM_PROCESSOR on OpenBSD
DescriptionOn OpenBSD `uname -p' returns a long descriptive name for the processor e.g.

$ shmux -c "uname -p" mala zephyr sym kaffir
  mala: 7447A (Revision 0x102)
   sym: AMD Opteron(tm) Processor 146
kaffir: i80219 600MHz step A-0 (XScale core)
zephyr: Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz

This is used to populate CMAKE_HOST_SYSTEM_PROCESSOR. Programs making use of this variable expect short names of the cpu type e.g. i386. On OpenBSD this is best obtained with `arch -s'.

$ shmux -c "arch -s" mala zephyr sym kaffir
  mala: powerpc
   sym: amd64
zephyr: amd64
kaffir: arm
TagsNo tags attached.
Attached Files? file icon patch-Modules_CMakeDetermineSystem_cmake [^] (1,518 bytes) 2011-05-02 07:19 [Show Content]

 Relationships

  Notes
(0026300)
Brad King (manager)
2011-05-02 10:47

Fixed, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0bfabf96 [^]

 Issue History
Date Modified Username Field Change
2011-05-02 07:19 Stuart Henderson New Issue
2011-05-02 07:19 Stuart Henderson File Added: patch-Modules_CMakeDetermineSystem_cmake
2011-05-02 10:47 Brad King Assigned To => Brad King
2011-05-02 10:47 Brad King Status new => assigned
2011-05-02 10:47 Brad King Note Added: 0026300
2011-05-02 10:47 Brad King Status assigned => closed
2011-05-02 10:47 Brad King Resolution open => fixed
2011-06-18 07:40 David Cole Fixed in Version => CMake 2.8.5
2011-06-18 07:40 David Cole Target Version => CMake 2.8.5


Copyright © 2000 - 2018 MantisBT Team