Optware / Optware-ng

279 stars 52 forks source link

"Not selecting apr 1.5.2 as installing it would break existing dependencies"? #220

Closed ElTopo closed 6 years ago

ElTopo commented 6 years ago

Hello,

I recently got "Not selecting apr 1.5.2 as installing it would break existing dependencies." when I did ipkg update && ipkg upgrade

I have apr 1.6.2-2 installed.

I don't know which package causes this warning. Please help me find out the package and solve this issue, thanks!

alllexx88 commented 6 years ago

Hi,

Such things happen from time to time for no apparent reason: it's an opkg bug probably. You can either safely ignore this message, or manually edit /opt/lib/ipkg/status, search for lines like

Package: apr
Version: 1.5.2
...

And delete the reference

ElTopo commented 6 years ago

@alllexx88 OK thanks.