From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Autogen in Emacs Shell Date: Wed, 29 Apr 2015 04:36:04 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1430274992 15525 80.91.229.3 (29 Apr 2015 02:36:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2015 02:36:32 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 29 04:36:25 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YnHrK-0004eC-9P for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2015 04:36:22 +0200 Original-Received: from localhost ([::1]:36568 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnHrJ-0006s9-HX for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 22:36:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnHr8-0006rt-My for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 22:36:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnHr3-0001UZ-Q0 for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 22:36:10 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:33071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnHr3-0001U5-BS for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 22:36:05 -0400 Original-Received: by layy10 with SMTP id y10so10092378lay.0 for ; Tue, 28 Apr 2015 19:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=25KgChnS6iq/lKLeWQDpgamFb+GPYKXV+FycZtWJwC8=; b=CzooA6HZJx+QMH1hRZ5XtcxKdpcWorWou44y7kUMvWrxr5hW9yLAuqAzDNFEDy4O5u T17rLqiw72jlcti4vN5f8R1T2TiAd68v+tbEh8JQj1/FVc+OhleYrk8aRlo1QPwXqJgb 8FMlTLfI1MjZH502QDsRafav6h/yOgrzcYTTLu2Ip/tyVLKFBQ9LplJQXHW4zMsvWMNC ALGxUrG+MhBhRNoG3uvxaCTdHAJhDTYum9CyV7C1ji37eVwCu2w7zGTcl/f19NoKIsdN AGmPElpjn0jrqNaZmMcZJybC1foksHIDe9WZOnhjgXxEv0KUBnrEXJz9T/B9Vk/SqWwS sI8w== X-Received: by 10.112.204.135 with SMTP id ky7mr17117067lbc.65.1430274964501; Tue, 28 Apr 2015 19:36:04 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Tue, 28 Apr 2015 19:36:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104058 Archived-At: Hello, I am considering to give up my current terminal (ConEmu) for Emacs Shell at least for some simple tasks. I'm on Windows and use MSYS2 as a primary development environment. I just wanted to build Emacs from Emacs Shell and here is what I've experienced when running `autogen.sh': Checking for autoconf (need at least version 2.65)... > ok > Checking for automake (need at least version 1.11)... > missing > Building Emacs from the repository requires the following specialized > programs: > autoconf (minimum version 2.65) > automake (minimum version 1.11) > Your system seems to be missing the following tool(s): > automake (missing) > If you think you have the required tools, please add them to your PATH > and re-run this script. > Otherwise, please try installing them. > On systems using rpm and yum, try: "yum install PACKAGE" > On systems using dpkg and apt, try: "apt-get install PACKAGE" > Then re-run this script. > If you do not have permission to do this, or if the version provided > by your system is too old, it is normally straightforward to build > these packages from source. You can find the sources at: > ftp://ftp.gnu.org/gnu/PACKAGE/ > Download the package (make sure you get at least the minimum version > listed above), extract it using tar, then run configure, make, > make install. Add the installation directory to your PATH and re-run > this script. > If you know that the required versions are in your PATH, but this > script has made an error, then you can simply run > autoreconf -i -I m4 > instead of this script. > Please report any problems with this script to bug-gnu-emacs@gnu.org . That's weird because immediately issuing which automake says /usr/bin/automake I use `bash' as Emacs Shell. In ConEmu the same `autogen.sh' works fine. Furthermore, when using `bsdtar' from Emacs Shell, I saw: bsdtar: Failed to set default locale What could be the problem here? Regards, Alexander