logo       

Re: compiling t2 on ubuntu 6.10 fails: msg#00044

t2.devel

Subject: Re: compiling t2 on ubuntu 6.10 fails


Hi,

By default Ubuntu 6.10 shell is 'dash' (not 'bash').
Checks the symbolic link, it should be:
/bin/sh -> dash
But Ubuntu 6.10 comes with 'bash', so I changed the default
shell with the command:
cd /bin
ln -sf bash sh
Maybe it will solve the problem.

Regards,
Claudio


Rene Rebe wrote:
Hi,

On Monday 12 March 2007 19:00:15 Volker Jahns wrote:


I guess that the above output is desired.

Yeah, but the script contains #!/bin/bash on the top, no?

Any idea why the Debian bash does not behave like a bash

when executed like this?


Rene,

I changed the Build-Tools script so that
--
cat << EOT > build/$SDECFG_ID/TOOLCHAIN/$toolsdir/wrapper/uname.$$
#!/bin/sh
--
changed into
--
cat << EOT > build/$SDECFG_ID/TOOLCHAIN/$toolsdir/wrapper/uname.$$
#!/bin/bash
--
what gives me more compiling fun than before and still compiling ;-)


Err, ok. Sure - we have this in trunk already. I though you are building trunk.

Yours,



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

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise