distributions icon indicating copy to clipboard operation
distributions copied to clipboard

Debian buster armhf reports not supported

Open Jai-JAP opened this issue 3 years ago • 6 comments

I am installing nodejs 16 using nodesource but it says buster is unsupported although release file is present on the repo.

## Installing the NodeSource Node.js 16.x repo...


## Populating apt-get cache...

+ apt-get update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://security.debian.org buster/updates InRelease
Reading package lists...

## Confirming "buster" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.x/dists/buster/Release'

## Your distribution, identified as "buster", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

Jai-JAP avatar May 03 '22 15:05 Jai-JAP

Update: even manually adding

deb https://deb.nodesource.com/node_16.x buster main

To sources.list.d and updating apt cache doesnt result in nodejs 16 being added in the repos and apt installing nodejs still installs node 10.24.0~dfsg-1~deb10u1

EDIT: apt update failed as mentioned in next message

Jai-JAP avatar May 04 '22 05:05 Jai-JAP

I didn't notice before but apt update fails with the following error:

Hit:1 http://security.debian.org/ buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Get:4 https://deb.nodesource.com/node_16.x buster InRelease [4584 B]
Err:4 https://deb.nodesource.com/node_16.x buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
Reading package lists...
W: GPG error: https://deb.nodesource.com/node_16.x buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
E: The repository 'https://deb.nodesource.com/node_16.x buster InRelease' is not signed.

Maybe this is the cause for the error

Jai-JAP avatar May 04 '22 10:05 Jai-JAP

@JesusPaz any updates

Jai-JAP avatar May 14 '22 05:05 Jai-JAP

similar issue trying to build this on belanacloud.

[agent]          ## Installing packages required for setup: lsb-release...
[agent]          + apt-get install -y lsb-release > /dev/null 2>&1
[agent]          ## Confirming "n/a" is supported...
[agent]          + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/n/a/Release'
[agent]          ## Your distribution, identified as "n/a", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
[agent]          Removing intermediate container bd4fa4e0124f
[agent]          The command '/bin/sh -c apt-get update && apt-get install -y curl && curl -sL https://deb.nodesource.com/setup_14.x | bash - &&     curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - &&     echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list &&     apt update && apt install yarn -y' returned a non-zero code: 1
[Info]           Uploading images
[Success]        Successfully uploaded images
[Error]          Some services failed to build:
[Error]            Service: agent
[Error]              Error: The command '/bin/sh -c apt-get update && apt-get install -y curl && curl -sL https://deb.nodesource.com/setup_14.x | bash - &&     curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - &&     echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list &&     apt update && apt install yarn -y' returned a non-zero code: 1
[Info]           Built on arm02
[Error]          Not deploying release.
Remote build failed

if i dont imply the arm tag, the first one fails. i went straight for the latest build, and failed again. I will try v1.0.0 with arm and hope for the best.

#FROM kerberos/debian-opencv-ffmpeg:1.0.0 AS builder
FROM kerberos/debian-opencv-ffmpeg:arm AS builder
MAINTAINER Kerberos.io

ENV GOROOT=/usr/local/go
ENV GOPATH=/go
ENV PATH=$GOPATH/bin:$GOROOT/bin:$PATH
ENV GOSUMDB=off

puccaso avatar May 22 '22 16:05 puccaso

is buster still not supported??? im still having this issue with debian 10

TeamNoxious avatar Nov 14 '22 21:11 TeamNoxious

buster armhf not supported?

SplitGemini avatar Nov 23 '22 15:11 SplitGemini

This issue is resolved with our new repository. More information can be found here.

JesusPaz avatar Aug 29 '23 19:08 JesusPaz