[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
Mon Jan 25 18:30:32 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206546

--- Comment #12 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
(In reply to Byron Katz from comment #10)
> (In reply to Raphael Kubo da Costa from comment #8)
> I think you are referring to the "inner" makefile that is used by cmake,
> *not* the port makefile.  I'm not clear on how to pass thru this flag to the
> inner make.

Sorry, CMAKE_VERBOSE works with ports that use Uses/cmake.mk, not the cmake
port itself. `make MAKE_ARGS=VERBOSE=1` should do the same thing, but I guess
it won't make much difference in your case since the build part is supposedly
working.

What you can do is the following:
% cd /usr/ports/devel/cmake
% make  # this will likely crash for you when staging
% cd `make -V WRKSRC`
% ./bin/cmake --trace-output -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake

this should provide you with more output, though it's possible that it's the
generated cmake binary itself that's failing. If this is the case, you'll need
to do some debugging to find out where it is crashing.

> Furthermore, I'm not sure any of this is worth it.  The port is
> not working for me, flat out.  Is it working for you?  If you go to
> /usr/ports/devel/cmake and type "make", does it build?  Note that you need
> to have the same version I have, which is revision 403079, dated  2015-12-05
> 16:16:19 -0500

Like Chris said in comment #11, it is basically working for everyone else
including the official package builders. If none of this is worth it, how do
you expect to be helped?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list