Package Details: mcomix 3.1.0-1

Git Clone URL: https://aur.archlinux.org/mcomix.git (read-only, click to copy)
Package Base: mcomix
Description: GTK comic book viewer
Upstream URL: https://sourceforge.net/p/mcomix/wiki/Home/
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: qark
Last Packager: qark
Votes: 32
Popularity: 0.45
First Submitted: 2022-04-01 17:57 (UTC)
Last Updated: 2024-01-22 22:18 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

dno commented on 2024-05-11 15:47 (UTC)

Hm. When I build with makepkg it works correctly (builds with python3.12 paths) but is broken when I use my normal AUR helper (aura). My mistake, apologies for the noise.

qark commented on 2024-05-11 14:07 (UTC)

"real fix" is rebuild with current Python.

dno commented on 2024-05-11 13:50 (UTC) (edited on 2024-05-11 14:02 (UTC) by dno)

Unable to launch with this error

$ mcomix &
[1] 2614
$ Traceback (most recent call last):
  File "/usr/bin/mcomix", line 5, in <module>
    from mcomix.__main__ import main
ModuleNotFoundError: No module named 'mcomix'

Applied an ugly workaround for now, added this line to /usr/bin/mcomix (output from diff)

4a5
> sys.path.append('/usr/lib/python3.11/site-packages')

But this is not a real fix

dohq commented on 2023-07-12 19:16 (UTC)

Fixed in 2.2.1.

qark commented on 2023-07-12 07:07 (UTC)

There is actually no _vendor directory in source package. @HurricanePootis could you open upstream bug for that?

HurricanePootis commented on 2023-07-12 07:04 (UTC)

Does not launch with the following error

ihurricane@TheCloutPC ~ $ mcomix
Traceback (most recent call last):
  File "/usr/bin/mcomix", line 8, in <module>
    sys.exit(run())
             ^^^^^
  File "/usr/lib/python3.11/site-packages/mcomix/run.py", line 209, in run
    from mcomix import main
  File "/usr/lib/python3.11/site-packages/mcomix/main.py", line 17, in <module>
    from mcomix import file_handler
  File "/usr/lib/python3.11/site-packages/mcomix/file_handler.py", line 13, in <module>
    from mcomix import archive_extractor
  File "/usr/lib/python3.11/site-packages/mcomix/archive_extractor.py", line 8, in <module>
    from mcomix import archive_tools
  File "/usr/lib/python3.11/site-packages/mcomix/archive_tools.py", line 12, in <module>
    from mcomix.archive import (
  File "/usr/lib/python3.11/site-packages/mcomix/archive/pdf_multi.py", line 11, in <module>
    from mcomix.version_tools import LegacyVersion
  File "/usr/lib/python3.11/site-packages/mcomix/version_tools.py", line 3, in <module>
    from mcomix._vendor.packaging.version import LegacyVersion
ModuleNotFoundError: No module named 'mcomix._vendor'

qark commented on 2023-07-03 15:48 (UTC)

Created upstream bug.

henkm commented on 2023-07-03 14:11 (UTC) (edited on 2023-07-03 14:12 (UTC) by henkm)

[MainThread] ERROR: You don't have the required version of the Python Imaging Library Fork (Pillow) installed.
22:05:16 [MainThread] ERROR: Installed Pillow version is: 10.0.0
22:05:16 [MainThread] ERROR: Required Pillow version is: 6.0.0 or higher

The recent upgrade of python-pillow to 10.0.0 broke the version check (seems it only checks the first digit?). This is an upstream bug but I can't make a report there for some reason.

therico commented on 2023-01-14 14:17 (UTC) (edited on 2023-01-14 14:19 (UTC) by therico)

ERROR Missing dependencies:
    setuptools>=40.8.0
    jaraco.text -> inflect -> pydantic>=1.9.1

I got this. I ran pip install setuptools, observed there was a conflict with some other packages, uninstalled them, and now it works.

Although it seems weird to me that the AUR build isn't insulated from the system python library versions, maybe it's my fault for using pip.

qark commented on 2022-05-24 17:49 (UTC)

ERROR Missing dependencies:
    wheel

python-wheel is already in make dependencies. How do you build this package?