-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Nix is completely broken after major macOS update #2444
Comments
It's pretty much a certainty that it will break on 10.15, because, well, that's macOS :-) |
Maybe install script should safeguard macos to be set to known tested versions? Although that won't prevent macOS upgrades... |
That would be awful. The *only* remedy to a macOS upgrade breaking Nix is to reinstall Nix. Locking the installer script to known versions would prevent that, without a good reason, as reinstalling works just fine.
…On Sep 25, 2018, 8:40 AM -0700, Domen Kožar ***@***.***>, wrote:
Maybe install script should safeguard macos to be set to known tested versions? Although that won't prevent macOS upgrades...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Having the same issue.
Completely stuck here. |
@kahlil29 did you upgrade to Nix 2.1? |
@domenkozar I nuked my installation and ran it again from scratch via
It installed Nix version 2.1.2 |
Is there no known workaround for this? I have now resorted to running an Ubuntu VM on my system and had to install everything from scratch. |
The issue you describe was fixed in 2.1. I have not upgraded myself, but I have helped somebody with the upgrade process so whatever this is it's something specific to your system. Either something that isn't 2.1 or something from the previous install is interfering. |
@LnL7 Thanks for your input on this! |
I just had this same issue. Doing the following at least allowed installation to complete without any
|
It's not my nix installation procedure that's triggering the error. Installation runs fine but the moment I go into my company's GitLab repo and run |
I am encountering the same exact issue as @kahlil29. Ran through the steps to do a clean install. Installation runs just fine - it's just once I run
|
What you describe sounds a lot more like an expression that uses a pinned nixpkgs that didn't have 10.14 support yet instead of an issue with the install. |
This does actually seem to be an issue with the individual packages. Reinstalling the individual packages fixes the issue for me (see below).
|
pretty sure going for 2.1.3 will get #2193 instead. |
I'm also getting this error and already nuked my nix install and installed it again. :/ |
@jordanst3wart yeah, if you use @jbddc @kahlil29 we need more information to debug something like that. What expression led to that? Do you have any idea which program is crashing with that error? There might be crash logs in Console.app for example. |
Hi if #2518 is addressed, I can use latest Nix on macOS can anyone help ? |
Well, I can confirm that I can install packages using If the issue is related to the main project (haskellR that is) having an older version of nixpkgs pinned, then I think this workflow is not sustainable if nix is to be adopted by the masses. macOS upgrades breaking packages like this makes me think that either:
|
I ran into the same problem when trying to install miso. I seems to be pinned to |
@copumpkin I think my issue was due to |
I'm experience this issue:
|
@newhoggy Could possibly be that the project is pinning an older nixpkgs that doesn't have the MacOS fixes |
I'm also experiencing this issue
|
@kitlangton For me a similar build failure was fixed by updating the project's pinned Nixpkgs version. |
I'm still experiencing this issue, nothing seems to fix it. Has anyone who has experienced this issue been able to fix it? |
I think this issue is fixed in Nixpkgs, but can someone point to the sha where it got fixed? |
I marked this as stale due to inactivity. → More info |
I just upgraded to a minor version and got a similar issue. |
Hey y'all, I don't usually talk about the Determinate Nix Installer here, since I think it is typically off topic. However, in this case I think it might help a lot of people. We've recently fixed this problem in the Determinate Nix Installer, which you can get like this: curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install Note it does have some minor differences from the upstream Nix installer, which you can read about in its README: https://github.com/determinateSystems/nix-installer#installation-differences. |
After updating macOS to 10.14 Mojave, Nix is completely broken, giving me an error saying something about I think libSystem_networking.dylib being missing (I apologize for not having the exact error text, I already blew away my local installation).
My recollection is I went through the same issue when upgrading from macOS 10.12 to 10.13, where I had to completely reinstall Nix and my Nix-installed packages.
It would be fantastic if this issue did not happen again next year when upgrading to macOS 10.15.
The text was updated successfully, but these errors were encountered: