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:to:from:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=ZgswmE8RyRp8RCpL9pYKQS4/LJISw gsZjvdw6ukieJRe8HfmL4GKDJmwqsBKJ6Uex2rOCbH367HEY/sdvgYGs3VwvWSGC Au46DBXZMZ1cW7nOWGatj+A6FRwZII8958LRvLTfbuyZZPsmbPdMFcsJ70U9ZGwV MnPLEvAMPdKZmI= 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:to:from:subject:date:message-id:mime-version :content-type; s=default; bh=W8/ZD92gRwJmL/k5A/7crpfDtVI=; b=kB3 nZyOVJRig4zmCgBrIxLpgt2r37ASNMc8VgzjfF6wkp/VqdQlxzsoeg9z2vf5UizU /g3REVf8l1f87wr86gtwBD5cQZTg6UWjUFv3vNabO320Is50fhGq09LcJY4XyCfd rMmwslen2UqrzPjPRbyJoqD17D71xv3ymWQ6aniw= 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=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=mystery, problem!, H*r:Unknown X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: Katsumi Yamaoka Subject: Cygwin 2.6.1 32-bit post install failed by /usr/bin/perl.exe Date: Mon, 16 Jan 2017 16:28:58 +0900 Lines: 35 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) X-IsSubscribed: yes Hi, I recently tried newly install Cygwin 2.6.1 on 32-bit Windows 10. I did: Stop old cygwin cd c:\ ren cygwin cygwin.old Run setup-x86.exe for full install excluding *x86_64* modulues. However, the post install didn't seem to end. At that time, ps on mintty showed a lot of defunct perl processes. Then I tried replacing /usr/bin/perl.exe with the one I built from the source one and a half years ago. cd /usr/bin mv perl.exe perl.exe.orig ln -s /cygdrive/c/cygwin.old/usr/local/bin/perl.exe . It did the trick! Now new cygwin is running with no problem! I don't know what yielded the result. The file sizes of them very differ because 5.22.3 was srtipped but 5.22.0 wasn't: /usr/bin -rwxr-xr-x 1 yamaoka None 12829 Jan 15 12:54 perl.exe.orig* -rwxr-xr-x 1 yamaoka None 12829 Jan 15 12:54 perl5.22.3.exe /cygdrive/c/cygwin.old/usr/local/bin -rwxr-xr-x 2 yamaoka None 71801 Oct 21 2015 perl.exe* -rwxr-xr-x 2 yamaoka None 71801 Oct 21 2015 perl5.22.0.exe* But I cannot believe strip broke it. cygcheck for them didn't show meaningful difference. It's a mystery. Regards, -- 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