automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#10898: test-suite output of automake-1.11.3 - it requested I sen


From: Lou Picciano
Subject: Re: bug#10898: test-suite output of automake-1.11.3 - it requested I send it to you!
Date: Tue, 28 Feb 2012 16:15:41 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Stefano,

Have applied the patch, put GNU find early in PATH, and fail list is now as follows:
(full test-suite log is attached).

Lou Picciano

automake-automake-1.11.3:94: XFAIL: all.test
automake-automake-1.11.3:151: FAIL: automake.test
automake-automake-1.11.3:153: XFAIL: auxdir2.test
automake-automake-1.11.3:240: XFAIL: cond17.test
automake-automake-1.11.3:282: FAIL: conffile-leading-dot.test
automake-automake-1.11.3:348: XFAIL: dist-auxfile.test
automake-automake-1.11.3:349: XFAIL: dist-auxfile-2.test
automake-automake-1.11.3:485: FAIL: instfail.test
automake-automake-1.11.3:495: FAIL: instspc.test
automake-automake-1.11.3:507: XFAIL: java-nobase.test
automake-automake-1.11.3:519: XFAIL: lex-subobj-nodep.test
automake-automake-1.11.3:566: FAIL: location.test
automake-automake-1.11.3:636: XFAIL: objext-pr10128.test
automake-automake-1.11.3:720: FAIL: primary-prefix-invalid-couples.test
automake-automake-1.11.3:758: XFAIL: remake-am-pr10111.test
automake-automake-1.11.3:759: XFAIL: remake-m4-pr10111.test
automake-automake-1.11.3:764: XFAIL: pr8365-remake-timing.test
automake-automake-1.11.3:884: XFAIL: txinfo5.test
automake-automake-1.11.3:941: FAIL: warnopts.test

=====================================
7 of 821 tests failed
(117 tests were not run)
See tests/test-suite.log
Please report to address@hidden
=====================================

Hi Lou.

Please keep the mailing list in loop when you answer.  Thanks.

I'm re-sending your answer to the list, so that it gets seen by the other
subscribers and registered in the bug tracker.

On 02/28/2012 03:05 PM, Lou Picciano wrote:
Stefano,

Tks for your notes -
I'm encouraged to think that, with a bit of work, I may just wind up with a
perfect version of automake!
On specific points:

    Ah, likely the famous ksh bug with "$@" and empty arguments:

      <http://lists.gnu.org/archive/html/automake-patches/2009-12/msg00037.html>

    Can you verify that your shell suffers of the problem described there?  If
    yes, a patch to fix this issue should be trivial.

Looks like we reproduce that bug example exactly - what patch would you 
propose?:

Just a simple workaround for the affected shell function(s); see the attached
patch.  Could you confirm it fixes your problem?

    address@hidden:~$ foo.sh
    ---
    $#: 0

    ---
    $#: 1

    ---
    $#: 2
    xy
    ---
    $#: 2
    xy xay
    ---
    $#: 3
    xay xy xby
    ---
    address@hidden:~$ sh foo.sh
    ---
    $#: 0

    ---
    $#: 1

    ---
    $#: 2
    xy
    ---
    $#: 2
    xy xay
    ---
    $#: 3
    xay xy xby
    ---
    address@hidden:~$ ksh foo.sh
    ---
    $#: 0

    ---
    $#: 1

    ---
    $#: 2
    xy
    ---
    $#: 2
    xy xay
    ---
    $#: 3
    xay xy xby
    ---

On the 'find' question:

    find: bad option -links
    find: [-E] [-H | -L] path-list predicate-list


    Oops, your find (1) doesn't support the '-links' option, which is mandated 
by
    POSIX:<http://pubs.opengroup.org/onlinepubs/009604599/utilities/find.html>.

Yes, exactly right - build system defaults to 'solaris' find. working on this
one next...:

So you are planning to fix your system's version of find?  That would be great,
since it would allow us to avoid putting another ugly workaround in automake's
rules.

address@hidden:~$ find -links
find: illegal option -- l
find: [-E] [-H | -L] path-list predicate-list

address@hidden:~$ /usr/gnu/bin/find -links
/usr/gnu/bin/find: missing argument to `-links'

Regards, Lou Picciano

Thanks,
   Stefano



Attachment: test-suite.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]