From: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: Help needed for solving a few issues with building git
Date: Wed, 05 Jul 2017 01:30:19 +0530 [thread overview]
Message-ID: <1499198419.6428.7.camel@gmail.com> (raw)
In-Reply-To: <xmqqk23pl1q8.fsf@gitster.mtv.corp.google.com>
On Mon, 2017-07-03 at 11:13 -0700, Junio C Hamano wrote:
> Adding HTTPS support
> > > --------------------
> > > I tried to add HTTP/HTTPS support to the custom built version
> > > for which
> > > AFAIK 'git' depends on 'curl'. I tried providing the location
> > > of the
> > > curl source in the Makefile using the following line after
> > > reading the
> > > instructions in the Makefile.
> > >
> > > CURLDIR=/path/to/curl/source
> >
> Shouldn't this point at an installed location (iow, we do not build
> curl from the source while building Git)?
>
> # Define CURLDIR=/foo/bar if your curl header and library files
> are in
> # /foo/bar/include and /foo/bar/lib directories.
I tried pointing it to the installed location, it doesn't seem to be
working. To elaborate a little on what I did,
* I installed the "libcurl4-openssl-dev" package b
* I found that the 'include' directory to be present at
'/usr/include/x86_64-linux-gnu/curl'. I wasn't sure if
'/usr/lib/x86_64-linux-gnu/' is the corresponding library
directory.
* I took the common parent of both '/usr' and ran the following
commands to build 'git'
$ make CURLDIR=/usr prefix=/custom/location
$ make CURLDIR=/usr install prefix=/custom/location
* The build did succeed but I get an error that "'https' helper
is not found"
Was anything I did, wrong?
> This is probably because you are trying to run without installing?
Nope. I'm *installing* git not using the binary wrappers.
> Ask the "git" you built what its --exec-path is, and run "ls" on
> that directory to see if you have git-remote-https installed?
>
Obviously, I don't see any 'git-remote-https' binary in the folder to
which I built git.
> Trying a freshly built Git binaries without installing is done by
> setting GIT_EXEC_PATH to point at bin-wrappers/ directory at the
> top-level of your build tree (that is how our tests can run on an
> otherwise virgin box with no Git installed).
>
On Mon, 2017-07-03 at 13:11 -0700, Junio C Hamano wrote:
> Junio C Hamano <gitster@pobox.com> writes:
>
> $ make NO_GETTEXT=1 NO_MSGFMT=1
>
> may help.
>
Ok, I seem to have crapped a little. It seems following the intructions
in the Makefile blindly led to this issue. Reading the instruction
"Define NO_GETTEXT if you don't want Git output to be translated.", I
defined NO_GETTEXT=1 in the Makefile itself! (as specified in the
previous thread)
I'm able to build git without localization support by using the
following command,
make NO_GETTEXT=1 prefix=/custom/location
> NO_GETTEXT is "My build environment may or may not be capable of
> doing the gettext things, but I choose not to use it in my build
> result" but NO_MSGFMT is simply "I do not have the msgfmt tool".
>
> Having to specify both is rather unfortunate and we may want to
> streamline this.
I guess it's not required!
--
Kaartic
next prev parent reply other threads:[~2017-07-04 20:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-03 13:18 Help needed for solving a few issues with building git Kaartic Sivaraam
2017-07-03 14:14 ` Torsten Bögershausen
2017-07-03 18:13 ` Junio C Hamano
2017-07-03 20:11 ` Junio C Hamano
2017-07-04 20:00 ` Kaartic Sivaraam [this message]
2017-07-05 17:06 ` Kaartic Sivaraam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1499198419.6428.7.camel@gmail.com \
--to=kaarticsivaraam91196@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).