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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=S19qGp4MntVkx7r5+5/N/kvfcBTNDcikPw7TA3LolFv POytX+As0y/VWl1mWcneIbSkKXWvShyAR73p8lyzRZTAX54TixlvgdBfzdhsxq6h kp7bM2AHiandrloGhYKceoF0MdYCejI9gOzVtNFtTPyodMZpCGcLSC1DhnGBZqP8 = 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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=Zbd3clDNcvLsaJmjdnzEpUzklto=; b=pYmqqvnwOQKBRobZf RglZ7oMRk3zHEfua4QqjcPNHJe4B1ty/sRfhzumeol33qb6I+qqHTXPgijVvCD/i mKA85JK9q7JfH7nGWsaZym8Qq+cbTNZjMiNpYBFjHrEnCRgcpkX1mayPe/FhJwvt kUwm1XKiklMizovmMIeoLNYxCw= 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 X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS autolearn=no version=3.3.1 From: Pavel Fedin

To: "'Denis Excoffier'" , cygwin AT cygwin DOT com References: <30ff7a64af09cc584626ea338dfca067 AT denis-excoffier DOT org> In-reply-to: <30ff7a64af09cc584626ea338dfca067@denis-excoffier.org> Subject: RE: make-3.82.90-1-use-spawn-on-cygwin.diff Date: Mon, 05 Aug 2013 15:17:49 +0400 Message-id: <004101ce91cd$6baa5010$42fef030$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r75BIEnJ021641 Hello! > 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 am horribly sorry but it's completely my fault. After some study i have discovered that i was actually using old, unpatched version of Make. I have carefully examined output of 'cygport make.cygport install': --- cut --- test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/usr/src/make/inst/usr/share/man/man1" test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/make/inst/usr/bin" /usr/bin/install -c make.exe '/usr/src/make/inst/usr/bin' /usr/bin/install -c -m 644 /usr/src/make/src/make-3.82.90/make.1 '/usr/src/make/inst/usr/share/man/man1' --- cut --- The newly built version goes into /inst. My cygwin installation does not get updated. So - completely my fault. I have replaced 'make' and reproduced the error. Will try to fix it. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- 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