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

chefdk: 1.3.40 -> 2.3.4 #32107

Merged
merged 1 commit into from Nov 28, 2017
Merged

chefdk: 1.3.40 -> 2.3.4 #32107

merged 1 commit into from Nov 28, 2017

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Nov 27, 2017

Motivation for this change

Update for tomster on IRC, documented the nix-shell call to update the package.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@grahamc
Copy link
Member Author

grahamc commented Nov 27, 2017

@GrahamcOfBorg build chefdk

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

1 gem installed
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/y3znlrj4kbkwp3f75jdjw0n61r4j5aq5-ruby2.0.0-p648-kitchen-inspec-0.20.0
patching script interpreter paths in /nix/store/y3znlrj4kbkwp3f75jdjw0n61r4j5aq5-ruby2.0.0-p648-kitchen-inspec-0.20.0
/nix/store/y3znlrj4kbkwp3f75jdjw0n61r4j5aq5-ruby2.0.0-p648-kitchen-inspec-0.20.0/lib/ruby/gems/2.0.0/gems/kitchen-inspec-0.20.0/bin/setup: interpreter directive changed from "/bin/bash" to "/nix/store/yd2dnycssshrmz4xgximhs3y3d9m1h1f-bash-4.4-p12/bin/bash"
/nix/store/y3znlrj4kbkwp3f75jdjw0n61r4j5aq5-ruby2.0.0-p648-kitchen-inspec-0.20.0/lib/ruby/gems/2.0.0/gems/kitchen-inspec-0.20.0/bin/console: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/0pqkzhf5pwfhipnksn6zj91hcjk9zm41-ruby-2.0.0-p648/bin/ruby"
checking for references to /tmp/nix-build-ruby2.0.0-p648-kitchen-inspec-0.20.0.drv-0 in /nix/store/y3znlrj4kbkwp3f75jdjw0n61r4j5aq5-ruby2.0.0-p648-kitchen-inspec-0.20.0...
building path(s) ‘/nix/store/m85s07n38nif89fqhbf6s4b577vfdmwk-chefdk-2.3.4’
created 455 symlinks in user environment
/nix/store/m85s07n38nif89fqhbf6s4b577vfdmwk-chefdk-2.3.4

@grahamc
Copy link
Member Author

grahamc commented Nov 27, 2017

@GrahamcOfBorg build chefdk

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

1 gem installed
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i1iqb5kgbwfldqgvk53b0kv9plhh0lgh-ruby2.4.2-kitchen-inspec-0.20.0
patching script interpreter paths in /nix/store/i1iqb5kgbwfldqgvk53b0kv9plhh0lgh-ruby2.4.2-kitchen-inspec-0.20.0
/nix/store/i1iqb5kgbwfldqgvk53b0kv9plhh0lgh-ruby2.4.2-kitchen-inspec-0.20.0/lib/ruby/gems/2.4.0/gems/kitchen-inspec-0.20.0/bin/setup: interpreter directive changed from "/bin/bash" to "/nix/store/yd2dnycssshrmz4xgximhs3y3d9m1h1f-bash-4.4-p12/bin/bash"
/nix/store/i1iqb5kgbwfldqgvk53b0kv9plhh0lgh-ruby2.4.2-kitchen-inspec-0.20.0/lib/ruby/gems/2.4.0/gems/kitchen-inspec-0.20.0/bin/console: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/1c0asg3hl1i5w29ijvkkr2y5wzz14v77-ruby-2.4.2/bin/ruby"
checking for references to /tmp/nix-build-ruby2.4.2-kitchen-inspec-0.20.0.drv-0 in /nix/store/i1iqb5kgbwfldqgvk53b0kv9plhh0lgh-ruby2.4.2-kitchen-inspec-0.20.0...
building path(s) ‘/nix/store/v8fd79jw6ynldskhsj9s3hgkq6w5nhd5-chefdk-2.3.4’
created 455 symlinks in user environment
/nix/store/v8fd79jw6ynldskhsj9s3hgkq6w5nhd5-chefdk-2.3.4

@tomster
Copy link
Contributor

tomster commented Nov 27, 2017

FTR tested this on x86_64 using nixos 17.09 and it worked

@tomster
Copy link
Contributor

tomster commented Nov 27, 2017

FTR when running actual sessions with this version my output is littered with the following errors/warnings:

       Ignoring ffi-1.9.18 because its extensions are not built.  Try: gem pristine ffi --version 1.9.18
       Ignoring unf_ext-0.0.7.4 because its extensions are not built.  Try: gem pristine unf_ext --version 0.0.7.4
       Ignoring wdm-0.1.1 because its extensions are not built.  Try: gem pristine wdm --version 0.1.1
  • perhaps some dependencies need to be updated?

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: x86_64-darwin

copying path '/nix/store/0gxfn0p0jiwyzn2sjndxzi4f2aqpbrha-syslog-logger-1.6.8.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/98s1zbx1him6kaxxgriblip1rn8ypi3b-systemu-2.6.5.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/p2hs2d0rwv9825nr1y885y6a12zymq90-thor-0.19.1.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/fzc28jsp2fzzqgidn1pjyhd65ysk5p70-timers-4.0.4.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/bzwlc9pdp8k4pvjzc23a11i4lir3zazv-unicode-display_width-1.3.0.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/79rwqqldpp82a18sq6zan69kvjhi7rsw-uuidtools-2.1.5.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/q947x0bhx4gf3qmi4qzrcr2y3nvn0lbx-varia_model-0.6.0.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/lc16vrxp6ydgzhx5qs9lj9zb6f8xzcdh-winrm-elevated-1.1.0.gem' from 'https://cache.nixos.org'...
copying path '/nix/store/l576zycfv1fhki7sd6gqsb7r3969xcrw-wmi-lite-1.0.0.gem' from 'https://cache.nixos.org'...
error: a 'x86_64-darwin' is required to build '/nix/store/76vp0qdp2v93wdy246rmr7p1ihfy4qjm-berkshelf-6.3.1.gem.drv', but I am a 'x86_64-linux'

@grahamc
Copy link
Member Author

grahamc commented Nov 28, 2017

@manveru can you take a look at this?

@grahamc grahamc merged commit ec622a9 into NixOS:master Nov 28, 2017
@grahamc grahamc deleted the chefdk-bump branch November 28, 2017 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants