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

nodejs automatically updated to 0.11.15 in Ubuntu utopic-amd64 as of 2015-01-29 #60

Closed
ronjouch opened this issue Jan 29, 2015 · 13 comments

Comments

@ronjouch
Copy link

Hello. Is this expected? Is there a way to revert to 0.10.x?

Package: nodejs
Version: 0.11.15-1nodesource1~utopic1
Architecture: amd64
Maintainer: Jérémy Lal <kapouer@melix.org>
Installed-Size: 24599
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), rlwrap
Conflicts: nodejs-dev, nodejs-legacy, npm
Replaces: nodejs-dev (<= 0.8.22), nodejs-legacy, npm (<= 1.2.14)
Provides: nodejs-dev, nodejs-legacy, npm
Homepage: http://nodejs.org/
Priority: extra
Section: web
Filename: pool/main/n/nodejs/nodejs_0.11.15-1nodesource1~utopic1_amd64.deb
Size: 5698932
SHA256: 99731ceeaebcf1aba9e5d4148b803392db24e05c85551e8aad5549db4b831986
SHA1: 889acee2a935a56fdeb5b001eeeba4235fca4c7c
MD5sum: 40244d6d0629bd11b9bc1a22d22f51e2
@bpmarinho
Copy link

Hi.

It seems for utopic it was built the unstable version and I have the same problem.
To solve it, I manually downloaded the previous version and installed from https://deb.nodesource.com/node/pool/main/n/nodejs/

@ronjouch
Copy link
Author

Okay, thanks!

@guidouil
Copy link

Just for the record

wget https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.35-1nodesource1~utopic1_amd64.deb
sudo dpkg -i nodejs_0.10.35-1nodesource1~utopic1_amd64.deb

@yoyurec
Copy link

yoyurec commented Jan 30, 2015

+1
will it be fixed or every Unicorn user should downgrade everytime? ((

@joemaller
Copy link

This broke our deploys. It's especially frustrating since version-stability was kind of the whole reason for installing with NodeSource.

The unstable nodejs version will fail for anyone trying to install node-sass (250k+ downloads last month) and likely other modules with bundled binaries.

sass/node-sass#563
sass/node-sass#627

@chrislea
Copy link
Contributor

chrislea commented Feb 1, 2015

So no, that should not be happening. The 0.10.x builds and the 0.11.x builds are in different repositories. Can somebody show me the output of:

apt-cache policy nodejs

from an affected machine?

@bpmarinho
Copy link

I don't have it here but if you browse the repo files you will see that for Ubuntu 14.10 unicorn, it was built only the unstable version. Because it's the highest it's the one we get upgraded to.

@bpmarinho
Copy link

Sorry, utopic, not unicorn and see check the directory, https://deb.nodesource.com/node/pool/main/n/nodejs/

@joemaller
Copy link

@chrislea This is what I got from a freshly deployed Ubuntu 14.10 x64 VPS just now after running the NodeSource install script:

nodejs:
  Installed: 0.11.15-1nodesource1~utopic1
  Candidate: 0.11.15-1nodesource1~utopic1
  Version table:
 *** 0.11.15-1nodesource1~utopic1 0
        500 https://deb.nodesource.com/node/ utopic/main amd64 Packages
        100 /var/lib/dpkg/status
     0.10.25~dfsg2-2ubuntu1 0
        500 http://mirrors.digitalocean.com/ubuntu/ utopic/universe amd64 Packages

@chrislea
Copy link
Contributor

chrislea commented Feb 2, 2015

Thanks @joemaller.

So first thing's first, which is my apologies that this happened to being with. It was our (my) error, not anything anyone on this thread did wrong. I'm still not exactly sure how this got messed up as it's a fairly automated process, but I'll review things and see if I can clean things up better.

So second thing, thanks to everybody for reporting this so I could get it fixed.

The 0.11.x build for utopic has been removed from the repo and 0.10.36 has been installed properly. You should be able to trust that the NodeSource repos are going to work as expected. Unfortunately, if you got hit by this, you will have to get rid of the 0.11.x build first before you can get back to "situation normal". I believe the following commands, as root, should do the trick for you:

apt-get remove --purge nodejs
apt-get update
apt-get -y install nodejs

If there are still issues please report them here. I will leave this open until I get some verification that things are okay again.

@yoyurec
Copy link

yoyurec commented Feb 2, 2015

👍

@joemaller
Copy link

@chrislea Looks like we're all good again, thank you!

Here's the apt-cache policy nodejs output I got from another clean Ubuntu 14.10 VPS:

nodejs:
  Installed: 0.10.36-1nodesource1~utopic1
  Candidate: 0.10.36-1nodesource1~utopic1
  Version table:
 *** 0.10.36-1nodesource1~utopic1 0
        500 https://deb.nodesource.com/node/ utopic/main i386 Packages
        100 /var/lib/dpkg/status
     0.10.25~dfsg2-2ubuntu1 0
        500 http://mirrors.digitalocean.com/ubuntu/ utopic/universe i386 Packages

@chrislea
Copy link
Contributor

chrislea commented Feb 2, 2015

Thanks for the report. Closing this down.

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

6 participants