We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
My system is Ubuntu 14.04 running go version go1.2.1 linux/amd64
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.
Sorry, something went wrong.
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.
No branches or pull requests
Having run
I get the following output from compiling:
The text was updated successfully, but these errors were encountered: