This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tests


On Sat, May 3, 2008 at 8:50 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Saturday 03 May 2008, Reuben Thomas wrote:
>
> > If I run "make check" again, I also get lots of errors:
>  >
>  > /bin/sh -e run-iconv-test.sh /home/rrt/download/libc-build >
>  > /home/rrt/download/libc-build/iconvdata/iconv-test.out test: 144: ==:
>  > unexpected operator
>  > test: 144: ==: unexpected operator
>  > ... (many times)
>
>  i'm guessing you're using Ubuntu.  the run-iconv-test.sh apparently has
>  bashism's in it (like using the == operator instead of =).  you should fix
>  that and submit a patch to libc-alpha ;).
>  -mike

A quick workaround would be to switch /bin/sh to bash.
e.g.
sudo dpkg-reconfigure -plow dash
Install as /bin/sh? No

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]