Package Details: python-gtkspellcheck 5.0.3-1

Git Clone URL: https://aur.archlinux.org/python-gtkspellcheck.git (read-only, click to copy)
Package Base: python-gtkspellcheck
Description: Spell-checking library written in Python for Gtk based on Enchant
Upstream URL: https://github.com/koehlma/pygtkspellcheck
Licenses: GPL
Provides: python-gtkspell
Submitter: foutrelis
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 5
Popularity: 0.048144
First Submitted: 2019-04-21 09:48 (UTC)
Last Updated: 2023-12-12 13:18 (UTC)

Latest Comments

« First ‹ Previous 1 2

emak commented on 2020-11-02 10:00 (UTC)

Build fails as a dependency is not available anymore:

 -> Could not find all required packages:
    python2-sphinx (Wanted by: python-gtkspellcheck)

kendfinger commented on 2020-02-11 17:15 (UTC)

@PiterDeVries @mokkurkalve: I have fixed the issue. Sorry about that.

PiterDeVries commented on 2020-02-11 14:27 (UTC)

As mokkurkalve pointed out, the build fails. Reason: when changing directory to the source, the version is not included as part of the directory name - meaning that package is trying to access directory "src/pygtkspellcheck" instead of the only existing "src/pygtkspellcheck-4.0.5"

Solution: replace the line: cd "$srcdir/pygtkspellcheck-$pkgver" for this one "cd "$srcdir/pygtkspellcheck-$pkgver"

in current PKGBUILD, these are lines 18 and 28

mokkurkalve commented on 2020-02-11 13:04 (UTC)

Build fails thus:

==> Retrieving sources...
  -> Found pygtkspellcheck-4.0.5.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pygtkspellcheck-4.0.5.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package_python-gtkspellcheck()...
/startdir/PKGBUILD: line 18: cd: /build/python-gtkspellcheck/src/pygtkspellcheck: No such file or directory
==> ERROR: A failure occurred in package_python-gtkspellcheck().
    Aborting...
==> ERROR: Build failed, check /home/eivind/work/build/chroot/eivind/build

vantu5z commented on 2020-02-11 07:12 (UTC)

cd "$srcdir/pygtkspellcheck-$pkgver"