-
Notifications
You must be signed in to change notification settings - Fork 2
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
TEST 3/7 nmt:field_t dyld: lazy symbol binding failed: Symbol not found: _util_malloc_ #24
Comments
Hey Daniel. humm, that's weird. Have you tried just running the |
Thanks for the quick response, David! |
I'm getting the same errors on my Mac. |
@NicolettaK @DanielLenz : you could try the newer version of the code that will be made available after the paper (it's being released as a DESC product, so we had to migrate the repo). The new repo is https://github.com/LSSTDESC/NaMaster (I will advertise this more widely after the paper has passed the internal review, which should be pretty soon). The installation process should be exactly the same. The new version is not that different from this one, but it does include a very thorough list of unit tests and is travis'd, so maybe some of that may have solved this problem. If it doesn't, let me know. I am not a Mac expert, but can ask one of the other people in the paper, who has been using it on mac for a while. |
Sorry for not getting back at you earlier, I'll check out the new repo and give it a shot! Does that also mean that the DESC repo will be the active one and that you'll archive this one here? Just to know which one to follow, where to get any updates, and where to raise issues/PRs. |
Almost surely, yes. I'll notify everyone who I'm aware has used the code (you are the first to know) |
Hi, I ran into the same problem as Daniel and tried to install the DESC repo instead, but I still get the same error, i.e. TEST 23/53 nmt:he_sht dyld: lazy symbol binding failed: Symbol not found: util_malloc dyld: Symbol not found: util_malloc /bin/sh: line 1: 67007 Trace/BPT trap: 5 ${dir}$tst Would you have any idea what could be causing this problem? |
I've opened this in the LSSTDESC repo, closing here to focus the discussion. |
I managed to install the C libraries, but
make check
raises the following error:Any ideas? Let me know what specs you need!
The text was updated successfully, but these errors were encountered: