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

build-essential dependency does not exist #2

Closed
techhat opened this issue Jul 16, 2013 · 6 comments
Closed

build-essential dependency does not exist #2

techhat opened this issue Jul 16, 2013 · 6 comments

Comments

@techhat
Copy link
Member

techhat commented Jul 16, 2013

What is the build-essential package supposed to be? Getting errors (Ubuntu 13.04):

----------
    State: - pkg
    Name:      ruby1.9.1-dev
    Function:  installed
        Result:    False
        Comment:   The following requisites were not found:
                   require: {'pkg': 'build-essential'}

        Changes:   
----------
    State: - pkg
    Name:      ruby1.9.3
    Function:  installed
        Result:    False
        Comment:   The following requisites were not found:
                   require: {'pkg': 'build-essential'}

        Changes: 
@techhat
Copy link
Member Author

techhat commented Jul 16, 2013

Tagging @UtahDave, @auser.

@terminalmage
Copy link
Member

build-essential is gcc + other libraries needed for compiling stuff.

@terminalmage
Copy link
Member

looks like https://github.com/saltstack-formulas/ruby/blob/master/ruby/init.sls is missing a pkg.installed state

@techhat
Copy link
Member Author

techhat commented Jul 16, 2013

Easy enough to add here, but it seems like something that should be in another formula, which this one would import.

@terminalmage
Copy link
Member

Yeah, I can imagine that more than one formula would need build-essential.

@wwentland
Copy link

The actual issue has been solved in #6.

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

3 participants