From owner-freebsd-ports-bugs@freebsd.org Wed Apr 18 15:29:35 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 076BEF94D96 for ; Wed, 18 Apr 2018 15:29:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 79F1F6B57D for ; Wed, 18 Apr 2018 15:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2EC7BF94D95; Wed, 18 Apr 2018 15:29:34 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17DBEF94D94 for ; Wed, 18 Apr 2018 15:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9806F6B574 for ; Wed, 18 Apr 2018 15:29:33 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EC25A10986 for ; Wed, 18 Apr 2018 15:29:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3IFTW38060502 for ; Wed, 18 Apr 2018 15:29:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3IFTWBb060500 for ports-bugs@FreeBSD.org; Wed, 18 Apr 2018 15:29:32 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 227428] devel/cmake: fails to find suffixed libboost_python Date: Wed, 18 Apr 2018 15:29:33 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wjw@digiware.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2018 15:29:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227428 --- Comment #17 from Willem Jan Withagen --- (In reply to Jan Beich from comment #16) extracts from the Cpeh-python discussion: Mimic - after a "best effort" to migrate, some Python code still runs on Py= thon 2, but Shaman has a Python 3 build flavor and teuthology is capable of test= ing in Python 3-only environment. Nautilus - all remaining packaged Python code has been migrated and explici= tly runs (and is tested) on Python 3. Python 2 versions of our code do not need= to be provided or packaged, because all target platforms support Python 3. The= re might still be some Python 2 scripts in the git repo, but these are either special cases or for developer use only, and are not packaged.=20 (These are the 2 upcoming releases) And also: > I'm not objecting to making the leap (it's better than trying to > support 2 and 3 at the same time!), but let's make sure we understand > consequences for users. Meaning that Ceph never intended to have both a 2.7 and 3.x python version. And it is currently 2.7 for most of the consumer facing items. Some of the test parts are actually already 3.x compatible, and or running = on 3.x --=20 You are receiving this mail because: You are the assignee for the bug.=