pkgsrc-Users archive

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

latest version of ast-ksh is 2008-11-04



So I tried to see if ast-ksh-2008-11-04 would build with the
current pkgsrc setup.  I didn't have to change much - I 
changed ASTKSH_VERSION from "2006-02-14" to "2008-11-04",
deleted the three patches (they are already addressed or moot
as far as I can tell) and voila, it built and ran without any
complaints.

However, there are a couple of new errors in the "make test"
output compared to the current version (2006-02-14).  Please
see the listing below.

        -- Ed

--------------------------------------------

[new error]
test arith.sh begins at 2009-01-23+14:49:16
        arith.sh[469]: Inf and NaN not working
test arith.sh failed at 2009-01-23+14:49:16 with exit code 1 [ 126 tests 1
error ]

...

[this test failed the same way in ast-ksh-20060214]
test bracket.sh begins at 2009-01-23+14:49:32
        bracket.sh[78]: -r: /tmp/regresso11890 should not be readable
        bracket.sh[84]: -w: /tmp/regresso11890 should not be writable
        bracket.sh[87]: -x: /tmp/regresso11890 should not be executable
        bracket.sh[90]: -rw: /tmp/regresso11890 should not be
readable/writable test bracket.sh failed at 2009-01-23+14:49:37 with exit
code 4 [ 80 tests 4 errors ]

...

[new error]
test path.sh begins at 2009-01-23+14:50:08
        path.sh[240]: unreadable empty script should fail -- expected 126,
got 0        path.sh[242]: command of unreadable empty script should fail
-- expected 126, got 0
        path.sh[243]: unreadable empty script in [[ ... ]] should fail --
expected 126
        path.sh[244]: command unreadable empty script in [[ ... ]] should
fail -- expected 126
        path.sh[246]: $SHELL -c of unreadable empty script should fail --
expected 126, got 0
        path.sh[248]: $SHELL -c of command of unreadable empty script
should fail -- expected 126, got 0
        path.sh[254]: unreadable non-empty script should fail -- expected
126, got 0
        path.sh[256]: command of unreadable non-empty script should fail --
expected 126, got 0
        path.sh[257]: unreadable non-empty script in [[ ... ]] should fail
-- expected 126
        path.sh[258]: command unreadable non-empty script in [[ ... ]]
should fail -- expected 126
        path.sh[260]: $SHELL -c of unreadable non-empty script should fail
-- expected 126, got 0
        path.sh[262]: $SHELL -c of command of unreadable non-empty script
should fail -- expected 126, got 0
test path.sh failed at 2009-01-23+14:50:08 with exit code 12 [ 53 tests 12
errors ]



Home | Main Index | Thread Index | Old Index