You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by David Reiss <dr...@facebook.com> on 2008/11/20 02:46:34 UTC

Re: Build errors, libtool, Ubuntu 8.10 packages

If you make /bin/sh point to bash instead of dash, it will work.
I am continuing to investigate.

Yang Zhang wrote:
> I'm running into the problem documented here:
> 
> http://wiki.apache.org/thrift/GettingUbuntuPackages
> 
> Is there any way to solve this without using the suggested workaround of
> hacking up my repository configuration and polluting my system with
> obsolete packages?  What exactly does this build error mean?  Thanks in
> advance for any answers.

Re: Build errors, libtool, Ubuntu 8.10 packages

Posted by David Reiss <dr...@facebook.com>.
Exporting the environment variable CONFIG_SHELL=/bin/bash
is a less invasive way to accomplish the same thing.

David Reiss wrote:
> If you make /bin/sh point to bash instead of dash, it will work.
> I am continuing to investigate.
> 
> Yang Zhang wrote:
>> I'm running into the problem documented here:
>>
>> http://wiki.apache.org/thrift/GettingUbuntuPackages
>>
>> Is there any way to solve this without using the suggested workaround of
>> hacking up my repository configuration and polluting my system with
>> obsolete packages?  What exactly does this build error mean?  Thanks in
>> advance for any answers.

Re: Build errors, libtool, Ubuntu 8.10 packages

Posted by David Reiss <dr...@facebook.com>.
Exporting the environment variable CONFIG_SHELL=/bin/bash
is a less invasive way to accomplish the same thing.

David Reiss wrote:
> If you make /bin/sh point to bash instead of dash, it will work.
> I am continuing to investigate.
> 
> Yang Zhang wrote:
>> I'm running into the problem documented here:
>>
>> http://wiki.apache.org/thrift/GettingUbuntuPackages
>>
>> Is there any way to solve this without using the suggested workaround of
>> hacking up my repository configuration and polluting my system with
>> obsolete packages?  What exactly does this build error mean?  Thanks in
>> advance for any answers.