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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=YKzhANhpFHM3naStLFKonKoRKPMKU ocNKUPc8Es0EnRr8mV/xjZoflyjqvYTgcN5zR2GmQfv7UVTxdGITm9p4xysCbQqk b1Ebeit5mq76z0UNx338K50NceJEcVLFPmBF5gw0LltoE/QacepJPcVy06ztfn8Z V0CAhM0sUCpJVo= 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:from:date:message-id:subject:to :content-type; s=default; bh=1ec7TMVDDviNgkrVMBrUvMx60W4=; b=J6q novKjiRU54pwFGsvSVs5gcFqoJltiECD1MFrrI2vngRN4h21U+B8fks2GcgKx5ru jI7fhavpSwo2bN5S3oupM3UxBQaYfhtQb3BFQZdbDz6hk+wx2QC3g0vnNdiBKXMy AP7+Cn2O7gWmtSCWrDcX1rCd6M64+QtdCQ8NjdZ0= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f171.google.com X-Received: by 10.112.198.74 with SMTP id ja10mr27763783lbc.19.1436701587108; Sun, 12 Jul 2015 04:46:27 -0700 (PDT) MIME-Version: 1.0 From: Thomas Stenhaug Date: Sun, 12 Jul 2015 13:45:47 +0200 Message-ID: Subject: stow-2.2.0-1 modules installs to [...]/site_perl/5.10 in 2.0.4 x86 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes The corresponding package in 2.0.4 x86_64 installs correctly, however. Following are two shell transcripts to demonstrate. First one from 2.0.4 x86 $ uname -a CYGWIN_NT-6.1-WOW laspezia-win7 2.0.4(0.287/5/3) 2015-06-09 12:20 i686 Cygwin $ cygcheck -c stow Cygwin Package Information Package Version Status stow 2.2.0-1 OK $ stow -V Can't locate Stow.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.14/i686-cygwin-threads-64int /usr/lib/perl5/site_perl/5.14 /usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int /usr/lib/perl5/vendor_perl/5.14 /usr/lib/perl5/5.14/i686-cygwin-threads-64int /usr/lib/perl5/5.14 .) at /usr/bin/stow line 418. BEGIN failed--compilation aborted at /usr/bin/stow line 418. $ cygcheck -l stow | grep site_perl /usr/lib/perl5/site_perl/5.10/Stow/Util.pm /usr/lib/perl5/site_perl/5.10/Stow.pm And then on from 2.0.4 x86_64 $ uname -a CYGWIN_NT-6.1 laspezia-win7 2.0.4(0.287/5/3) 2015-06-09 12:22 x86_64 Cygwin $ cygcheck -c stow Cygwin Package Information Package Version Status stow 2.2.0-1 OK $ stow -V stow (GNU Stow) version 2.2.0 $ cygcheck -l stow | grep site_perl /usr/lib/perl5/site_perl/5.14/Stow/Util.pm /usr/lib/perl5/site_perl/5.14/Stow.pm What should I do to fix this? Regards, Thomas Stenhaug -- 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