From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8083 invoked by alias); 15 Aug 2014 11:26:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 8046 invoked by uid 89); 15 Aug 2014 11:26:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f52.google.com Received: from mail-la0-f52.google.com (HELO mail-la0-f52.google.com) (209.85.215.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 15 Aug 2014 11:26:48 +0000 Received: by mail-la0-f52.google.com with SMTP id b17so2144132lan.25 for ; Fri, 15 Aug 2014 04:26:45 -0700 (PDT) X-Received: by 10.152.121.98 with SMTP id lj2mr2281858lab.93.1408102005125; Fri, 15 Aug 2014 04:26:45 -0700 (PDT) Received: from [192.168.2.108] (p5B1744DF.dip0.t-ipconnect.de. [91.23.68.223]) by mx.google.com with ESMTPSA id e4sm12343241lbc.29.2014.08.15.04.26.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Aug 2014 04:26:44 -0700 (PDT) Message-ID: <53EDEE67.6070501@gmail.com> Date: Fri, 15 Aug 2014 11:26:00 -0000 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "cygwin@cygwin.com" Subject: cygport dropping *.exe links Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00282.txt.bz2 Hi Yaakov, I just noted a strange effect during installation phase of openmpi a certain numbers of links to exe files are created as (cd /pub/devel/openmpi/64bit/openmpi-1.8.2rc4-1.x86_64/inst/usr/bin; rm -f mpirun.exe; ln -s orterun.exe mpirun.exe) and they are there during the cyginstall $ ls ../inst/usr/bin/ cygmpi_cxx-1.dll cygopen-pal-6.dll mpicxx mpifort ompi-ps.exe ortecc orte cygmpi_mpifh-2.dll cygopen-rte-7.dll mpiexec.exe mpirun.exe ompi-server.exe orte-clean.exe orte cygmpi_usempi-1.dll mpic++ mpif77 ompi_info.exe ompi-top.exe orted.exe orte cygmpi-1.dll mpicc mpif90 ompi-clean.exe opal_wrapper.exe orte-info.exe orte but at post cyginstall phase they are gone: $ ls ../inst/usr/bin/ cygmpi_cxx-1.dll cygmpi-1.dll mpic++ mpif77 ompi_info.exe orte-clean.exe orte-ps.exe cygmpi_mpifh-2.dll cygopen-pal-6.dll mpicc mpif90 opal_wrapper.exe orted.exe orterun.exe cygmpi_usempi-1.dll cygopen-rte-7.dll mpicxx mpifort ortecc Is it possible that latest binutils update is fooling cygport ? In the past, it seems they were renamed ( mpirun.exe to mpirun) https://cygwin.com/packages/x86/openmpi/openmpi-1.7.5-1 Regards Marco -- 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