Skip to content

Instantly share code, notes, and snippets.

@bjesus
Created March 3, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjesus/ef3f1b0ff8d2c075a2960d5d0395457d to your computer and use it in GitHub Desktop.
Save bjesus/ef3f1b0ff8d2c075a2960d5d0395457d to your computer and use it in GitHub Desktop.
Gitin build
==> 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