-
Notifications
You must be signed in to change notification settings - Fork 4
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
opkg report "incompatible with the architectures configured" if dependency is not met. #3
Comments
No news or updates on this bug? Does OpenWRT maintain OPKG or fix bugs at all? Either Entware is based on OpenWRT's package system or OpenWRT is based on Entware, but this bug remains in both versions to this day. I've been trying to figure out WTH, wasted so much time hunting down different versions of packages and trying to install them. Checking permissions, moving them to /jffs or back to the thumbdrive, and nothing. I even added "arch all" and "arch [exactlywhatipksays]" and that didn't work either. Then I find that this is a bug, due to missing dependencies. |
Opkg within OpenWrt is in the process of being phased out, it will likely not receive any further bug fixes. |
What is it going to be replaced with? Or do you mean the entire package
system is going to be removed?
…On Thu, Sep 26, 2024, 3:04 AM Jo-Philipp Wich ***@***.***> wrote:
Opkg within OpenWrt is in the process of being phased out, it will likely
not receive any further bug fixes.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCWSIQBOFTLL2VY4RNRDUEDZYPE2RAVCNFSM6AAAAABO4QN3EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZWGM3TMNRUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The plan is to replace opkg with apk (Alpine Linux package manager) in OpenWrt. |
Does OpenWRT plan on providing any sort of security patching and EOL notification
for people using Entware packages that will soon be not supported? Being
routers, I am a bit concerned about the possibility of missing patches
after the phase out in which many routers become vulnerable to CVEs.
…On Thu, Sep 26, 2024, 4:21 PM Jo-Philipp Wich ***@***.***> wrote:
The plan is to replace opkg with apk (Alpine Linux package manager) in
OpenWrt.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCWSIQB2DWUP5N23JKIJHLTZYSCFJAVCNFSM6AAAAABO4QN3EGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZYGAZTKNBSHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
This bug is very misleading to new user and inexperienced users.
pkg_hash_fetch_best_installation_candidate
report "but incompatible with the architectures configured" after dependency check failed.But if dependency has already been installed,
opkg
works just fine, not reporting any such error.OpenWrt version
5.10.176
OpenWrt target/subtarget
ramips/mt7620
Device
HiWiFi HC5761
Image kind
Official downloaded image
Steps to reproduce
Actual behaviour
opkg reports
for ipk packages with missing dependency, which is incorrect.
Expected behaviour
pkg_hash_fetch_best_installation_candidate: Packages for htop found.
Additional info
All ipk files downloaded from urls specified in distfeed.conf.
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: