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

Make fail on 1.1.1, "Inconsistency detected" #21

Closed
M1ke opened this issue Dec 14, 2016 · 2 comments
Closed

Make fail on 1.1.1, "Inconsistency detected" #21

M1ke opened this issue Dec 14, 2016 · 2 comments
Labels

Comments

@M1ke
Copy link

M1ke commented Dec 14, 2016

Having run

go get -u -d github.com/cloudson/gitql
cd $GOPATH/src/github.com/cloudson/gitql
sudo apt-get install -y cmake
git checkout 1.1.1
make

I get the following output from compiling:

Preparing...

+ git clone --depth 1 --single-branch git://github.com/cloudson/libgit2 libgit2
Cloning into 'libgit2'...
remote: Counting objects: 3497, done.
remote: Compressing objects: 100% (2722/2722), done.
remote: Total 3497 (delta 104), reused 3495 (delta 104), pack-reused 0
Receiving objects: 100% (3497/3497), 3.27 MiB | 1.73 MiB/s, done.
Resolving deltas: 100% (104/104), done.
Checking connectivity... done.
+ cd libgit2
+ cmake -DTHREADSAFE=ON -DBUILD_CLAR=OFF -DCMAKE_INSTALL_PREFIX=/home/m1ke/.go/src/github.com/cloudson/gitql/libgit2/install .
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
make: *** [prepare] Error 127
@M1ke
Copy link
Author

M1ke commented Dec 14, 2016

My system is Ubuntu 14.04 running go version go1.2.1 linux/amd64

I've built numerous packages in different languages including other Go projects so am assuming I have necessary build dependencies but may not.

@filhodanuvem
Copy link
Owner

I will close this since its too old, if you still having problems let me know and we can test the latest version in a docker container.

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

2 participants