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

Coturn fails to build for arm32 (Raspberry Pi 4) #1072

Closed
whowantsmybigdata opened this issue May 20, 2021 · 7 comments
Closed

Coturn fails to build for arm32 (Raspberry Pi 4) #1072

whowantsmybigdata opened this issue May 20, 2021 · 7 comments

Comments

@whowantsmybigdata
Copy link

I git pulled and set up again on my Raspberry Pi 4, so arm32, but it wont build coturn anymore with

this error: msg: 'Error building localhost/coturn/coturn - code: 2, message: The command ''/bin/sh -c apk update && apk add --no-cache autoconf ca-certificates coreutils g++ git libtool make && update-ca-certificates'' returned a non-zero code: 2, logs: [u''Step 1/29 : ARG alpine_ver=3.13'', u''\n'', u''Step 2/29 : FROM alpine:${alpine_ver} AS dist-coturn'', u''\n'', u'' ---> b6342193e7c0\n'', u''Step 3/29 : RUN apk update && apk add --no-cache autoconf ca-certificates coreutils g++ git libtool make && update-ca-certificates'', u''\n'', u'' ---> Running in 9716ec9fee9c\n'', u''fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz\n'', u''\x1b[91mERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later)\nWARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory\n\x1b[0m'', u''fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz\n'', u''\x1b[91mERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)\nWARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory\n\x1b[0m'', u''2 errors; 14 distinct packages available\n'', u''Removing intermediate container 9716ec9fee9c\n'']'

Pinging the error-link https://dl-cdn.alpinelinux.org/alpine/v3.13/community didnt work but I did a wget (from the same machine where the playbook is running) and it works...
I also tried to setup without coturn and everything else works as normal.

Thanks in advance for any clues!

@Toorero
Copy link
Contributor

Toorero commented May 26, 2021

I am affected on a Raspberry Pi 4 myself too.

@whowantsmybigdata
Copy link
Author

I dont get it as in the "main" directory there was also no coturn before this upgrade and in the "community" directory there was and still is one when opened through a browser

@whowantsmybigdata
Copy link
Author

whowantsmybigdata commented May 31, 2021

@Toorero do you managed to build it in the meantime? or do you know exactly with which commit this was messed up or if it was really deprecated upstream? i cant find it

@Toorero
Copy link
Contributor

Toorero commented Jun 1, 2021

I'm sorry but I basically don't know anything about Ansible other then the Wikipedia page. I just wanted to say that I am affected as well.

@Toorero
Copy link
Contributor

Toorero commented Jul 13, 2021

alpinelinux/docker-alpine#135 (comment)

@Toorero
Copy link
Contributor

Toorero commented Jul 13, 2021

This resolved the issue completely also with respect to exim and other alpine based docker images so far.

@whowantsmybigdata
Copy link
Author

Thanks a ton for the link! Upgrading "libseccomb2" manually to 2.5.1-1 solved the issue for me!

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

2 participants