helixhorned / rM-rcu-docker

Docker image builder+runner for the reMarkable Connection Utility
3 stars 0 forks source link

sha256sum of imx_usb fails #1

Open damienchallet opened 2 years ago

damienchallet commented 2 years ago

Both the main and the development branches lead to an error:

=> [15/19] RUN sudo chown damien:damien . && sudo apt install -y git make pkg-config gcc libusb-1.0-0-dev && git clone https://github.com/boundarydevices/imx_usb_loader.git && cd imx_usb_loader && gi 46.8s => ERROR [16/19] RUN sha256sum /tmp/imx_usb_build/imx_usb grep -q "c9f276e9f9fefa184a629e19b5f3b22e4875d750dc4d1ee2e38ad889c4bf93c7" 0.5s
> [16/19] RUN sha256sum /tmp/imx_usb_build/imx_usb grep -q "c9f276e9f9fefa184a629e19b5f3b22e4875d750dc4d1ee2e38ad889c4bf93c7":

executor failed running [/bin/sh -c sha256sum /tmp/imx_usb_build/imx_usb | grep -q "$IMX_USB_SHA256"]: exit code: 1

helixhorned commented 2 years ago

Hi Damien,

thanks for notifying me. The built imx_usb happens to contain the $USER passed as build argument. In other words, you're the first user besides me who attempted to build rM-rcu-docker. Congrats! ;-)

I'm planning to look into it in depth at one point.

Cheers, Philipp

damienchallet commented 2 years ago

Thanks for your reply. I guess that your project will become useful to more and more people as RCU does not seem to work with Ubuntu 22.04.

On Tue, 25 Oct 2022 at 21:05, Philipp Kutin @.***> wrote:

Hi Damien,

thanks for notifying me. The built imx_usb happens to contain the $USER passed as build argument. In other words, you're the first user besides me who attempted to build rM-rcu-docker. Congrats! ;-)

I'm planning to look into it in depth at one point.

Cheers, Philipp

— Reply to this email directly, view it on GitHub https://github.com/helixhorned/rM-rcu-docker/issues/1#issuecomment-1291013531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADRKPR2QZG75LM6UXUN2YDWFAVOHANCNFSM6AAAAAARNJV5AQ . You are receiving this because you authored the thread.Message ID: @.***>