From owner-freebsd-office@freebsd.org Fri May 11 08:54:12 2018 Return-Path: Delivered-To: freebsd-office@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 31EFDFC9922 for ; Fri, 11 May 2018 08:54:11 +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 504AE85374 for ; Fri, 11 May 2018 08:54:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EFA9EFC9919; Fri, 11 May 2018 08:54:10 +0000 (UTC) Delivered-To: office@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 7F43BFC9918 for ; Fri, 11 May 2018 08:54:10 +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 8D4EC85355 for ; Fri, 11 May 2018 08:54: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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B8D379F5 for ; Fri, 11 May 2018 08:54:08 +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 w4B8s7cb045851 for ; Fri, 11 May 2018 08:54:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w4B8s7d3045850 for office@FreeBSD.org; Fri, 11 May 2018 08:54:07 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: office@FreeBSD.org Subject: [Bug 227939] devel/boost-python-libs vs ctypes.util.find_library Date: Fri, 11 May 2018 08:54:07 +0000 X-Bugzilla-Reason: CC 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback+ X-Bugzilla-Changed-Fields: cc bug_status keywords see_also flagtypes.name 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-office@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 08:54:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227939 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bapt@FreeBSD.org Status|New |Open Keywords| |needs-qa See Also| |https://github.com/osmcode/ | |pyosmium/issues/55 Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | --- Comment #3 from Kubilay Kocak --- Hi Jan, apologies for the delay. See Also: (1) https://bugs.python.org/issue23817 (remove freebsd SOVERSION special ca= se) (2) https://github.com/osmcode/pyosmium/issues/55 (origin of this issue) (3) https://bugs.python.org/issue1610795 (original freebsd find_library py= thon code) (1) ended up in only 3.5+, though I requested a backport to 3.4 and 2.7 so = the behaviour was consistent in all versions. This explains the discrepancy bet= ween Python versions in comment 2. CC'ing bapt@ here too for opinions/thoughts, = he originated the issue and patch upstream. We could backport it ourselves, and/or add symlink in the python ports, and= /or modify the SOVERSION/INSTSONAME for the python port builds, *but* we'd like= to avoid doing so if the better/correct/permanent/rootcause resolution is elsewhere. Correct me if my reading is off, but it sounds like we have the following options/paths, or combination thereof, so that we can have all supported freebsd/python versions work out of the box. - Fix ports that don't install symlinks to do so - Fix python ctypes/find_library to be correct/great on all FreeBSD version= s. - Fix ldconfig something something in the absence of symlinks / other condition(s). Are some/all of the above what you referred to when you mentioned a workaro= und? --=20 You are receiving this mail because: You are on the CC list for the bug.=