[OpenPKG] Version Tracking Report (2005-09-24 07:28)

2005-09-23 Thread OpenPKG Version Tracker
OpenPKG Version Tracking Report === Reporting Time:2005-09-24 07:28 Tracking Duration: 1:05:23 (H:M:S) Tracking Input:1682 sources (896 packages) Tracking Result: 1593 up-to-date, 30 out-dated, 59 error The following 30 sources were determined to be ou

Re: bash-3 broken on IRIX?

2005-09-23 Thread Michael van Elst
On Fri, Sep 23, 2005 at 12:40:54PM +0200, Ralf S. Engelschall wrote: > No, the $((..)) construct is an arithmetic expression in Bash. The > result has to be A=7 and this is actually the case on all platforms I've > available: Just FYI, I tried non-OpenPKG versions of bash-2.05 and bash-3.0 on IR

[OpenPKG] Version Tracking Report (2005-09-23 19:37)

2005-09-23 Thread OpenPKG Version Tracker
OpenPKG Version Tracking Report === Reporting Time:2005-09-23 19:37 Tracking Duration: 1:12:52 (H:M:S) Tracking Input:1682 sources (896 packages) Tracking Result: 1589 up-to-date, 27 out-dated, 66 error The following 27 sources were determined to be ou

Re: [CVS] OpenPKG: openpkg-src/minicom/ minicom.spec

2005-09-23 Thread Ralf S. Engelschall
On Fri, Sep 23, 2005, Thomas Lotterer wrote: > resolve symbol conflict with ncurses > [...] > +%{l_shtool} subst \ > +-e 's;BC;BS;g' \ > +/ltmp/thl/openpkg/minicom-2.1/src/window.c > [...] Ops, a hard-coded path /ltmp/... Ralf S

Re: bash-3 broken on IRIX?

2005-09-23 Thread Matthias Kurz
On Fri, Sep 23, 2005, Matthias Kurz wrote: > On Fri, Sep 23, 2005, Stuart Shelton wrote: [...] > > $ /usr/openpkg/etc/rc all start > > OpenPKG: start: /usr/openpkg/etc/rc: line 448: 0: command not found > > openpkg/usr/openpkg/etc/rc: line 455: ): command not found > > /usr/openpkg/etc/rc: line 66

Re: bash-3 broken on IRIX?

2005-09-23 Thread Matthias Kurz
On Fri, Sep 23, 2005, Stuart Shelton wrote: > > If I run 'A=$(( 3 + 4 )); echo $A' on different shells, I get the > following results: > > $ locate bin/bash > /usr/bsd/bin/bash > /usr/gnu/bin/bash > /usr/nekoware/bin/bash > /usr/openpkg/bin/bash > > $ /usr/bsd/bin/bash --version > GNU bash, ve

Re: bash-3 broken on IRIX?

2005-09-23 Thread Ralf S. Engelschall
On Fri, Sep 23, 2005, Stuart Shelton wrote: > On Fri, 2005-09-23 at 10:57 +0200, Ralf S. Engelschall wrote: > > On Fri, Sep 23, 2005, Stuart Shelton wrote: > > > If I run 'A=$(( 3 + 4 )); echo $A' on different shells, I get the > > > following results: > > > > For me it looks that it already incor

Re: bash-3 broken on IRIX?

2005-09-23 Thread Ralf S. Engelschall
On Fri, Sep 23, 2005, Stuart Shelton wrote: > >As (1) both OpenPKG and non-OpenPKG Bash, (2) both old and new versions > >of Bash and (3) the error does not exists on other platforms, I would > >say: yes, Bash is broken on your IRIX64 platform. > > > >For me it looks that it already incorrectly _p

Re: bash-3 broken on IRIX?

2005-09-23 Thread Stuart Shelton
On Fri, 2005-09-23 at 10:57 +0200, Ralf S. Engelschall wrote: > On Fri, Sep 23, 2005, Stuart Shelton wrote: > > If I run 'A=$(( 3 + 4 )); echo $A' on different shells, I get the > > following results: > > For me it looks that it already incorrectly _parses_ (and not just > evaluates) the $((..)) c

Re: bash-3 broken on IRIX?

2005-09-23 Thread Stuart Shelton
As (1) both OpenPKG and non-OpenPKG Bash, (2) both old and new versions of Bash and (3) the error does not exists on other platforms, I would say: yes, Bash is broken on your IRIX64 platform. For me it looks that it already incorrectly _parses_ (and not just evaluates) the $((..)) construct. Th

Re: bash-3 broken on IRIX?

2005-09-23 Thread Ralf S. Engelschall
On Fri, Sep 23, 2005, Stuart Shelton wrote: > If I run 'A=$(( 3 + 4 )); echo $A' on different shells, I get the > following results: > > $ locate bin/bash > /usr/bsd/bin/bash > /usr/gnu/bin/bash > /usr/nekoware/bin/bash > /usr/openpkg/bin/bash > > $ /usr/bsd/bin/bash --version > GNU bash, version

bash-3 broken on IRIX?

2005-09-23 Thread Stuart Shelton
If I run 'A=$(( 3 + 4 )); echo $A' on different shells, I get the following results: $ locate bin/bash /usr/bsd/bin/bash /usr/gnu/bin/bash /usr/nekoware/bin/bash /usr/openpkg/bin/bash $ /usr/bsd/bin/bash --version GNU bash, version 3.00.16(1)-release (mips-sgi-irix6.5) Copyright (C) 2004 Free