Giter Site home page Giter Site logo

Comments (2)

burtlo avatar burtlo commented on August 25, 2024

Issues with default-centos-510:

Autogen / Autoconf

I, [2014-06-12T15:08:08.554866 #894]  INFO -- default-centos-510:   1) Failure:
I, [2014-06-12T15:08:08.554886 #894]  INFO -- default-centos-510: recipe::ark::test#test_0016_uses autogen.sh to generate configure script [/var/chef/minitest/ark/test_test.rb:90]:
I, [2014-06-12T15:08:08.554900 #894]  INFO -- default-centos-510: Expected path '/usr/local/test_autogen-1/configure' to exist

The recipes/test.rb does not setup autogen for RedHat family machines less than an 6.0. I assume that CentOS is blocked in that family. The comment says that the autoconf version is far too old.

ark 'test_autogen' do
  url 'https://github.com/zeromq/libzmq/tarball/master'
  extension 'tar.gz'
  action :configure
  # autoconf in RHEL < 6 is too old
  not_if { platform_family?('rhel') && node['platform_version'].to_f < 6.0 }
end

On CentOS-510, I see the autoconf version as 2.59. On Fedora-19, I see the autoconf version as 2.69. I don't know if that is too old.

I commented it out the not_if to see if it would install the file at the path and continue through the test but it does not. I think this test may be platform dependent. I wish there was a test to validate this comment.

from ark.

burtlo avatar burtlo commented on August 25, 2024

I found the issue was simply to add build-essentials as a requirement of the cookbook.

from ark.

Related Issues (20)

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.