From owner-freebsd-ports-bugs@freebsd.org Mon Jun 8 09:34:45 2020 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 D338C3295BE for ; Mon, 8 Jun 2020 09:34:45 +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 49gSl95HVqz43th for ; Mon, 8 Jun 2020 09:34:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B568C3294CC; Mon, 8 Jun 2020 09:34:45 +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 B52F53295BD for ; Mon, 8 Jun 2020 09:34:45 +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 49gSl94S4qz448j for ; Mon, 8 Jun 2020 09:34:45 +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 946832251A for ; Mon, 8 Jun 2020 09:34:45 +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 0589YjCW066784 for ; Mon, 8 Jun 2020 09:34:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0589YjeO066782 for ports-bugs@FreeBSD.org; Mon, 8 Jun 2020 09:34:45 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 247079] deskutils/zim fails to RUN zim --manual Date: Mon, 08 Jun 2020 09:34:36 +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: p5B2E9A8F@t-online.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@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 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.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 09:34:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247079 Bug ID: 247079 Summary: deskutils/zim fails to RUN zim --manual Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rm@FreeBSD.org Reporter: p5B2E9A8F@t-online.de Flags: maintainer-feedback?(rm@FreeBSD.org) Assignee: rm@FreeBSD.org Having installed zim-0.73.0.txz and tried zim --manual it fails like this: zim --manual Traceback (most recent call last): File "/usr/local/bin/zim", line 50, in import zim.main File "/usr/local/lib/python3.8/site-packages/zim/main/__init__.py", line = 22, in import zim.fs File "/usr/local/lib/python3.8/site-packages/zim/fs.py", line 28, in from zim.signals import SignalEmitter, SIGNAL_AFTER File "/usr/local/lib/python3.8/site-packages/zim/signals.py", line 7, in from gi.repository import GObject File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 655, in _load_unlocked File "", line 618, in _load_backward_compati= ble File "/usr/local/lib/python3.8/site-packages/gi/importer.py", line 145, in load_module importlib.import_module('gi.repository.' + dep.split("-")[0]) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 655, in _load_unlocked File "", line 618, in _load_backward_compati= ble File "/usr/local/lib/python3.8/site-packages/gi/importer.py", line 146, in load_module dynamic_module =3D load_overrides(introspection_module) File "/usr/local/lib/python3.8/site-packages/gi/overrides/__init__.py", l= ine 125, in load_overrides override_mod =3D importlib.import_module(override_package_name) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.8/site-packages/gi/overrides/GLib.py", line = 86, in class _VariantCreator(object): File "/usr/local/lib/python3.8/site-packages/gi/overrides/GLib.py", line = 89, in _VariantCreator 'b': GLib.Variant.new_boolean, File "/usr/local/lib/python3.8/site-packages/gi/module.py", line 221, in __getattr__ wrapper =3D metaclass(name, bases, dict_) TypeError: 'StructMeta' object is not iterable --=20 You are receiving this mail because: You are the assignee for the bug.=