vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
319 stars 41 forks source link

Maximum recursion depth exceeded while installing from source #38

Open matteoipri opened 7 years ago

matteoipri commented 7 years ago

Hi all, When trying to install this package from source in ArchLinux using the pacaur AUR helper, I get the following error:

:: Retrieving package(s)...
Cloning into 'python-colour'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 4 (delta 0)
Unpacking objects: 100% (4/4), done.
:: View python-colour PKGBUILD? [Y/n] n
:: Checking python-colour integrity...
==> Making package: python-colour 0.1.2-1 (Fri Aug 18 11:20:50 CEST 2017)
==> Retrieving sources...
  -> Cloning colour git repo...
Cloning into bare repository '/home/matteo/.cache/pacaur/python-colour/colour'...
remote: Counting objects: 351, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 351 (delta 1), reused 0 (delta 0), pack-reused 348
Receiving objects: 100% (351/351), 162.40 KiB | 127.00 KiB/s, done.
Resolving deltas: 100% (207/207), done.
==> Validating source files with md5sums...
    colour ... Skipped
:: Building python-colour package(s)...
==> Making package: python-colour 0.1.2-1 (Fri Aug 18 11:20:54 CEST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
Missing version information: running './autogen.sh'...

Installed /home/matteo/.cache/pacaur/python-colour/src/colour/.eggs/d2to1-0.2.12.post1-py3.6.egg
error in setup command: Error parsing /home/matteo/.cache/pacaur/python-colour/src/colour/setup.cfg: RecursionError: maximum recursion depth exceeded
==> ERROR: A failure occurred in package().
    Aborting...
:: failed to build python-colour package(s)

Any idea on how to solve this? I'm not a Python expert and this seems to be a package related issue, instead of a distribution issue.