Package Details: kcc 7.3.3-1

Git Clone URL: https://aur.archlinux.org/kcc.git (read-only, click to copy)
Package Base: kcc
Description: Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
Upstream URL: https://github.com/ciromattia/kcc
Licenses: ISC
Submitter: Schnouki
Maintainer: Schnouki
Last Packager: Schnouki
Votes: 31
Popularity: 0.189856
First Submitted: 2013-09-09 21:19 (UTC)
Last Updated: 2025-03-20 15:00 (UTC)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Schnouki commented on 2024-11-25 13:52 (UTC)

Hey folks, sorry about the issues with checksums. Apparently checksums of tarballs generated by GitHub aren't stable anymore. I've updated the PKGBUILD to use git directly, which should solve this.

lihe07 commented on 2024-11-09 03:35 (UTC)

yeah, now the problems are back... Before the maintainer updates it, the only way is to manually clone the AUR repo and modify the checksums.

geekmiki commented on 2024-11-08 22:04 (UTC) (edited on 2024-11-08 22:07 (UTC) by geekmiki)

Same as previous, but with 6.3.0:

Retrieving sources... -> Found kindlecomicconverter.desktop -> Found v6.3.0.tar.gz ==> Validating source files with sha256sums... kindlecomicconverter.desktop ... Passed v6.3.0.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!

Retrograde_i486 commented on 2024-10-25 08:11 (UTC) (edited on 2024-10-25 08:17 (UTC) by Retrograde_i486)

As icebarf stated, cleanBuild doesn't fix it:

  • ~/Downloads/kcc makepkg -siC
  • ==> Making package: kcc 6.2.0-1 (Fri 25 Oct 2024 10:09:41 AM CEST)
  • ==> Checking runtime dependencies...
  • ==> Checking buildtime dependencies...
  • ==> Retrieving sources...
  • -> Found kindlecomicconverter.desktop
  • -> Downloading v6.2.0.tar.gz...
  • % Total % Received % Xferd Average Speed Time Time Time Current
  • Dload Upload Total Spent Left Speed
  • 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  • 100 1473k 0 1473k 0 0 2061k 0 --:--:-- --:--:-- --:--:-- 4059k
  • ==> Validating source files with sha256sums...
  • kindlecomicconverter.desktop ... Passed
  • v6.2.0.tar.gz ... FAILED
  • ==> ERROR: One or more files did not pass the validity check!

Any other ideas to try, running this program in a windows vm is annoying and would much rather use linux

icebarf commented on 2024-10-21 16:37 (UTC)

@lihe07 cleanBuild doesnot fix it. The validity check is failing for me as well.

lihe07 commented on 2024-09-03 23:45 (UTC)

@nachfuellbar Do cleanBuild. It should already be fixed.

nachfuellbar commented on 2024-07-06 11:58 (UTC)

I just got an checksum error with this - can it be fixed? thanks

==> Validating source files with sha256sums...
    kindlecomicconverter.desktop ... Passed
    v6.1.0.tar.gz ... FAILED

kandalf3d commented on 2024-05-11 16:32 (UTC)

Python updated to version 3.12, it was necessary to rebuild kcc, python-mozjpeg-lossless-optimization and python-raven.

kandalf3d commented on 2024-05-10 15:56 (UTC)

I have the following error after the last update:


$ kcc
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/kcc", line 33, in <module>
    sys.exit(load_entry_point('KindleComicConverter==6.0.0', 'gui_scripts', 'kcc')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/kcc", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for KindleComicConverter

vasko commented on 2024-05-08 19:04 (UTC)

Since 6.0.0 python-setuptools is a full dependency: https://github.com/ciromattia/kcc/commit/5de492ffb66082703056003e1a756ca8041dd59d

  File "/usr/lib/python3.12/site-packages/kindlecomicconverter/shared.py", line 25, in <module>
    from distutils.version import StrictVersion
ModuleNotFoundError: No module named 'distutils'