distributions icon indicating copy to clipboard operation
distributions copied to clipboard

Source RPM link in nodesource-el7.repo is broken

Open carbonin opened this issue 5 years ago • 3 comments

The nodesource-release-el7-1.noarch.rpm package provides a repo for source rpms, but the base url value (https://rpm.nodesource.com/pub_10.x/el/7/SRPMS) returns a 404.

carbonin avatar Jan 17 '20 14:01 carbonin

Same for nodesource-release-el8-1.noarch.rpm: https://rpm.nodesource.com/pub_10.x/el/7/SRPMS does not exist.

antaln avatar Feb 03 '20 13:02 antaln

Also observed same, there is no srpm for any el. Noticed that when looking for el6 v12.16.2 rpm build which is also not present, only 7 and 8. Would be nice to have it built or access to srpm.

abregar avatar Apr 24 '20 09:04 abregar

This is a problem because it breaks yum-builddep <package> where <package> is unrelated to Node.

Errors during downloading metadata for repository 'nodesource-source':
  - Status code: 404 for https://rpm.nodesource.com/pub_12.x/el/8/SRPMS/repodata/repomd.xml (IP: 104.104.244.89)
Error: Failed to download metadata for repo 'nodesource-source': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

If the SRPMS aren't going to be made available then this part of /etc/yum.repos.d/nodesource-el8.repo needs to be deleted.

[nodesource-source]
name=Node.js for Enterprise Linux 8 - $basearch - Source
baseurl=https://rpm.nodesource.com/pub_12.x/el/8/SRPMS
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
gpgcheck=1

dholth avatar May 06 '21 15:05 dholth

Node v10 is deprecated, we recommend using a more recent version.

JesusPaz avatar Aug 29 '23 19:08 JesusPaz