From: Sheshadri M. <she...@ta...> - 2008-08-13 11:51:29
|
Hi, I am trying to build STLinux on my Ubuntu Hardy. But I am facing errors like [: 72: ==: unexpected operator Unrecognised option: Could someone help me out, the reason behind it and how can I overcome this. Thanks musturi |
From: Stuart M. <stu...@st...> - 2008-08-13 13:23:42
|
Hi there Sheshadri Musturi wrote: > I am trying to build STLinux on my Ubuntu Hardy. > But I am facing errors like > > [: 72: ==: unexpected operator > Unrecognised option: > > Could someone help me out, the reason behind it and how can I overcome this. For problems which are specific to the STLinux distribution you are probably better off putting in query into bugzilla at bugzilla.stlinux.com. However in this case I think the problem is that Ubuntu usually sets /bin/sh to ash, which doesn't support the test == operator (which is a bash extension). Try running the script under bash explicitly. Stuart |
From: Carmelo A. <car...@gm...> - 2008-08-13 13:24:51
|
Sheshadri Musturi wrote: > Hi, > > > > I am trying to build STLinux on my Ubuntu Hardy. > > But I am facing errors like > > > > [: 72: ==: unexpected operator > > Unrecognised option: > > > > Could someone help me out, the reason behind it and how can I overcome this. > > what is your default shell ? is it dash ? if so, try using bash instead. Anyway, I suggest you to post questions about STLinux through bugzilla at https://bugzilla.stlinux.com/ Regards, Carmelo > > Thanks > > musturi > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Bill T. <wm...@na...> - 2008-08-13 13:34:51
|
> Hi there > > Sheshadri Musturi wrote: >> I am trying to build STLinux on my Ubuntu Hardy. >> But I am facing errors like >> >> [: 72: ==: unexpected operator >> Unrecognised option: >> >> Could someone help me out, the reason behind it and how can I overcome >> this. > > For problems which are specific to the STLinux distribution you are > probably > better off putting in query into bugzilla at bugzilla.stlinux.com. Bugzilla returns: Secure Connection Failed bugzilla.stlinux.com uses an invalid security certificate. The certificate is not trusted because it is self signed. (Error code: sec_error_ca_cert_invalid) * This could be a problem with the server's configuration, or it could be someone trying to impersonate the server. * If you have connected to this server successfully in the past, the error may be temporary, and you can try again later. > > However in this case I think the problem is that Ubuntu usually sets > /bin/sh > to ash, which doesn't support the test == operator (which is a bash > extension). > Try running the script under bash explicitly. > > Stuart > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev > |
From: Stuart M. <stu...@st...> - 2008-08-13 14:14:15
|
Bill Traynor wrote: >> For problems which are specific to the STLinux distribution you are >> probably >> better off putting in query into bugzilla at bugzilla.stlinux.com. > > Bugzilla returns: > Secure Connection Failed > > bugzilla.stlinux.com uses an invalid security certificate. > > The certificate is not trusted because it is self signed. > > (Error code: sec_error_ca_cert_invalid) > > * This could be a problem with the server's configuration, or it could > be someone trying to impersonate the server. > > * If you have connected to this server successfully in the past, the > error may be temporary, and you can try again later. It is indeed a self signed certificate. However most browsers can be configured to accept this. Stuart |