-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aria2: fix aria2/aria2#2152 #22956
base: master
Are you sure you want to change the base?
aria2: fix aria2/aria2#2152 #22956
Conversation
|
fix "Exception: [Platform.cc:125] errorCode=1 OSSL_PROVIDER_load 'legacy' failed." Bug Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
fixed |
@@ -341,6 +341,7 @@ aria2_start() { | |||
procd_set_param user "$user" | |||
|
|||
procd_add_jail "$NAME.$section" log | |||
procd_add_jail_mount "/usr/lib" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was why added now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and I remove the comment and add now
8beb538
to
b8032af
Compare
I'm getting this error with your patch applied:
|
no idea with this but I dont get that |
@@ -53,7 +53,7 @@ define Package/aria2 | |||
SUBMENU:=File Transfer | |||
TITLE:=lightweight download utility | |||
URL:=https://aria2.github.io/ | |||
DEPENDS:=+zlib +libstdcpp +ARIA2_OPENSSL:libopenssl +ARIA2_GNUTLS:libgnutls \ | |||
DEPENDS:=+zlib +libstdcpp +ARIA2_OPENSSL:libopenssl +ARIA2_OPENSSL:libopenssl-legacy +ARIA2_GNUTLS:libgnutls \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is caused by this.
run out of idea to get rid of this recursive dependency hell |
works well, thanks for the fix |
could anyone help to merge the patch pls? thanks |
This is problematic and introduce new dependency issue. |
but it needs libopenssl-legacy. If you remove this package it doesn't work. |
any updates on this? |
@neheb Would you mind having a look? The dependency here is a bit tricky. |
this works even with apk but it will show that recursive dependency thingy |
So what should I do them? |
I'll look into this sometime soon. |
May I ask have you looked into this? thanks |
I managed to get rid of the recursive dependency by doing
and
I don't know that this is correct. |
that works well, thanks |
so is it okay to be merged? |
fix "Exception: [Platform.cc:125] errorCode=1 OSSL_PROVIDER_load 'legacy' failed." Bug in aria2/aria2#2152
Maintainer: @kaloz@openwrt.org @kuoruan@gmail.com
Compile tested: mediatek/filogic (ARMv8 Processor rev 4) & GL.iNet AXT1800
Run tested: same
Description: