From owner-freebsd-ports-bugs@freebsd.org Sun Apr 7 20:07:36 2019 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 3880B156951B for ; Sun, 7 Apr 2019 20:07:36 +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 6371E70065 for ; Sun, 7 Apr 2019 20:07:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7ED251569509; Sun, 7 Apr 2019 20:07:33 +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 5C9861569507 for ; Sun, 7 Apr 2019 20:07:33 +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.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.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C159E70021 for ; Sun, 7 Apr 2019 20:07:32 +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 103F584B9 for ; Sun, 7 Apr 2019 20:07:29 +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 x37K7SHE018362 for ; Sun, 7 Apr 2019 20:07:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x37K7SPY018361 for ports-bugs@FreeBSD.org; Sun, 7 Apr 2019 20:07:28 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 237079] [patch] multimedia/mpv Installing or upgrading mpv spuriously reinstalls py-docutils Date: Sun, 07 Apr 2019 20:07:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: philippe.michel7@sfr.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cpm@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 20:07:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237079 Bug ID: 237079 Summary: [patch] multimedia/mpv Installing or upgrading mpv spuriously reinstalls py-docutils Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: cpm@freebsd.org Reporter: philippe.michel7@sfr.fr Flags: maintainer-feedback?(cpm@freebsd.org) Assignee: cpm@freebsd.org Created attachment 203446 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203446&action= =3Dedit Suggested patch Installing or upgrading mpv reinstalls py-docutils even if a suitable versi= on is already available : =3D=3D=3D>>> The following actions will be taken if you choose to proceed: Upgrade mpv-0.29.1_5,1 to mpv-0.29.1_6,1 Re-install py27-docutils-0.14_3 This is due to the Makefile including lines like : MANPAGES_BUILD_DEPENDS=3D rst2man:textproc/py-docutils but with python using flavors there is no py-docutils installed but a py27-docutils or a py3x- one. See for instance bug #224030 for the discussion of the same issue in another port. @bugs triagers : considering that the same issue was fixed in cmake more th= an one year ago but still exists in mpv and possibly in other ports, would it = be possible to escalate this to those who support the ports infrastructure in general and somehow check for this kind of use of python packages at build stage and fix it everywhere it is needed ? --=20 You are receiving this mail because: You are the assignee for the bug.=