From owner-freebsd-ports@freebsd.org Tue Jul 21 21:44:18 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B5A9A75EF for ; Tue, 21 Jul 2015 21:44:18 +0000 (UTC) (envelope-from rob@spartantheatre.org) Received: from spartantheatre.org (spartantheatre.org [107.161.21.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "spartantheatre", Issuer "spartantheatre" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ABE2189A for ; Tue, 21 Jul 2015 21:44:17 +0000 (UTC) (envelope-from rob@spartantheatre.org) Received: from spartantheatre.org (localhost [127.0.0.1]) by spartantheatre.org (8.15.2/8.14.9) with ESMTPS id t6LLhD29000671 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 21 Jul 2015 16:43:13 -0500 (CDT) (envelope-from rob@spartantheatre.org) Received: (from rob@localhost) by spartantheatre.org (8.15.2/8.14.9/Submit) id t6LLhDKj000670 for freebsd-ports@freebsd.org; Tue, 21 Jul 2015 16:43:13 -0500 (CDT) (envelope-from rob) Date: Tue, 21 Jul 2015 16:43:13 -0500 (CDT) From: Rob Belics Message-Id: <201507212143.t6LLhDKj000670@spartantheatre.org> To: freebsd-ports@freebsd.org Subject: devel/cmake fails with Signal 11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 21:44:18 -0000 I tried to update today but received this: /usr/ports/devel/cmake/work/cmake-3.2.3/Help/index.rst:16: WARNING: toctree contains reference to nonexisting document u'manual/cmake-gui.1' 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 Installing the project stripped. . . *** Signal 11 Stop. make[2]: stopped in /usr/ports/devel/cmake/work/cmake-3.2.3 *** Error code 1 After Googling a bit, I thought the error was caused by sphinx. Portmaster shows sphinx as being py27-sphinx but there is no port in my tree; just py-sphinx. I tried to change the config so it doesn't build with docs or man pages but unchecking the options would not take. I had to "uninstall" py27-sphinx and py27-sphinx_rtd_theme. However, attempting to build with the new config now gives me ===> Staging for cmake-3.2.3_2 ===> Generating temporary packing list ... [100%] Built target ctest Installing the project stripped... *** Signal 11 Stop. make[2]: stopped in /usr/ports/devel/cmake/work/cmake-3.2.3 *** Error code 1 I had also uninstalled cmake at one time and re-extracted it to no avail. So I'm stuck without cmake right now and don't know what to do.