MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0015317 | CMake | CMake | public | 2014-12-18 09:34 | 2015-07-08 08:57 | ||||||||||
Reporter | Fritz H | ||||||||||||||
Assigned To | Brad King | ||||||||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||||||||
Status | closed | Resolution | fixed | ||||||||||||
Platform | OS | Solaris | OS Version | 10 | |||||||||||
Product Version | |||||||||||||||
Target Version | CMake 3.1.1 | Fixed in Version | CMake 3.1.1 | ||||||||||||
Summary | 0015317: cmake-3.1.0: failing bootstrap on solaris 10 | ||||||||||||||
Description | command ./bootstrap immediately fails on solaris 10; error message: ./bootstrap: syntax error at line 148: `!' unexpected solution: --- cmake-3.1.0_orig/bootstrap Mon Dec 15 21:07:45 2014 +++ cmake-3.1.0/bootstrap Thu Dec 18 15:21:44 2014 @@ -145,7 +145,9 @@ cmake_machine_parisc=true fi elif ${cmake_system_hpux}; then - if !(uname -m | grep ia64 >/dev/null 2>&1); then + if (uname -m | grep ia64 >/dev/null 2>&1); then + : + else cmake_machine_parisc=true fi fi | ||||||||||||||
Steps To Reproduce | |||||||||||||||
Additional Information | |||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | 0001-bootstrap-Fix-syntax-for-Solaris-10-shell.patch (983) 2014-12-18 09:57 https://public.kitware.com/Bug/file/5327/0001-bootstrap-Fix-syntax-for-Solaris-10-shell.patch | ||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2014-12-18 09:34 | Fritz H | New Issue | |||||||||||||
2014-12-18 09:37 | Fritz H | Note Added: 0037482 | |||||||||||||
2014-12-18 09:47 | Brad King | Summary | cmake-3.0.1: failing bootstrap on solaris 10 => cmake-3.1.0: failing bootstrap on solaris 10 | ||||||||||||
2014-12-18 09:57 | Brad King | File Added: 0001-bootstrap-Fix-syntax-for-Solaris-10-shell.patch | |||||||||||||
2014-12-18 09:59 | Brad King | Assigned To | => Brad King | ||||||||||||
2014-12-18 09:59 | Brad King | Status | new => acknowledged | ||||||||||||
2014-12-18 09:59 | Brad King | Target Version | => CMake 3.1.1 | ||||||||||||
2014-12-18 09:59 | Brad King | Note Added: 0037483 | |||||||||||||
2014-12-18 10:00 | Brad King | Relationship added | related to 0015219 | ||||||||||||
2014-12-18 10:01 | Brad King | Note Added: 0037484 | |||||||||||||
2014-12-18 11:06 | Fritz H | Note Added: 0037485 | |||||||||||||
2014-12-18 11:13 | Brad King | Note Added: 0037486 | |||||||||||||
2014-12-18 11:13 | Brad King | Status | acknowledged => resolved | ||||||||||||
2014-12-18 11:13 | Brad King | Resolution | open => fixed | ||||||||||||
2014-12-18 11:13 | Brad King | Fixed in Version | => CMake 3.1.1 | ||||||||||||
2014-12-18 11:39 | Brad King | Relationship added | related to 0015318 | ||||||||||||
2014-12-18 11:40 | Brad King | Note Added: 0037489 | |||||||||||||
2015-07-08 08:57 | Robert Maynard | Note Added: 0039035 | |||||||||||||
2015-07-08 08:57 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|