Hi Volker,

Am Dienstag, 5. April 2016 17:30:15 UTC+2 schrieb Volker Braun:
>
> Should work, whats the git build log and what does the git binary link to?
>

The git log is attached. I don't know how to find out what the git binary 
links to.  

- Why is it not installed with http(s) support? 
>>
>
> Because you don't have openssl-develop os package installed
>

Apparently, openssl-develop is called libssl-dev in Ubuntu, and that I 
*have* installed.
 

>  
>
>> - If it is not installed by default (i.e., if I did install it 
>>   manually): How can I uninstall it, so that my system's version of git 
>>   will henceforth be used? 
>>
>
> make distclean && make
>

Since it is a standard package, it would be re-installed, isn't it? 

Cheers,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for git-2.6.2
Attempting to download package git-2.6.2.tar.gz from mirrors
http://mirror.switch.ch/mirror/sagemath/spkg/upstream/git/git-2.6.2.tar.gz
[......................................................................]
git-2.6.2
====================================================
Setting up build directory for git-2.6.2
Finished set up
****************************************************
Host system:
Linux king-C70-B 4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
****************************************************
Using install program /usr/bin/install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
GIT_VERSION = 2.6.2
make[3]: 'GIT-VERSION-FILE' is up to date.
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Configuring git...
configure: Setting SANE_TOOL_PATH to ''
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: Setting PYTHON_PATH to /home/king/Sage/git/sage/local/bin/python
configure: CHECKS for programs
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for inline... inline
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for gtar... no
checking for tar... tar
checking for gnudiff... no
checking for gdiff... no
checking for diff... diff
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... no
checking for SHA1_Init in -lssl... no
checking for curl_global_init in -lcurl... no
checking for XML_ParserCreate in -lexpat... no
checking for iconv in -lc... yes
checking for deflateBound in -lz... yes
checking for socket in -lc... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for hstrerror... yes
checking for basename in -lc... yes
checking for gettext in -lc... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: CHECKS for header files
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for inttypes.h... (cached) yes
checking for old iconv()... no
configure: CHECKS for typedefs, structures, and compiler characteristics
checking for socklen_t... yes
checking for struct itimerval... yes
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_type... yes
checking for struct passwd.pw_gecos... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for getaddrinfo... yes
checking for library containing getaddrinfo... none required
checking whether the platform regex can handle null bytes... yes
checking whether system succeeds to read fopen'ed directory... no
checking whether snprintf() and/or vsnprintf() return bogus value... no
checking whether the platform uses typical file type bits... yes
configure: CHECKS for library functions
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking for strings.h... (cached) yes
checking for locale_charset in -liconv... no
checking for locale_charset in -lcharset... no
checking for HMAC_CTX_cleanup in -lcrypto... no
checking for clock_gettime... yes
checking for library containing clock_gettime... none required
checking for CLOCK_MONOTONIC... yes
checking for setitimer... yes
checking for library containing setitimer... none required
checking for strcasestr... yes
checking for library containing strcasestr... none required
checking for memmem... yes
checking for library containing memmem... none required
checking for strlcpy... no
checking for uintmax_t... yes
checking for strtoumax... yes
checking for library containing strtoumax... none required
checking for setenv... yes
checking for library containing setenv... none required
checking for unsetenv... yes
checking for library containing unsetenv... none required
checking for mkdtemp... yes
checking for library containing mkdtemp... none required
checking for mkstemps... yes
checking for library containing mkstemps... none required
checking for initgroups... yes
checking for library containing initgroups... none required
checking for getdelim... yes
checking for library containing getdelim... none required
checking for BSD sysctl... no
checking for POSIX Threads with ''... no
checking for POSIX Threads with '-mt'... no
checking for POSIX Threads with '-pthread'... yes
configure: creating ./config.status
config.status: creating config.mak.autogen
config.status: executing config.mak.autogen commands
Building git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    * new build flags
    * new link flags
    CC abspath.o
    CC advice.o
    CC alias.o
    CC alloc.o
    CC archive.o
    CC archive-tar.o
    CC archive-zip.o
    CC argv-array.o
    * new prefix flags
    CC base85.o
    CC bisect.o
    CC blob.o
    CC branch.o
    CC bulk-checkin.o
    CC bundle.o
    CC cache-tree.o
    CC color.o
    CC column.o
    CC combine-diff.o
    CC commit.o
    CC compat/obstack.o
    CC compat/terminal.o
    CC config.o
    CC connect.o
    CC connected.o
    CC convert.o
    CC copy.o
    CC credential.o
    CC csum-file.o
    CC ctype.o
    CC date.o
    CC decorate.o
    CC diffcore-break.o
    CC diffcore-delta.o
    CC diffcore-order.o
    CC diffcore-pickaxe.o
    CC diffcore-rename.o
    CC diff-delta.o
    CC diff-lib.o
    CC diff-no-index.o
    CC diff.o
    CC dir.o
    CC editor.o
    CC entry.o
    CC environment.o
    CC ewah/bitmap.o
    CC ewah/ewah_bitmap.o
    CC ewah/ewah_io.o
    CC ewah/ewah_rlw.o
    CC exec_cmd.o
    CC fetch-pack.o
    CC fsck.o
    CC gettext.o
    CC gpg-interface.o
    CC graph.o
    CC grep.o
    CC hashmap.o
    GEN common-cmds.h
    CC hex.o
    CC ident.o
    CC kwset.o
    CC levenshtein.o
    CC line-log.o
    CC line-range.o
    CC list-objects.o
    CC ll-merge.o
    CC lockfile.o
    CC log-tree.o
    CC mailmap.o
    CC match-trees.o
    CC merge.o
    CC merge-blobs.o
    CC merge-recursive.o
    CC mergesort.o
    CC name-hash.o
    CC notes.o
    CC notes-cache.o
    CC notes-merge.o
    CC notes-utils.o
    CC object.o
    CC pack-bitmap.o
    CC pack-bitmap-write.o
    CC pack-check.o
    CC pack-objects.o
    CC pack-revindex.o
    CC pack-write.o
    CC pager.o
    CC parse-options.o
    CC parse-options-cb.o
    CC patch-delta.o
    CC patch-ids.o
    CC path.o
    CC pathspec.o
    CC pkt-line.o
    CC preload-index.o
    CC pretty.o
    CC prio-queue.o
    CC progress.o
    CC prompt.o
    CC quote.o
    CC reachable.o
    CC read-cache.o
    CC reflog-walk.o
    CC refs.o
    CC ref-filter.o
    CC remote.o
    CC replace_object.o
    CC rerere.o
    CC resolve-undo.o
    CC revision.o
    CC run-command.o
    CC send-pack.o
    CC sequencer.o
    CC server-info.o
    CC setup.o
    CC sha1-array.o
    CC sha1-lookup.o
    CC sha1_file.o
    CC sha1_name.o
    CC shallow.o
    CC sideband.o
    CC sigchain.o
    CC split-index.o
    CC strbuf.o
    CC streaming.o
    CC string-list.o
    CC submodule.o
    CC submodule-config.o
    CC symlinks.o
    CC tag.o
    CC tempfile.o
    CC trace.o
    CC trailer.o
    CC transport.o
    CC transport-helper.o
    CC tree-diff.o
    CC tree.o
    CC tree-walk.o
    CC unpack-trees.o
    CC url.o
    CC urlmatch.o
    CC usage.o
    CC userdiff.o
    CC utf8.o
    CC varint.o
    CC versioncmp.o
    CC walker.o
    CC wildmatch.o
    CC wrapper.o
    CC write_or_die.o
    CC ws.o
    CC wt-status.o
    CC xdiff-interface.o
    CC zlib.o
    CC unix-socket.o
    CC block-sha1/sha1.o
    CC thread-utils.o
    CC compat/strlcpy.o
    CC xdiff/xdiffi.o
    CC xdiff/xprepare.o
    CC xdiff/xutils.o
    CC xdiff/xemit.o
    CC xdiff/xmerge.o
    CC xdiff/xpatience.o
    CC xdiff/xhistogram.o
    CC daemon.o
    CC fast-import.o
    CC http-backend.o
    CC imap-send.o
    CC sh-i18n--envsubst.o
    CC shell.o
    CC show-index.o
    CC upload-pack.o
    CC remote-testsvn.o
    CC vcs-svn/line_buffer.o
    CC vcs-svn/sliding_window.o
    CC vcs-svn/repo_tree.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/svndiff.o
    CC vcs-svn/svndump.o
    CC credential-cache.o
    CC credential-cache--daemon.o
    * new script parameters
    * new perl-specific parameters
    * new Python interpreter location
    GEN git-instaweb
    GEN git-mergetool--lib
    GEN git-parse-remote
    GEN git-rebase--am
    GEN git-rebase--interactive
    GEN git-rebase--merge
    GEN git-sh-setup
    GEN git-sh-i18n
    CC git.o
    CC builtin/add.o
    CC builtin/am.o
    CC builtin/annotate.o
    CC builtin/apply.o
    CC builtin/archive.o
    CC builtin/bisect--helper.o
    CC builtin/blame.o
    CC builtin/branch.o
    CC builtin/bundle.o
    CC builtin/cat-file.o
    CC builtin/check-attr.o
    CC builtin/check-ignore.o
    CC builtin/check-mailmap.o
    CC builtin/check-ref-format.o
    CC builtin/checkout-index.o
    CC builtin/checkout.o
    CC builtin/clean.o
    CC builtin/clone.o
    CC builtin/column.o
    CC builtin/commit-tree.o
    CC builtin/commit.o
    CC builtin/config.o
    CC builtin/count-objects.o
    CC builtin/credential.o
    CC builtin/describe.o
    CC builtin/diff-files.o
    CC builtin/diff-index.o
    CC builtin/diff-tree.o
    CC builtin/diff.o
    CC builtin/fast-export.o
    CC builtin/fetch-pack.o
    CC builtin/fetch.o
    CC builtin/fmt-merge-msg.o
    CC builtin/for-each-ref.o
    CC builtin/fsck.o
    CC builtin/gc.o
    CC builtin/get-tar-commit-id.o
    CC builtin/grep.o
    CC builtin/hash-object.o
    CC builtin/help.o
    CC builtin/index-pack.o
    CC builtin/init-db.o
    CC builtin/interpret-trailers.o
    CC builtin/log.o
    CC builtin/ls-files.o
    CC builtin/ls-remote.o
    CC builtin/ls-tree.o
    CC builtin/mailinfo.o
    CC builtin/mailsplit.o
    CC builtin/merge.o
    CC builtin/merge-base.o
    CC builtin/merge-file.o
    CC builtin/merge-index.o
    CC builtin/merge-ours.o
    CC builtin/merge-recursive.o
    CC builtin/merge-tree.o
    CC builtin/mktag.o
    CC builtin/mktree.o
    CC builtin/mv.o
    CC builtin/name-rev.o
    CC builtin/notes.o
    CC builtin/pack-objects.o
    CC builtin/pack-redundant.o
    CC builtin/pack-refs.o
    CC builtin/patch-id.o
    CC builtin/prune-packed.o
    CC builtin/prune.o
    CC builtin/pull.o
    CC builtin/push.o
    CC builtin/read-tree.o
    CC builtin/receive-pack.o
    CC builtin/reflog.o
    CC builtin/remote.o
    CC builtin/remote-ext.o
    CC builtin/remote-fd.o
    CC builtin/repack.o
    CC builtin/replace.o
    CC builtin/rerere.o
    CC builtin/reset.o
    CC builtin/rev-list.o
    CC builtin/rev-parse.o
    CC builtin/revert.o
    CC builtin/rm.o
    CC builtin/send-pack.o
    CC builtin/shortlog.o
    CC builtin/show-branch.o
    CC builtin/show-ref.o
    CC builtin/stripspace.o
    CC builtin/symbolic-ref.o
    CC builtin/tag.o
    CC builtin/unpack-file.o
    CC builtin/unpack-objects.o
    CC builtin/update-index.o
    CC builtin/update-ref.o
    CC builtin/update-server-info.o
    CC builtin/upload-archive.o
    CC builtin/var.o
    CC builtin/verify-commit.o
    CC builtin/verify-pack.o
    CC builtin/verify-tag.o
    CC builtin/worktree.o
    CC builtin/write-tree.o
    MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo
306 translated messages, 687 untranslated messages.
    MSGFMT po/build/locale/de/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/is/LC_MESSAGES/git.mo
14 translated messages.
    MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo
2441 translated messages.
    MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/it/LC_MESSAGES/git.mo
716 translated messages, 350 untranslated messages.
    MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo
2440 translated messages.
    CC test-chmtime.o
    CC test-ctype.o
    CC test-config.o
    CC test-date.o
    CC test-delta.o
    CC test-dump-cache-tree.o
    CC test-dump-split-index.o
    CC test-dump-untracked-cache.o
    CC test-genrandom.o
    CC test-hashmap.o
    CC test-index-version.o
    CC test-line-buffer.o
    CC test-match-trees.o
    CC test-mergesort.o
    CC test-mktemp.o
    CC test-parse-options.o
    CC test-path-utils.o
    CC test-prio-queue.o
    CC test-read-cache.o
    CC test-regex.o
    CC test-revision-walking.o
    CC test-run-command.o
    CC test-scrap-cache-tree.o
    CC test-sha1.o
    CC test-sha1-array.o
    CC test-sigchain.o
    CC test-string-list.o
    CC test-submodule-config.o
    CC test-subprocess.o
    CC test-svn-fe.o
    CC test-urlmatch-normalization.o
    CC test-wildmatch.o
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-config
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-dump-split-index
    GEN bin-wrappers/test-dump-untracked-cache
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-hashmap
    GEN bin-wrappers/test-index-version
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-mergesort
    GEN bin-wrappers/test-mktemp
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-prio-queue
    GEN bin-wrappers/test-read-cache
    GEN bin-wrappers/test-regex
    GEN bin-wrappers/test-revision-walking
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-scrap-cache-tree
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sha1-array
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-string-list
    GEN bin-wrappers/test-submodule-config
    GEN bin-wrappers/test-subprocess
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-urlmatch-normalization
    GEN bin-wrappers/test-wildmatch
    GEN git-remote-testgit
    CC credential-store.o
    CC attr.o
    CC help.o
    CC version.o
    AR xdiff/lib.a
    AR vcs-svn/lib.a
    GEN git-bisect
    GEN git-difftool--helper
    GEN git-filter-branch
    GEN git-merge-octopus
    GEN git-merge-one-file
    GEN git-merge-resolve
    GEN git-mergetool
    GEN git-quiltimport
    GEN git-rebase
    GEN git-request-pull
    GEN git-stash
    GEN git-submodule
    GEN git-web--browse
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-p4
    AR libgit.a
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
    LINK git
    LINK test-chmtime
    LINK test-ctype
    LINK test-config
    LINK test-date
    LINK test-delta
    LINK test-dump-cache-tree
    LINK test-dump-split-index
    LINK test-dump-untracked-cache
    LINK test-genrandom
    LINK test-hashmap
    LINK test-index-version
    LINK test-line-buffer
    LINK test-match-trees
    LINK test-mergesort
    LINK test-mktemp
    LINK test-parse-options
    LINK test-path-utils
    LINK test-prio-queue
    LINK test-read-cache
    LINK test-regex
    LINK test-revision-walking
    LINK test-run-command
    LINK test-scrap-cache-tree
    LINK test-sha1
    LINK test-sha1-array
    LINK test-sigchain
    LINK test-string-list
    LINK test-submodule-config
    LINK test-subprocess
    LINK test-svn-fe
    LINK test-urlmatch-normalization
    LINK test-wildmatch
    LINK git-credential-store
    LINK git-daemon
    LINK git-fast-import
    LINK git-http-backend
    LINK git-imap-send
    LINK git-sh-i18n--envsubst
    LINK git-shell
    LINK git-show-index
    LINK git-upload-pack
    LINK git-remote-testsvn
    LINK git-credential-cache
    LINK git-credential-cache--daemon
    BUILTIN git-add
    BUILTIN git-am
    BUILTIN git-annotate
    BUILTIN git-apply
    BUILTIN git-archive
    BUILTIN git-bisect--helper
    BUILTIN git-blame
    BUILTIN git-branch
    BUILTIN git-bundle
    BUILTIN git-cat-file
    BUILTIN git-check-attr
    BUILTIN git-check-ignore
    BUILTIN git-check-mailmap
    BUILTIN git-check-ref-format
    BUILTIN git-checkout-index
    BUILTIN git-checkout
    BUILTIN git-clean
    BUILTIN git-clone
    BUILTIN git-column
    BUILTIN git-commit-tree
    BUILTIN git-commit
    BUILTIN git-config
    BUILTIN git-count-objects
    BUILTIN git-credential
    BUILTIN git-describe
    BUILTIN git-diff-files
    BUILTIN git-diff-index
    BUILTIN git-diff-tree
    BUILTIN git-diff
    BUILTIN git-fast-export
    BUILTIN git-fetch-pack
    BUILTIN git-fetch
    BUILTIN git-fmt-merge-msg
    BUILTIN git-for-each-ref
    BUILTIN git-fsck
    BUILTIN git-gc
    BUILTIN git-get-tar-commit-id
    BUILTIN git-grep
    BUILTIN git-hash-object
    BUILTIN git-help
    BUILTIN git-index-pack
    BUILTIN git-init-db
    BUILTIN git-interpret-trailers
    BUILTIN git-log
    BUILTIN git-ls-files
    BUILTIN git-ls-remote
    BUILTIN git-ls-tree
    BUILTIN git-mailinfo
    BUILTIN git-mailsplit
    BUILTIN git-merge
    BUILTIN git-merge-base
    BUILTIN git-merge-file
    BUILTIN git-merge-index
    BUILTIN git-merge-ours
    BUILTIN git-merge-recursive
    BUILTIN git-merge-tree
    BUILTIN git-mktag
    BUILTIN git-mktree
    BUILTIN git-mv
    BUILTIN git-name-rev
    BUILTIN git-notes
    BUILTIN git-pack-objects
    BUILTIN git-pack-redundant
    BUILTIN git-pack-refs
    BUILTIN git-patch-id
    BUILTIN git-prune-packed
    BUILTIN git-prune
    BUILTIN git-pull
    BUILTIN git-push
    BUILTIN git-read-tree
    BUILTIN git-receive-pack
    BUILTIN git-reflog
    BUILTIN git-remote
    BUILTIN git-remote-ext
    BUILTIN git-remote-fd
    BUILTIN git-repack
    BUILTIN git-replace
    BUILTIN git-rerere
    BUILTIN git-reset
    BUILTIN git-rev-list
    BUILTIN git-rev-parse
    BUILTIN git-revert
    BUILTIN git-rm
    BUILTIN git-send-pack
    BUILTIN git-shortlog
    BUILTIN git-show-branch
    BUILTIN git-show-ref
    BUILTIN git-stripspace
    BUILTIN git-symbolic-ref
    BUILTIN git-tag
    BUILTIN git-unpack-file
    BUILTIN git-unpack-objects
    BUILTIN git-update-index
    BUILTIN git-update-ref
    BUILTIN git-update-server-info
    BUILTIN git-upload-archive
    BUILTIN git-var
    BUILTIN git-verify-commit
    BUILTIN git-verify-pack
    BUILTIN git-verify-tag
    BUILTIN git-worktree
    BUILTIN git-write-tree
    BUILTIN git-cherry
    BUILTIN git-cherry-pick
    BUILTIN git-format-patch
    BUILTIN git-fsck-objects
    BUILTIN git-init
    BUILTIN git-merge-subtree
    BUILTIN git-show
    BUILTIN git-stage
    BUILTIN git-status
    BUILTIN git-whatchanged
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
Manifying blib/man3/Git.3pm
Manifying blib/man3/Git::I18N.3pm
Manifying blib/man3/Git::SVN::Editor.3pm
Manifying blib/man3/Git::SVN::Fetcher.3pm
Manifying blib/man3/Git::SVN::Memoize::YAML.3pm
Manifying blib/man3/Git::SVN::Prompt.3pm
Manifying blib/man3/Git::SVN::Ra.3pm
Manifying blib/man3/Git::SVN::Utils.3pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Installing git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/bin'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install   git-credential-store git-daemon git-fast-import 
git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index 
git-upload-pack git-remote-testsvn git-credential-cache 
git-credential-cache--daemon git-bisect git-difftool--helper git-filter-branch 
git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool 
git-quiltimport git-rebase git-request-pull git-stash git-submodule 
git-web--browse git-add--interactive git-difftool git-archimport 
git-cvsexportcommit git-cvsimport git-cvsserver git-relink git-send-email 
git-svn git-p4 git-instaweb '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install -m 644  git-mergetool--lib git-parse-remote git-rebase--am 
git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n 
'/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install git git-upload-pack git-receive-pack git-upload-archive 
git-shell git-cvsserver '/home/king/Sage/git/sage/local/bin'
make -C templates DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/share/git-core/templates'
(cd blt && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/git-core/templates' && umask 022 && 
tar xof -)
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -m 644 mergetools/* 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/locale'
(cd po/build/locale && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/locale' && umask 022 && tar xof -)
make -C perl prefix='/home/king/Sage/git/sage/local' DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/IndexInfo.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/I18N.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Ra.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Fetcher.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/GlobSpec.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Prompt.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Migration.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Editor.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Utils.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Log.pm
Installing 
/home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Memoize/YAML.pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Fetcher.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Utils.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::I18N.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Ra.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Prompt.3pm
Installing 
/home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Memoize::YAML.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Editor.3pm
Appending installation info to 
/home/king/Sage/git/sage/local/lib/x86_64-linux-gnu/perl/5.20.2/perllocal.pod
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make -C gitweb install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[5]: 'GIT-VERSION-FILE' is up to date.
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    GEN gitweb.cgi
    GEN static/gitweb.js
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -m 755 gitweb.cgi '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb/static'
/usr/bin/install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png 
static/git-favicon.png '/home/king/Sage/git/sage/local/share/gitweb/static'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
bindir=$(cd '/home/king/Sage/git/sage/local/bin' && pwd) && \
execdir=$(cd '/home/king/Sage/git/sage/local/libexec/git-core' && pwd) && \
{ test "$bindir/" = "$execdir/" || \
  for p in git git-shell git-upload-pack git-cvsserver; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \
        cp "$bindir/$p" "$execdir/$p" || exit; \
  done; \
} && \
for p in git-receive-pack git-upload-archive; do \
        rm -f "$bindir/$p" && \
        test -z "1" && \
        ln "$bindir/git" "$bindir/$p" 2>/dev/null || \
        ln -s "git" "$bindir/$p" 2>/dev/null || \
        cp "$bindir/git" "$bindir/$p" || exit; \
done && \
for p in  git-add git-am git-annotate git-apply git-archive git-bisect--helper 
git-blame git-branch git-bundle git-cat-file git-check-attr git-check-ignore 
git-check-mailmap git-check-ref-format git-checkout-index git-checkout 
git-clean git-clone git-column git-commit-tree git-commit git-config 
git-count-objects git-credential git-describe git-diff-files git-diff-index 
git-diff-tree git-diff git-fast-export git-fetch-pack git-fetch 
git-fmt-merge-msg git-for-each-ref git-fsck git-gc git-get-tar-commit-id 
git-grep git-hash-object git-help git-index-pack git-init-db 
git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree 
git-mailinfo git-mailsplit git-merge git-merge-base git-merge-file 
git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-mktag 
git-mktree git-mv git-name-rev git-notes git-pack-objects git-pack-redundant 
git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push 
git-read-tree git-receive-pack git-reflog git-remote git-remote-ext 
git-remote-fd git-repack git-replace git-rerere git-reset git-rev-list 
git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch 
git-show-ref git-stripspace git-symbolic-ref git-tag git-unpack-file 
git-unpack-objects git-update-index git-update-ref git-update-server-info 
git-upload-archive git-var git-verify-commit git-verify-pack git-verify-tag 
git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch 
git-fsck-objects git-init git-merge-subtree git-show git-stage git-status 
git-whatchanged; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git" "$execdir/$p" 2>/dev/null || \
        ln -s "git" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git" "$execdir/$p" || exit; \
done && \
remote_curl_aliases="" && \
for p in $remote_curl_aliases; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \
        ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git-remote-http" "$execdir/$p" || exit; \
done && \
./check_bindir "z$bindir" "z$execdir" "$bindir/git-add"
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'

real    2m27.496s
user    1m52.272s
sys     0m8.172s
Successfully installed git-2.6.2
Deleting temporary build directory
/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2
Finished installing git-2.6.2.spkg
Found local metadata for git-2.6.2
Using cached file /home/king/Sage/git/sage/upstream/git-2.6.2.tar.gz
git-2.6.2
====================================================
Setting up build directory for git-2.6.2
Finished set up
****************************************************
Host system:
Linux king-C70-B 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
****************************************************
Using install program /usr/bin/install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
GIT_VERSION = 2.6.2
make[3]: 'GIT-VERSION-FILE' is up to date.
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Configuring git...
configure: Setting SANE_TOOL_PATH to ''
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: Setting PYTHON_PATH to /home/king/Sage/git/sage/local/bin/python
configure: CHECKS for programs
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for inline... inline
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for gtar... no
checking for tar... tar
checking for gnudiff... no
checking for gdiff... no
checking for diff... diff
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... yes
checking for curl_global_init in -lcurl... no
checking for XML_ParserCreate in -lexpat... no
checking for iconv in -lc... yes
checking for deflateBound in -lz... yes
checking for socket in -lc... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for hstrerror... yes
checking for basename in -lc... yes
checking for gettext in -lc... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: CHECKS for header files
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for inttypes.h... (cached) yes
checking for old iconv()... no
configure: CHECKS for typedefs, structures, and compiler characteristics
checking for socklen_t... yes
checking for struct itimerval... yes
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_type... yes
checking for struct passwd.pw_gecos... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for getaddrinfo... yes
checking for library containing getaddrinfo... none required
checking whether the platform regex can handle null bytes... yes
checking whether system succeeds to read fopen'ed directory... no
checking whether snprintf() and/or vsnprintf() return bogus value... no
checking whether the platform uses typical file type bits... yes
configure: CHECKS for library functions
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking for strings.h... (cached) yes
checking for locale_charset in -liconv... no
checking for locale_charset in -lcharset... no
checking for HMAC_CTX_cleanup in -lcrypto... yes
checking for clock_gettime... yes
checking for library containing clock_gettime... none required
checking for CLOCK_MONOTONIC... yes
checking for setitimer... yes
checking for library containing setitimer... none required
checking for strcasestr... yes
checking for library containing strcasestr... none required
checking for memmem... yes
checking for library containing memmem... none required
checking for strlcpy... no
checking for uintmax_t... yes
checking for strtoumax... yes
checking for library containing strtoumax... none required
checking for setenv... yes
checking for library containing setenv... none required
checking for unsetenv... yes
checking for library containing unsetenv... none required
checking for mkdtemp... yes
checking for library containing mkdtemp... none required
checking for mkstemps... yes
checking for library containing mkstemps... none required
checking for initgroups... yes
checking for library containing initgroups... none required
checking for getdelim... yes
checking for library containing getdelim... none required
checking for BSD sysctl... no
checking for POSIX Threads with ''... no
checking for POSIX Threads with '-mt'... no
checking for POSIX Threads with '-pthread'... yes
configure: creating ./config.status
config.status: creating config.mak.autogen
config.status: executing config.mak.autogen commands
Building git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    * new build flags
    * new link flags
    CC abspath.o
    CC advice.o
    CC alias.o
    CC alloc.o
    CC archive.o
    CC archive-tar.o
    CC archive-zip.o
    CC argv-array.o
    * new prefix flags
    CC base85.o
    CC bisect.o
    CC blob.o
    CC branch.o
    CC bulk-checkin.o
    CC bundle.o
    CC cache-tree.o
    CC color.o
    CC column.o
    CC combine-diff.o
    CC commit.o
    CC compat/obstack.o
    CC compat/terminal.o
    CC config.o
    CC connect.o
    CC connected.o
    CC convert.o
    CC copy.o
    CC credential.o
    CC csum-file.o
    CC ctype.o
    CC date.o
    CC decorate.o
    CC diffcore-break.o
    CC diffcore-delta.o
    CC diffcore-order.o
    CC diffcore-pickaxe.o
    CC diffcore-rename.o
    CC diff-delta.o
    CC diff-lib.o
    CC diff-no-index.o
    CC diff.o
    CC dir.o
    CC editor.o
    CC entry.o
    CC environment.o
    CC ewah/bitmap.o
    CC ewah/ewah_bitmap.o
    CC ewah/ewah_io.o
    CC ewah/ewah_rlw.o
    CC exec_cmd.o
    CC fetch-pack.o
    CC fsck.o
    CC gettext.o
    CC gpg-interface.o
    CC graph.o
    CC grep.o
    CC hashmap.o
    GEN common-cmds.h
    CC hex.o
    CC ident.o
    CC kwset.o
    CC levenshtein.o
    CC line-log.o
    CC line-range.o
    CC list-objects.o
    CC ll-merge.o
    CC lockfile.o
    CC log-tree.o
    CC mailmap.o
    CC match-trees.o
    CC merge.o
    CC merge-blobs.o
    CC merge-recursive.o
    CC mergesort.o
    CC name-hash.o
    CC notes.o
    CC notes-cache.o
    CC notes-merge.o
    CC notes-utils.o
    CC object.o
    CC pack-bitmap.o
    CC pack-bitmap-write.o
    CC pack-check.o
    CC pack-objects.o
    CC pack-revindex.o
    CC pack-write.o
    CC pager.o
    CC parse-options.o
    CC parse-options-cb.o
    CC patch-delta.o
    CC patch-ids.o
    CC path.o
    CC pathspec.o
    CC pkt-line.o
    CC preload-index.o
    CC pretty.o
    CC prio-queue.o
    CC progress.o
    CC prompt.o
    CC quote.o
    CC reachable.o
    CC read-cache.o
    CC reflog-walk.o
    CC refs.o
    CC ref-filter.o
    CC remote.o
    CC replace_object.o
    CC rerere.o
    CC resolve-undo.o
    CC revision.o
    CC run-command.o
    CC send-pack.o
    CC sequencer.o
    CC server-info.o
    CC setup.o
    CC sha1-array.o
    CC sha1-lookup.o
    CC sha1_file.o
    CC sha1_name.o
    CC shallow.o
    CC sideband.o
    CC sigchain.o
    CC split-index.o
    CC strbuf.o
    CC streaming.o
    CC string-list.o
    CC submodule.o
    CC submodule-config.o
    CC symlinks.o
    CC tag.o
    CC tempfile.o
    CC trace.o
    CC trailer.o
    CC transport.o
    CC transport-helper.o
    CC tree-diff.o
    CC tree.o
    CC tree-walk.o
    CC unpack-trees.o
    CC url.o
    CC urlmatch.o
    CC usage.o
    CC userdiff.o
    CC utf8.o
    CC varint.o
    CC versioncmp.o
    CC walker.o
    CC wildmatch.o
    CC wrapper.o
    CC write_or_die.o
    CC ws.o
    CC wt-status.o
    CC xdiff-interface.o
    CC zlib.o
    CC unix-socket.o
    CC thread-utils.o
    CC compat/strlcpy.o
    CC xdiff/xdiffi.o
    CC xdiff/xprepare.o
    CC xdiff/xutils.o
    CC xdiff/xemit.o
    CC xdiff/xmerge.o
    CC xdiff/xpatience.o
    CC xdiff/xhistogram.o
    CC daemon.o
    CC fast-import.o
    CC http-backend.o
    CC imap-send.o
    CC sh-i18n--envsubst.o
    CC shell.o
    CC show-index.o
    CC upload-pack.o
    CC remote-testsvn.o
    CC vcs-svn/line_buffer.o
    CC vcs-svn/sliding_window.o
    CC vcs-svn/repo_tree.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/svndiff.o
    CC vcs-svn/svndump.o
    CC credential-cache.o
    CC credential-cache--daemon.o
    * new script parameters
    * new perl-specific parameters
    * new Python interpreter location
    GEN git-instaweb
    GEN git-mergetool--lib
    GEN git-parse-remote
    GEN git-rebase--am
    GEN git-rebase--interactive
    GEN git-rebase--merge
    GEN git-sh-setup
    GEN git-sh-i18n
    CC git.o
    CC builtin/add.o
    CC builtin/am.o
    CC builtin/annotate.o
    CC builtin/apply.o
    CC builtin/archive.o
    CC builtin/bisect--helper.o
    CC builtin/blame.o
    CC builtin/branch.o
    CC builtin/bundle.o
    CC builtin/cat-file.o
    CC builtin/check-attr.o
    CC builtin/check-ignore.o
    CC builtin/check-mailmap.o
    CC builtin/check-ref-format.o
    CC builtin/checkout-index.o
    CC builtin/checkout.o
    CC builtin/clean.o
    CC builtin/clone.o
    CC builtin/column.o
    CC builtin/commit-tree.o
    CC builtin/commit.o
    CC builtin/config.o
    CC builtin/count-objects.o
    CC builtin/credential.o
    CC builtin/describe.o
    CC builtin/diff-files.o
    CC builtin/diff-index.o
    CC builtin/diff-tree.o
    CC builtin/diff.o
    CC builtin/fast-export.o
    CC builtin/fetch-pack.o
    CC builtin/fetch.o
    CC builtin/fmt-merge-msg.o
    CC builtin/for-each-ref.o
    CC builtin/fsck.o
    CC builtin/gc.o
    CC builtin/get-tar-commit-id.o
    CC builtin/grep.o
    CC builtin/hash-object.o
    CC builtin/help.o
    CC builtin/index-pack.o
    CC builtin/init-db.o
    CC builtin/interpret-trailers.o
    CC builtin/log.o
    CC builtin/ls-files.o
    CC builtin/ls-remote.o
    CC builtin/ls-tree.o
    CC builtin/mailinfo.o
    CC builtin/mailsplit.o
    CC builtin/merge.o
    CC builtin/merge-base.o
    CC builtin/merge-file.o
    CC builtin/merge-index.o
    CC builtin/merge-ours.o
    CC builtin/merge-recursive.o
    CC builtin/merge-tree.o
    CC builtin/mktag.o
    CC builtin/mktree.o
    CC builtin/mv.o
    CC builtin/name-rev.o
    CC builtin/notes.o
    CC builtin/pack-objects.o
    CC builtin/pack-redundant.o
    CC builtin/pack-refs.o
    CC builtin/patch-id.o
    CC builtin/prune-packed.o
    CC builtin/prune.o
    CC builtin/pull.o
    CC builtin/push.o
    CC builtin/read-tree.o
    CC builtin/receive-pack.o
    CC builtin/reflog.o
    CC builtin/remote.o
    CC builtin/remote-ext.o
    CC builtin/remote-fd.o
    CC builtin/repack.o
    CC builtin/replace.o
    CC builtin/rerere.o
    CC builtin/reset.o
    CC builtin/rev-list.o
    CC builtin/rev-parse.o
    CC builtin/revert.o
    CC builtin/rm.o
    CC builtin/send-pack.o
    CC builtin/shortlog.o
    CC builtin/show-branch.o
    CC builtin/show-ref.o
    CC builtin/stripspace.o
    CC builtin/symbolic-ref.o
    CC builtin/tag.o
    CC builtin/unpack-file.o
    CC builtin/unpack-objects.o
    CC builtin/update-index.o
    CC builtin/update-ref.o
    CC builtin/update-server-info.o
    CC builtin/upload-archive.o
    CC builtin/var.o
    CC builtin/verify-commit.o
    CC builtin/verify-pack.o
    CC builtin/verify-tag.o
    CC builtin/worktree.o
    CC builtin/write-tree.o
    MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo
306 translated messages, 687 untranslated messages.
    MSGFMT po/build/locale/de/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/is/LC_MESSAGES/git.mo
14 translated messages.
    MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo
2441 translated messages.
    MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/it/LC_MESSAGES/git.mo
716 translated messages, 350 untranslated messages.
    MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo
2440 translated messages.
    CC test-chmtime.o
    CC test-ctype.o
    CC test-config.o
    CC test-date.o
    CC test-delta.o
    CC test-dump-cache-tree.o
    CC test-dump-split-index.o
    CC test-dump-untracked-cache.o
    CC test-genrandom.o
    CC test-hashmap.o
    CC test-index-version.o
    CC test-line-buffer.o
    CC test-match-trees.o
    CC test-mergesort.o
    CC test-mktemp.o
    CC test-parse-options.o
    CC test-path-utils.o
    CC test-prio-queue.o
    CC test-read-cache.o
    CC test-regex.o
    CC test-revision-walking.o
    CC test-run-command.o
    CC test-scrap-cache-tree.o
    CC test-sha1.o
    CC test-sha1-array.o
    CC test-sigchain.o
    CC test-string-list.o
    CC test-submodule-config.o
    CC test-subprocess.o
    CC test-svn-fe.o
    CC test-urlmatch-normalization.o
    CC test-wildmatch.o
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-config
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-dump-split-index
    GEN bin-wrappers/test-dump-untracked-cache
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-hashmap
    GEN bin-wrappers/test-index-version
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-mergesort
    GEN bin-wrappers/test-mktemp
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-prio-queue
    GEN bin-wrappers/test-read-cache
    GEN bin-wrappers/test-regex
    GEN bin-wrappers/test-revision-walking
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-scrap-cache-tree
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sha1-array
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-string-list
    GEN bin-wrappers/test-submodule-config
    GEN bin-wrappers/test-subprocess
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-urlmatch-normalization
    GEN bin-wrappers/test-wildmatch
    GEN git-remote-testgit
    CC credential-store.o
    CC attr.o
    CC help.o
    CC version.o
    AR xdiff/lib.a
    AR vcs-svn/lib.a
    GEN git-bisect
    GEN git-difftool--helper
    GEN git-filter-branch
    GEN git-merge-octopus
    GEN git-merge-one-file
    GEN git-merge-resolve
    GEN git-mergetool
    GEN git-quiltimport
    GEN git-rebase
    GEN git-request-pull
    GEN git-stash
    GEN git-submodule
    GEN git-web--browse
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-p4
    AR libgit.a
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
    LINK git
    LINK test-chmtime
    LINK test-ctype
    LINK test-config
    LINK test-date
    LINK test-delta
    LINK test-dump-cache-tree
    LINK test-dump-split-index
    LINK test-dump-untracked-cache
    LINK test-genrandom
    LINK test-hashmap
    LINK test-index-version
    LINK test-line-buffer
    LINK test-match-trees
    LINK test-mergesort
    LINK test-mktemp
    LINK test-parse-options
    LINK test-path-utils
    LINK test-prio-queue
    LINK test-read-cache
    LINK test-regex
    LINK test-revision-walking
    LINK test-run-command
    LINK test-scrap-cache-tree
    LINK test-sha1
    LINK test-sha1-array
    LINK test-sigchain
    LINK test-string-list
    LINK test-submodule-config
    LINK test-subprocess
    LINK test-svn-fe
    LINK test-urlmatch-normalization
    LINK test-wildmatch
    LINK git-credential-store
    LINK git-daemon
    LINK git-fast-import
    LINK git-http-backend
    LINK git-imap-send
    LINK git-sh-i18n--envsubst
    LINK git-shell
    LINK git-show-index
    LINK git-upload-pack
    LINK git-remote-testsvn
    LINK git-credential-cache
    LINK git-credential-cache--daemon
    BUILTIN git-add
    BUILTIN git-am
    BUILTIN git-annotate
    BUILTIN git-apply
    BUILTIN git-archive
    BUILTIN git-bisect--helper
    BUILTIN git-blame
    BUILTIN git-branch
    BUILTIN git-bundle
    BUILTIN git-cat-file
    BUILTIN git-check-attr
    BUILTIN git-check-ignore
    BUILTIN git-check-mailmap
    BUILTIN git-check-ref-format
    BUILTIN git-checkout-index
    BUILTIN git-checkout
    BUILTIN git-clean
    BUILTIN git-clone
    BUILTIN git-column
    BUILTIN git-commit-tree
    BUILTIN git-commit
    BUILTIN git-config
    BUILTIN git-count-objects
    BUILTIN git-credential
    BUILTIN git-describe
    BUILTIN git-diff-files
    BUILTIN git-diff-index
    BUILTIN git-diff-tree
    BUILTIN git-diff
    BUILTIN git-fast-export
    BUILTIN git-fetch-pack
    BUILTIN git-fetch
    BUILTIN git-fmt-merge-msg
    BUILTIN git-for-each-ref
    BUILTIN git-fsck
    BUILTIN git-gc
    BUILTIN git-get-tar-commit-id
    BUILTIN git-grep
    BUILTIN git-hash-object
    BUILTIN git-help
    BUILTIN git-index-pack
    BUILTIN git-init-db
    BUILTIN git-interpret-trailers
    BUILTIN git-log
    BUILTIN git-ls-files
    BUILTIN git-ls-remote
    BUILTIN git-ls-tree
    BUILTIN git-mailinfo
    BUILTIN git-mailsplit
    BUILTIN git-merge
    BUILTIN git-merge-base
    BUILTIN git-merge-file
    BUILTIN git-merge-index
    BUILTIN git-merge-ours
    BUILTIN git-merge-recursive
    BUILTIN git-merge-tree
    BUILTIN git-mktag
    BUILTIN git-mktree
    BUILTIN git-mv
    BUILTIN git-name-rev
    BUILTIN git-notes
    BUILTIN git-pack-objects
    BUILTIN git-pack-redundant
    BUILTIN git-pack-refs
    BUILTIN git-patch-id
    BUILTIN git-prune-packed
    BUILTIN git-prune
    BUILTIN git-pull
    BUILTIN git-push
    BUILTIN git-read-tree
    BUILTIN git-receive-pack
    BUILTIN git-reflog
    BUILTIN git-remote
    BUILTIN git-remote-ext
    BUILTIN git-remote-fd
    BUILTIN git-repack
    BUILTIN git-replace
    BUILTIN git-rerere
    BUILTIN git-reset
    BUILTIN git-rev-list
    BUILTIN git-rev-parse
    BUILTIN git-revert
    BUILTIN git-rm
    BUILTIN git-send-pack
    BUILTIN git-shortlog
    BUILTIN git-show-branch
    BUILTIN git-show-ref
    BUILTIN git-stripspace
    BUILTIN git-symbolic-ref
    BUILTIN git-tag
    BUILTIN git-unpack-file
    BUILTIN git-unpack-objects
    BUILTIN git-update-index
    BUILTIN git-update-ref
    BUILTIN git-update-server-info
    BUILTIN git-upload-archive
    BUILTIN git-var
    BUILTIN git-verify-commit
    BUILTIN git-verify-pack
    BUILTIN git-verify-tag
    BUILTIN git-worktree
    BUILTIN git-write-tree
    BUILTIN git-cherry
    BUILTIN git-cherry-pick
    BUILTIN git-format-patch
    BUILTIN git-fsck-objects
    BUILTIN git-init
    BUILTIN git-merge-subtree
    BUILTIN git-show
    BUILTIN git-stage
    BUILTIN git-status
    BUILTIN git-whatchanged
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
Manifying blib/man3/Git.3pm
Manifying blib/man3/Git::I18N.3pm
Manifying blib/man3/Git::SVN::Editor.3pm
Manifying blib/man3/Git::SVN::Fetcher.3pm
Manifying blib/man3/Git::SVN::Memoize::YAML.3pm
Manifying blib/man3/Git::SVN::Prompt.3pm
Manifying blib/man3/Git::SVN::Ra.3pm
Manifying blib/man3/Git::SVN::Utils.3pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Installing git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/bin'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install   git-credential-store git-daemon git-fast-import 
git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index 
git-upload-pack git-remote-testsvn git-credential-cache 
git-credential-cache--daemon git-bisect git-difftool--helper git-filter-branch 
git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool 
git-quiltimport git-rebase git-request-pull git-stash git-submodule 
git-web--browse git-add--interactive git-difftool git-archimport 
git-cvsexportcommit git-cvsimport git-cvsserver git-relink git-send-email 
git-svn git-p4 git-instaweb '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install -m 644  git-mergetool--lib git-parse-remote git-rebase--am 
git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n 
'/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install git git-upload-pack git-receive-pack git-upload-archive 
git-shell git-cvsserver '/home/king/Sage/git/sage/local/bin'
make -C templates DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/share/git-core/templates'
(cd blt && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/git-core/templates' && umask 022 && 
tar xof -)
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -m 644 mergetools/* 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/locale'
(cd po/build/locale && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/locale' && umask 022 && tar xof -)
make -C perl prefix='/home/king/Sage/git/sage/local' DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Ra.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Fetcher.pm
Installing /home/king/Sage/git/sage/local/share/perl/5.20.2/Git/SVN/Editor.pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Fetcher.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Utils.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::I18N.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Ra.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Prompt.3pm
Installing 
/home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Memoize::YAML.3pm
Installing /home/king/Sage/git/sage/local/share/man/man3/Git::SVN::Editor.3pm
Appending installation info to 
/home/king/Sage/git/sage/local/lib/x86_64-linux-gnu/perl/5.20.2/perllocal.pod
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make -C gitweb install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[5]: 'GIT-VERSION-FILE' is up to date.
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    GEN gitweb.cgi
    GEN static/gitweb.js
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -m 755 gitweb.cgi '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb/static'
/usr/bin/install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png 
static/git-favicon.png '/home/king/Sage/git/sage/local/share/gitweb/static'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
bindir=$(cd '/home/king/Sage/git/sage/local/bin' && pwd) && \
execdir=$(cd '/home/king/Sage/git/sage/local/libexec/git-core' && pwd) && \
{ test "$bindir/" = "$execdir/" || \
  for p in git git-shell git-upload-pack git-cvsserver; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \
        cp "$bindir/$p" "$execdir/$p" || exit; \
  done; \
} && \
for p in git-receive-pack git-upload-archive; do \
        rm -f "$bindir/$p" && \
        test -z "1" && \
        ln "$bindir/git" "$bindir/$p" 2>/dev/null || \
        ln -s "git" "$bindir/$p" 2>/dev/null || \
        cp "$bindir/git" "$bindir/$p" || exit; \
done && \
for p in  git-add git-am git-annotate git-apply git-archive git-bisect--helper 
git-blame git-branch git-bundle git-cat-file git-check-attr git-check-ignore 
git-check-mailmap git-check-ref-format git-checkout-index git-checkout 
git-clean git-clone git-column git-commit-tree git-commit git-config 
git-count-objects git-credential git-describe git-diff-files git-diff-index 
git-diff-tree git-diff git-fast-export git-fetch-pack git-fetch 
git-fmt-merge-msg git-for-each-ref git-fsck git-gc git-get-tar-commit-id 
git-grep git-hash-object git-help git-index-pack git-init-db 
git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree 
git-mailinfo git-mailsplit git-merge git-merge-base git-merge-file 
git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-mktag 
git-mktree git-mv git-name-rev git-notes git-pack-objects git-pack-redundant 
git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push 
git-read-tree git-receive-pack git-reflog git-remote git-remote-ext 
git-remote-fd git-repack git-replace git-rerere git-reset git-rev-list 
git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch 
git-show-ref git-stripspace git-symbolic-ref git-tag git-unpack-file 
git-unpack-objects git-update-index git-update-ref git-update-server-info 
git-upload-archive git-var git-verify-commit git-verify-pack git-verify-tag 
git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch 
git-fsck-objects git-init git-merge-subtree git-show git-stage git-status 
git-whatchanged; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git" "$execdir/$p" 2>/dev/null || \
        ln -s "git" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git" "$execdir/$p" || exit; \
done && \
remote_curl_aliases="" && \
for p in $remote_curl_aliases; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \
        ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git-remote-http" "$execdir/$p" || exit; \
done && \
./check_bindir "z$bindir" "z$execdir" "$bindir/git-add"
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'

real    2m35.354s
user    2m10.448s
sys     0m10.488s
Successfully installed git-2.6.2
Deleting temporary build directory
/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2
Finished installing git-2.6.2.spkg
Found local metadata for git-2.6.2
Using cached file /home/king/Sage/git/sage/upstream/git-2.6.2.tar.gz
git-2.6.2
====================================================
Setting up build directory for git-2.6.2
Finished set up
****************************************************
Host system:
Linux king-C70-B 4.2.0-34-generic #39-Ubuntu SMP Thu Mar 10 22:13:01 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
****************************************************
Using install program /usr/bin/install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
GIT_VERSION = 2.6.2
make[3]: 'GIT-VERSION-FILE' is up to date.
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Configuring git...
configure: Setting SANE_TOOL_PATH to ''
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: Setting PYTHON_PATH to /home/king/Sage/git/sage/local/bin/python
configure: CHECKS for programs
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for inline... inline
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for gtar... no
checking for tar... tar
checking for gnudiff... no
checking for gdiff... no
checking for diff... diff
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... yes
checking for curl_global_init in -lcurl... no
checking for XML_ParserCreate in -lexpat... no
checking for iconv in -lc... yes
checking for deflateBound in -lz... yes
checking for socket in -lc... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for hstrerror... yes
checking for basename in -lc... yes
checking for gettext in -lc... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: CHECKS for header files
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for inttypes.h... (cached) yes
checking for old iconv()... no
configure: CHECKS for typedefs, structures, and compiler characteristics
checking for socklen_t... yes
checking for struct itimerval... yes
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_type... yes
checking for struct passwd.pw_gecos... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for getaddrinfo... yes
checking for library containing getaddrinfo... none required
checking whether the platform regex can handle null bytes... yes
checking whether system succeeds to read fopen'ed directory... no
checking whether snprintf() and/or vsnprintf() return bogus value... no
checking whether the platform uses typical file type bits... yes
configure: CHECKS for library functions
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking for strings.h... (cached) yes
checking for locale_charset in -liconv... no
checking for locale_charset in -lcharset... no
checking for HMAC_CTX_cleanup in -lcrypto... yes
checking for clock_gettime... yes
checking for library containing clock_gettime... none required
checking for CLOCK_MONOTONIC... yes
checking for setitimer... yes
checking for library containing setitimer... none required
checking for strcasestr... yes
checking for library containing strcasestr... none required
checking for memmem... yes
checking for library containing memmem... none required
checking for strlcpy... no
checking for uintmax_t... yes
checking for strtoumax... yes
checking for library containing strtoumax... none required
checking for setenv... yes
checking for library containing setenv... none required
checking for unsetenv... yes
checking for library containing unsetenv... none required
checking for mkdtemp... yes
checking for library containing mkdtemp... none required
checking for mkstemps... yes
checking for library containing mkstemps... none required
checking for initgroups... yes
checking for library containing initgroups... none required
checking for getdelim... yes
checking for library containing getdelim... none required
checking for BSD sysctl... no
checking for POSIX Threads with ''... no
checking for POSIX Threads with '-mt'... no
checking for POSIX Threads with '-pthread'... yes
configure: creating ./config.status
config.status: creating config.mak.autogen
config.status: executing config.mak.autogen commands
Building git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    * new build flags
    * new link flags
    CC abspath.o
    CC advice.o
    CC alias.o
    CC alloc.o
    CC archive.o
    CC archive-tar.o
    CC archive-zip.o
    CC argv-array.o
    * new prefix flags
    CC base85.o
    CC bisect.o
    CC blob.o
    CC branch.o
    CC bulk-checkin.o
    CC bundle.o
    CC cache-tree.o
    CC color.o
    CC column.o
    CC combine-diff.o
    CC commit.o
    CC compat/obstack.o
    CC compat/terminal.o
    CC config.o
    CC connect.o
    CC connected.o
    CC convert.o
    CC copy.o
    CC credential.o
    CC csum-file.o
    CC ctype.o
    CC date.o
    CC decorate.o
    CC diffcore-break.o
    CC diffcore-delta.o
    CC diffcore-order.o
    CC diffcore-pickaxe.o
    CC diffcore-rename.o
    CC diff-delta.o
    CC diff-lib.o
    CC diff-no-index.o
    CC diff.o
    CC dir.o
    CC editor.o
    CC entry.o
    CC environment.o
    CC ewah/bitmap.o
    CC ewah/ewah_bitmap.o
    CC ewah/ewah_io.o
    CC ewah/ewah_rlw.o
    CC exec_cmd.o
    CC fetch-pack.o
    CC fsck.o
    CC gettext.o
    CC gpg-interface.o
    CC graph.o
    CC grep.o
    CC hashmap.o
    GEN common-cmds.h
    CC hex.o
    CC ident.o
    CC kwset.o
    CC levenshtein.o
    CC line-log.o
    CC line-range.o
    CC list-objects.o
    CC ll-merge.o
    CC lockfile.o
    CC log-tree.o
    CC mailmap.o
    CC match-trees.o
    CC merge.o
    CC merge-blobs.o
    CC merge-recursive.o
    CC mergesort.o
    CC name-hash.o
    CC notes.o
    CC notes-cache.o
    CC notes-merge.o
    CC notes-utils.o
    CC object.o
    CC pack-bitmap.o
    CC pack-bitmap-write.o
    CC pack-check.o
    CC pack-objects.o
    CC pack-revindex.o
    CC pack-write.o
    CC pager.o
    CC parse-options.o
    CC parse-options-cb.o
    CC patch-delta.o
    CC patch-ids.o
    CC path.o
    CC pathspec.o
    CC pkt-line.o
    CC preload-index.o
    CC pretty.o
    CC prio-queue.o
    CC progress.o
    CC prompt.o
    CC quote.o
    CC reachable.o
    CC read-cache.o
    CC reflog-walk.o
    CC refs.o
    CC ref-filter.o
    CC remote.o
    CC replace_object.o
    CC rerere.o
    CC resolve-undo.o
    CC revision.o
    CC run-command.o
    CC send-pack.o
    CC sequencer.o
    CC server-info.o
    CC setup.o
    CC sha1-array.o
    CC sha1-lookup.o
    CC sha1_file.o
    CC sha1_name.o
    CC shallow.o
    CC sideband.o
    CC sigchain.o
    CC split-index.o
    CC strbuf.o
    CC streaming.o
    CC string-list.o
    CC submodule.o
    CC submodule-config.o
    CC symlinks.o
    CC tag.o
    CC tempfile.o
    CC trace.o
    CC trailer.o
    CC transport.o
    CC transport-helper.o
    CC tree-diff.o
    CC tree.o
    CC tree-walk.o
    CC unpack-trees.o
    CC url.o
    CC urlmatch.o
    CC usage.o
    CC userdiff.o
    CC utf8.o
    CC varint.o
    CC versioncmp.o
    CC walker.o
    CC wildmatch.o
    CC wrapper.o
    CC write_or_die.o
    CC ws.o
    CC wt-status.o
    CC xdiff-interface.o
    CC zlib.o
    CC unix-socket.o
    CC thread-utils.o
    CC compat/strlcpy.o
    CC xdiff/xdiffi.o
    CC xdiff/xprepare.o
    CC xdiff/xutils.o
    CC xdiff/xemit.o
    CC xdiff/xmerge.o
    CC xdiff/xpatience.o
    CC xdiff/xhistogram.o
    CC daemon.o
    CC fast-import.o
    CC http-backend.o
    CC imap-send.o
    CC sh-i18n--envsubst.o
    CC shell.o
    CC show-index.o
    CC upload-pack.o
    CC remote-testsvn.o
    CC vcs-svn/line_buffer.o
    CC vcs-svn/sliding_window.o
    CC vcs-svn/repo_tree.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/svndiff.o
    CC vcs-svn/svndump.o
    CC credential-cache.o
    CC credential-cache--daemon.o
    * new script parameters
    * new perl-specific parameters
    * new Python interpreter location
    GEN git-instaweb
    GEN git-mergetool--lib
    GEN git-parse-remote
    GEN git-rebase--am
    GEN git-rebase--interactive
    GEN git-rebase--merge
    GEN git-sh-setup
    GEN git-sh-i18n
    CC git.o
    CC builtin/add.o
    CC builtin/am.o
    CC builtin/annotate.o
    CC builtin/apply.o
    CC builtin/archive.o
    CC builtin/bisect--helper.o
    CC builtin/blame.o
    CC builtin/branch.o
    CC builtin/bundle.o
    CC builtin/cat-file.o
    CC builtin/check-attr.o
    CC builtin/check-ignore.o
    CC builtin/check-mailmap.o
    CC builtin/check-ref-format.o
    CC builtin/checkout-index.o
    CC builtin/checkout.o
    CC builtin/clean.o
    CC builtin/clone.o
    CC builtin/column.o
    CC builtin/commit-tree.o
    CC builtin/commit.o
    CC builtin/config.o
    CC builtin/count-objects.o
    CC builtin/credential.o
    CC builtin/describe.o
    CC builtin/diff-files.o
    CC builtin/diff-index.o
    CC builtin/diff-tree.o
    CC builtin/diff.o
    CC builtin/fast-export.o
    CC builtin/fetch-pack.o
    CC builtin/fetch.o
    CC builtin/fmt-merge-msg.o
    CC builtin/for-each-ref.o
    CC builtin/fsck.o
    CC builtin/gc.o
    CC builtin/get-tar-commit-id.o
    CC builtin/grep.o
    CC builtin/hash-object.o
    CC builtin/help.o
    CC builtin/index-pack.o
    CC builtin/init-db.o
    CC builtin/interpret-trailers.o
    CC builtin/log.o
    CC builtin/ls-files.o
    CC builtin/ls-remote.o
    CC builtin/ls-tree.o
    CC builtin/mailinfo.o
    CC builtin/mailsplit.o
    CC builtin/merge.o
    CC builtin/merge-base.o
    CC builtin/merge-file.o
    CC builtin/merge-index.o
    CC builtin/merge-ours.o
    CC builtin/merge-recursive.o
    CC builtin/merge-tree.o
    CC builtin/mktag.o
    CC builtin/mktree.o
    CC builtin/mv.o
    CC builtin/name-rev.o
    CC builtin/notes.o
    CC builtin/pack-objects.o
    CC builtin/pack-redundant.o
    CC builtin/pack-refs.o
    CC builtin/patch-id.o
    CC builtin/prune-packed.o
    CC builtin/prune.o
    CC builtin/pull.o
    CC builtin/push.o
    CC builtin/read-tree.o
    CC builtin/receive-pack.o
    CC builtin/reflog.o
    CC builtin/remote.o
    CC builtin/remote-ext.o
    CC builtin/remote-fd.o
    CC builtin/repack.o
    CC builtin/replace.o
    CC builtin/rerere.o
    CC builtin/reset.o
    CC builtin/rev-list.o
    CC builtin/rev-parse.o
    CC builtin/revert.o
    CC builtin/rm.o
    CC builtin/send-pack.o
    CC builtin/shortlog.o
    CC builtin/show-branch.o
    CC builtin/show-ref.o
    CC builtin/stripspace.o
    CC builtin/symbolic-ref.o
    CC builtin/tag.o
    CC builtin/unpack-file.o
    CC builtin/unpack-objects.o
    CC builtin/update-index.o
    CC builtin/update-ref.o
    CC builtin/update-server-info.o
    CC builtin/upload-archive.o
    CC builtin/var.o
    CC builtin/verify-commit.o
    CC builtin/verify-pack.o
    CC builtin/verify-tag.o
    CC builtin/worktree.o
    CC builtin/write-tree.o
    MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo
306 translated messages, 687 untranslated messages.
    MSGFMT po/build/locale/de/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/is/LC_MESSAGES/git.mo
14 translated messages.
    MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo
2441 translated messages.
    MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/it/LC_MESSAGES/git.mo
716 translated messages, 350 untranslated messages.
    MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo
2440 translated messages.
    CC test-chmtime.o
    CC test-ctype.o
    CC test-config.o
    CC test-date.o
    CC test-delta.o
    CC test-dump-cache-tree.o
    CC test-dump-split-index.o
    CC test-dump-untracked-cache.o
    CC test-genrandom.o
    CC test-hashmap.o
    CC test-index-version.o
    CC test-line-buffer.o
    CC test-match-trees.o
    CC test-mergesort.o
    CC test-mktemp.o
    CC test-parse-options.o
    CC test-path-utils.o
    CC test-prio-queue.o
    CC test-read-cache.o
    CC test-regex.o
    CC test-revision-walking.o
    CC test-run-command.o
    CC test-scrap-cache-tree.o
    CC test-sha1.o
    CC test-sha1-array.o
    CC test-sigchain.o
    CC test-string-list.o
    CC test-submodule-config.o
    CC test-subprocess.o
    CC test-svn-fe.o
    CC test-urlmatch-normalization.o
    CC test-wildmatch.o
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-config
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-dump-split-index
    GEN bin-wrappers/test-dump-untracked-cache
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-hashmap
    GEN bin-wrappers/test-index-version
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-mergesort
    GEN bin-wrappers/test-mktemp
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-prio-queue
    GEN bin-wrappers/test-read-cache
    GEN bin-wrappers/test-regex
    GEN bin-wrappers/test-revision-walking
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-scrap-cache-tree
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sha1-array
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-string-list
    GEN bin-wrappers/test-submodule-config
    GEN bin-wrappers/test-subprocess
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-urlmatch-normalization
    GEN bin-wrappers/test-wildmatch
    GEN git-remote-testgit
    CC credential-store.o
    CC attr.o
    CC help.o
    CC version.o
    AR xdiff/lib.a
    AR vcs-svn/lib.a
    GEN git-bisect
    GEN git-difftool--helper
    GEN git-filter-branch
    GEN git-merge-octopus
    GEN git-merge-one-file
    GEN git-merge-resolve
    GEN git-mergetool
    GEN git-quiltimport
    GEN git-rebase
    GEN git-request-pull
    GEN git-stash
    GEN git-submodule
    GEN git-web--browse
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-p4
    AR libgit.a
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
    LINK git
    LINK test-chmtime
    LINK test-ctype
    LINK test-config
    LINK test-date
    LINK test-delta
    LINK test-dump-cache-tree
    LINK test-dump-split-index
    LINK test-dump-untracked-cache
    LINK test-genrandom
    LINK test-hashmap
    LINK test-index-version
    LINK test-line-buffer
    LINK test-match-trees
    LINK test-mergesort
    LINK test-mktemp
    LINK test-parse-options
    LINK test-path-utils
    LINK test-prio-queue
    LINK test-read-cache
    LINK test-regex
    LINK test-revision-walking
    LINK test-run-command
    LINK test-scrap-cache-tree
    LINK test-sha1
    LINK test-sha1-array
    LINK test-sigchain
    LINK test-string-list
    LINK test-submodule-config
    LINK test-subprocess
    LINK test-svn-fe
    LINK test-urlmatch-normalization
    LINK test-wildmatch
    LINK git-credential-store
    LINK git-daemon
    LINK git-fast-import
    LINK git-http-backend
    LINK git-imap-send
    LINK git-sh-i18n--envsubst
    LINK git-shell
    LINK git-show-index
    LINK git-upload-pack
    LINK git-remote-testsvn
    LINK git-credential-cache
    LINK git-credential-cache--daemon
    BUILTIN git-add
    BUILTIN git-am
    BUILTIN git-annotate
    BUILTIN git-apply
    BUILTIN git-archive
    BUILTIN git-bisect--helper
    BUILTIN git-blame
    BUILTIN git-branch
    BUILTIN git-bundle
    BUILTIN git-cat-file
    BUILTIN git-check-attr
    BUILTIN git-check-ignore
    BUILTIN git-check-mailmap
    BUILTIN git-check-ref-format
    BUILTIN git-checkout-index
    BUILTIN git-checkout
    BUILTIN git-clean
    BUILTIN git-clone
    BUILTIN git-column
    BUILTIN git-commit-tree
    BUILTIN git-commit
    BUILTIN git-config
    BUILTIN git-count-objects
    BUILTIN git-credential
    BUILTIN git-describe
    BUILTIN git-diff-files
    BUILTIN git-diff-index
    BUILTIN git-diff-tree
    BUILTIN git-diff
    BUILTIN git-fast-export
    BUILTIN git-fetch-pack
    BUILTIN git-fetch
    BUILTIN git-fmt-merge-msg
    BUILTIN git-for-each-ref
    BUILTIN git-fsck
    BUILTIN git-gc
    BUILTIN git-get-tar-commit-id
    BUILTIN git-grep
    BUILTIN git-hash-object
    BUILTIN git-help
    BUILTIN git-index-pack
    BUILTIN git-init-db
    BUILTIN git-interpret-trailers
    BUILTIN git-log
    BUILTIN git-ls-files
    BUILTIN git-ls-remote
    BUILTIN git-ls-tree
    BUILTIN git-mailinfo
    BUILTIN git-mailsplit
    BUILTIN git-merge
    BUILTIN git-merge-base
    BUILTIN git-merge-file
    BUILTIN git-merge-index
    BUILTIN git-merge-ours
    BUILTIN git-merge-recursive
    BUILTIN git-merge-tree
    BUILTIN git-mktag
    BUILTIN git-mktree
    BUILTIN git-mv
    BUILTIN git-name-rev
    BUILTIN git-notes
    BUILTIN git-pack-objects
    BUILTIN git-pack-redundant
    BUILTIN git-pack-refs
    BUILTIN git-patch-id
    BUILTIN git-prune-packed
    BUILTIN git-prune
    BUILTIN git-pull
    BUILTIN git-push
    BUILTIN git-read-tree
    BUILTIN git-receive-pack
    BUILTIN git-reflog
    BUILTIN git-remote
    BUILTIN git-remote-ext
    BUILTIN git-remote-fd
    BUILTIN git-repack
    BUILTIN git-replace
    BUILTIN git-rerere
    BUILTIN git-reset
    BUILTIN git-rev-list
    BUILTIN git-rev-parse
    BUILTIN git-revert
    BUILTIN git-rm
    BUILTIN git-send-pack
    BUILTIN git-shortlog
    BUILTIN git-show-branch
    BUILTIN git-show-ref
    BUILTIN git-stripspace
    BUILTIN git-symbolic-ref
    BUILTIN git-tag
    BUILTIN git-unpack-file
    BUILTIN git-unpack-objects
    BUILTIN git-update-index
    BUILTIN git-update-ref
    BUILTIN git-update-server-info
    BUILTIN git-upload-archive
    BUILTIN git-var
    BUILTIN git-verify-commit
    BUILTIN git-verify-pack
    BUILTIN git-verify-tag
    BUILTIN git-worktree
    BUILTIN git-write-tree
    BUILTIN git-cherry
    BUILTIN git-cherry-pick
    BUILTIN git-format-patch
    BUILTIN git-fsck-objects
    BUILTIN git-init
    BUILTIN git-merge-subtree
    BUILTIN git-show
    BUILTIN git-stage
    BUILTIN git-status
    BUILTIN git-whatchanged
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
Manifying blib/man3/Git.3pm
Manifying blib/man3/Git::I18N.3pm
Manifying blib/man3/Git::SVN::Editor.3pm
Manifying blib/man3/Git::SVN::Fetcher.3pm
Manifying blib/man3/Git::SVN::Memoize::YAML.3pm
Manifying blib/man3/Git::SVN::Prompt.3pm
Manifying blib/man3/Git::SVN::Ra.3pm
Manifying blib/man3/Git::SVN::Utils.3pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Installing git...
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/bin'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install   git-credential-store git-daemon git-fast-import 
git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index 
git-upload-pack git-remote-testsvn git-credential-cache 
git-credential-cache--daemon git-bisect git-difftool--helper git-filter-branch 
git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool 
git-quiltimport git-rebase git-request-pull git-stash git-submodule 
git-web--browse git-add--interactive git-difftool git-archimport 
git-cvsexportcommit git-cvsimport git-cvsserver git-relink git-send-email 
git-svn git-p4 git-instaweb '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install -m 644  git-mergetool--lib git-parse-remote git-rebase--am 
git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n 
'/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install git git-upload-pack git-receive-pack git-upload-archive 
git-shell git-cvsserver '/home/king/Sage/git/sage/local/bin'
make -C templates DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/share/git-core/templates'
(cd blt && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/git-core/templates' && umask 022 && 
tar xof -)
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -m 644 mergetools/* 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/locale'
(cd po/build/locale && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/locale' && umask 022 && tar xof -)
make -C perl prefix='/home/king/Sage/git/sage/local' DESTDIR='' install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
Appending installation info to 
/home/king/Sage/git/sage/local/lib/x86_64-linux-gnu/perl/5.20.2/perllocal.pod
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make -C gitweb install
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
make[5]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[5]: 'GIT-VERSION-FILE' is up to date.
make[5]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    GEN gitweb.cgi
    GEN static/gitweb.js
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -m 755 gitweb.cgi '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb/static'
/usr/bin/install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png 
static/git-favicon.png '/home/king/Sage/git/sage/local/share/gitweb/static'
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
bindir=$(cd '/home/king/Sage/git/sage/local/bin' && pwd) && \
execdir=$(cd '/home/king/Sage/git/sage/local/libexec/git-core' && pwd) && \
{ test "$bindir/" = "$execdir/" || \
  for p in git git-shell git-upload-pack git-cvsserver; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \
        cp "$bindir/$p" "$execdir/$p" || exit; \
  done; \
} && \
for p in git-receive-pack git-upload-archive; do \
        rm -f "$bindir/$p" && \
        test -z "1" && \
        ln "$bindir/git" "$bindir/$p" 2>/dev/null || \
        ln -s "git" "$bindir/$p" 2>/dev/null || \
        cp "$bindir/git" "$bindir/$p" || exit; \
done && \
for p in  git-add git-am git-annotate git-apply git-archive git-bisect--helper 
git-blame git-branch git-bundle git-cat-file git-check-attr git-check-ignore 
git-check-mailmap git-check-ref-format git-checkout-index git-checkout 
git-clean git-clone git-column git-commit-tree git-commit git-config 
git-count-objects git-credential git-describe git-diff-files git-diff-index 
git-diff-tree git-diff git-fast-export git-fetch-pack git-fetch 
git-fmt-merge-msg git-for-each-ref git-fsck git-gc git-get-tar-commit-id 
git-grep git-hash-object git-help git-index-pack git-init-db 
git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree 
git-mailinfo git-mailsplit git-merge git-merge-base git-merge-file 
git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-mktag 
git-mktree git-mv git-name-rev git-notes git-pack-objects git-pack-redundant 
git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push 
git-read-tree git-receive-pack git-reflog git-remote git-remote-ext 
git-remote-fd git-repack git-replace git-rerere git-reset git-rev-list 
git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch 
git-show-ref git-stripspace git-symbolic-ref git-tag git-unpack-file 
git-unpack-objects git-update-index git-update-ref git-update-server-info 
git-upload-archive git-var git-verify-commit git-verify-pack git-verify-tag 
git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch 
git-fsck-objects git-init git-merge-subtree git-show git-stage git-status 
git-whatchanged; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git" "$execdir/$p" 2>/dev/null || \
        ln -s "git" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git" "$execdir/$p" || exit; \
done && \
remote_curl_aliases="" && \
for p in $remote_curl_aliases; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \
        ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git-remote-http" "$execdir/$p" || exit; \
done && \
./check_bindir "z$bindir" "z$execdir" "$bindir/git-add"
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'

real    2m53.868s
user    2m20.808s
sys     0m12.040s
Successfully installed git-2.6.2
Deleting temporary build directory
/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2
Finished installing git-2.6.2.spkg
Found local metadata for git-2.6.2
Using cached file /home/king/Sage/git/sage/upstream/git-2.6.2.tar.gz
git-2.6.2
====================================================
Setting up build directory for git-2.6.2
Finished set up
****************************************************
Host system:
Linux king-C70-B 4.2.0-34-generic #39-Ubuntu SMP Thu Mar 10 22:13:01 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
****************************************************
Using install program /usr/bin/install
make[2]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
GIT_VERSION = 2.6.2
make[2]: 'GIT-VERSION-FILE' is up to date.
make[2]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Configuring git...
configure: Setting SANE_TOOL_PATH to ''
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: Setting PYTHON_PATH to /home/king/Sage/git/sage/local/bin/python
configure: CHECKS for programs
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for inline... inline
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for gtar... no
checking for tar... tar
checking for gnudiff... no
checking for gdiff... no
checking for diff... diff
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... yes
checking for curl_global_init in -lcurl... no
checking for XML_ParserCreate in -lexpat... no
checking for iconv in -lc... yes
checking for deflateBound in -lz... yes
checking for socket in -lc... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for hstrerror... yes
checking for basename in -lc... yes
checking for gettext in -lc... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: CHECKS for header files
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for inttypes.h... (cached) yes
checking for old iconv()... no
configure: CHECKS for typedefs, structures, and compiler characteristics
checking for socklen_t... yes
checking for struct itimerval... yes
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_type... yes
checking for struct passwd.pw_gecos... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for getaddrinfo... yes
checking for library containing getaddrinfo... none required
checking whether the platform regex can handle null bytes... yes
checking whether system succeeds to read fopen'ed directory... no
checking whether snprintf() and/or vsnprintf() return bogus value... no
checking whether the platform uses typical file type bits... yes
configure: CHECKS for library functions
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking for strings.h... (cached) yes
checking for locale_charset in -liconv... no
checking for locale_charset in -lcharset... no
checking for HMAC_CTX_cleanup in -lcrypto... yes
checking for clock_gettime... yes
checking for library containing clock_gettime... none required
checking for CLOCK_MONOTONIC... yes
checking for setitimer... yes
checking for library containing setitimer... none required
checking for strcasestr... yes
checking for library containing strcasestr... none required
checking for memmem... yes
checking for library containing memmem... none required
checking for strlcpy... no
checking for uintmax_t... yes
checking for strtoumax... yes
checking for library containing strtoumax... none required
checking for setenv... yes
checking for library containing setenv... none required
checking for unsetenv... yes
checking for library containing unsetenv... none required
checking for mkdtemp... yes
checking for library containing mkdtemp... none required
checking for mkstemps... yes
checking for library containing mkstemps... none required
checking for initgroups... yes
checking for library containing initgroups... none required
checking for getdelim... yes
checking for library containing getdelim... none required
checking for BSD sysctl... no
checking for POSIX Threads with ''... no
checking for POSIX Threads with '-mt'... no
checking for POSIX Threads with '-pthread'... yes
configure: creating ./config.status
config.status: creating config.mak.autogen
config.status: executing config.mak.autogen commands
Building git...
make[2]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    * new build flags
    * new prefix flags
    * new link flags
    GEN common-cmds.h
    CC hex.o
    CC ident.o
    CC kwset.o
    CC levenshtein.o
    CC line-log.o
    CC line-range.o
    CC list-objects.o
    CC ll-merge.o
    CC lockfile.o
    CC log-tree.o
    CC mailmap.o
    CC match-trees.o
    CC merge.o
    CC merge-blobs.o
    CC merge-recursive.o
    CC mergesort.o
    CC name-hash.o
    CC notes.o
    CC notes-cache.o
    CC notes-merge.o
    CC notes-utils.o
    CC object.o
    CC pack-bitmap.o
    CC pack-bitmap-write.o
    CC pack-check.o
    CC pack-objects.o
    CC pack-revindex.o
    CC pack-write.o
    CC pager.o
    CC parse-options.o
    CC parse-options-cb.o
    CC patch-delta.o
    CC patch-ids.o
    CC path.o
    CC pathspec.o
    CC pkt-line.o
    CC preload-index.o
    CC pretty.o
    CC prio-queue.o
    CC progress.o
    CC prompt.o
    CC quote.o
    CC reachable.o
    CC read-cache.o
    CC reflog-walk.o
    CC refs.o
    CC ref-filter.o
    CC remote.o
    CC replace_object.o
    CC rerere.o
    CC resolve-undo.o
    CC revision.o
    CC run-command.o
    CC send-pack.o
    CC sequencer.o
    CC server-info.o
    CC setup.o
    CC sha1-array.o
    CC sha1-lookup.o
    CC sha1_file.o
    CC sha1_name.o
    CC shallow.o
    CC sideband.o
    CC sigchain.o
    CC split-index.o
    CC strbuf.o
    CC streaming.o
    CC string-list.o
    CC submodule.o
    CC submodule-config.o
    CC symlinks.o
    CC tag.o
    CC tempfile.o
    CC trace.o
    CC trailer.o
    CC transport.o
    CC transport-helper.o
    CC tree-diff.o
    CC tree.o
    CC tree-walk.o
    CC unpack-trees.o
    CC url.o
    CC urlmatch.o
    CC usage.o
    CC userdiff.o
    CC utf8.o
    CC varint.o
    CC versioncmp.o
    CC walker.o
    CC wildmatch.o
    CC wrapper.o
    CC write_or_die.o
    CC ws.o
    CC wt-status.o
    CC xdiff-interface.o
    CC zlib.o
    CC unix-socket.o
    CC thread-utils.o
    CC compat/strlcpy.o
    CC xdiff/xdiffi.o
    CC xdiff/xprepare.o
    CC xdiff/xutils.o
    CC xdiff/xemit.o
    CC xdiff/xmerge.o
    CC xdiff/xhistogram.o
    CC xdiff/xpatience.o
    CC daemon.o
    CC fast-import.o
    CC http-backend.o
    CC imap-send.o
    CC sh-i18n--envsubst.o
    CC shell.o
    CC show-index.o
    CC upload-pack.o
    CC remote-testsvn.o
    CC vcs-svn/line_buffer.o
    CC vcs-svn/sliding_window.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/repo_tree.o
    CC vcs-svn/svndiff.o
    CC vcs-svn/svndump.o
    CC credential-cache.o
    * new script parameters
    CC credential-cache--daemon.o
    * new perl-specific parameters
    * new Python interpreter location
    GEN git-instaweb
    GEN git-mergetool--lib
    GEN git-parse-remote
    GEN git-rebase--am
    GEN git-rebase--interactive
    GEN git-rebase--merge
    GEN git-sh-setup
    GEN git-sh-i18n
    CC git.o
    CC builtin/add.o
    CC builtin/am.o
    CC builtin/annotate.o
    CC builtin/apply.o
    CC builtin/archive.o
    CC builtin/bisect--helper.o
    CC builtin/blame.o
    CC builtin/branch.o
    CC builtin/bundle.o
    CC builtin/cat-file.o
    CC builtin/check-attr.o
    CC builtin/check-ignore.o
    CC builtin/check-mailmap.o
    CC builtin/check-ref-format.o
    CC builtin/checkout-index.o
    CC builtin/checkout.o
    CC builtin/clean.o
    CC builtin/clone.o
    CC builtin/column.o
    CC builtin/commit-tree.o
    CC builtin/commit.o
    CC builtin/config.o
    CC builtin/count-objects.o
    CC builtin/credential.o
    CC builtin/describe.o
    CC builtin/diff-files.o
    CC builtin/diff-index.o
    CC builtin/diff-tree.o
    CC builtin/diff.o
    CC builtin/fast-export.o
    CC builtin/fetch-pack.o
    CC builtin/fetch.o
    CC builtin/fmt-merge-msg.o
    CC builtin/for-each-ref.o
    CC builtin/fsck.o
    CC builtin/gc.o
    CC builtin/get-tar-commit-id.o
    CC builtin/grep.o
    CC builtin/help.o
    CC builtin/hash-object.o
    CC builtin/index-pack.o
    CC builtin/init-db.o
    CC builtin/interpret-trailers.o
    CC builtin/log.o
    CC builtin/ls-files.o
    CC builtin/ls-remote.o
    CC builtin/ls-tree.o
    CC builtin/mailinfo.o
    CC builtin/mailsplit.o
    CC builtin/merge.o
    CC builtin/merge-base.o
    CC builtin/merge-file.o
    CC builtin/merge-index.o
    CC builtin/merge-ours.o
    CC builtin/merge-recursive.o
    CC builtin/merge-tree.o
    CC builtin/mktag.o
    CC builtin/mktree.o
    CC builtin/mv.o
    CC builtin/name-rev.o
    CC builtin/notes.o
    CC builtin/pack-objects.o
    CC builtin/pack-redundant.o
    CC builtin/pack-refs.o
    CC builtin/patch-id.o
    CC builtin/prune-packed.o
    CC builtin/prune.o
    CC builtin/pull.o
    CC builtin/push.o
    CC builtin/read-tree.o
    CC builtin/receive-pack.o
    CC builtin/reflog.o
    CC builtin/remote.o
    CC builtin/remote-ext.o
    CC builtin/remote-fd.o
    CC builtin/repack.o
    CC builtin/replace.o
    CC builtin/rerere.o
    CC builtin/rev-list.o
    CC builtin/reset.o
    CC builtin/rev-parse.o
    CC builtin/revert.o
    CC builtin/rm.o
    CC builtin/send-pack.o
    CC builtin/shortlog.o
    CC builtin/show-branch.o
    CC builtin/show-ref.o
    CC builtin/symbolic-ref.o
    CC builtin/stripspace.o
    CC builtin/tag.o
    CC builtin/unpack-file.o
    CC builtin/unpack-objects.o
    CC builtin/update-index.o
    CC builtin/update-ref.o
    CC builtin/update-server-info.o
    CC builtin/upload-archive.o
    CC builtin/var.o
    CC builtin/verify-commit.o
    CC builtin/verify-pack.o
    CC builtin/verify-tag.o
    CC builtin/worktree.o
    CC builtin/write-tree.o
    MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo
    MSGFMT po/build/locale/de/LC_MESSAGES/git.mo
    MSGFMT po/build/locale/is/LC_MESSAGES/git.mo
14 translated messages.
    MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo
306 translated messages, 687 untranslated messages.
    MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo
2359 translated messages.
    MSGFMT po/build/locale/it/LC_MESSAGES/git.mo
716 translated messages, 350 untranslated messages.
    MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo
2441 translated messages.
    MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo
2440 translated messages.
    MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo
2440 translated messages.
    CC test-chmtime.o
2359 translated messages.
    CC test-ctype.o
    CC test-config.o
2440 translated messages.
    CC test-date.o
    CC test-delta.o
    CC test-dump-cache-tree.o
    CC test-dump-split-index.o
    CC test-dump-untracked-cache.o
    CC test-genrandom.o
    CC test-hashmap.o
    CC test-index-version.o
    CC test-line-buffer.o
    CC test-match-trees.o
    CC test-mergesort.o
    CC test-mktemp.o
    CC test-parse-options.o
    CC test-path-utils.o
    CC test-prio-queue.o
    CC test-read-cache.o
    CC test-regex.o
    CC test-revision-walking.o
    CC test-run-command.o
    CC test-scrap-cache-tree.o
    CC test-sha1.o
    CC test-sha1-array.o
    CC test-sigchain.o
    CC test-string-list.o
    CC test-submodule-config.o
    CC test-subprocess.o
    CC test-svn-fe.o
    CC test-urlmatch-normalization.o
    CC test-wildmatch.o
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-config
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-dump-split-index
    GEN bin-wrappers/test-dump-untracked-cache
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-hashmap
    GEN bin-wrappers/test-index-version
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-mergesort
    GEN bin-wrappers/test-mktemp
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-prio-queue
    GEN bin-wrappers/test-read-cache
    GEN bin-wrappers/test-regex
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-revision-walking
    GEN bin-wrappers/test-scrap-cache-tree
    GEN bin-wrappers/test-sha1-array
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-string-list
    GEN bin-wrappers/test-submodule-config
    GEN bin-wrappers/test-subprocess
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-urlmatch-normalization
    GEN bin-wrappers/test-wildmatch
    GEN git-remote-testgit
    CC credential-store.o
    CC abspath.o
    CC advice.o
    CC alias.o
    CC alloc.o
    CC archive.o
    CC archive-tar.o
    CC archive-zip.o
    CC argv-array.o
    CC attr.o
    CC base85.o
    CC bisect.o
    CC blob.o
    CC branch.o
    CC bulk-checkin.o
    CC bundle.o
    CC cache-tree.o
    CC color.o
    CC column.o
    CC combine-diff.o
    CC commit.o
    CC compat/obstack.o
    CC compat/terminal.o
    CC config.o
    CC connect.o
    CC connected.o
    CC convert.o
    CC copy.o
    CC credential.o
    CC csum-file.o
    CC ctype.o
    CC date.o
    CC decorate.o
    CC diffcore-delta.o
    CC diffcore-break.o
    CC diffcore-order.o
    CC diffcore-pickaxe.o
    CC diffcore-rename.o
    CC diff-delta.o
    CC diff-lib.o
    CC diff-no-index.o
    CC diff.o
    CC dir.o
    CC editor.o
    CC entry.o
    CC environment.o
    CC ewah/bitmap.o
    CC ewah/ewah_bitmap.o
    CC ewah/ewah_io.o
    CC ewah/ewah_rlw.o
    CC exec_cmd.o
    CC fetch-pack.o
    CC fsck.o
    CC gettext.o
    CC gpg-interface.o
    CC grep.o
    CC graph.o
    CC hashmap.o
    CC help.o
    CC version.o
    AR xdiff/lib.a
    AR vcs-svn/lib.a
    GEN git-bisect
    GEN git-difftool--helper
    GEN git-filter-branch
    GEN git-merge-octopus
    GEN git-merge-one-file
    GEN git-merge-resolve
    GEN git-mergetool
    GEN git-quiltimport
    GEN git-rebase
    GEN git-request-pull
    GEN git-stash
    GEN git-submodule
    GEN git-web--browse
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
    GEN git-p4
    AR libgit.a
    LINK git-credential-store
    LINK git-daemon
    LINK git-fast-import
    LINK git-http-backend
    LINK git-imap-send
    LINK git-sh-i18n--envsubst
    LINK git-shell
    LINK git-show-index
    LINK git-upload-pack
    LINK git-remote-testsvn
    LINK git-credential-cache
    LINK git-credential-cache--daemon
    LINK git
    LINK test-chmtime
    LINK test-ctype
    LINK test-config
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
    LINK test-date
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    LINK test-delta
    LINK test-dump-cache-tree
    LINK test-dump-split-index
    LINK test-dump-untracked-cache
    LINK test-genrandom
    LINK test-hashmap
    LINK test-index-version
    LINK test-line-buffer
    LINK test-match-trees
    LINK test-mergesort
    LINK test-mktemp
    LINK test-parse-options
    LINK test-path-utils
    LINK test-prio-queue
    LINK test-read-cache
    LINK test-regex
    LINK test-revision-walking
    LINK test-run-command
    LINK test-scrap-cache-tree
    LINK test-sha1
    LINK test-sha1-array
    LINK test-sigchain
    LINK test-string-list
    LINK test-submodule-config
    LINK test-subprocess
    LINK test-svn-fe
    LINK test-urlmatch-normalization
    LINK test-wildmatch
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsserver
    GEN git-cvsimport
    GEN git-relink
    GEN git-send-email
    GEN git-svn
    BUILTIN git-add
    BUILTIN git-am
    BUILTIN git-annotate
    BUILTIN git-apply
    BUILTIN git-archive
    BUILTIN git-bisect--helper
    BUILTIN git-blame
    BUILTIN git-branch
    BUILTIN git-bundle
    BUILTIN git-cat-file
    BUILTIN git-check-attr
    BUILTIN git-check-ignore
    BUILTIN git-check-mailmap
    BUILTIN git-check-ref-format
    BUILTIN git-checkout-index
    BUILTIN git-checkout
    BUILTIN git-clean
    BUILTIN git-clone
    BUILTIN git-column
    BUILTIN git-commit-tree
    BUILTIN git-commit
    BUILTIN git-config
    BUILTIN git-count-objects
    BUILTIN git-credential
    BUILTIN git-describe
    BUILTIN git-diff-index
    BUILTIN git-diff-files
    BUILTIN git-diff-tree
    BUILTIN git-diff
    BUILTIN git-fast-export
    BUILTIN git-fetch-pack
    BUILTIN git-fetch
    BUILTIN git-fmt-merge-msg
    BUILTIN git-for-each-ref
    BUILTIN git-fsck
    BUILTIN git-gc
    BUILTIN git-get-tar-commit-id
    BUILTIN git-grep
    BUILTIN git-hash-object
    BUILTIN git-help
    BUILTIN git-index-pack
    BUILTIN git-interpret-trailers
    BUILTIN git-init-db
    BUILTIN git-log
    BUILTIN git-ls-files
    BUILTIN git-ls-tree
    BUILTIN git-ls-remote
    BUILTIN git-mailinfo
    BUILTIN git-mailsplit
    BUILTIN git-merge
    BUILTIN git-merge-base
    BUILTIN git-merge-index
    BUILTIN git-merge-file
    BUILTIN git-merge-ours
    BUILTIN git-merge-recursive
    BUILTIN git-merge-tree
    BUILTIN git-mktag
    BUILTIN git-mktree
    BUILTIN git-mv
    BUILTIN git-name-rev
    BUILTIN git-notes
    BUILTIN git-pack-objects
    BUILTIN git-pack-redundant
    BUILTIN git-pack-refs
    BUILTIN git-patch-id
    BUILTIN git-prune-packed
    BUILTIN git-prune
    BUILTIN git-pull
    BUILTIN git-read-tree
    BUILTIN git-push
    BUILTIN git-receive-pack
    BUILTIN git-reflog
    BUILTIN git-remote-ext
    BUILTIN git-remote
    BUILTIN git-remote-fd
    BUILTIN git-repack
    BUILTIN git-replace
    BUILTIN git-rerere
    BUILTIN git-reset
    BUILTIN git-rev-list
    BUILTIN git-rev-parse
    BUILTIN git-revert
    BUILTIN git-rm
    BUILTIN git-send-pack
    BUILTIN git-shortlog
    BUILTIN git-show-branch
    BUILTIN git-show-ref
    BUILTIN git-stripspace
    BUILTIN git-tag
    BUILTIN git-symbolic-ref
    BUILTIN git-unpack-file
    BUILTIN git-unpack-objects
    BUILTIN git-update-index
    BUILTIN git-update-ref
    BUILTIN git-update-server-info
    BUILTIN git-upload-archive
    BUILTIN git-var
    BUILTIN git-verify-commit
    BUILTIN git-verify-pack
    BUILTIN git-verify-tag
    BUILTIN git-write-tree
    BUILTIN git-worktree
    BUILTIN git-cherry
    BUILTIN git-cherry-pick
    BUILTIN git-format-patch
    BUILTIN git-fsck-objects
    BUILTIN git-init
    BUILTIN git-merge-subtree
    BUILTIN git-show
    BUILTIN git-stage
    BUILTIN git-whatchanged
    BUILTIN git-status
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
Manifying blib/man3/Git.3pm
Manifying blib/man3/Git::I18N.3pm
Manifying blib/man3/Git::SVN::Editor.3pm
Manifying blib/man3/Git::SVN::Fetcher.3pm
Manifying blib/man3/Git::SVN::Memoize::YAML.3pm
Manifying blib/man3/Git::SVN::Prompt.3pm
Manifying blib/man3/Git::SVN::Ra.3pm
Manifying blib/man3/Git::SVN::Utils.3pm
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[2]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
Installing git...
make[2]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl Makefile.PL PREFIX='/home/king/Sage/git/sage/local' 
INSTALL_BASE='' --localedir='/home/king/Sage/git/sage/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git/SVN.pm 
>blib/lib/Git/SVN.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" <Git.pm 
>blib/lib/Git.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/I18N.pm >blib/lib/Git/I18N.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
/usr/bin/perl -pe 
"s<\Q++LOCALEDIR++\E></home/king/Sage/git/sage/local/share/locale>" 
<Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/bin'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install   git-credential-store git-daemon git-fast-import 
git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index 
git-upload-pack git-remote-testsvn git-credential-cache 
git-credential-cache--daemon git-bisect git-difftool--helper git-filter-branch 
git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool 
git-quiltimport git-rebase git-request-pull git-stash git-submodule 
git-web--browse git-add--interactive git-difftool git-archimport 
git-cvsexportcommit git-cvsimport git-cvsserver git-relink git-send-email 
git-svn git-p4 git-instaweb '/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install -m 644  git-mergetool--lib git-parse-remote git-rebase--am 
git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n 
'/home/king/Sage/git/sage/local/libexec/git-core'
/usr/bin/install git git-upload-pack git-receive-pack git-upload-archive 
git-shell git-cvsserver '/home/king/Sage/git/sage/local/bin'
make -C templates DESTDIR='' install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/share/git-core/templates'
(cd blt && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/git-core/templates' && umask 022 && 
tar xof -)
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/templates'
/usr/bin/install -d -m 755 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -m 644 mergetools/* 
'/home/king/Sage/git/sage/local/libexec/git-core/mergetools'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/locale'
(cd po/build/locale && tar cf - .) | \
(cd '/home/king/Sage/git/sage/local/share/locale' && umask 022 && tar xof -)
make -C perl prefix='/home/king/Sage/git/sage/local' DESTDIR='' install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
Appending installation info to 
/home/king/Sage/git/sage/local/lib/x86_64-linux-gnu/perl/5.20.2/perllocal.pod
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/perl'
make -C gitweb install
make[3]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
make[4]: Entering directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
make[4]: 'GIT-VERSION-FILE' is up to date.
make[4]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'
    GEN gitweb.cgi
    GEN static/gitweb.js
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -m 755 gitweb.cgi '/home/king/Sage/git/sage/local/share/gitweb'
/usr/bin/install -d -m 755 '/home/king/Sage/git/sage/local/share/gitweb/static'
/usr/bin/install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png 
static/git-favicon.png '/home/king/Sage/git/sage/local/share/gitweb/static'
make[3]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src/gitweb'
bindir=$(cd '/home/king/Sage/git/sage/local/bin' && pwd) && \
execdir=$(cd '/home/king/Sage/git/sage/local/libexec/git-core' && pwd) && \
{ test "$bindir/" = "$execdir/" || \
  for p in git git-shell git-upload-pack git-cvsserver; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \
        cp "$bindir/$p" "$execdir/$p" || exit; \
  done; \
} && \
for p in git-receive-pack git-upload-archive; do \
        rm -f "$bindir/$p" && \
        test -z "1" && \
        ln "$bindir/git" "$bindir/$p" 2>/dev/null || \
        ln -s "git" "$bindir/$p" 2>/dev/null || \
        cp "$bindir/git" "$bindir/$p" || exit; \
done && \
for p in  git-add git-am git-annotate git-apply git-archive git-bisect--helper 
git-blame git-branch git-bundle git-cat-file git-check-attr git-check-ignore 
git-check-mailmap git-check-ref-format git-checkout-index git-checkout 
git-clean git-clone git-column git-commit-tree git-commit git-config 
git-count-objects git-credential git-describe git-diff-files git-diff-index 
git-diff-tree git-diff git-fast-export git-fetch-pack git-fetch 
git-fmt-merge-msg git-for-each-ref git-fsck git-gc git-get-tar-commit-id 
git-grep git-hash-object git-help git-index-pack git-init-db 
git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree 
git-mailinfo git-mailsplit git-merge git-merge-base git-merge-file 
git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-mktag 
git-mktree git-mv git-name-rev git-notes git-pack-objects git-pack-redundant 
git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push 
git-read-tree git-receive-pack git-reflog git-remote git-remote-ext 
git-remote-fd git-repack git-replace git-rerere git-reset git-rev-list 
git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch 
git-show-ref git-stripspace git-symbolic-ref git-tag git-unpack-file 
git-unpack-objects git-update-index git-update-ref git-update-server-info 
git-upload-archive git-var git-verify-commit git-verify-pack git-verify-tag 
git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch 
git-fsck-objects git-init git-merge-subtree git-show git-stage git-status 
git-whatchanged; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git" "$execdir/$p" 2>/dev/null || \
        ln -s "git" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git" "$execdir/$p" || exit; \
done && \
remote_curl_aliases="" && \
for p in $remote_curl_aliases; do \
        rm -f "$execdir/$p" && \
        test -z "1" && \
        ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \
        ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \
        cp "$execdir/git-remote-http" "$execdir/$p" || exit; \
done && \
./check_bindir "z$bindir" "z$execdir" "$bindir/git-add"
make[2]: Leaving directory 
'/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2/src'

real    0m21.368s
user    0m11.448s
sys     0m2.852s
Successfully installed git-2.6.2
Deleting temporary build directory
/home/king/Sage/git/sage/local/var/tmp/sage/build/git-2.6.2
Finished installing git-2.6.2.spkg

Reply via email to