this package produces /usr/bin/spot| which is also is in 'spot-client-git'. please either add 'spot-client-git' to conflicts or rename it to adobe-spot during packaging.
Search Criteria
Package Details: afdko 4.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/afdko.git (read-only, click to copy) |
---|---|
Package Base: | afdko |
Description: | Adobe Font Development Kit for OpenType |
Upstream URL: | https://github.com/adobe-type-tools/afdko |
Licenses: | Apache-2.0 |
Conflicts: | spot-client |
Submitter: | wiill |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 19 |
Popularity: | 1.09 |
First Submitted: | 2017-01-05 03:39 (UTC) |
Last Updated: | 2024-11-06 08:06 (UTC) |
Dependencies (26)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-booleanoperations (python-booleanoperations-gitAUR)
- python-brotli (python-brotli-gitAUR)
- python-defcon (python-defcon-gitAUR)
- python-fontmath (python-fontmath-gitAUR)
- python-fontpens (python-fontpens-gitAUR)
- python-fonttools (python-fonttools-gitAUR)
- python-fs
- python-lxml
- python-tqdm
- python-ufonormalizerAUR (python-ufonormalizer-gitAUR)
- python-ufoprocessor
- python-unicodedata2
- python-zopfli
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-scikit-build (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
Required by (9)
- ftcli
- nototools-git
- proton (make)
- proton-cachyos (make)
- proton-experimental (make)
- proton-ge-custom (make)
- python-cffsubr
- ufo2otf
- ufo2otf-git
Sources (1)
EndlessEden commented on 2022-12-14 20:30 (UTC)
SolarAquarion commented on 2021-05-05 23:44 (UTC)
<alad> SolarAquarion: those packages have circular deps in the checkdepends so it'd only build with makepkg --nocheck
alerque commented on 2021-05-05 21:49 (UTC)
@SolarAquarion Which ones do you think ar transitive? I try not to list any transitives at all. In this case I think the issue is that the fonttools has a bunch of optional dependencies and the Arch package doesn't require them, so any downstream packages that use those features need to specify the optional fonttools deps.
Happy to fix any that are actually transitive.
SolarAquarion commented on 2021-05-05 16:06 (UTC)
There's a bit too many transitive dependencies in the package
tessaracht commented on 2021-04-02 20:19 (UTC)
looks like the build is broken on current systems, when building right now it errors out in a pretty deep chain of dependencies, ending at:
==> ERROR: Could not resolve all dependencies.
error: target not found: python-fontparts
error: target not found: python-fontpens
alerque commented on 2020-10-09 22:10 (UTC)
Thanks @gyscos, that apparently got added in 3.5.1 and I missed the requirements change. See this commit for where it got added and why. I'll list it here.
gyscos commented on 2020-10-08 00:24 (UTC)
I think this packages depends on python-tqdm to run makeotf. Without it:
% makeotf
Traceback (most recent call last):
File "/usr/bin/makeotf", line 33, in <module>
sys.exit(load_entry_point('afdko==3.5.1', 'console_scripts', 'makeotf')())
File "/usr/bin/makeotf", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 783, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/lib/python3.8/site-packages/afdko/makeotf.py", line 13, in <module>
from afdko import convertfonttocid, fdkutils, ufotools
File "/usr/lib/python3.8/site-packages/afdko/ufotools.py", line 13, in <module>
from fontTools.ufoLib import UFOReader
File "/usr/lib/python3.8/site-packages/fontTools/ufoLib/__init__.py", line 8, in <module>
import fs
File "/usr/lib/python3.8/site-packages/fs/__init__.py", line 4, in <module>
__import__("pkg_resources").declare_namespace(__name__)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3239, in <module>
def _initialize_master_working_set():
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3222, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 567, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 884, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 770, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tqdm>=4.48.2' distribution was not found and is required by afdko
Ota-Coder commented on 2020-05-08 23:12 (UTC)
@caleb - I apologize but thank you very much for pointing those out :)
alerque commented on 2020-05-08 23:05 (UTC)
@Ota-Coder You seem to have installed the python-defcon files directly to your system outside of the pacman
manager — probably by doing some sort of sudo python setup.py install
yourself instead of using pakcages. You best bet is probably to build that package correctly and install it with pacman -U <package> --overwirte usr/lib/python3.8/site-packages/defcon/\*
or something like that.
Also please note that is not a problem installing this packgae, that is a problem installing a different package and stems from you doing something behind pacman
's back. Please move further comments to the python-defcon package (if it is at fault, which it doesn't look like) or the discussion forum.
Ota-Coder commented on 2020-05-08 22:18 (UTC) (edited on 2020-05-08 22:23 (UTC) by Ota-Coder)
I'm facing this problem when I build this
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Failed to commit transaction:
conflicting files:
python-defcon: /usr/lib/python3.8/site-packages/defcon/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/__pycache__/errors.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/__pycache__/errors.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/errors.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/anchor.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/anchor.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/base.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/base.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/color.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/color.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/component.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/component.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/contour.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/contour.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/dataSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/dataSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/features.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/features.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/font.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/font.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/glyph.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/glyph.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/groups.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/groups.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/guideline.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/guideline.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/image.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/image.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/imageSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/imageSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/info.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/info.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/kerning.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/kerning.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layer.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layer.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layerSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layerSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layoutEngine.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/layoutEngine.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/lib.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/lib.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/point.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/point.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/uniData.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/__pycache__/uniData.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/anchor.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/base.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/color.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/component.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/contour.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/dataSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/features.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/font.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/glyph.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/groups.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/guideline.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/image.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/imageSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/info.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/kerning.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/layer.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/layerSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/layoutEngine.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/lib.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/point.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/objects/uniData.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/decomposeComponentPointPen.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/decomposeComponentPointPen.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/glyphObjectPointPen.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/glyphObjectPointPen.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/reverseContourPointPen.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/reverseContourPointPen.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/transformPointPen.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/__pycache__/transformPointPen.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/decomposeComponentPointPen.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/glyphObjectPointPen.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/reverseContourPointPen.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/pens/transformPointPen.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/testTools.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/testTools.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/test_errors.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/__pycache__/test_errors.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_anchor.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_anchor.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_base.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_base.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_color.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_color.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_component.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_component.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_contour.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_contour.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_dataSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_dataSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_font.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_font.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_glyph.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_glyph.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_groups.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_groups.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_guideline.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_guideline.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_image.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_image.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_imageSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_imageSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_info.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_info.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_kerning.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_kerning.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_layer.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_layer.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_layerSet.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_layerSet.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_uniData.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_uniData.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_validation.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/__pycache__/test_validation.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_anchor.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_base.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_color.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_component.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_contour.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_dataSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_font.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_glyph.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_groups.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_guideline.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_image.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_imageSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_info.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_kerning.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_layer.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_layerSet.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_uniData.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/objects/test_validation.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testTools.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/test_errors.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestContourDirection.ufo/metainfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/groups.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/kerning.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/lib.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/fontinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs/B_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs/C_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/glyphs/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/images/image 1.png already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/images/image 2.png already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/kerning.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/layercontents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufo/metainfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestFont.ufoz already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/testdata/TestOpenContour.ufo/metainfo.plist already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_bezierMath.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_bezierMath.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_fuzzyNumber.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_fuzzyNumber.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_notifications.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_notifications.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_unicodeTools.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/__pycache__/test_unicodeTools.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/test_bezierMath.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/test_fuzzyNumber.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/test_notifications.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/test/tools/test_unicodeTools.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__init__.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/__init__.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/__init__.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/bezierMath.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/bezierMath.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/fuzzyNumber.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/fuzzyNumber.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/identifiers.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/identifiers.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/notifications.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/notifications.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/representations.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/representations.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/unicodeTools.cpython-38.opt-1.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/__pycache__/unicodeTools.cpython-38.pyc already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/bezierMath.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/fuzzyNumber.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/identifiers.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/notifications.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/representations.py already exists in filesystem
python-defcon: /usr/lib/python3.8/site-packages/defcon/tools/unicodeTools.py already exists in filesystem
Did I do anything wrong?
Edit: When I tried uninstalling python-defcon-git, this is the result:
=========================== short test summary info ============================
FAILED Lib/defcon/test/objects/test_validation.py::UFOReadWriteValidateTest::test_ufoLibReadValidate_defaults
FAILED Lib/defcon/test/objects/test_validation.py::UFOReadWriteValidateTest::test_customClasses
================== 2 failed, 373 passed, 13 warnings in 3.38s ==================
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments
alerque commented on 2020-03-04 09:16 (UTC)
PSA: I've started hosting this and all its dependencies as prebuilt packages in my repository for those that want to install them using
pacman
without messing around with building from the AUR.