X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=n7XK nH/KIxVBBqdHXbwdOr2AN8WPHtrKUVmxucBNy6myG70Az2DC+N8da5Nk+1c1EvDh GZbzpadd9XhFuFTuBvcFk2vPKGgEjji36zrDBG4c/Jr/n0lIdI9jLCMnvfJ+Ffsy DFznk7VZoVT9KxCWk/m/AegeNFSAs21ptEj+RLs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=RwhB4OYh6a kMQ26JH3dx0UVJ1fo=; b=ZJpkEyAfGX74dA3sIHRn7FuMzOnWtPV7tQ0ko+Ljkg upA1MBBb7vggSot79ZtS3/AKmrVALKuV8jE54uYty4/Imk0EYcxxgwUqSVfCqKdj e8VXja/9dqdmJo/X6VMVuGBTJIon5ehcx13sheQvLrkd4c1kRgYvUH8X9UC/BMEO g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Subject: Re: Fwd: Problem executing m4 (127 error, but it is installed) To: cygwin AT cygwin DOT com, =?UTF-8?Q?Kizito_Porta_Balany=c3=a0?= References: <55DDDED1 DOT 7000701 AT redhat DOT com> From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-ID: <55DDE95A.10305@redhat.com> Date: Wed, 26 Aug 2015 10:29:14 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tmMhPjN3CN1XrnBFAm7t86NMa0jiIpeOX" X-IsSubscribed: yes --tmMhPjN3CN1XrnBFAm7t86NMa0jiIpeOX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/26/2015 10:11 AM, Kizito Porta Balany=C3=A0 wrote: >> Probably a missing dll. What does: >> >> cygcheck m4 >> >> state? I'm guessing you may be missing libsigsegv2, which would show up >> as 'cygcheck: track_down: could not find cygsigsegv-2.dll'? If so, >> rerun setup.exe to install it (however, the m4 dependencies should >> automatically be pulling it in). >=20 > cygcheck returns no error (no missing cygsigsegv-2.dll): Bummer, then something else is wrong. >=20 > $ cygcheck m4 > Found: C:\Windows\KSR\bin\m4.exe > Found: C:\Windows\KSR\bin\m4.exe > C:\Windows\KSR\bin\m4.exe > C:\Windows\KSR\bin\cygwin1.dll ... > C:\Windows\KSR\bin\cygsigsegv-2.dll Looks like the executable is fine, then. Maybe it's a virus scanner interfering, even though you said you've exempted things? Also, are you sure you are getting the correct m4? What does: $ type m4 say? What about trying to execute it by absolute path: $ /bin/m4 --version $ /cygdrive/c/Windows/KSR/bin/m4 --version Could it be a collision between a non-executable file named 'm4' vs. the normal 'm4.exe' that is confusing cygwin .exe magic? Are you sure that nothing is messing with PATH and picking up a bogus m4 earlier in the lookup process? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tmMhPjN3CN1XrnBFAm7t86NMa0jiIpeOX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV3elbAAoJEKeha0olJ0NqOUAH/jloaCm2q5obGmnHdsk4HD+C C1kfGUY4wg84TCHvtM9/Rqx6OcH0pADaGOkeDwLTOJQLQ+8iAIiSy5u6xhzAQwZq l85iOp1tmRjVHS5F+RRtKQHOMKfFQ8Qe/u9K1cdqKuMkDPTAnk4npnhuMJOOokD6 KNT6NzLJctfJppi9vf7eFqu72Ax/J+gLjkaFi4eFOTozT+dtCWk5BJeN/PUbnyOY 679QG70BRFzVeukXL8qbvK+rnGx3bvpGiC55i7s1l9txp2iB2UFGveXS8cyBBFih 09LO6oB2E5ILzg+PHv9Gox9ZK514XTbfpQPY3MbBFAI6j53i90ALtlel7Gg3hdA= =6dZw -----END PGP SIGNATURE----- --tmMhPjN3CN1XrnBFAm7t86NMa0jiIpeOX--