[kde-freebsd] [Bug 206546] devel/cmake - Cmake 3.4.1 fails to build using "make install"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 26 10:33:20 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206546
--- Comment #14 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
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.
More information about the kde-freebsd
mailing list