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

Build failing on linux 32-bit #520

Closed
ursic opened this issue Sep 6, 2014 · 1 comment
Closed

Build failing on linux 32-bit #520

ursic opened this issue Sep 6, 2014 · 1 comment

Comments

@ursic
Copy link

ursic commented Sep 6, 2014

./configure
make
sudo make install
Build failed, waiting for other jobs to finish...
Process didn't exit successfully: `make -C build` (status=2)
--- stdout
make[1]: Entering directory `/root/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/libgit2/build'
cmake libgit2 -G "Unix Makefiles" -B"/cargo/target/i686-unknown-linux-gnu/native/libgit2-793c44ac90cfdf52" -DTHREADSAFE=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_EXAMPLES=OFF -DCMAKE_C_FLAGS="-m32 -fPIC"
make[1]: Leaving directory `/root/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/libgit2/build'

--- stderr
CMake Error: The source "/root/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/libgit2/build/libgit2/CMakeLists.txt"
does not match the source "/home/<user>/.cargo/git/checkouts/git2-rs-cf258e7bcbaee34d/master/libgit2/build/libgit2/CMakeLists.txt"
used to generate cache.  Re-run cmake with a different source directory.
make[1]: *** [all] Error 1

3.2.0-4-686-pae #1 SMP Debian 3.2.60-1+deb7u3 i686 GNU/Linux

@alexcrichton
Copy link
Member

I believe this is a dupe of #519 (with sudo make install), so closing.

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

2 participants