Re: Error Building devel/cmake

2015-09-24 Thread Amit Sengupta
Many thanks, Walter for sending me the patch for the devel/cmake Makefile. Unfortunately it didnt solve the issue for me. I was sure the issue was with some other port on which cmake depends rather than cmake itself. So I looked up the supporting ports and built them individually and sure enough it

Re: Error Building devel/cmake

2015-09-18 Thread Amit Sengupta
Thanks for the inputs Walter. I will run the patch and let you know how it goes. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Error Building devel/cmake

2015-09-16 Thread Walter Schwarzenfeld
Sorry, overlooked: Please, change --- cmake/Makefile to --- Makefile ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Error Building devel/cmake

2015-09-16 Thread Walter Schwarzenfeld
Hallo ! If I try to compile it, I also got the warnings but it installs fine. Today there was a update and I updatet to 3.3.1. I had make a patch - now I had no warnings, and I hope it will help you. (If the maintainer said nothing against). greetings W.S. --- cmake/Makefile 2015-09-16 17

Re: Error Building devel/cmake

2015-09-16 Thread Amit Sengupta
I did a make clean install and I have confirmed that I do not have cmake-gui installed. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd

Re: Error Building devel/cmake

2015-09-15 Thread Walter Schwarzenfeld
there was something wrong in the clipboard citation should be >Same result as before ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.

Re: Error Building devel/cmake

2015-09-15 Thread Walter Schwarzenfeld
Sorry, should be cmake-gui... ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Error Building devel/cmake

2015-09-15 Thread Walter Schwarzenfeld
Sorry, should be cmake-gui... ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Error Building devel/cmake

2015-09-15 Thread Walter Schwarzenfeld
Hallo !! > svnlite co https://svn0.us-east.freebsd.org/ports/head/ Cannot be! Either you have installed amake-gui or you forget run make clean before next try. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/fre

Re: Error Building devel/cmake

2015-09-15 Thread Amit Sengupta
Sorry tried both the options that you suggested: 1.Comment line 63 in Makefile 2.Uncheck all options in make config Same result as before. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

Re: Error Building devel/cmake

2015-09-14 Thread Raphael Kubo da Costa
Amit Sengupta writes: > [100%] Built target documentation > Installing the project stripped... > *** Signal 11 Something has crashed, but it's not clear what. Can you add --verbose to CONFIGURE_ARGS in devel/cmake/Makefile and rebuild? Do you get any core dumps with this crash?

Re: Error Building devel/cmake

2015-09-14 Thread Walter Schwarzenfeld
On 14.09.2015 20:27, Walter Schwarzenfeld wrote: Hallo ! If you not want to install cmake-gui, comment out line 63 in the Makefile: 63 #${RM} ${WRKSRC}/Help/manual/cmake-gui.1.rst (But now you can't install cmake-gui this will conflicting the manpage). Or you compile it with option

Re: Error Building devel/cmake

2015-09-14 Thread Walter Schwarzenfeld
Hallo ! If you not want to install cmake-gui, comment out line 63 in the Makefile: 63 #${RM} ${WRKSRC}/Help/manual/cmake-gui.1.rst (But now you can't install cmake-gui this will conflicting the manpage). Or you compile it with options DOCS and MANPAGES set to off. greetings Walter Schw

Error Building devel/cmake

2015-09-14 Thread Amit Sengupta
Stuck with an error while building devel/cmake from ports. It always stops at : None:None: WARNING: cmake:manual reference target not found: cmake-gui(1) None:None: WARNING: cmake:manual reference target not found: cmake-gui(1) [100%] Built target documentation ===> Staging for cmake-3.3.1 ===>