Date: Thu, 26 Sep 2013 05:06:27 GMT From: Mohamad Fauzie <dikshie@sfc.wide.ad.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/182392: make py-graphtool (does not build) Message-ID: <201309260506.r8Q56Rkp069223@oldred.freebsd.org> Resent-Message-ID: <201309260510.r8Q5A1rx007594@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> +BROKEN= fails to build + .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc: exhausts virtual memory .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309260506.r8Q56Rkp069223>