From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 05:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D81BA7A7 for ; Thu, 26 Sep 2013 05:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE102B72 for ; Thu, 26 Sep 2013 05:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8Q5A1DS007595 for ; Thu, 26 Sep 2013 05:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8Q5A1rx007594; Thu, 26 Sep 2013 05:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 05:10:01 GMT Resent-Message-Id: <201309260510.r8Q5A1rx007594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mohamad Fauzie Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C826271D for ; Thu, 26 Sep 2013 05:06:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5D582B51 for ; Thu, 26 Sep 2013 05:06:27 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8Q56RDx069237 for ; Thu, 26 Sep 2013 05:06:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8Q56Rkp069223; Thu, 26 Sep 2013 05:06:27 GMT (envelope-from nobody) Message-Id: <201309260506.r8Q56Rkp069223@oldred.freebsd.org> Date: Thu, 26 Sep 2013 05:06:27 GMT From: Mohamad Fauzie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182392: make py-graphtool (does not build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 05:10:01 -0000 >Number: 182392 >Category: ports >Synopsis: make py-graphtool (does not build) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 26 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mohamad Fauzie >Release: FreeBSD 9 >Organization: Keio Univ >Environment: FreeBSD sfc-monitor.ai3.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #151 r255570: Sun Sep 15 04:41:42 JST 2013 dikshie@sfc-monitor.ai3.net:/usr/obj/usr/src/sys/MONITOR amd64 >Description: the plain vanilla py-graphtool does not build in FreeBSD (using base gcc and clang). I decided to mark this port as broken since I need time to investigate the root cause. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-09-26 13:56:38.000000000 +0900 +++ Makefile 2013-09-26 13:57:26.000000000 +0900 @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ boost_graph:${PORTSDIR}/devel/boost-libs \ - CGAL.5:${PORTSDIR}/math/cgal + CGAL.10:${PORTSDIR}/math/cgal USE_BZIP2= yes USE_GCC= yes @@ -29,6 +29,8 @@ NO_STAGE= yes .include +BROKEN= fails to build + .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc: exhausts virtual memory .endif >Release-Note: >Audit-Trail: >Unformatted: