From owner-freebsd-ports-bugs@freebsd.org Mon Jul 25 21:11:09 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 0425ABA43C9 for ; Mon, 25 Jul 2016 21:11:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E71F91D56 for ; Mon, 25 Jul 2016 21:11:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PLB812037633 for ; Mon, 25 Jul 2016 21:11:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211346] [NEW PORT] devel/py-llvmlite: Lightweight LLVM python binding for writing JIT compilers Date: Mon, 25 Jul 2016 21:11:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dave@dal.ca X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 21:11:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211346 --- Comment #6 from David Kalliecharan --- Hi Kubilay, Thanks for getting back so quickly, I have some notes/comments on your suggestions: 1. Comment 4: RUN_DEPENDS In my test of using RUN_DEPENDS, the port fails to build claiming enum34 ne= eds to be installed (regardless of being in if statements or not). Indicating t= o me that it is required during the build process needing BUILD_DEPENDS. 2. Comment 7: LLVM 3.8 requirement I checked the README.rst for the 0.12.1 branch, and it still says LLVM 3.7. However the master branch claims that LLVM 3.8 is required for 12.0+, but t= his is not true as build claims: File "/usr/ports/devel/py-llvmlite/work/llvmlite-0.12.1/ffi/build.py", line 119, in main_posix raise RuntimeError(msg) RuntimeError: Building llvmlite requires LLVM 3.7.x. I believe the implementation and documentation for the version I am current= ly working on is out of date, which is fixed in the master branch. With that s= aid, I will work with the stable release, and document the Makefile. I will post= a message on github for them to raise the issue to them. Currently just reading up on port-mgmt/poudriere --=20 You are receiving this mail because: You are the assignee for the bug.=