Re: Compiling Postgresql 8.0.3 on Solaris 10 - Mailing list pgsql-general

From Tom Lane
Subject Re: Compiling Postgresql 8.0.3 on Solaris 10
Date
Msg-id 10933.1117065356@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compiling Postgresql 8.0.3 on Solaris 10  (Aly Dharshi <aly.dharshi@telus.net>)
Responses Re: Compiling Postgresql 8.0.3 on Solaris 10
Re: Compiling Postgresql 8.0.3 on Solaris 10
List pgsql-general
Aly Dharshi <aly.dharshi@telus.net> writes:
> alias ls='colorls -al'
> alias rm='rm -i'

> I don't see any aliases that are going to break the compile process.

I beg to differ --- I think the ones quoted above match your symptoms
pretty well.  So the question is: why are they getting used in a
noninteractive script?

My bet is that you've defined these aliases in the wrong place.
I'm not sure about Solaris, but on Linux one conventionally puts
aliases like these in ~/.bashrc, which I think is not read by
plain sh.  If you've put them in ~/.profile they are very likely
to break shell scripts.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: unsupported frontend protocol
Next
From: "Marc G. Fournier"
Date:
Subject: Re: PostgreSQL release schedule