Fyi, how should we handle this? ---------- Forwarded message ---------- From: "Mantis Bug Tracker" <[email protected]> Date: Oct 27, 2014 2:03 PM Subject: [CMake 0015219]: cmake does not compile any more since 3.0.0 To: <[email protected]> Cc:
A NOTE has been added to this issue. ====================================================================== http://www.cmake.org/Bug/view.php?id=15219 ====================================================================== Reported By: rupert Assigned To: ====================================================================== Project: CMake Issue ID: 15219 Category: Development Reproducibility: always Severity: block Priority: low Status: new ====================================================================== Date Submitted: 2014-10-26 03:27 EDT Last Modified: 2014-10-27 09:03 EDT ====================================================================== Summary: cmake does not compile any more since 3.0.0 Description: hi, 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 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0015166 cc: acomp failed for Source/CursesDialo... ====================================================================== ---------------------------------------------------------------------- (0037073) Brad King (manager) - 2014-10-27 09:03 http://www.cmake.org/Bug/view.php?id=15219#c37073 ---------------------------------------------------------------------- See http://www.cmake.org/Bug/view.php?id=15166#c36840. 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. 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 ======================================================================
