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

msysgit tar breaks during compilation #29

Open
btm opened this issue Jul 10, 2014 · 4 comments
Open

msysgit tar breaks during compilation #29

btm opened this issue Jul 10, 2014 · 4 comments

Comments

@btm
Copy link

btm commented Jul 10, 2014

This is a known issue with the tar that comes with git bash. Both the chef-client MSI and the chefdk windows alpha builds have a good version of tar in them.

Related discussion: berkshelf/berkshelf#1184 (comment)

                cp ./$f/*.mzn \
                  c:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/dep-selector-libgecode-1.0.2/lib/dep-selector-libgecode/vendored-gecode/share/gecode/mznlib; done
      0 [main] tar 6364 open_stackdumpfile: Dumping stack trace to tar.exe.stackdump
      0 [main] tar 9680 open_stackdumpfile: Dumping stack trace to tar.exe.stackdump
make[1]: *** [doinstallheaders] Error 5
make[1]: Leaving directory `/usr/lib/ruby/gems/1.9.1/gems/dep-selector-libgecode-1.0.2/ext/libgecode3/vendor/gecode-3.7.3'
make: *** [installlib] Error 2
extconf.rb:98:in `block in run': Failed to build gecode library. (GecodeBuild::BuildError)
        from extconf.rb:97:in `chdir'
        from extconf.rb:97:in `run'
        from extconf.rb:104:in `<main>'
@danielsdeleo
Copy link
Contributor

@btm in the meantime, we should add the instructions from the berks issue to the read me for this project. You have a few moments to spruce them up and make a patch?

@cmluciano
Copy link

@danielsdeleo I can add this. Are you referring to the 4 steps that you listed for installing on windows?

@danielsdeleo
Copy link
Contributor

@drag00n yes, exactly that, my note on berkshelf#1184 that BTM referenced.

@jkeiser
Copy link
Contributor

jkeiser commented Aug 16, 2015

Just ran into this, glad to have the issue here. I have to wonder if it's worth putting in a message in our own compile stuff if we detect you are using the git tar.exe.

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

4 participants