View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015219CMakeDevelopmentpublic2014-10-26 03:272015-05-04 09:05
Reporterrupert 
Assigned To 
PrioritylowSeverityblockReproducibilityalways
StatusclosedResolutionduplicate 
PlatformunixOSsolarisOS Version10
Product VersionCMake 3.0.2 
Target VersionFixed in Version 
Summary0015219: cmake does not compile any more since 3.0.0
Descriptionhi, i am trying to package cmake for opencsw, and i am unsure what got changed in 3.0.0 to not make it compile any more. maybe also our buildsystem is guilty.

"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.h", line 394: syntax error before or at: data_ahead
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.h", line 394: warning: old-style declaration or incorrect type for: data_ahead
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.h", line 395: warning: old-style declaration or incorrect type for: data_behind
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 124: warning: no explicit type given
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 124: syntax error before or at: _nc_Copy_Type
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 124: warning: old-style declaration or incorrect type for: _nc_Copy_Type
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 132: warning: no explicit type given
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 132: syntax error before or at: _nc_Internal_Validation
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/form.priv.h", line 132: warning: old-style declaration or incorrect type for: _nc_Internal_Validation
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/fld_arg.c", line 71: improper member use: status
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/fld_arg.c", line 72: improper member use: makearg
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/fld_arg.c", line 73: improper member use: copyarg
"/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/fld_arg.c", line 74: improper member use: freearg
cc: acomp failed for /home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Source/CursesDialog/form/fld_arg.c
Source/CursesDialog/form/CMakeFiles/cmForm.dir/build.make:54: recipe for target 'Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o' failed
gmake[2]: *** [Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o] Error 2
gmake[2]: Leaving directory '/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2'
CMakeFiles/Makefile2:1665: recipe for target 'Source/CursesDialog/form/CMakeFiles/cmForm.dir/all' failed
gmake[1]: *** [Source/CursesDialog/form/CMakeFiles/cmForm.dir/all] Error 2
gmake[1]: Leaving directory '/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2'
Makefile:147: recipe for target 'all' failed
gmake: *** [all] Error 2
gmake: Leaving directory '/home/rupert/opencsw/cmake/trunk/work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2'
/home/rupert/opencsw/.buildsys/v2/gar//gar.lib.mk:874: recipe for target 'build-work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Makefile' failed
gmake[1]: *** [build-work/solaris10-i386/build-isa-pentium_pro/cmake-3.0.2/Makefile] Error 2
gmake[1]: Leaving directory '/home/rupert/opencsw/cmake/trunk'
gar/gar.mk:198: recipe for target 'merge-isa-pentium_pro' failed
gmake: *** [merge-isa-pentium_pro] Error 2
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0015166closed cc: acomp failed for Source/CursesDialog/form/fld_arg.c 
related to 0015317closedBrad King cmake-3.1.0: failing bootstrap on solaris 10 

  Notes
(0037073)
Brad King (manager)
2014-10-27 09:03

See 0015166:0036840. Basically we need someone to submit a nightly testing build following instructions here:

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

One can bootstrap first with -DBUILD_CursesDialog=OFF to get a ctest capable of submitting the nightly build.
(0037524)
Brad King (manager)
2014-12-23 10:30

Resolving as duplicate of 0015166.
(0038710)
Robert Maynard (manager)
2015-05-04 09:05

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

 Issue History
Date Modified Username Field Change
2014-10-26 03:27 rupert New Issue
2014-10-27 09:00 Brad King Relationship added related to 0015166
2014-10-27 09:03 Brad King Note Added: 0037073
2014-12-18 10:00 Brad King Relationship added related to 0015317
2014-12-23 10:29 Brad King Relationship replaced duplicate of 0015166
2014-12-23 10:30 Brad King Note Added: 0037524
2014-12-23 10:30 Brad King Status new => resolved
2014-12-23 10:30 Brad King Resolution open => duplicate
2015-05-04 09:05 Robert Maynard Note Added: 0038710
2015-05-04 09:05 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team