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

the_platinum_searcher: 2.1.3 -> 2.1.5 #25360

Merged
merged 1 commit into from Apr 30, 2017
Merged

Conversation

sigma
Copy link
Contributor

@sigma sigma commented Apr 30, 2017

Motivation for this change
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
    • Linux
  • 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.

@mention-bot
Copy link

@sigma, thanks for your PR! By analyzing the history of the files in this pull request, we identified @binarin, @bennofs and @kamilchm to be potential reviewers.

# fixes cycle between $out and $bin
install_name_tool -delete_rpath $out/lib $bin/bin/pt
'';

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not familar with darwin, but this seems fishy? This seems to remove the dependency from $bin to $out. But why would $out depend on $bin ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I'm not entirely sure. As I understand it it comes from this:

$ cat /nix/store/fxx9f3qi089r0zhzrryfik5w95dlhbbn-the_platinum_searcher-2.1.5/nix-support/propagated-native-build-inputs
 /nix/store/0xrkg8rz3x7bzf7z0abxncn3hc3ny4wd-the_platinum_searcher-2.1.5-bin

Copy link
Contributor

Choose a reason for hiding this comment

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

Alright, I don't understand this fully either. But if it works, I guess it is fine for now.

@bennofs bennofs merged commit 17a8227 into NixOS:master Apr 30, 2017
@sigma sigma deleted the pr/pt-2.1.5 branch April 30, 2017 22:34
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

4 participants