Changes between Initial Version and Version 1 of Ticket #33684


Ignore:
Timestamp:
Mar 19, 2012, 2:38:30 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Just for the record, what OS version and Xcode version are you using?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33684

    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #33684 – Description

    initial v1  
    11The MacPorts autogen 5.15 package is currently not passing the autogen testsuite.[[BR]]
    2  The autoopts/test/shell.test test is failing as...
     2The autoopts/test/shell.test test is failing as...
    33
    4 FAILURE: script generator help output mismatch: *** shell.hlp   Sat Mar 17 20:12:00 2012[[BR]]
    5 --- shell.help  Sat Mar 17 20:12:00 2012[[BR]]
    6 ***************[[BR]]
    7 *** 1,25 ****[[BR]]
    8 - genshellopt - Generate Shell Option Processing Script - Ver. 1[[BR]]
    9 - USAGE: shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]...[[BR]]
    10 - Flg Arg Option-Name Description[[BR]]
    11 - -o Str script Output Script File[[BR]]
    12 - -s Str shell Shell name (follows "#!" magic)[[BR]]
    13 - - disabled as --no-shell[[BR]]
    14 - - enabled by default[[BR]]
    15 - -v opt version Output version information and exit[[BR]]
    16 - -? no help Display extended usage information and exit[[BR]]
    17 - -! no more-help Extended usage information passed thru pager[[BR]]
    18 - Options are specified by doubled hyphens and their name or by a single[[BR]]
    19 - hyphen and the flag character.[[BR]]
    20 - = = = = = = = =[[BR]]
    21 - This incarnation of genshell will produce[[BR]]
    22 - a shell script to parse the options for test_shell:[[BR]]
    23 - test_shell - Test AutoOpts for shell[[BR]]
    24 - USAGE: test_shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \[[BR]]
    25 - reg-arg [ ... ][[BR]]
    26 - Flg Arg Option-Name Description[[BR]]
    27 - -o Str option The option option descrip[[BR]]
    28 - -s no second The second option descrip[[BR]]
    29 - -? no help Display extended usage information and exit[[BR]]
    30 - -! no more-help Extended usage information passed thru pager[[BR]]
    31 - Options are specified by doubled hyphens and their name or by a single[[BR]]
    32 - hyphen and the flag character.[[BR]]
    33 --- 0 ----[[BR]]
    34 FAIL: shell.test[[BR]]
    35 [[BR]]
    36 This has been filed upstream as...[[BR]]
    37 [[BR]]
    38 https://sourceforge.net/tracker/?func=detail&atid=103593&aid=3507334&group_id=3593#[[BR]]
    39 [[BR]]
    40 [[BR]]
    41 The autogen developers can't reproduce this failure (although I can also reproduce [[BR]]
    42 under fink). Any help we can give the autogen developer in debugging this[[BR]
    43 ]apparent sed issue on darwin would be appreciated.[[BR]]
     4{{{
     5FAILURE: script generator help output mismatch: *** shell.hlp   Sat Mar 17 20:12:00 2012
     6--- shell.help  Sat Mar 17 20:12:00 2012
     7***************
     8*** 1,25 ****
     9- genshellopt - Generate Shell Option Processing Script - Ver. 1
     10- USAGE: shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
     11- Flg Arg Option-Name Description
     12- -o Str script Output Script File
     13- -s Str shell Shell name (follows "#!" magic)
     14- - disabled as --no-shell
     15- - enabled by default
     16- -v opt version Output version information and exit
     17- -? no help Display extended usage information and exit
     18- -! no more-help Extended usage information passed thru pager
     19- Options are specified by doubled hyphens and their name or by a single
     20- hyphen and the flag character.
     21- = = = = = = = =
     22- This incarnation of genshell will produce
     23- a shell script to parse the options for test_shell:
     24- test_shell - Test AutoOpts for shell
     25- USAGE: test_shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
     26- reg-arg [ ... ]
     27- Flg Arg Option-Name Description
     28- -o Str option The option option descrip
     29- -s no second The second option descrip
     30- -? no help Display extended usage information and exit
     31- -! no more-help Extended usage information passed thru pager
     32- Options are specified by doubled hyphens and their name or by a single
     33- hyphen and the flag character.
     34--- 0 ----
     35FAIL: shell.test
     36}}}
     37
     38This has been filed upstream as...
     39
     40https://sourceforge.net/tracker/?func=detail&atid=103593&aid=3507334&group_id=3593#
     41
     42The autogen developers can't reproduce this failure (although I can also reproduce
     43under fink). Any help we can give the autogen developer in debugging this
     44apparent sed issue on darwin would be appreciated.