From owner-freebsd-ports-bugs@freebsd.org Wed Dec 25 02:48:51 2019 Return-Path: Delivered-To: freebsd-ports-bugs@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 E3E3D1CF9D8 for ; Wed, 25 Dec 2019 02:48:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47jHbR5rxCz4RFv for ; Wed, 25 Dec 2019 02:48:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C8E7C1CF9D7; Wed, 25 Dec 2019 02:48:51 +0000 (UTC) Delivered-To: ports-bugs@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 C8B1B1CF9D5 for ; Wed, 25 Dec 2019 02:48:51 +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 47jHbR50SFz4RFt for ; Wed, 25 Dec 2019 02:48:51 +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 8D7B49D49 for ; Wed, 25 Dec 2019 02:48:51 +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 xBP2mphT053473 for ; Wed, 25 Dec 2019 02:48:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xBP2mpHR053472 for ports-bugs@FreeBSD.org; Wed, 25 Dec 2019 02:48:51 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 242842] security/suricata: Fails to build (5.0.0 PV=2) with Python 3.x Date: Wed, 25 Dec 2019 02:48:51 +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: 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: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status bug_severity short_desc cc keywords 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Dec 2019 02:48:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242842 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Severity|Affects Only Me |Affects Some People Summary|security/suricata fails to |security/suricata: Fails to |compile (5.0.0 PV=3D2) |build (5.0.0 PV=3D2) with | |Python 3.x CC| |koobs@FreeBSD.org, | |python@FreeBSD.org Keywords| |needs-qa --- Comment #3 from Kubilay Kocak --- https://sourceforge.net/p/docutils/mailman/docutils-develop/thread/qk0aso$7= 48n$1@blaine.gmane.org/ In particular, bits marked "py3: Replace 'ur' prefix": https://sourceforge.net/p/docutils/mailman/message/36748204/ Committed upstream as part of the larger py3 patchset in: https://sourceforge.net/p/docutils/code/8366/ I've run docutil' test suite against all Python 3 versions (3.5-3.8) and they fail with many Python 3 errors (including for 'ur' prefixes) A possibly naive/premature resolution to this be to *correctly* declare the Python versions textproc/docutils supports (limiting it to Python 2.7, as is its current version support), which should have been the case in the first place, *but* this may have implications for ports that don't otherwise use/import/invoke sphinx at runtime, and don't particularly care what versi= on of Python sphinx was built with. In the above sense, this is similar to bug 237795 @Reporter, could you attach a bull log of the suricata failure please. It w= ould be interesting to see where/how/when sphinx is being invoked and in what ex= act form --=20 You are receiving this mail because: You are the assignee for the bug.=