-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
deb-src repository broken / no source artifacts #871
Comments
Just checked the Sources Indices https://deb.nodesource.com/node_10.x/dists/disco/main/source/Sources.gz is empty, so there doesn't seem to be any deployed source package. |
There are also no .dsc or tar.gz files in the pool directory: |
At this time we no longer support Node.js version 10. We recommend installing one of the currently supported versions. |
This is also still valid for https://deb.nodesource.com/node_18.x/pool/main/n/nodejs/, there sadly are no source files available (like |
FTR, still applies to existing as well as newer nodejs versions like https://deb.nodesource.com/node_20.x, https://deb.nodesource.com/node_21.x + https://deb.nodesource.com/node_22.x |
Hey,
it seems that the deb-src repository, added by calling
curl -sL https://deb.nodesource.com/setup_10.x | bash -
,doesn't contain source artifacts / is broken. After a successful nodejs installation with the command above I tried to call
apt-get source nodejs
and got the errorE: You must put some 'source' URIs in your sources.list
I need the source code of the package to do a node-gyp rebuild in environments which don't have internet access.
The bug occurs on ubuntu bionic. I didn't test other versions yet.
I wrote a Dockerfile which demonstrates the issue:
You can just call docker build on that to reproduce the error.
The text was updated successfully, but these errors were encountered: