View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015317CMakeCMakepublic2014-12-18 09:342015-07-08 08:57
ReporterFritz H 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSSolarisOS Version10
Product Version 
Target VersionCMake 3.1.1Fixed in VersionCMake 3.1.1 
Summary0015317: cmake-3.1.0: failing bootstrap on solaris 10
Descriptioncommand ./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
TagsNo tags attached.
Attached Filespatch file icon 0001-bootstrap-Fix-syntax-for-Solaris-10-shell.patch [^] (983 bytes) 2014-12-18 09:57 [Show Content]

 Relationships
related to 0015219closed cmake does not compile any more since 3.0.0 
related to 0015318closedBrad King cmComputeLinkDepends.cxx fils to compile 

  Notes
(0037482)
Fritz H (reporter)
2014-12-18 09:37

sorry - error in summary - i am talking about release 3.1.0, not 3.0.1
(0037483)
Brad King (manager)
2014-12-18 09:59

Please test "0001-bootstrap-Fix-syntax-for-Solaris-10-shell.patch".
(0037484)
Brad King (manager)
2014-12-18 10:01

As mentioned in 0015219:0037073 the real problem is that we do not have anyone with access to a Solaris box submitting a nightly testing build for us anymore. Instructions are here:

 http://www.cmake.org/Wiki/CMake/Git/Dashboard [^]

Would you be able to run one?
(0037485)
Fritz H (reporter)
2014-12-18 11:06

re 0037483: ok, this works

re 0037484: ouch. i'm sorry, that's for various reasons difficult at the moment. i could offer that you may get in touch with me when a release is pending and i then would try to build the then-current source...
(0037486)
Brad King (manager)
2014-12-18 11:13

Re 0015317:0037485: Okay. Also thanks for testing the patch. I've applied it here:

 bootstrap: Fix syntax for Solaris 10 shell
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44c6db6e [^]

and queued it for merge to 'release' for 3.1.1.
(0037489)
Brad King (manager)
2014-12-18 11:40

> i could offer that you may get in touch with me when a release is pending and i then would try to build the then-current source

FYI, we do announce release candidates on the mailing lists.
(0039035)
Robert Maynard (manager)
2015-07-08 08:57

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team