| 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:in-reply-to:references:date | |
| :message-id:subject:from:to:content-type; q=dns; s=default; b=Lc | |
| c72ni16VJNwPz3XmVFKiUXdII/C0F3/Y6hr0TM/3iHTAokkDk4mP/xaesH9cwSQV | |
| FF6atXsOh4QW1wqEqiFnsoLZVJ5jhrstfv3vr7mqOrexGK0Jx5cZt/Sz9MS53lOc | |
| /+iLQ0tQozxNX1OS3ZPJBNo65pP3+THUwZtk6zHP8= | |
| 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:in-reply-to:references:date | |
| :message-id:subject:from:to:content-type; s=default; bh=OpXXvutD | |
| CfZtLTfFMfYN9XFW/5s=; b=f3xWl8jNcBjWmPFDUmJ5JAHJq0BBcUlFxmFUyaas | |
| CX+X9+C4oIlAT5jN60VYNVr0DRa2nhQ+n31TWj385f7KCMTR90il0FuSQzWBN/ak | |
| l5ZMNZxYnPgjZCgXNs24aGaokN4H34brhEMgSOzbvnyOkozceR/LLBaT5V8A6DEE | |
| dcc= | |
| 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=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.1 |
| MIME-Version: | 1.0 |
| X-Received: | by 10.42.41.210 with SMTP id q18mr381066ice.13.1373656901028; Fri, 12 Jul 2013 12:21:41 -0700 (PDT) |
| In-Reply-To: | <CAHYyVz6=FP0_EGXgBmEnM9ZBuKELO1=nVmebaDxjWZikyHFiFg@mail.gmail.com> |
| References: | <CAHYyVz6=FP0_EGXgBmEnM9ZBuKELO1=nVmebaDxjWZikyHFiFg AT mail DOT gmail DOT com> |
| Date: | Fri, 12 Jul 2013 21:21:40 +0200 |
| Message-ID: | <CAHYyVz5gnUOOfP_=xWO-PwVzfida3pYNv1VuZgM+_ivren1eZA@mail.gmail.com> |
| Subject: | Re: basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail |
| From: | Vasiliy <testtest_2005 AT ukr DOT net> |
| To: | cygwin AT cygwin DOT com |
Marco, you're right, it's the problem in their 'run_tests' file, I've
got baffled due to a lack of time. However, there's likely an issue
with Automake not recognizing '--log-file' option, but it's another
story.
> On Fri, 12 Jul 2013 18:18:06 +0200 marco atzeri wrote:
>
> basename has no testname options. So I do not understand why
> it should be a basename problem...
>
> specially as it is the same on linux
> http://linux.die.net/man/1/basename
>
> not clear to me what is aborting
> could you clarify ?
>
> Regards
> Marco
On Fri, Jul 12, 2013 at 5:25 PM, Vasiliy <testtest_2005 AT ukr DOT net> wrote:
> Hello,
>
> When trying to 'make check' Open MPI from the SVN sources I observe
> the following issue with 'basename' from 'coreutils' Cygwin package:
>
> basename: extra operand `--test-name'
> Try `basename --help' for more information.
> --> Testing
> test-driver: line 95: <PID> Aborted (core dumped)
> "$@" > $log_file 2>&1
>
> and upon investigating:
> $ /usr/share/automake-1.14/test-driver --help
> Usage:
> test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
> [--expect-failure={yes|no}] [--color-tests={yes|no}]
> [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
> The '--test-name', '--log-file' and '--trs-file' options are mandatory.
> <code>
> make check-TESTS
> make[1]: Entering directory
> '/usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/build/test/asm'
> make[2]: Entering directory
> '/usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/build/test/asm'
> basename: extra operand `--test-name'
> Try `basename --help' for more information.
> --> Testing
> basename: extra operand `--test-name'
> Try `basename --help' for more information.
> --> Testing
> basename: extra operand `--test-name'
> Try `basename --help' for more information.
> --> Testing
> basename: extra operand `--test-name'
> Try `basename --help' for more information.
> --> Testing
> ...
>
> /usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/src/openmpi-1.9.0/config/test-driver:
> line 95: <PID> Segmentation fault (core dumped) "$@" > $log_file
> 2>&1
> </code>
--
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 |