Open keenanjohnson opened 3 years ago
I'm trying to deploy this on a Raspberry Pi 4b and I get the following build error when deploying via Balena
[octoprint] Step 2/20 : RUN apt-get update && install_packages libavahi-compat-libdnssd1 zlib1g-dev libjpeg-dev python3-dev python3-wheel python3-pip python3-setuptools fontconfig libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libswresample-dev libsrtp2-dev libsrtp2-1 libopus-dev libvpx-dev ffmpeg pkg-config python-dev python3-dev gcc g++ wget dosfstools imagemagick libv4l-dev git make cmake haproxy dbus libatlas-base-dev avrdude libssl-dev libffi-dev libraspberrypi-bin curl jq psmisc [octoprint] ---> Running in 2601166a6f4c [octoprint] Here are a few details about this Docker image (For more information please visit https://www.balena.io/docs/reference/base-images/base-images/): [octoprint] Architecture: ARM v8 [octoprint] OS: Debian Buster [octoprint] Variant: run variant [octoprint] Default variable(s): UDEV=off [octoprint] Extra features: [octoprint] - Easy way to install packages with `install_packages <package-name>` command [octoprint] - Run anywhere with cross-build feature (for ARM only) [octoprint] - Keep the container idling with `balena-idle` command [octoprint] - Show base image details with `balena-info` command [octoprint] Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [octoprint] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [octoprint] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [octoprint] Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [297 kB] [octoprint] Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB] [octoprint] Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [octoprint] Fetched 8287 kB in 2s (4447 kB/s) [octoprint] Reading package lists... [octoprint] Reading package lists... [octoprint] Building dependency tree... [octoprint] Reading state information... [octoprint] E: Unable to locate package libraspberrypi-bin [octoprint] [octoprint] apt failed, retrying [octoprint] Reading package lists... [octoprint] E: Unable to locate package libraspberrypi-bin [octoprint] [octoprint] Building dependency tree... [octoprint] Reading state information... [octoprint] apt failed, retrying [octoprint] Reading package lists... [octoprint] Building dependency tree... [octoprint] Reading state information... [octoprint] E: Unable to locate package libraspberrypi-bin [octoprint] [octoprint] Removing intermediate container 2601166a6f4c [octoprint] The command '/bin/sh -c apt-get update && install_packages libavahi-compat-libdnssd1 zlib1g-dev libjpeg-dev python3-dev python3-wheel python3-pip python3-setuptools fontconfig libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libswresample-dev libsrtp2-dev libsrtp2-1 libopus-dev libvpx-dev ffmpeg pkg-config python-dev python3-dev gcc g++ wget dosfstools imagemagick libv4l-dev git make cmake haproxy dbus libatlas-base-dev avrdude libssl-dev libffi-dev libraspberrypi-bin curl jq psmisc' returned a non-zero code: 100
I'm trying to deploy this on a Raspberry Pi 4b and I get the following build error when deploying via Balena