Bug 182392 - make math/py-graphtool (does not build)
Summary: make math/py-graphtool (does not build)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 06:10 UTC by dikshie
Modified: 2013-10-24 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (597 bytes, patch)
2013-09-26 06:10 UTC, dikshie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dikshie 2013-09-26 06:10:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-26 07:25:49 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-26 07:25:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2013-10-24 04:37:14 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-24 10:39:26 UTC
Author: koobs
Date: Thu Oct 24 09:39:13 2013
New Revision: 331470
URL: http://svnweb.freebsd.org/changeset/ports/331470

Log:
  math/py-graphtool: Set BROKEN, fails to build
  
  - Set BROKEN, fails to build
  - Update CGAL shared library version in LIB_DEPENDS
  
  PR:		ports/182392
  Submitted by:	Mohamad Fauzie <dikshie@sfc.wide.ad.jp> (maintainer)
  Approved by:	maintainer

Modified:
  head/math/py-graphtool/Makefile   (contents, props changed)

Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile	Thu Oct 24 09:38:27 2013	(r331469)
+++ head/math/py-graphtool/Makefile	Thu Oct 24 09:39:13 2013	(r331470)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${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 @@ CONFIGURE_ENV=	PYTHON_VERSION=${PYTHON_V
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2013-10-24 10:40:07 UTC
State Changed
From-To: open->closed

Committed. Thanks Mohamad!