Package Details: moment 0.7.5-1

Git Clone URL: https://aur.archlinux.org/moment.git (read-only, click to copy)
Package Base: moment
Description: A customizable, keyboard-operable Matrix client. Fork of Mirage
Upstream URL: https://mx-moment.xyz/
Licenses: LGPL3
Conflicts: moment-git
Submitter: DrRac27
Maintainer: DrRac27
Last Packager: DrRac27
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-04 20:26 (UTC)
Last Updated: 2024-03-08 08:07 (UTC)

Latest Comments

DrRac27 commented on 2023-09-12 08:28 (UTC)

I just rebuilt everything in a clean chroot and can't reproduce. I would say your system is broken. My first bet would be to reinstall haskell-aeson as that package seems to be broken/missing on your system.

Salastil commented on 2023-09-11 19:14 (UTC)

It seems there is a some sort of library conflicts causing a breakdown between redbaron and pandoc at the moment.


==> Extracting sources...
  -> Extracting python-redbaron-0.9.2.tar.gz with bsdtar
==> Starting prepare()...
patching file tests/test_bounding_box.py
==> Starting build()...
pandoc: error while loading shared libraries: libHSaeson-2.1.2.1-A4BCifdqKBRKymWAxMJ7G4-ghc9.0.2.so: cannot open shared object file: No such file or directory
/usr/bin/pandoc: error while loading shared libraries: libHSaeson-2.1.2.1-A4BCifdqKBRKymWAxMJ7G4-ghc9.0.2.so: cannot open shared object file: No such file or directory
[ERROR] Found /usr/bin/pandoc, but not using it because of an error:
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pypandoc/__init__.py", line 703, in _ensure_pandoc_path
    version_string = _get_pandoc_version(path)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pypandoc/__init__.py", line 576, in _get_pandoc_version
    raise RuntimeError("Couldn't call pandoc to get version information. Output from "
RuntimeError: Couldn't call pandoc to get version information. Output from pandoc:
(b'', None)
Traceback (most recent call last):
  File "/home/mega/.cache/pikaur/build/python-redbaron/src/redbaron-0.9.2/setup.py", line 18, in <module>
    long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
                     ^^^^^^^^^^^^^^^^^^^^
  File "/home/mega/.cache/pikaur/build/python-redbaron/src/redbaron-0.9.2/setup.py", line 8, in <lambda>
    read_md = lambda f: convert_file(f, 'rst')
                        ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pypandoc/__init__.py", line 168, in convert_file
    return _convert_input(discovered_source_files, format, 'path', to, extra_args=extra_args,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pypandoc/__init__.py", line 324, in _convert_input
    _ensure_pandoc_path()
  File "/usr/lib/python3.11/site-packages/pypandoc/__init__.py", line 750, in _ensure_pandoc_path
    raise OSError("No pandoc was found: either install pandoc and add it\n"
OSError: No pandoc was found: either install pandoc and add it
to your PATH or or call pypandoc.download_pandoc(...) or
install pypandoc wheels with included pandoc.
==> ERROR: A failure occurred in build().
    Aborting...

DrRac27 commented on 2023-03-20 20:13 (UTC)

Thanks! Indeed the dependencies of python-matrix-nio changed a year ago and I still had the packages installed. https://github.com/archlinux/svntogit-community/commit/034f98d0c4d29791605de7c98560ae6c8223c28c

TheStochasticMan commented on 2023-03-17 04:56 (UTC)

This seems to require a few other packages not listed in the dependencies:

  • python-olm
  • python-cachetools
  • python-atomicwrites
  • python-peewee

DrRac27 commented on 2022-05-21 07:03 (UTC) (edited on 2022-05-21 07:04 (UTC) by DrRac27)

Yes, python-watchgod is broken for quite some time now. There is a bug report over here: https://bugs.archlinux.org/task/74650?project=5&string=python-watchgod

If you downgrade everything works as expected.

project9501 commented on 2022-05-20 12:52 (UTC)

~ 07:39:00 | Got library name:  "/usr/lib/qt/qml/io/thp/pyotherside/libpyothersideplugin.so"
! 07:39:01 | QSystemTrayIcon::setVisible: No Icon set
~ 07:39:05 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 181, in <module>\n    BRIDGE = QMLBridge()\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 52, in __init__\n    from .backend import Backend\n\n  File \"qrc:/src/backend/backend.py\", line 38, in <module>\n    from .user_files import (\n\n  File \"qrc:/src/backend/user_files.py\", line 19, in <module>\n    from watchgod import Change, awatch\n\nModuleNotFoundError: No module named 'watchgod'\n"
! 07:39:05 | Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge (Traceback (most recent call last):

  File "qrc:/src/backend/qml_bridge.py", line 181, in <module>
    BRIDGE = QMLBridge()

  File "qrc:/src/backend/qml_bridge.py", line 52, in __init__
    from .backend import Backend

  File "qrc:/src/backend/backend.py", line 38, in <module>
    from .user_files import (

  File "qrc:/src/backend/user_files.py", line 19, in <module>
    from watchgod import Change, awatch

ModuleNotFoundError: No module named 'watchgod'
)
~ 07:39:05 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"<string>\", line 1, in <module>\n\nNameError: name 'BRIDGE' is not defined\n"
! 07:39:05 | Unhandled PyOtherSide error: Function not found: 'BRIDGE.call_backend_coro' (Traceback (most recent call last):

  File "<string>", line 1, in <module>

NameError: name 'BRIDGE' is not defined
)

I have python-watchgod 0.13-1 (current in repos) installed.