From: Jeff King <peff@peff.net>
To: Jeffrey Walton <noloader@gmail.com>
Cc: Johannes Sixt <j6t@kdbg.org>, Git List <git@vger.kernel.org>
Subject: Re: How to disable docs when building Git from sources
Date: Mon, 25 Mar 2019 10:52:04 -0400 [thread overview]
Message-ID: <20190325145204.GB19929@sigill.intra.peff.net> (raw)
In-Reply-To: <CAH8yC8nheOmz0G_Pv3oCv03Se16-+Ynwse9xFRDqKf-x2b9Qkw@mail.gmail.com>
On Mon, Mar 25, 2019 at 10:37:24AM -0400, Jeffrey Walton wrote:
> I used 'make -j 4 NO_GETTEXT=Yes' and I think that fixed the command
> line components. Or at least I did not see the error where I was
> previously seeing it.
>
> I am seeing a similar issue now for the GUI components (assuming
> po2msg.sh is doing similar):
>
> make -C git-gui gitexecdir='/usr/local/libexec/git-core' all
> make[1]: Entering directory '/home/jwalton/Build-Scripts/git-2.21.0/git-gui'
> GITGUI_VERSION = 0.21.GITGUI
> * new locations or Tcl/Tk interpreter
> tclsh po/po2msg.sh --statistics --tcl -l hu -d po/ po/hu.po
> tclsh po/po2msg.sh --statistics --tcl -l pt_pt -d po/ po/pt_pt.po
> make[1]: tclsh: Command not found
> make[1]: tclsh: Command not found
It looks like you don't have tcl at all. Try NO_TCLTK=Nope ?
-Peff
prev parent reply other threads:[~2019-03-25 14:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-25 6:40 How to disable docs when building Git from sources Jeffrey Walton
2019-03-25 7:14 ` Johannes Sixt
2019-03-25 14:37 ` Jeffrey Walton
2019-03-25 14:52 ` Jeff King [this message]
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=20190325145204.GB19929@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=j6t@kdbg.org \
--cc=noloader@gmail.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).