GuardKenzie / miniplayer

A curses based mpd client with basic functionality and album art.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUR package fails to build

SharkLava opened this issue · comments

The AUR package doesnt build. Im not sure if this is a local issue or not.

Preparing...
Cloning miniplayer-git build files...
Checking miniplayer-git dependencies...
Cloning python-ffmpeg build files...
Checking python-ffmpeg dependencies...
Cloning python-pixcat build files...
Checking python-pixcat dependencies...
Cloning python-ueberzug-git build files...
Checking python-ueberzug-git dependencies...
Cloning python-dataclasses build files...
Checking python-dataclasses dependencies...
Resolving dependencies...
Checking inter-conflicts...
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing python-wcwidth (0.2.5-3)...
Installing python-blessed (1.18.0-1)...
Installing python-attrs (20.3.0-3)...
Installing python-iniconfig (1.1.1-1)...
Installing python-more-itertools (8.7.0-1)...
Installing python-zipp (3.4.1-1)...
Installing python-importlib-metadata (4.0.1-1)...
Installing python-pluggy (0.13.1-4)...
Installing python-apipkg (1.5-5)...
Installing python-py (1.10.0-1)...
Installing python-pytest (6.2.3-1)...
Installing python-pytest-runner (5.2-3)...
Installing python-mpd2 (3.0.4-1)...
Installing python-xlib (0.29-1)...
Installing python-ansiwrap (0.8.4-3)...
Installing python-pytest-mock (3.1.1-1)...
Installing python-future (0.18.2-5)...
Installing python-psutil (5.8.0-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...

Building python-dataclasses...
==> Making package: python-dataclasses 0.8-1 (Fri 07 May 2021 12:32:07 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dataclasses-0.8.tar.gz
==> Validating source files with sha256sums...
    dataclasses-0.8.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting dataclasses-0.8.tar.gz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
creating build
creating build/lib
copying dataclasses.py -> build/lib
running install_lib
creating /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr
creating /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib
creating /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib/python3.9
creating /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib/python3.9/site-packages
copying build/lib/dataclasses.py -> /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib/python3.9/site-packages
byte-compiling /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib/python3.9/site-packages/dataclasses.py to dataclasses.cpython-39.pyc
writing byte-compilation script '/tmp/tmp6usdl1rw.py'
/usr/bin/python /tmp/tmp6usdl1rw.py
removing /tmp/tmp6usdl1rw.py
running install_egg_info
running egg_info
writing dataclasses.egg-info/PKG-INFO
writing dependency_links to dataclasses.egg-info/dependency_links.txt
writing top-level names to dataclasses.egg-info/top_level.txt
adding license file 'LICENSE.txt' (matched pattern 'LICEN[CS]E*')
reading manifest file 'dataclasses.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'dataclasses.egg-info/SOURCES.txt'
Copying dataclasses.egg-info to /var/tmp/pamac-build-kami/python-dataclasses/pkg/python-dataclasses/usr/lib/python3.9/site-packages/dataclasses-0.8-py3.9.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-dataclasses"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-dataclasses 0.8-1 (Fri 07 May 2021 12:32:09 PM IST)
==> Cleaning up...

Building python-ffmpeg...
==> Making package: python-ffmpeg 0.2.0-2 (Fri 07 May 2021 12:32:10 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found python-ffmpeg-0.2.0.tar.gz
==> Validating source files with sha256sums...
    python-ffmpeg-0.2.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting python-ffmpeg-0.2.0.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/ffmpeg
copying ffmpeg/_view.py -> build/lib/ffmpeg
copying ffmpeg/_probe.py -> build/lib/ffmpeg
copying ffmpeg/__init__.py -> build/lib/ffmpeg
copying ffmpeg/_run.py -> build/lib/ffmpeg
copying ffmpeg/dag.py -> build/lib/ffmpeg
copying ffmpeg/nodes.py -> build/lib/ffmpeg
copying ffmpeg/_ffmpeg.py -> build/lib/ffmpeg
copying ffmpeg/_filters.py -> build/lib/ffmpeg
copying ffmpeg/_utils.py -> build/lib/ffmpeg
==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.9.4, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
rootdir: /var/tmp/pamac-build-kami/python-ffmpeg/src/ffmpeg-python-0.2.0, configfile: pytest.ini, testpaths: ffmpeg/tests
plugins: mock-3.1.1
collected 60 items

ffmpeg/tests/test_ffmpeg.py ............................................ [ 73%]
................                                                         [100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3.9/site-packages/past/builtins/misc.py:45
  /usr/lib/python3.9/site-packages/past/builtins/misc.py:45: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import reload

ffmpeg/tests/test_ffmpeg.py:31
  /var/tmp/pamac-build-kami/python-ffmpeg/src/ffmpeg-python-0.2.0/ffmpeg/tests/test_ffmpeg.py:31: DeprecationWarning: invalid escape sequence \:
    assert ffmpeg._utils.escape_chars('a:b', ':') == 'a\:b'

ffmpeg/tests/test_ffmpeg.py::test__output__video_size[video_size0]
  /var/tmp/pamac-build-kami/python-ffmpeg/src/ffmpeg-python-0.2.0/ffmpeg/_run.py:140: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    video_size, collections.Iterable

ffmpeg/tests/test_ffmpeg.py::test__get_filter_complex_input
ffmpeg/tests/test_ffmpeg.py::test__multi_output_edge_label_order
  /var/tmp/pamac-build-kami/python-ffmpeg/src/ffmpeg-python-0.2.0/ffmpeg/tests/test_ffmpeg.py:722: FutureWarning: Possible nested set at position 20
    m = re.search(r'\[([^]]+)\]{}(?=[[;]|$)'.format(name), flt)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================== 60 passed, 5 warnings in 1.07s ========================
==> Entering fakeroot environment...
==> Starting package()...
running install
running install_lib
creating /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr
creating /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib
creating /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9
creating /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages
creating /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_view.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_probe.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/__init__.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_run.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/dag.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/nodes.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_ffmpeg.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_filters.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
copying build/lib/ffmpeg/_utils.py -> /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_view.py to _view.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_probe.py to _probe.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/__init__.py to __init__.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_run.py to _run.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/dag.py to dag.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/nodes.py to nodes.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_ffmpeg.py to _ffmpeg.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_filters.py to _filters.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg/_utils.py to _utils.cpython-39.pyc
writing byte-compilation script '/tmp/tmpfz0azgwn.py'
/usr/bin/python /tmp/tmpfz0azgwn.py
removing /tmp/tmpfz0azgwn.py
running install_egg_info
running egg_info
creating ffmpeg_python.egg-info
writing ffmpeg_python.egg-info/PKG-INFO
writing dependency_links to ffmpeg_python.egg-info/dependency_links.txt
writing requirements to ffmpeg_python.egg-info/requires.txt
writing top-level names to ffmpeg_python.egg-info/top_level.txt
writing manifest file 'ffmpeg_python.egg-info/SOURCES.txt'
adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
reading manifest file 'ffmpeg_python.egg-info/SOURCES.txt'
writing manifest file 'ffmpeg_python.egg-info/SOURCES.txt'
Copying ffmpeg_python.egg-info to /var/tmp/pamac-build-kami/python-ffmpeg/pkg/python-ffmpeg/usr/lib/python3.9/site-packages/ffmpeg_python-0.2.0-py3.9.egg-info
running install_scripts
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-ffmpeg"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-ffmpeg 0.2.0-2 (Fri 07 May 2021 12:32:14 PM IST)
==> Cleaning up...

Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing python-dataclasses (0.8-1)...
Installing python-ffmpeg (0.2.0-2)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...

Building python-pixcat...
==> Making package: python-pixcat 0.1.4-4 (Fri 07 May 2021 12:32:16 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found pixcat-0.1.4.tar.gz
==> Validating source files with sha512sums...
    pixcat-0.1.4.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting pixcat-0.1.4.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/pixcat
copying pixcat/data.py -> build/lib/pixcat
copying pixcat/__init__.py -> build/lib/pixcat
copying pixcat/image.py -> build/lib/pixcat
copying pixcat/__about__.py -> build/lib/pixcat
copying pixcat/__main__.py -> build/lib/pixcat
copying pixcat/terminal.py -> build/lib/pixcat
copying pixcat/cli.py -> build/lib/pixcat
running egg_info
writing pixcat.egg-info/PKG-INFO
writing dependency_links to pixcat.egg-info/dependency_links.txt
writing entry points to pixcat.egg-info/entry_points.txt
writing requirements to pixcat.egg-info/requires.txt
writing top-level names to pixcat.egg-info/top_level.txt
reading manifest file 'pixcat.egg-info/SOURCES.txt'
writing manifest file 'pixcat.egg-info/SOURCES.txt'
==> Entering fakeroot environment...
==> Starting package()...
running install
running install_lib
creating /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr
creating /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib
creating /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9
creating /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages
creating /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/data.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/__init__.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/image.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/__about__.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/__main__.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/terminal.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
copying build/lib/pixcat/cli.py -> /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/data.py to data.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/__init__.py to __init__.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/image.py to image.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/__about__.py to __about__.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/__main__.py to __main__.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/terminal.py to terminal.cpython-39.pyc
byte-compiling /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat/cli.py to cli.cpython-39.pyc
writing byte-compilation script '/tmp/tmpljrum171.py'
/usr/bin/python /tmp/tmpljrum171.py
removing /tmp/tmpljrum171.py
running install_egg_info
running egg_info
writing pixcat.egg-info/PKG-INFO
writing dependency_links to pixcat.egg-info/dependency_links.txt
writing entry points to pixcat.egg-info/entry_points.txt
writing requirements to pixcat.egg-info/requires.txt
writing top-level names to pixcat.egg-info/top_level.txt
reading manifest file 'pixcat.egg-info/SOURCES.txt'
writing manifest file 'pixcat.egg-info/SOURCES.txt'
Copying pixcat.egg-info to /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/lib/python3.9/site-packages/pixcat-0.1.4-py3.9.egg-info
running install_scripts
Installing pixcat script to /var/tmp/pamac-build-kami/python-pixcat/pkg/python-pixcat/usr/bin
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pixcat"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pixcat 0.1.4-4 (Fri 07 May 2021 12:32:18 PM IST)
==> Cleaning up...

Building python-ueberzug-git...
==> Making package: python-ueberzug-git 18.1.5.a8ac9c3-1 (Fri 07 May 2021 12:32:20 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating ueberzug git repo...
Fetching origin
==> Validating source files with md5sums...
    ueberzug ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of ueberzug git repo...
Cloning into 'ueberzug'...
done.
Switched to a new branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Starting build()...
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/batch.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/version.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/thread.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/xutil.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/tmux_util.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/library.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/conversion.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/__init__.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/loading.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/action.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/__main__.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/process.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/query_windows.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/terminal.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/ui.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/pattern.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/layer.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/geometry.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/files.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/parser.py -> build/lib.linux-x86_64-3.9/ueberzug
copying ueberzug/scaling.py -> build/lib.linux-x86_64-3.9/ueberzug
creating build/lib.linux-x86_64-3.9/ueberzug/lib
copying ueberzug/lib/__init__.py -> build/lib.linux-x86_64-3.9/ueberzug/lib
creating build/lib.linux-x86_64-3.9/ueberzug/lib/v0
copying ueberzug/lib/v0/__init__.py -> build/lib.linux-x86_64-3.9/ueberzug/lib/v0
running egg_info
creating ueberzug.egg-info
writing ueberzug.egg-info/PKG-INFO
writing dependency_links to ueberzug.egg-info/dependency_links.txt
writing entry points to ueberzug.egg-info/entry_points.txt
writing requirements to ueberzug.egg-info/requires.txt
writing top-level names to ueberzug.egg-info/top_level.txt
writing manifest file 'ueberzug.egg-info/SOURCES.txt'
adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
reading manifest file 'ueberzug.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'ueberzug.egg-info/SOURCES.txt'
creating build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/X.c -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/X.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/Xshm.c -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/Xshm.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/display.c -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/display.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/math.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/python.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/util.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/window.c -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/X/window.h -> build/lib.linux-x86_64-3.9/ueberzug/X
copying ueberzug/lib/lib.sh -> build/lib.linux-x86_64-3.9/ueberzug/lib
running build_ext
building 'ueberzug.X' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/ueberzug
creating build/temp.linux-x86_64-3.9/ueberzug/X
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -Iueberzug/X -I/usr/include/python3.9 -c ueberzug/X/X.c -o build/temp.linux-x86_64-3.9/ueberzug/X/X.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -Iueberzug/X -I/usr/include/python3.9 -c ueberzug/X/Xshm.c -o build/temp.linux-x86_64-3.9/ueberzug/X/Xshm.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -Iueberzug/X -I/usr/include/python3.9 -c ueberzug/X/display.c -o build/temp.linux-x86_64-3.9/ueberzug/X/display.o
ueberzug/X/display.c:214:1: warning: ‘Display_get_screen_height’ defined but not used [-Wunused-function]
  214 | Display_get_screen_height(DisplayObject *self, void *closure) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -Iueberzug/X -I/usr/include/python3.9 -c ueberzug/X/window.c -o build/temp.linux-x86_64-3.9/ueberzug/X/window.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.9/ueberzug/X/X.o build/temp.linux-x86_64-3.9/ueberzug/X/Xshm.o build/temp.linux-x86_64-3.9/ueberzug/X/display.o build/temp.linux-x86_64-3.9/ueberzug/X/window.o -L/usr/lib -lX11 -lXext -lXRes -o build/lib.linux-x86_64-3.9/ueberzug/X.cpython-39-x86_64-linux-gnu.so
/usr/bin/ld: build/temp.linux-x86_64-3.9/ueberzug/X/Xshm.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: multiple definition of `DisplayType'; build/temp.linux-x86_64-3.9/ueberzug/X/X.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: first defined here
/usr/bin/ld: build/temp.linux-x86_64-3.9/ueberzug/X/Xshm.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/Xshm.c:279: multiple definition of `ImageType'; build/temp.linux-x86_64-3.9/ueberzug/X/X.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/Xshm.h:6: first defined here
/usr/bin/ld: build/temp.linux-x86_64-3.9/ueberzug/X/display.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: multiple definition of `DisplayType'; build/temp.linux-x86_64-3.9/ueberzug/X/X.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: first defined here
/usr/bin/ld: build/temp.linux-x86_64-3.9/ueberzug/X/window.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: multiple definition of `DisplayType'; build/temp.linux-x86_64-3.9/ueberzug/X/X.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/display.h:27: first defined here
/usr/bin/ld: build/temp.linux-x86_64-3.9/ueberzug/X/window.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/window.c:299: multiple definition of `WindowType'; build/temp.linux-x86_64-3.9/ueberzug/X/X.o:/var/tmp/pamac-build-kami/python-ueberzug-git/src/ueberzug/ueberzug/X/window.h:6: first defined here
collect2: error: ld returned 1 exit status
error: command '/usr/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
    Aborting... 
commented

It looks like this is an issue with the python-ueberzug-git package.

Do you get the same error if you try just installing that package with your AUR package manager?

commented

I just tried it myself and I get the same error so this is definitely an issue with that package.

I don't maintain the AUR package so I cannot change the dependencies on there, however, I will comment on the package later today to let the maintainer know about this.

Ohh okay thanks for the help!

commented

The maintainer of the AUR package has changed the dependencies so it should work now!

ohh thanks!