https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206546
--- Comment #14 from Raphael Kubo da Costa <[email protected]> --- OK, so it's the generated cmake binary that's crashing. I'm afraid you'll need to do some digging to find out what's wrong: - Build with WITH_DEBUG=1 (make clean build WITH_DEBUG=1) - Run gdb710 (from the devel/gdb port) on the generated binary: % cd work/cmake-3.4.1 % gdb710 --args ./bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake And then get a backtrace. -- 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
