-
Notifications
You must be signed in to change notification settings - Fork 1
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
Joelteon offline communication ticket #24
Comments
@joelteon the libcache issue is the same one you saw last time. My hope was to have all packages in a given stdenv depend implicitly (see extraBuildInputs in stdenv definition) on libSystem, which has the necessary declared impurities (/usr/lib/system in this case) so all dependencies get them. I must have the pattern slightly wrong so a later phase of the stdenv bootstrap is somehow not inheriting the impurities for libSystem, so it breaks. For now if you're blocked I'd just copy the impurity declaration to all the stdenv expressions (instead of just the first few) but going forward I don't want it there. Make sense? |
This rivals the pure-darwin branch in ingenuity Sent from my iPhone
|
I think it's in a better state now, but am still running the giant build so who knows. Also, @joelteon, your hydra is busted, I think. All the builds have supposedly been running for 3d! |
@joelteon you should use /bin/sh, not /bin/bash. NixOS doesn't have the latter either. You can also just pass -vvv to your call to nix-build to see the sandbox it created so you can see that /bin/sh is in the sandbox. |
@joelteon @shlevy @gridaphobe @jwiegley I think the latest merge from joelteon/master might have broken my branch, but I need to go to work now and can't look into what went wrong. It's complaining about my openssl headers not matching my openssl version in the openssh build. So beware of merging blindly from my branch, basically! |
@joelteon I double checked my current state and vim still builds just fine. Not sure what issue you're encountering, but perhaps one of your changes broke it? |
regarding nodejs: you should also have a somewhat functional |
I tested |
@joelteon the |
@joelteon can you merge all your ghc changes from nixos/master back into pure-darwin? Usual big pile o' pain from merge conflicts that I don't have a good understanding of. |
@joelteon did you document (or script) your hydra-on-darwin pain? Want to set one up on my macpro |
I don't know about having the frontend on darwin, but as for attaching a darwin machine to an existing hydra it's just a matter of installing ssh keys and setting up nix remote machines conf. |
Sorry @copumpkin, I've only ever made a Darwin machine a hydra slave, not the server. Sent from my iPhone
|
|
- upgrade wakatime cli to v4.0.14 - make sure config file has api_key - only display setup complete message first time setting up cfg file - don't log time towards git temporary files - prevent slowness in quickfix window to fix copumpkin#24 - reuse SSL connection across multiple processes for improved performance - correctly display caller and lineno in log file when debug is true - project passed with --project argument will always be used - new --alternate-project argument - fix bug with auto detecting project name - correctly log message from py.warnings module - handle plugin_directory containing spaces
Use this to leave @joelteon messages when he's offline, since he never reads his scrollback 😄
Once he updates his IRC client or bouncer to get the scrollback from ##nix-darwin or somehow gets it to at least show him his highlights from when he's offline, we can close this thing!
The text was updated successfully, but these errors were encountered: