openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.94k stars 3.45k forks source link

Package size mismatch: dnscrypt-proxy2 is 3706719 bytes, expecting 3706642 bytes #13181

Closed rugk closed 4 years ago

rugk commented 4 years ago

Issue template (remove lines from top till here)

Maintainer: @BKPepe Environment: GL.iNet GL-B1300; Powered by LuCI openwrt-19.07 branch (git-20.136.49537-fb2f363) / OpenWrt 19.07.3 r11063-85e04e9f46 OpenWrt 19.07.3 r11063-85e04e9f46 / LuCI openwrt-19.07 branch git-20.136.49537-fb2f363

Description: The installation of dnscrypt-proxy2 fails due to unmatched file size,.

Executing package manager

Installing dnscrypt-proxy2 (2.0.44-1) to root...
Downloading http://downloads.openwrt.org/releases/19.07.3/packages/arm_cortex-a7_neon-vfpv4/packages/dnscrypt-proxy2_2.0.44-1_arm_cortex-a7_neon-vfpv4.ipk

Errors

Collected errors:
 * opkg_install_pkg: Package size mismatch: dnscrypt-proxy2 is 3706719 bytes, expecting 3706642 bytes
 * opkg_install_cmd: Cannot install package dnscrypt-proxy2.

The opkg install command failed with code 255.

BTW, what the f*** is golang-github-jedisct1-dnscrypt-proxy2-dev? It has the same size, the main project is also ingo. Same version, so I dunno why it has a dev there. Maybe that is better to install?

I try to follow https://openwrt.org/docs/guide-user/services/dns/dnscrypt_dnsmasq_dnscrypt-proxy2

BKPepe commented 4 years ago

Did you do opkg update and then opkg install dnscrypt-proxy2?

rugk commented 4 years ago

Oh yeah, works now. Strange error message though.

Sorry.