Created
March 3, 2019 15:05
-
-
Save bjesus/ef3f1b0ff8d2c075a2960d5d0395457d to your computer and use it in GitHub Desktop.
Gitin build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Retrieving sources... | |
-> Found gitin-0.1.5.tar.gz | |
==> Validating source files with sha256sums... | |
gitin-0.1.5.tar.gz ... Passed | |
==> Removing existing $srcdir/ directory... | |
==> Extracting sources... | |
-> Extracting gitin-0.1.5.tar.gz with bsdtar | |
==> Sources are ready. | |
==> Making package: gitin 0.1.5-2 (Sun 03 Mar 2019 16:02:32 CET) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> WARNING: Using existing $srcdir/ tree | |
==> Entering fakeroot environment... | |
==> Starting package()... | |
git submodule -q foreach --recursive git reset -q --hard | |
git submodule update --init --recursive | |
if patch --dry-run -N -d /home/bjesus/go/src/gopkg.in/libgit2/git2go.v27 -p1 < patch/git2go.v27.patch >/dev/null; then \ | |
patch -d /home/bjesus/go/src/gopkg.in/libgit2/git2go.v27 -p1 < patch/git2go.v27.patch; \ | |
fi | |
patch: **** Can't change to directory /home/bjesus/go/src/gopkg.in/libgit2/git2go.v27 : No such file or directory | |
make -C /home/bjesus/go/src/gopkg.in/libgit2/git2go.v27 install-static | |
make[1]: *** /home/bjesus/go/src/gopkg.in/libgit2/git2go.v27: No such file or directory. Stop. | |
make: *** [Makefile:34: build-libgit2] Error 2 | |
==> ERROR: A failure occurred in package(). | |
Aborting... | |
Error making: gitin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment