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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=Ff09pETP0NtS7erZEeP5fdwViYa14 t7Bnt6Pxb2sP/VNft0PIP/HNw8I4xd8q/TQaHbR18RL+6C+YClrj/0jzjz+kr2+m KH8d7MaP0OO0MrNm5XPz6eDEMHpah7bQLRe+e3YtmhDXKFBAVtqKs3yG9oMjRYPo tvNDdUKthYFOd4= 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:date:message-id:subject:from:to :content-type; s=default; bh=arPzSltZ/563+W2lcaGlxFStqoo=; b=Pa/ zbkZ18i0FF+t/i4FTy0Rc4uKLzWV35wXiDVdCrzFyR42bS+rFDgTYed3Dy16V4O8 Mm81/++jZ0PUunkZVMHdzkyg/rx0M+i4EEVnr7df/ueQCJMQVUmef7nRMZGwHSEK axpi0mEommLIEy9jl4WtG3nKmNm7fltUQGz625Tk= 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 X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 MIME-Version: 1.0 X-Received: by 10.42.52.201 with SMTP id k9mr12737492icg.47.1373642732824; Fri, 12 Jul 2013 08:25:32 -0700 (PDT) Date: Fri, 12 Jul 2013 17:25:32 +0200 Message-ID: Subject: basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail From: Vasiliy To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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: 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. 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: Segmentation fault (core dumped) "$@" > $log_file 2>&1 -- 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