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

ripgrep 0.5.0 build broken on Darwin #23972

Closed
jwiegley opened this issue Mar 17, 2017 · 3 comments
Closed

ripgrep 0.5.0 build broken on Darwin #23972

jwiegley opened this issue Mar 17, 2017 · 3 comments
Labels
0.kind: regression Something that worked before working no longer 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: darwin Running or building packages on Darwin 6.topic: rust

Comments

@jwiegley
Copy link
Contributor

This upgrade breaks on darwin, apparently because a dependency download is expecting SSL certificates to live someplace that only occurs on Linux:

Using rust registry from /nix/store/4ihzgvxjxvaidg732i03rz48b2fiaqjy-rustRegistry-2017-03-13-e5b7b45
warning: custom registry support via the `registry.index` configuration is being removed, this functionality will not work in the future
    Updating registry `file:///nix/store/4ihzgvxjxvaidg732i03rz48b2fiaqjy-rustRegistry-2017-03-13-e5b7b45`
 Downloading libc v0.2.21 (registry file:///nix/store/4ihzgvxjxvaidg732i03rz48b2fiaqjy-rustRegistry-2017-03-13-e5b7b45)
error: unable to get packages from source

Caused by:
  [77] Problem with the SSL CA cert (path? access rights?) (error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none)
builder for ‘/nix/store/vjkxdg2rkwzmncfpb13z9n1f2mbnfx50-ripgrep-0.5.0-fetch.drv’ failed with exit code 101

Due to 363cfbd

@jwiegley jwiegley added 0.kind: regression Something that worked before working no longer 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: darwin Running or building packages on Darwin 6.topic: rust labels Mar 17, 2017
@LnL7
Copy link
Member

LnL7 commented Mar 17, 2017

I'm pretty sure the issue here is related to NixOS/nix#921 and #23605, not the update.

screen shot 2017-03-17 at 08 11 22

@LnL7
Copy link
Member

LnL7 commented Mar 22, 2017

Is this still a issue for you? I think you can force a local build with nix-build -A rustPlatform.rustRegistry --check.
http://hydra.nixos.org/build/50577913

@jwiegley
Copy link
Contributor Author

Appears fixed now, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: regression Something that worked before working no longer 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: darwin Running or building packages on Darwin 6.topic: rust
Projects
None yet
Development

No branches or pull requests

2 participants