View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014989CMakeCMakepublic2014-06-24 16:552015-01-05 08:38
ReporterDaniel Pfeifer 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 3.0 
Target VersionCMake 3.0.1Fixed in VersionCMake 3.0.1 
Summary0014989: cannot build targets 'test' or 'package' after bootstrapping
DescriptionAfter calling './bootstrap', building the targets 'test' or 'package' fails to find 'ctest' and 'cpack' binaries in directory 'Bootstrap.cmk'.
Steps To Reproduce$ ./bootstrap && make

$ make test
Running tests...
make: Bootstrap.cmk/ctest: Command not found
Makefile:137: recipe for target 'test' failed
make: *** [test] Error 127

$ make package
Run CPack packaging tool...
make: Bootstrap.cmk/cpack: Command not found
Makefile:107: recipe for target 'package' failed
make: *** [package] Error 127
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0036249)
Brad King (manager)
2014-06-25 13:38

Thanks. Fixed:

 bootstrap: Clarify name of configured source directory
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc151757 [^]

 bootstrap: Fix "make test" and "make package" targets
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6650b0fa [^]
(0037574)
Robert Maynard (manager)
2015-01-05 08:38

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

 Issue History
Date Modified Username Field Change
2014-06-24 16:55 Daniel Pfeifer New Issue
2014-06-25 13:38 Brad King Note Added: 0036249
2014-06-25 13:40 Brad King Assigned To => Brad King
2014-06-25 13:40 Brad King Status new => assigned
2014-06-25 13:40 Brad King Target Version => CMake 3.0.1
2014-06-27 09:47 Brad King Status assigned => resolved
2014-06-27 09:47 Brad King Resolution open => fixed
2014-06-27 09:47 Brad King Fixed in Version => CMake 3.0.1
2015-01-05 08:38 Robert Maynard Note Added: 0037574
2015-01-05 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team