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

Error when trying to install on OS X 10.11 El Capitan #36

Closed
jjoh opened this issue Oct 3, 2015 · 2 comments
Closed

Error when trying to install on OS X 10.11 El Capitan #36

jjoh opened this issue Oct 3, 2015 · 2 comments

Comments

@jjoh
Copy link

jjoh commented Oct 3, 2015

I got an error when running the try-reflex script on OS X 10.11:

dyld: Library not loaded: /usr/lib/system/libsystem_stats.dylib
Referenced from: /nix/store/04h34n8711qb4njn4fdj3l5spxm39gzq-bootstrap-tools/lib/libSystem.dylib
Reason: image not found
builder for ‘/nix/store/1khb6hz2ri2vzdpx1bihhi4k4qq2iiad-clang-wrapper-9.9.9.drv’ failed due to signal 5 (Trace/BPT trap: 5)
cannot build derivation ‘/nix/store/x3j5qs98s03mgl6ljil7974vdb0ln427-stdenv-darwin-boot-1.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/nizw4rvkn0wb2gvsacz5a7xxrsxh9vin-CF-855.17.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/zzg3xjax3a6g3yhiw5yfjqc6y02hw361-clang-wrapper-9.9.9.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/1bc40iwmx2631w1iz2iayf5frn9kisvc-dyld-239.4.drv’: 1 dependencies couldn't be built
killing process 88156
killing process 88156: Operation not permitted
cannot build derivation ‘/nix/store/d0ndq03w79msf0gkdkxq0ghfw8azhwd5-icu4c-53.1.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/df2a7c4g7qvwyz7pv0r0i80fqqjkcpgm-launchd-842.92.1.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/cq893m7a924n99p0g00qxiqpjyj33c1k-libc++-3.5.0.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/i2lzbxnaz1sj2ikbsszip9jms2hr2x3f-libc++abi-3.5.0.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/q51i9yrzbw6g2vafxph0jb6x7z291n4c-libclosure-63.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/r55aynp7akwpr8yrzcvz9dp2jmx19b41-libdispatch-339.92.1.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/djzb87pwsbxfidk8fsliylxs4lj37aih-openssl-1.0.1m.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/3dcbxsmn8mm9kzn89cdfzdfxcpnv0l6b-zlib-1.2.8.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/0zj191vw0j9v3wka8yhywvlacz31gzpc-stdenv-darwin.drv’: 1 dependencies couldn't be built
killing process 87956
cannot build derivation ‘/nix/store/sibmyad8jbiw7p8qsqb20c392zidfp92-haskell-reflex-todomvc-0.1.drv’: 1 dependencies couldn't be built
error: build of ‘/nix/store/sibmyad8jbiw7p8qsqb20c392zidfp92-haskell-reflex-todomvc-0.1.drv’ failed
... (lots of lines)
error: build of ‘/nix/store/0zj191vw0j9v3wka8yhywvlacz31gzpc-stdenv-darwin.drv’ failed
/Users/****/.nix-profile/bin/nix-shell: failed to build all dependencies
It looks like a problem occurred. Please submit an issue at https://github.com/ryantrinkle/try-reflex/issues

I looked for the file /usr/lib/system/libsystem_stats.dylib and indeed, it does not exist in that location. I couldn't find it anywhere else on the file system either.

@Ericson2314
Copy link
Member

El Capitan broke a lot of things. Using a modern nixpkgs with pure darwin stdenv (#24) or stack (#35) will fix this. Probably best to close this in light of those.

@jjoh
Copy link
Author

jjoh commented Oct 14, 2015

OK, I will close it, then. Haven't had time to try more since last time.

@jjoh jjoh closed this as completed Oct 14, 2015
matthewbauer pushed a commit that referenced this issue Nov 20, 2019
Don't rerun closure-compiler if frontend hasn't changed
mzabani pushed a commit to mzabani/reflex-platform that referenced this issue Jun 2, 2020
Support servant-auth using JWT in cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants