From owner-freebsd-gnome@freebsd.org Wed Jan 15 21:49:20 2020 Return-Path: Delivered-To: freebsd-gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D609C1FE788 for ; Wed, 15 Jan 2020 21:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47ygvh5Plgz44j4 for ; Wed, 15 Jan 2020 21:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B7C4D1FE787; Wed, 15 Jan 2020 21:49:20 +0000 (UTC) Delivered-To: gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B78E71FE786 for ; Wed, 15 Jan 2020 21:49:20 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47ygvh4C5dz44j3 for ; Wed, 15 Jan 2020 21:49:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BB49D24B for ; Wed, 15 Jan 2020 21:49:20 +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 00FLnKFl050433 for ; Wed, 15 Jan 2020 21:49:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00FLnK8N050432 for gnome@FreeBSD.org; Wed, 15 Jan 2020 21:49:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 243381] gobject-introspection not updated when upgrading python Date: Wed, 15 Jan 2020 21:49:20 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 21:49:20 -0000 Bugzilla Automation has asked freebsd-gnome mailing = list for maintainer-feedback: Bug 243381: gobject-introspection not updated when upgrading python https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243381 --- Description --- I just tried building print/harfbuzz-icu, and it failed, apparently with the same issue as in bug 243191 and bug 242927. I use portmaster for upgrading = my system, and I recently followed the instructions in /usr/ports/UPDATING for 20191216 for users of Python. The issue was resolved by simply recompiling devel/gobject-introspection. I think this issue was addressed previously in= bug 238254, but it has cropped up again with another Python version bump. Ideally, portupgrade or portmaster would detect these Python bindings and automatically rebuild gobject-introspection. Failing that, maybe the gobject-introspection port could be modified so that it includes the @py37 specifier used by many other Python-related ports. At the least, this issue with gobject-introspection should probably be mentioned in /usr/ports/UPDAT= ING as was done for Samba in the 20200113 entry.