How about if you skip the check? 'makepkg -is --nocheck'
Search Criteria
Package Details: streamlink-git 6.8.1.r6.g29a3107e1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/streamlink-git.git (read-only, click to copy) |
---|---|
Package Base: | streamlink-git |
Description: | CLI program that launches streams from various streaming services in a custom video player (livestreamer fork) |
Upstream URL: | https://streamlink.github.io/ |
Keywords: | fork livestreamer streamlink |
Licenses: | BSD |
Conflicts: | streamlink |
Provides: | streamlink |
Submitter: | metak |
Maintainer: | metak |
Last Packager: | metak |
Votes: | 15 |
Popularity: | 0.000002 |
First Submitted: | 2016-10-01 08:18 (UTC) |
Last Updated: | 2024-06-29 19:50 (UTC) |
Dependencies (28)
- python-certifi
- python-isodate
- python-lxml
- python-pycountry
- python-pycryptodome
- python-pysocks
- python-requests
- python-trio
- python-trio-websocket
- python-typing_extensions
- python-websocket-client (python-websocket-client-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-myst-parser (python-myst-parser018AUR) (make)
- python-setuptools (make)
- python-shtab (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_designAUR (make)
- python-versioningit (make)
- Show 8 more dependencies...
Required by (37)
- chatterino2 (requires streamlink) (optional)
- chatterino2-7tv (requires streamlink) (optional)
- chatterino2-7tv-bin (requires streamlink) (optional)
- chatterino2-7tv-git (requires streamlink) (optional)
- chatterino2-7tv-native-git (requires streamlink) (optional)
- chatterino2-7tv-nightly-bin (requires streamlink) (optional)
- chatterino2-appimage (requires streamlink) (optional)
- chatterino2-bin (requires streamlink) (optional)
- chatterino2-dankerino-bin (requires streamlink) (optional)
- chatterino2-dankerino-git (requires streamlink) (optional)
- chatterino2-forserino-git (requires streamlink) (optional)
- chatterino2-git (requires streamlink) (optional)
- chatterino2-nightly-appimage (requires streamlink) (optional)
- chatterino2-nightly-bin (requires streamlink) (optional)
- chatterino2-technorino-git (requires streamlink) (optional)
- dl-stream (requires streamlink)
- dl-stream-git (requires streamlink)
- java-chatty (requires streamlink) (optional)
- java-chatty-beta (requires streamlink) (optional)
- java-chatty-git (requires streamlink) (optional)
- Show 17 more...
Sources (1)
metak commented on 2016-12-14 21:30 (UTC)
kabbalah100 commented on 2016-12-14 21:12 (UTC)
Nothing comes out the same error
metak commented on 2016-12-14 17:20 (UTC)
@kabbalah100 try downloading a snapshot and extract to /tmp dir
https://aur.archlinux.org/cgit/aur.git/snapshot/streamlink-git.tar.gz
cd to streamlink-git and execute 'makepkg -is'.
It builds without a problem on my end and in clean chroot.
kabbalah100 commented on 2016-12-14 17:12 (UTC) (edited on 2016-12-14 17:12 (UTC) by kabbalah100)
I can not install streamlink-git:
/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/docs/changelog.rst:6: SEVERE: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: 'CHANGELOG.rst'.
/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/docs/cli.rst:4: WARNING: Malformed option description '[URL]', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"
/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/docs/cli.rst:11: WARNING: Malformed option description '[STREAM]', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"
/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/docs/install.rst:4: WARNING: Duplicate explicit target name: "here".
/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/docs/players.rst:52: WARNING: Literal block expected; none found.
ERROR collecting tests/test_buffer.py _________________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_buffer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_buffer.py:3: in <module>
from streamlink.buffers import Buffer
E ImportError: No module named 'streamlink'
__________________________________________________________________ ERROR collecting tests/test_log.py __________________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_log.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_log.py:3: in <module>
from streamlink.logger import Logger
E ImportError: No module named 'streamlink'
________________________________________________________________ ERROR collecting tests/test_options.py ________________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_options.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_options.py:3: in <module>
from streamlink.options import Options
E ImportError: No module named 'streamlink'
___________________________________________________________ ERROR collecting tests/test_plugin_adultswim.py ____________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_adultswim.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_adultswim.py:3: in <module>
from streamlink.plugins.adultswim import AdultSwim
E ImportError: No module named 'streamlink'
________________________________________________________ ERROR collecting tests/test_plugin_api_http_session.py ________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_api_http_session.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_api_http_session.py:11: in <module>
from streamlink.exceptions import PluginError
E ImportError: No module named 'streamlink'
__________________________________________________________ ERROR collecting tests/test_plugin_api_validate.py __________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_api_validate.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_api_validate.py:7: in <module>
from streamlink.plugin.api.validate import (
E ImportError: No module named 'streamlink'
_____________________________________________________________ ERROR collecting tests/test_plugin_stream.py _____________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_stream.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_stream.py:4: in <module>
from streamlink import Streamlink, PluginError, NoPluginError
E ImportError: No module named 'streamlink'
____________________________________________________________ ERROR collecting tests/test_plugin_tvplayer.py ____________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_tvplayer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_tvplayer.py:3: in <module>
from streamlink.plugins.tvplayer import TVPlayer
E ImportError: No module named 'streamlink'
_____________________________________________________________ ERROR collecting tests/test_plugin_webtv.py ______________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_plugin_webtv.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_plugin_webtv.py:3: in <module>
from streamlink.plugins.webtv import WebTV
E ImportError: No module named 'streamlink'
________________________________________________________________ ERROR collecting tests/test_session.py ________________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_session.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_session.py:4: in <module>
from streamlink import Streamlink, PluginError, NoPluginError
E ImportError: No module named 'streamlink'
____________________________________________________________ ERROR collecting tests/test_stream_wrappers.py ____________________________________________________________
ImportError while importing test module '/tmp/yaourt-tmp-julio/aur-streamlink-git/src/streamlink/tests/test_stream_wrappers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_stream_wrappers.py:3: in <module>
from streamlink.stream import StreamIOIterWrapper
E ImportError: No module named 'streamlink'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 11 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================= 11 error in 0.51 seconds =======================================================================
==> ERROR: Se produjo un fallo en check().
Cancelando…
==> ERROR: Makepkg no ha podido compilar .
Pinned Comments