https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206546
--- Comment #13 from Byron Katz <[email protected]> --- (In reply to Raphael Kubo da Costa from comment #12) I was kind of hoping to not debug this myself - rather, I just wanted to let the maintainer know that for a certain combination of port version / kernel / machine that CMake doesn't build properly. Anyway, here is the result of the recent suggestions: [root@laser /usr/ports/devel/cmake]# cd `make -V WRKSRC` [root@laser /usr/ports/devel/cmake/work/cmake-3.4.1]# ./bin/cmake --trace-output -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake Segmentation fault (core dumped) [root@laser /usr/ports/devel/cmake/work/cmake-3.4.1]# running the following line caused a ton of extra output, but nothing of obvious significance: [root@laser /usr/ports/devel/cmake]# make MAKE_ARGS=VERBOSE=1 ===> Staging for cmake-3.4.1 ===> cmake-3.4.1 depends on file: /usr/local/share/cmake/Modules/CMake.cmake - found ===> cmake-3.4.1 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ... ... (lots of debug info) ... [100%] Built target ctest /usr/ports/devel/cmake/work/cmake-3.4.1/Bootstrap.cmk/cmake -E cmake_progress_start /usr/ports/devel/cmake/work/cmake-3.4.1/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall Installing the project stripped... bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake *** Signal 11 Stop. make[2]: stopped in /usr/ports/devel/cmake/work/cmake-3.4.1 *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/cmake *** Error code 1 Stop. make: stopped in /usr/ports/devel/cmake -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
