From owner-freebsd-python@freebsd.org Sun Jul 5 06:44:58 2020 Return-Path: Delivered-To: freebsd-python@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 68EAE3624E3 for ; Sun, 5 Jul 2020 06:44:58 +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 49zzhp2D4Pz4YJk for ; Sun, 5 Jul 2020 06:44:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4A8FC362660; Sun, 5 Jul 2020 06:44:58 +0000 (UTC) Delivered-To: python@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 49448362907 for ; Sun, 5 Jul 2020 06:44:58 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49zzhp173pz4YS0 for ; Sun, 5 Jul 2020 06:44:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08E569279 for ; Sun, 5 Jul 2020 06:44:58 +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 0656ivlm074855 for ; Sun, 5 Jul 2020 06:44:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0656ivch074853 for python@FreeBSD.org; Sun, 5 Jul 2020 06:44:57 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: python@FreeBSD.org Subject: [Bug 225543] [NEW PORT] mail/mailman3: GNU Mailman 3.3.1, core Date: Sun, 05 Jul 2020 06:44:57 +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: feature, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mooxooko5oowaigh@e-lista.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Flags: 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-python@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2020 06:44:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225543 --- Comment #20 from Aleksander --- I have build the port and tried using my production configuration with it in jail. After fixing dependency on py37-pymysql (I use mysql as backend) it almost worked. Cannot import runner module: mailman.runners.rest.RESTRunner Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/mailman/bin/runner.py", line= 55, in make_runner runner_class =3D find_name(class_path) File "/usr/local/lib/python3.7/site-packages/mailman/utilities/modules.py= ", line 52, in find_name module =3D import_module(module_path) File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_remo= ved File "/usr/local/lib/python3.7/site-packages/mailman/runners/rest.py", li= ne 27, in from mailman.rest.wsgiapp import make_server File "/usr/local/lib/python3.7/site-packages/mailman/rest/wsgiapp.py", li= ne 25, in from falcon.routing import create_http_method_map ImportError: cannot import name 'create_http_method_map' from 'falcon.routi= ng' (/usr/local/lib/python3.7/site-packages/falcon/routing/__init__.py) which brought me to: https://gitlab.com/mailman/mailman/-/issues/559 --=20 You are receiving this mail because: You are on the CC list for the bug.=