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

undefined symbol: _Z15jsonnet_desugarP9AllocatorRP3AST #81

Closed
dgarstang opened this issue Oct 27, 2015 · 6 comments
Closed

undefined symbol: _Z15jsonnet_desugarP9AllocatorRP3AST #81

dgarstang opened this issue Oct 27, 2015 · 6 comments

Comments

@dgarstang
Copy link

Currently getting this:

(venv)root@default-vagrant:~# python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _jsonnet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /root/venv/local/lib/python2.7/site-packages/_jsonnet.so: undefined symbol: _Z15jsonnet_desugarP9AllocatorRP3AST

Latest refresh of Ubuntu 14.04.

Doug

@sparkprime
Copy link
Contributor

Missed a file in the setup.py, should be fixed now

sudo pip install jsonnet --upgrade

On Tue, Oct 27, 2015 at 2:02 PM dgarstang [email protected] wrote:

Currently getting this:

(venv)root@default-vagrant:~# python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import _jsonnet
Traceback (most recent call last):
File "", line 1, in
ImportError: /root/venv/local/lib/python2.7/site-packages/_jsonnet.so: undefined symbol: _Z15jsonnet_desugarP9AllocatorRP3AST

Latest refresh of Ubuntu 14.04.

Doug


Reply to this email directly or view it on GitHub
#81.

@dgarstang
Copy link
Author

Thanks David. I probably shouldn't have been building from the master branch anyway. I just tried v0.8.4 and seem to have the same issue. I guess, even though you've fixed it in the master branch, I'd prefer to pull from a specific release to not have this happen again. Any ideas?

@sparkprime
Copy link
Contributor

In fact the release was broken but I just pushed a new one to pip to fix
it. Since it seems you prefer to build from setup.py, I'll create a new
tag on github with this fix.

On Tue, Oct 27, 2015 at 2:35 PM dgarstang [email protected] wrote:

Thanks David. I probably shouldn't have been building from the master
branch anyway. I just tried v0.8.4 and seem to have the same issue. I
guess, even though you've fixed it in the master branch, I'd prefer to pull
from a specific release to not have this happen again. Any ideas?


Reply to this email directly or view it on GitHub
#81 (comment).

@sparkprime
Copy link
Contributor

Fixed in 0a15204

@cristicbz
Copy link

@sparkprime This doesn't seem to be fixed in pip. Doing pip install jsonnet installs 0.8.4, which breaks in the way described in the original issue.

@sparkprime
Copy link
Contributor

I verified, will do a new release to fix this.

On Thu, Dec 10, 2015 at 10:51 AM Cristi Cobzarenco [email protected]
wrote:

@sparkprime https://github.com/sparkprime This doesn't seem to be fixed
in pip. Doing pip install jsonnet installs 0.8.4, which breaks in the way
described in the original issue.


Reply to this email directly or view it on GitHub
#81 (comment).

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

3 participants