Zerobit, it works for me. Do you still have problems with it?
Maybe it wasn't only python2-m2crypto that was from testing in my system, but also openssl-1.0.
Search Criteria
Package Details: acestream-engine 3.2.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/acestream-engine.git (read-only, click to copy) |
---|---|
Package Base: | acestream-engine |
Description: | Ace Stream engine |
Upstream URL: | https://acestream.org |
Keywords: | broadcast broadcasting decentralized livestream p2p peer-to-peer streaming |
Licenses: | custom:ACE Stream |
Submitter: | Scimmia |
Maintainer: | qark |
Last Packager: | qark |
Votes: | 130 |
Popularity: | 0.014206 |
First Submitted: | 2013-04-11 21:20 (UTC) |
Last Updated: | 2024-04-24 18:32 (UTC) |
Dependencies (2)
- python310AUR
- python-installer (make)
Required by (2)
- acestream-launcher (optional)
- mpv-acestream
Sources (10)
- acestream-engine-3.2.3.tar.gz
- acestream-engine.desktop
- acestream-engine.service
- https://files.pythonhosted.org/packages/cp310/a/apsw/apsw-3.45.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp310/c/cffi/cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp310/l/lxml/lxml-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
- https://files.pythonhosted.org/packages/cp35/p/pycryptodome/pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp36/p/PyNaCl/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
- https://files.pythonhosted.org/packages/py3/s/setuptools/setuptools-69.5.1-py3-none-any.whl
- LICENSE
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 21 Next › Last »
positron commented on 2017-05-27 18:31 (UTC)
ZeroBit commented on 2017-05-23 18:07 (UTC) (edited on 2017-05-23 18:09 (UTC) by ZeroBit)
@positron
Your PKGBUILD doesn't work
I installed python2-m2crypto from testing
pacman -Qi python2-m2crypto
Name : python2-m2crypto
Version : 0.24.0-4
Description : A crypto and SSL toolkit for Python
Architecture : x86_64
URL : https://pypi.python.org/pypi/M2Crypto
Licenses : BSD
Groups : None
Provides : None
Depends On : python2 openssl-1.0
Optional Deps : None
Required By : acestream-engine
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 1294.00 KiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Fri May 19 20:27:23 2017
Install Date : Tue May 23 21:02:47 2017
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : None
Then I installed acestream-engine with your version of PKGBUILD
and now the situation is:
sudo systemctl status acestream-engine.service
● acestream-engine.service - AceStream Engine (console)
Loaded: loaded (/usr/lib/systemd/system/acestream-engine.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2017-05-23 21:02:53 EEST; 5min ago
Process: 8498 ExecStart=/usr/bin/acestreamengine --client-console --bind-all (code=exited, status=1/FAILURE)
Main PID: 8498 (code=exited, status=1/FAILURE)
May 23 21:02:53 zenbook systemd[1]: Started AceStream Engine (console).
May 23 21:02:53 zenbook acestreamengine[8498]: xx Cannot load libraries: path /opt/acestream/lib
May 23 21:02:53 zenbook acestreamengine[8498]: Traceback (most recent call last):
May 23 21:02:53 zenbook acestreamengine[8498]: File "<entry>", line 9, in <module>
May 23 21:02:53 zenbook acestreamengine[8498]: File "core.c", line 132, in
May 23 21:02:53 zenbook acestreamengine[8498]: ImportError: /opt/acestream/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/acestream/lib/acestreamengine/pycompat.so)
May 23 21:02:53 zenbook systemd[1]: acestream-engine.service: Main process exited, code=exited, status=1/FAILURE
May 23 21:02:53 zenbook systemd[1]: acestream-engine.service: Unit entered failed state.
May 23 21:02:53 zenbook systemd[1]: acestream-engine.service: Failed with result 'exit-code'.
koskal commented on 2017-05-22 16:48 (UTC)
I thought there was problem with python2-2.7.13-2 and python2-m2crypto 0.24.0-3,so I downgraded the packages and and worked again. Today I decided to update again and still working with no errors. The only change I've made was that I change the owner of the acestream folder in opt from root to my user, otherwise the gtk version cant start. So no problem here!! Thanks
positron commented on 2017-05-20 08:18 (UTC) (edited on 2017-05-20 08:41 (UTC) by positron)
Here's working, what kind of recent updates you're talking about?
EDIT: Since libopenssl-1.0-compat has been orphaned I tried to do the trick using openssl-1.0 and it worked. Here's an updated PKGBUILD:
https://pastebin.com/EUMGMtgm
EDIT2: Works only with python2-m2crypto from testing.
koskal commented on 2017-05-15 16:06 (UTC)
After recent updates doesn't work:
2017-05-15 19:05:39,035|MainThread|acestream|error during startup
Traceback (most recent call last):
File "core.c", line 1590, in
File "core.c", line 144, in
File "core.c", line 86, in
File "/usr/lib/python2.7/site-packages/M2Crypto/__init__.py", line 26, in <module>
from M2Crypto import (ASN1, AuthCookie, BIO, BN, DH, DSA, EVP, Engine, Err,
File "/usr/lib/python2.7/site-packages/M2Crypto/ASN1.py", line 14, in <module>
from M2Crypto import BIO, m2
File "/usr/lib/python2.7/site-packages/M2Crypto/BIO.py", line 7, in <module>
from M2Crypto import m2
File "/usr/lib/python2.7/site-packages/M2Crypto/m2.py", line 30, in <module>
from M2Crypto._m2crypto import *
File "/usr/lib/python2.7/site-packages/M2Crypto/_m2crypto.py", line 17, in <module>
__m2crypto = swig_import_helper()
File "/usr/lib/python2.7/site-packages/M2Crypto/_m2crypto.py", line 16, in swig_import_helper
return importlib.import_module('__m2crypto')
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named __m2crypto
positron commented on 2017-05-01 20:54 (UTC)
Here's a PKGBUILD with the modifications mentioned by dieghen89:
https://pastebin.com/2XRMZD6W
dieghen89 commented on 2017-05-01 10:51 (UTC)
Why not making libopenssl-1.0-compat a dependency and adding the symlink inside the package? Having symlinks in the / that are untracked by the package manager is not a great idea.
milomilo commented on 2017-04-29 18:26 (UTC)
comment from cirrus is correct.
path "/opt/acestream/lib/" worked for me!
cirrus commented on 2017-04-28 12:45 (UTC)
mpuzirew: workaround #2 worked but i had to extact both .so files to /opt/acestream/lib/
thanks for the tip.
Pinned Comments
qark commented on 2023-09-12 21:18 (UTC)
Please stop flagging package as out-of-date until there is stable version, not alpha, beta, RC or whatever.