delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/12/19/12:52:16

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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=nzp3OA6xO4iPyJdl4nce/b/LWUNtP2Ki/uqebYpyIjs
Cg7GMzcU6FyPgWxD1X6qMpJhSBuH53Hx5RbNcNNV0Nki2wvMuOxAngCzOHLMgdvV
y+s+L8qk8HjllpX9NHeanbwTgo7XGwCYgGLWZvjLIAibjG4AqI2O1cLPsWc3qMhQ
=
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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=0g71g/y2d1r9F6lzhN8Kpnu1ugk=; b=J6gQo2blXwyPe+Bjl
9GLs6mfNNfcCqa1hhydA8gCz7Y9m+u2RTrvXbsaWTx2Np7VKVYJC02sialLznW07
3jIvxiAy8eLFRDSpzpl2PS3vlg5h/2ByZB2OjYv/vVuu0AN48EfSBqTXxsA8yOCG
2O+/imsek54fbVsSVsXIggauEQ=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f173.google.com
X-Received: by 10.194.58.180 with SMTP id s20mr17218549wjq.28.1419010420190; Fri, 19 Dec 2014 09:33:40 -0800 (PST)
Message-ID: <54946170.30801@gmail.com>
Date: Fri, 19 Dec 2014 18:33:36 +0100
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Errors with Cygwin Installation and Missing tools needed for program operation
References: <f97efa3968cc49ec8dbf09684c6d6256 AT BRAILLE DOT cc DOT w2k DOT vt DOT edu>
In-Reply-To: <f97efa3968cc49ec8dbf09684c6d6256@BRAILLE.cc.w2k.vt.edu>
X-IsSubscribed: yes


On 12/19/2014 5:54 PM, Clark, Randy wrote:
> To whom it may concern,
>
> I am trying to run a program that requires both the bash shell and tcsh shell of Cygwin, along with many different tools that are not part of the default installation package. I had installed the default cygwin a few months ago, and then last night I updated my installation to add the dos2unix tools (namely, I needed d2u.exe, diff.exe, sdiff.exe and u2d.exe, which I was able to add in the update).  I am still missing the tools ar.exe and make.exe. However, when I added the tools, I also started getting the following error message in my cygwin window upon startup.
>
>        1 [main] uname (1516) C:\cygwin64\usr\local\bin\uname.exe: *** fatal error - cygheap base mismatch detected - 0x1802E1408/0x1802DD408.
> This problem is probably due to using incompatible versions of the cygwin DLL.
> Search for cygwin1.dll using the Windows Start->Find/Search facility
> and delete all but the most recent version.  The most recent version *should*
> reside in x:\cygwin\bin, where 'x' is the drive on which you have
> installed the cygwin distribution.  Rebooting is also suggested if you
> are unable to find another cygwin DLL.
> -bash: [: =: unary operator expected

You seems to have a very weird mount table

C:\cygwin64\usr\local      /          system  binary,auto
C:\cygwin64\usr\local\bin  /usr/bin   system  binary,auto
C:\cygwin64\usr\local\lib  /usr/lib   system  binary,auto
cygdrive prefix            /cygdrive  user    binary,auto

my one looks like

E:\cygwin64      /          system  binary,auto
E:\cygwin64\bin  /usr/bin   system  binary,auto
E:\cygwin64\lib  /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

Have you installed cygwin multiple times in different places ?

Cygwin installations found in the registry:
   System: Key: e022582115c10879 Path: C:\cygwin64
   User:   Key: e022582115c10879 Path: C:\cygwin64
   User:   Key: e9b5963264e345a0 Path: C:\cygwin64\usr\local

I doubt the double intersecting installations behave very well...

  First use regedit to remove at least this one

User:   Key: e9b5963264e345a0 Path: C:\cygwin64\usr\local

than eventually reinstall some of the packages.

> In summary, I am asking if someone will help me clear up these error messages and also tell me which packages I need to install to get the tools ar.exe and make.exe.

ar.exe is in binutils
make.exe is in make (of course)

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%2Fmake.exe&arch=x86_64
https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%2Far.exe&arch=x86_64

>
> Very Respectfully,
> Randy Clark

Best Regards
MArco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019