GithubHelp home page GithubHelp logo

Comments (1)

hectcastro avatar hectcastro commented on July 30, 2024

This appears to be a failure in compiling Node.js v0.10.2 on Ubuntu 12.10. I was able to reproduce your error on Ubuntu 12.10, although it did not occur on Ubuntu 12.04.

To get around this error, I overwrote the version and checksum attributes of the Node.js cookbook (in a Chef role, or something similar) so that it installs version v0.10.5. If you need to use v0.10.2, I recommend opening an issue on the Node.js cookbook [0].

Example of the attribute overrides in a Chef role:

default_attributes(
  "nodejs" => {
    "version" => "0.10.5",
    "checksum" => "1c22bd15cb13b1109610ee256699300ec6999b335f3bc85dc3c0312ec9312cfd",
    "checksum_linux_x64" => "182b0992401ff04a288b5777e2892f14d912a509a6c15edc7c0daded3a20d3c7",
    "checksum_linux_x86" => "c8bb5e5be76b837115a6f581ac5719586da51a8168ead2c0f8e13d9977ab06bb"
  }
)

[0] https://github.com/mdxp/nodejs-cookbook

from chef-statsd.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.