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

building with cmake 3.10 on macOS breaks elektra #1790

Closed
e1528532 opened this issue Jan 23, 2018 · 2 comments
Closed

building with cmake 3.10 on macOS breaks elektra #1790

e1528532 opened this issue Jan 23, 2018 · 2 comments
Labels

Comments

@e1528532
Copy link
Contributor

Steps to Reproduce the Problem

Compile Elektra in any configuration using cmake 3.10 on macOS. Then install elektra and try running the kdb tool.

Expected Result

I expect everything to work fine.

Actual Result

KDB is unable to load any plugins, not even the resolver, thus nothing works. The rpaths seemed fine on a first glance though when i checked them with otool -l.

Then i tried it in a new build directory and had the same result (before i just ran cmake again in my exiting build). At some point i noticed that i've recently upgraded cmake and that this might be the cause, so i went back to cmake 3.9.6. Then everything worked again.

System Information

  • Elektra Version: master
  • cmake 3.10.2 (latest on homebrew)
  • macOS 10.12.6 (I haven't tried it on linux, maybe its the same there)

Further Log Files and Output

Please request if required, however i feel like one has to try this out yourself.

@e1528532 e1528532 added the bug label Jan 23, 2018
@sanssecours
Copy link
Member

Thank you for the bug report. Looks like everything works fine on my machine:

  • macOS 10.13.2
  • CMake 3.10.2

. Did you by any chance enable ASAN?

@markus2330 markus2330 added build and removed bug labels Jan 24, 2018
@e1528532
Copy link
Contributor Author

hmm, today i tried it again and i cannot reproduce it anymore. Restarted my laptop in between though, which i haven't done yesterday so maybe its because of that? I can confirm that with asan it does not work but i am pretty sure i made a brand new build to ensure its not a misconfiguration. Anyway, closing this for now. I'll reopen it if i manage to reproduce it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants