Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On raspberry pi 4b bookworm, error at building #675

Open
SpaghettiMonkey opened this issue Aug 21, 2024 · 0 comments
Open

On raspberry pi 4b bookworm, error at building #675

SpaghettiMonkey opened this issue Aug 21, 2024 · 0 comments

Comments

@SpaghettiMonkey
Copy link

I'm trying to build from files I had on windows beforehand, changed the env paths accordingly to my new setup, installed docker and docker compose plugin (found no mention of docker compose installation on docker's website so thought that plugin has to be it). From My main folder, I'm now trying to build, and this is what I get :

szuru $ sudo docker compose build
WARN[0000] /home/user/Documents/szuru/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
[+] Building 12.7s (7/13)                                        docker:default
 => [server internal] load build definition from Dockerfile                0.0s
 => => transferring dockerfile: 2.47kB                                     0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (li  0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (li  0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (li  0.0s
 => [server internal] load metadata for docker.io/library/alpine:3.13      1.3s
 => [server internal] load .dockerignore                                   0.0s
 => => transferring context: 246B                                          0.0s
 => [server internal] load build context                                   0.1s
 => => transferring context: 13.84kB                                       0.1s
 => [server prereqs 1/7] FROM docker.io/library/alpine:3.13@sha256:469b6e  0.0s
 => CACHED [server prereqs 2/7] WORKDIR /opt/app                           0.0s
 => ERROR [server prereqs 3/7] RUN apk --no-cache add         python3     11.1s
------                                                                          
 > [server prereqs 3/7] RUN apk --no-cache add         python3         python3-dev         py3-pip         build-base         libheif         libheif-dev         libavif         libavif-dev         ffmpeg         py3-yaml         py3-psycopg2         py3-sqlalchemy         py3-certifi         py3-numpy         py3-pillow         py3-pynacl         py3-tz         py3-pyrfc3339:                     
0.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz
5.923 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later)
5.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz
10.93 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)
10.93   build-base (no such package):
10.93     required by: world[build-base]
10.93   ffmpeg (no such package):
10.93     required by: world[ffmpeg]
10.93   libavif (no such package):
10.93     required by: world[libavif]
10.93   libavif-dev (no such package):
10.93     required by: world[libavif-dev]
10.93   libheif (no such package):
10.93     required by: world[libheif]
10.93   libheif-dev (no such package):
10.93     required by: world[libheif-dev]
10.93   py3-certifi (no such package):
10.93     required by: world[py3-certifi]
10.93   py3-numpy (no such package):
10.93     required by: world[py3-numpy]
10.93   py3-pillow (no such package):
10.93     required by: world[py3-pillow]
10.93   py3-pip (no such package):
10.93     required by: world[py3-pip]
10.93   py3-psycopg2 (no such package):
10.93     required by: world[py3-psycopg2]
10.93   py3-pynacl (no such package):
10.93     required by: world[py3-pynacl]
10.93   py3-pyrfc3339 (no such package):
10.93     required by: world[py3-pyrfc3339]
10.93   py3-sqlalchemy (no such package):
10.93     required by: world[py3-sqlalchemy]
10.93   py3-tz (no such package):
10.93     required by: world[py3-tz]
10.93   py3-yaml (no such package):
10.93     ERROR: unable to select packages:
10.93 required by: world[py3-yaml]
10.93   python3 (no such package):
10.93     required by: world[python3]
10.93   python3-dev (no such package):
10.93     required by: world[python3-dev]
------
failed to solve: process "/bin/sh -c apk --no-cache add         python3         python3-dev         py3-pip         build-base         libheif         libheif-dev         libavif         libavif-dev         ffmpeg         py3-yaml         py3-psycopg2         py3-sqlalchemy         py3-certifi         py3-numpy         py3-pillow         py3-pynacl         py3-tz         py3-pyrfc3339" did not complete successfully: exit code: 18

What am I missing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant