[cmake-developers] [CMake 0015317]: cmake-3.0.1: failing bootstrap on solaris 10

Mantis Bug Tracker mantis at public.kitware.com
Thu Dec 18 09:34:45 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15317 
====================================================================== 
Reported By:                Fritz H
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15317
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-12-18 15:34 CET
Last Modified:              2014-12-18 15:34 CET
====================================================================== 
Summary:                    cmake-3.0.1: 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

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-12-18 15:34 Fritz H        New Issue                                    
======================================================================



More information about the cmake-developers mailing list