From nobody Sun Jun 06 14:39:44 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2ECE4951058 for ; Sun, 6 Jun 2021 14:39:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FyfKX0hH9z4spV for ; Sun, 6 Jun 2021 14:39:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F069725394 for ; Sun, 6 Jun 2021 14:39:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 156EdhdJ047782 for ; Sun, 6 Jun 2021 14:39:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 156Edhks047781 for ports-bugs@FreeBSD.org; Sun, 6 Jun 2021 14:39:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256427] [NEW PORT] finance/py-chiapos: Chia proof of space plotting, proving, and verifying (wraps C++) Date: Sun, 06 Jun 2021 14:39:44 +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-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: risner@stdio.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256427 risner changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #225570|0 |1 is obsolete| | --- Comment #2 from risner --- Created attachment 225596 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225596&action= =3Dedit Current version of git staged diff [1] cmake is required, I forgot to add USES=3Dcmake to the Makefile. [2] I added USE_CXXSTD=3Dc++11, I'm not sure if it's required or not. [3] Fixed. Upstream is inconsistent with both 3.6 or 3.7 for different projects. [4] Thanks. I used cad/py-ocp as as depnancies template for pybind11. [5] Thanks, fixed. Added to by personal audit script. Issues: A) When I add USES=3Dcmake with or without ninja, the build fails. I haven't figured out why yet. I'm still investigating. But in the woods (unsure). B) BUILD_VDF_* are for a different project (chiavdf) not this project. Upst= ream has a typo in url for non-Windows section of setup.py. The correct = url is the one used in the Windows section. C) Where did you find pybind11 version of 2.5.0? I couldn't find in setup.p= y. D) I'm guessing upstream reused chiavdf setup.py and only changed the Windo= ws section of the url. I'll use chiapos in pkg-descr and patch setup.p= y. --=20 You are receiving this mail because: You are the assignee for the bug.=