PowerTune icon indicating copy to clipboard operation
PowerTune copied to clipboard

Incorrect hash issue

Open JZXPacky opened this issue 3 years ago • 4 comments

Getting incorrect hash error when compiling. Have retried multiple times with no luck.

Any pointers?

image

Forgot to add. Brand new install of Ubuntu 17.04

JZXPacky avatar Jun 01 '21 06:06 JZXPacky

Technically this is a buildroot issue. Are you using the buildroot repository here? https://github.com/MarkusIppy/buildroot

pgrandin avatar Jul 08 '21 20:07 pgrandin

Hey JZXpacky, did you ever end up resolving this issue?

have run into same issue myself, wondering if you managed to resolve it

cakelesscoder avatar Aug 08 '21 11:08 cakelesscoder

Goto /buildroot/package/rpi-userland

Open rpi-userland.hash and paste the following:

Locally computed

#sha256 476cde13d0d4bbf44ffc4d1d545847464d5c270bb72e4d940e43e5972c4de9da rpi-userland-29835184aa70c13d77a11d721e934a7298bdf46a.tar.gz sha256 46a37eaf0de598ce5804e48a5efc2120e07d753a57ed83463ebfa551562eefe6 rpi-userland-29835184aa70c13d77a11d721e934a7298bdf46a.tar.gz

That will fix this issue up. You will run into 3 more issues after. Github security fix: Run the following - git config --global url."https://".insteadOf git://

QT5 404 Error: Open /buildroot/package/qt5/qt5.mk and comment out the QT5_SITE and add a new mirror - #QT5_SITE = http://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules QT5_SITE = http://mirrors.ocf.berkeley.edu/qt/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules

The final error is going to be a Project ERROR: Unknown module(s) in QT: charts location positioning sensors multimedia

Thats where I have gotten and am currently working on.

AlucardXP avatar May 08 '22 04:05 AlucardXP

Adding qt5multimedia qt5location qt5sensors to POWERTUNE_DEPENDENCIES in /buildroot/package/powertune/powertune.mk fixes most the problems but still leaves me with a charts issue

AlucardXP avatar May 08 '22 06:05 AlucardXP