delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/07/12/17:20:10

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=mt
6AAlDQ4VZYbmwET69VhSjAraVqTmvG9xAbTfeN5pDFGU4bgANwWPXEa8G0l8/uIq
pFS1AR+jV2UW/lLDpK5C50Pl8Bhh57+9am0QwwMrPv1gTLStt+rh3emG2VHGiM49
lgNWKUN152ZZBV6nkk1YV3yXwuj6EXj2Ud9WsrrQ4=
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=Gp539kwx
5FE/CyLSGjhtsiUk32w=; b=nsLpvHP5mrZp6G4Cp8pmCeI0+kIitFeTyUcuBaT2
euxbqgQo5kD7h1JCMjYoI3Jmif2+0L3TxefnAPImGrJKJsKdkdcgkK/01LKRtb2s
KWW2he7TEk1nzjyOtcbPSa7IznPbtX//dfBwLX2Hv/y5Q/ncGB2z5gDovN0it8bN
FAo=
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 q18mr489113ice.13.1373663985933; Fri, 12 Jul 2013 14:19:45 -0700 (PDT)
In-Reply-To: <CAHYyVz5gnUOOfP_=xWO-PwVzfida3pYNv1VuZgM+_ivren1eZA@mail.gmail.com>
References: <CAHYyVz6=FP0_EGXgBmEnM9ZBuKELO1=nVmebaDxjWZikyHFiFg AT mail DOT gmail DOT com> <CAHYyVz5gnUOOfP_=xWO-PwVzfida3pYNv1VuZgM+_ivren1eZA AT mail DOT gmail DOT com>
Date: Fri, 12 Jul 2013 23:19:45 +0200
Message-ID: <CAHYyVz7xuWN3YzuE2i4pxbnbR-Lu06roUCBbT3dMDeMJqYuXww@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

Sorry. Please read as: "However, there's likely an issue
with Automake's 'test-driver' not recognizing '--log-file' option."

BZW, it was obvious from my first post that I've made a typo.

On Fri, 12 Jul 2013 15:26:15 -0400 Christopher Faylor wrote:
>
>> On Fri, Jul 12, 2013 at 09:21:40PM +0200, Vasiliy wrote:
>> 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.
>
> automake doesn't have a --log-file option.  I can't really imagine what
> it would do.

On Fri, Jul 12, 2013 at 9:21 PM, Vasiliy <testtest_2005 AT ukr DOT net> wrote:
> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019