| 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:mime-version:content-type | |
| :content-transfer-encoding:date:from:to:subject:message-id; q= | |
| dns; s=default; b=mNxPD+F6f+6XYxFTIWEJstE5jbYRS1BFkcVw36wvgKDozq | |
| MjH8QHhI3HZ3eYAIqa3xwizbzMKL6ALc4KrygwcqAV0oANQYt8vhRLGJ/m70LB48 | |
| E4rV+BAydgbyrEH8xoqlKkLnSUDe1o4qlP4Kl6rRqlTM79lhSJuaVThvDQ4bY= | |
| 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:mime-version:content-type | |
| :content-transfer-encoding:date:from:to:subject:message-id; s= | |
| default; bh=C1H7JgNSJF3VhTf/XWTJNxOt1LI=; b=bf4M+WbJUSk64hNVA9cs | |
| CA4TYCNVx1yT9CqmLKy+KFVP5eSN9gAj2CDdKKZcOTdim+5PX8UUPCa0WT2g0yEl | |
| rYUxIW7PnPaVhwIHLvLU5E0xIfI5y+qw5vpdyDCQyyXYaRrtg5gpeNY67NjjpAXQ | |
| DAOJNMTvUt5IAGxBIVAEgwU= | |
| 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 |
| X-Spam-SWARE-Status: | No, score=0.4 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RDNS_NONE autolearn=no version=3.3.1 |
| MIME-Version: | 1.0 |
| Date: | Thu, 01 Aug 2013 12:52:59 +0200 |
| From: | Denis Excoffier <cygwin AT Denis-Excoffier DOT org> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | make-3.82.90-1-use-spawn-on-cygwin.diff |
| Message-ID: | <30ff7a64af09cc584626ea338dfca067@denis-excoffier.org> |
| X-Sender: | cygwin AT Denis-Excoffier DOT org |
| User-Agent: | Roundcube Webmail/0.7.2 |
Hello,
Only very recently did i discover Pavel's patch on make
(see http://lists.gnu.org/archive/html/bug-make/2013-07/msg00019.html)
and applied it on top of make-3.99.90 (see alpha.gnu.org) with happy
results on many (about 100) public packages (including gcc, xerces-c,
coreutils etc.) and also packages from mine.
However, it fails to build cygwin-20130731 (last snapshot), although
the regular make-3.99.90 compiles this snapshot gracefully. I also
tried with the genuine make-3.82.90-1 with the same results: no problem
with the regular make-3.82.90-1, error with
the patched one. Nothing very new: the cygwin-20130707 snapshot fails
exactly the same.
The errors i obtain are as follows:
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2:
use: command not found
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3:
use: command not found
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: c++wrap:
line 4: syntax error near unexpected token `('
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: c++wrap:
line 4: `my $pgm = basename($0);'
while compiling (it's the first time that c++wrap is used):
c++wrap -O2 -g -fno-rtti -fno-exceptions -Wall -Wstrict-aliasing
-Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD
-Werror -fmerge-constants -ftracer -c -o _cygwin_crt0_common.o
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/cygwin/lib/_cygwin_crt0_common.cc
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/cygwin/../Makefile.common:43:
recipe for target `_cygwin_crt0_common.o' failed
I've also obtained something like: c++wrap not found
but i can't remember under which circumstances, but i'm sure that it
was
with the patch embedded.
I'm puzzled because some people (e.g. see
http://lists.gnu.org/archive/html/bug-make/2013-07/msg00023.html)
report
very positively about this patch.
Did I do something wrong (apart perhaps posting to the wrong list)?
Regards,
Denis Excoffier.
--
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 |