From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Wrong PATH in MSYS2/MINGW64 builds? Date: Thu, 28 May 2015 15:56:07 +0200 Message-ID: <55671E77.8030404@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432821405 26794 80.91.229.3 (28 May 2015 13:56:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2015 13:56:45 +0000 (UTC) Cc: alexey.pawlow@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 28 15:56:36 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YxyIR-0002cK-Cu for ged-emacs-devel@m.gmane.org; Thu, 28 May 2015 15:56:31 +0200 Original-Received: from localhost ([::1]:59096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxyIQ-0000hb-Uu for ged-emacs-devel@m.gmane.org; Thu, 28 May 2015 09:56:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxyIA-0000Y4-QS for emacs-devel@gnu.org; Thu, 28 May 2015 09:56:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxyI6-0008UA-GJ for emacs-devel@gnu.org; Thu, 28 May 2015 09:56:14 -0400 Original-Received: from smtp203.alice.it ([82.57.200.99]:17391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxyI6-0008Tw-94 for emacs-devel@gnu.org; Thu, 28 May 2015 09:56:10 -0400 Original-Received: from [192.168.1.100] (87.16.29.141) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5556210B0134EA38; Thu, 28 May 2015 15:56:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186902 Archived-At: Trying to visit a bzip2 file (foo.txt.bz2) with mingw-w64-emacs-git-r121447.8a9ba4d-1 installed package, I got Uncompression program `bzip2' not found So, trying (getenv "PATH") from scratch buffer, prints: "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\" I wonder if this is Windows-builds related of we can do a better build. BTW I HAVE bzip2 installed (both in MINGW64 and MSYS2 shells): MINGW64 ~ $ type bzip2 bzip2 is /mingw64/bin/bzip2 MSYS ~ $ type bzip2 bzip2 is /usr/bin/bzip2 Ciao, Angelo.