https://bugzilla.redhat.com/show_bug.cgi?id=2364617
Phil Wyett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |fedora-review? | |needinfo?([email protected] | |) Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED CC| |[email protected] --- Comment #11 from Phil Wyett <[email protected]> --- Hi, I will help this one along. * Builds. - Local x86_64: Good. - COPR: Good. * RPM lint. Things to review. ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp3_jwm6nt')] checks: 32, packages: 2 apostrophe.noarch: E: spelling-error ('pandoc', '%description -l en_US pandoc -> pan doc, pan-doc, panda') apostrophe.src: E: spelling-error ('pandoc', '%description -l en_US pandoc -> pan doc, pan-doc, panda') apostrophe.noarch: W: no-manual-page-for-binary apostrophe apostrophe.spec:51: W: mixed-use-of-spaces-and-tabs (spaces: line 20, tab: line 51) apostrophe.noarch: W: hidden-file-or-dir /usr/lib/python3.14/site-packages/apostrophe/.pylintrc apostrophe.noarch: E: explicit-lib-dependency libadwaita apostrophe.noarch: E: explicit-lib-dependency libspelling 2 packages and 0 specfiles checked; 4 errors, 3 warnings, 7 filtered, 4 badness; has taken 0.4 s * Test run: Fail Fails to start. philwyett@ks-c3po:~/Downloads$ apostrophe (apostrophe:5663): Adwaita-WARNING **: 22:48:09.055: The resource style-dark.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead. (apostrophe:5663): Adwaita-WARNING **: 22:48:09.055: The resource style-hc.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead. Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/apostrophe/text_view.py", line 139, in __init__ self.markup = MarkupHandler(self) ~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/site-packages/apostrophe/text_view_markup_handler.py", line 142, in __init__ Process(target=self.parse, args=(child_conn,), daemon=True).start() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.14/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/usr/lib64/python3.14/multiprocessing/context.py", line 224, in _Popen return _default_context.get_context().Process._Popen(process_obj) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib64/python3.14/multiprocessing/context.py", line 300, in _Popen return Popen(process_obj) File "/usr/lib64/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib64/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) ~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib64/python3.14/multiprocessing/popen_forkserver.py", line 47, in _launch reduction.dump(process_obj, buf) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ TypeError: cannot pickle 'ApostropheTextView' object when serializing dict item 'textview' when serializing apostrophe.text_view_markup_handler.MarkupHandler state when serializing apostrophe.text_view_markup_handler.MarkupHandler object when serializing tuple item 0 when serializing method reconstructor arguments when serializing method object when serializing dict item '_target' when serializing multiprocessing.context.Process state when serializing multiprocessing.context.Process object Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/apostrophe/application.py", line 142, in do_activate self._set_color_scheme() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/apostrophe/application.py", line 259, in _set_color_scheme window.textview.markup.on_style_updated() ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ApostropheTextView' object has no attribute 'markup' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/apostrophe/application.py", line 142, in do_activate self._set_color_scheme() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/apostrophe/application.py", line 259, in _set_color_scheme window.textview.markup.on_style_updated() ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ApostropheTextView' object has no attribute 'markup' * Looking for upstream releases. Regards Phil -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2364617 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202364617%23c11 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
