ports/182392: make py-graphtool (does not build)
Mohamad Fauzie
dikshie at sfc.wide.ad.jp
Thu Sep 26 05:10:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list