| delorie.com/archives/browse.cgi | search |
| 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 | |
| :content-transfer-encoding; q=dns; s=default; b=HMdVe7//kMm46tNh | |
| sWMbb9MzJq/y5xBE7UnhYBmfR+xTWjWJVcLGWdx6QBLSZ4tWZKvM9fRthUNwbJWY | |
| t3vHzNC+SyoP2tY/URMl4YWLAeLxltN7nbCUknOaEyPfiGG4M6BlBVc6SXmEe9QQ | |
| uCl3wsmBiiW9/UNRLzBiQV1Fzpw= | |
| 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 | |
| :content-transfer-encoding; s=default; bh=rGU46Vxlp2j3WXZGoKBU2E | |
| sqbxI=; b=yX/w4cS6edeobouYC+UIjOdQufjFV7yGqu4A0iRTrYI6O9kGLKqz8I | |
| ifBrxhrn51DdH/yta3CevxwMa+hufDhTifJWelUPf3eDgXPGJcioqFnn777WWtvw | |
| iuItenCiX4niTebCoBUM4XDxpXytP4SW/91DYIe1VgnemvoacBn6Y= | |
| 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=0.8 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:!192.168.1.100!, H*RU:!192.168.1.100!, H*r:ip*192.168.1.100, Hx-languages-length:1939 |
| X-HELO: | m0.truegem.net |
| Subject: | Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.11 |
| To: | cygwin AT cygwin DOT com |
| References: | <announce DOT 5702DCA7 DOT 60605 AT cygwin DOT com> <5703531D DOT 9070004 AT maxrnd DOT com> <570359FD DOT 7010100 AT cygwin DOT com> <57035E62 DOT 2050408 AT maxrnd DOT com> <570366BD DOT 30003 AT maxrnd DOT com> <20160405095714 DOT GA2879 AT calimero DOT vinschen DOT de> |
| From: | Mark Geisert <mark AT maxrnd DOT com> |
| Message-ID: | <5703F0B5.8020500@maxrnd.com> |
| Date: | Tue, 5 Apr 2016 10:07:01 -0700 |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <20160405095714.GA2879@calimero.vinschen.de> |
Corinna Vinschen wrote:
> On Apr 5 00:18, Mark Geisert wrote:
>> Mark Geisert wrote:
>>> Yaakov Selkowitz wrote:
>>>> On 2016-04-05 00:54, Mark Geisert wrote:
>>>>> When building in winsup/utils, I hit this:
>>>> [snip]
>>>>> I found that the generated winsup/utils/Makefile has
>>>>> MINGW_CXX := i686-w64-mingw32-g++
>>>>> even though I am building on 64-bit.
>>>>
>>>> I can't reproduce this with git master. Are you sure you have both a clean
>>>> clone and a clean build directory?
>>>
>>> I'm obtaining the source via setup-x86_64.exe, not git clone. Then going to the
>>> download directory under /usr/src and doing 'cygport cygwin.cygport prep'. Then
>>> setting up /oss tree like the FAQ suggests, with /oss/src symlinked to the right
>>> level of the download tree. cd to /oss/build, configure and make like the FAQ
>>> demonstrates.
>>>
>>> I'll try it with a git clone and report back.
>>
>> I'm getting the same error. FYI this is with /oss tree per the FAQ with
>> /oss/src symlinked to root of the cloned tree, then building in /oss/build.
>>
>> Do you have both i686-w64-mingw32-g++ and x86_64-w64-mingw32-g++ installed?
>
> I can't reproduce this either. I built in two variations, with
> i686-w64-mingw32-g++ installed and not installed, and in both cases
> MINGW_CXX was set to x86_64-w64-mingw32-g++
>
> I built manually from git master in a parallel build dir using this
> simple script:
>
> #!/bin/sh
> SRCDIR=../cygwin-newlib
> PREFIX=/usr
> SYSCONFDIR=/etc
> ${SRCDIR}/configure \
> --prefix=${PREFIX} \
> --sysconfdir=${SYSCONFDIR} \
> $@
>
> Care to inspect the config logs to see what happened?
Oh, flock. As Yaakov suspected, an issue in my build environment. Stale
environment vars from the initial 64-bit Cygwin port days, that I had forgotten
about. Removed those from my .bashrc and the whole build runs from start to
completion now.
Sheepishly,
..mark
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |