Your message dated Fri, 18 Jul 2025 10:49:14 +0000
with message-id <[email protected]>
and subject line Bug#1107283: fixed in mcomix 3.1.0-2
has caused the Debian Bug report #1107283,
regarding mcomix fails to start
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1107283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mcomix
Version: 3.1.0-1
Severity: normal
Dear Maintainer,
Probably after a recent Python update mcomix is failing to start.
$ mcomix
Traceback (most recent call last):
File "/usr/bin/mcomix", line 5, in <module>
from mcomix.__main__ import main
File "/usr/lib/python3/dist-packages/mcomix/__main__.py", line 29, in <module>
set_start_method('forkserver', force=True)
^^^^^^^^^^^^^^^^
NameError: name 'set_start_method' is not defined
I was able to get it to work by modifying it as follows.
However, I don't understand Python so I don't know if this is the
correct modification. Just for reference.
$ diff -u ./usr/lib/python3/dist-packages/mcomix/__main__.py
/usr/lib/python3/dist-packages/mcomix/__main__.py
--- ./usr/lib/python3/dist-packages/mcomix/__main__.py 2024-07-18
10:10:55.000000000 +0900
+++ /usr/lib/python3/dist-packages/mcomix/__main__.py 2025-06-04
22:42:17.434620562 +0900
@@ -22,7 +22,10 @@
def main() -> None:
mp.freeze_support()
- mp.set_start_method('spawn')
+ try:
+ mp.set_start_method('spawn')
+ except RuntimeError:
+ pass
run()
-- System Information:
Debian Release: 13.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.30-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTf-8, LC_CTYPE=ja_JP.UTf-8 (charmap=UTF-8) (ignored:
LC_ALL set to ja_JP.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages mcomix depends on:
ii gir1.2-gtk-3.0 3.24.49-3
ii python3 3.13.3-1
ii python3-cairo 1.27.0-2
ii python3-gi 3.50.0-4+b1
ii python3-gi-cairo 3.50.0-4+b1
ii python3-pil 11.1.0-5+b1
Versions of packages mcomix recommends:
ii python3-chardet 5.2.0+dfsg-2
Versions of packages mcomix suggests:
ii 7zip 24.09+dfsg-8
pn lhasa <none>
ii mupdf-tools 1.25.1+ds1-6
ii unrar 1:7.1.6-1
ii unzip 6.0-29
-- no debconf information
--
KenichiroMATOHARA
http://matoken.org/
.O.
..O
OOO
OpenPGP_0x398C09CC572E532C.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: mcomix
Source-Version: 3.1.0-2
Done: Emfox Zhou <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mcomix, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emfox Zhou <[email protected]> (supplier of updated mcomix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 14 Jul 2025 15:47:17 +0800
Source: mcomix
Binary: mcomix
Architecture: source all
Version: 3.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Emfox Zhou <[email protected]>
Changed-By: Emfox Zhou <[email protected]>
Description:
mcomix - GTK+ image viewer for comic books
Closes: 1107283
Changes:
mcomix (3.1.0-2) unstable; urgency=medium
.
* Fix runtime error 'context has already been set'. (Closes: #1107283)
* Fix some lintian warnings.
Checksums-Sha1:
38dd8391e07ea291665b49eb278202c41a1fa8dc 1796 mcomix_3.1.0-2.dsc
e9dd71e540cf345a49796cf45f939f07a886e3d0 3792 mcomix_3.1.0-2.debian.tar.xz
dcfd39abf6d93bf2e50febb49eaca4d2db2dbc6a 444784 mcomix_3.1.0-2_all.deb
a2bf0627993a6edfb63b86297752d665d0acb02d 6558 mcomix_3.1.0-2_amd64.buildinfo
Checksums-Sha256:
d6c70090077afe45252cb92c3dc454a286e77d10a6e578aefdc4c80e08394cb5 1796
mcomix_3.1.0-2.dsc
9ac5304baded2c97a15c8880c2df39423ec01d80e147374db77eaae813d0245f 3792
mcomix_3.1.0-2.debian.tar.xz
70320d2baf28b9b3d00dc2cb86ba114fb2c739cec24343025b664a02b8e558c4 444784
mcomix_3.1.0-2_all.deb
b0acc2424318122927e7ed5fd6840ec245264782fc568fedb1d0f06dc6b93840 6558
mcomix_3.1.0-2_amd64.buildinfo
Files:
31c4d5d0c4f5ee2f8b1b0f8ca12e3b5e 1796 x11 optional mcomix_3.1.0-2.dsc
0632545bb5e15d003efa635dec851988 3792 x11 optional mcomix_3.1.0-2.debian.tar.xz
5c5f66ffbfc662acffc08d0745d332e6 444784 x11 optional mcomix_3.1.0-2_all.deb
2e020a836f61c082713612f57a6a501e 6558 x11 optional
mcomix_3.1.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEGSauJtItZVqOiaNpgImbv9t7vZQFAmh6IDURHGVtZm94QGRl
Ymlhbi5vcmcACgkQgImbv9t7vZTb1RAA30GP9Xh9Uht6RzXBTdT7CrdqYPxQSsHZ
znRvI2v3KKi++Psl8CvLhcpSq+lLfMjMNjCEJ3oAW7CCxZXVh3wsooK2k/hl4FjG
ARw+T2ywrbA2gdesGs/u1EOxTS9JhjkRhMLlMbeTjfpGmsu8gw94lUnyzJDDXL+w
xd1INa653rJazbvq88m1MsrCMcpIDMVWBXChaJFilAA2xis7hC2ZDvf9Sun8hKsD
KKnINyU+PEM6lDVqmzieiX48g5hifVj7qbU7ABwGaq75NbyyuHgFhO2vdyEadyhv
WKfDu5Rzowd1fuPfc0rKOePGe3rSrkLEUynNdPqhyslqkc4f8WXWs5MmQVP4EvCF
TubFk8X0DWwAtwQWxFt3iSWzn27efpzevWq0R6CTMr52B+2ccV20zejQTsFDwcvk
vi5XMvvpwMfUijq5XboSjO9Qx7xW+DCLi2661jNP5jnEyvDVZJWYEXET1/pVGlcK
UWh/eANAsvuCDG+n7g58MC464Yx2un6jMUj5h+YC6tKiGeeSpmX7+8n6KG/LwBvo
HznxHhSbXINQMwBnRl9Givh52X3gPAhDU466MoyZYzafxMH19n/+UBnRsWHZKHLC
9X5QY4UktYPOWyqWRkT0xT5MNUKuv+rH3jQlxEV+iaSNGRGVKJjQTW0XhfS0qCXl
AqWMJTeHWZY=
=WmSI
-----END PGP SIGNATURE-----
pgp_QeBI3nVYD.pgp
Description: PGP signature
--- End Message ---