Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform
Date
Msg-id 1709.1402423249@sss.pgh.pa.us
Whole thread Raw
In response to Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform  (shreesha21 <shreesha1988@gmail.com>)
Responses Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform  (shreesha21 <shreesha1988@gmail.com>)
List pgsql-hackers
shreesha21 <shreesha1988@gmail.com> writes:
> make[4]: Leaving directory
> `/home/shreesha/platform/utils/postgresql-9.3.4/src/port'
> /home/shreesha/platform/tools/bin/make -C timezone all
> make[4]: Entering directory
> `/home/shreesha/platform/utils/postgresql-9.3.4/src/timezone'
> I am trying to install postgresql on MIPS platform and I am getting the
> following error while building it.

> /home/shreesha/platform/tools/bin/make -C common all

> **make: Entering an unknown directory**

> make: *** common: No such file or directory.  Stop.

> make: Leaving an unknown directory

> make[4]: *** [common-recursive] Error 2

What seems like the most likely bet here is that make has inherited the
setting for SUBDIRS in src/Makefile into the child run in src/timezone/,
and so it's looking for a subdirectory "common" which of course ain't
there.  Why this would not have happened within the previous two
subdirectories isn't real clear, but in any case that would be a bug
in "make".

What make version are you using?  Can you try another one?  If you're
trying a parallel build, maybe don't do that.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Adam Brightwell
Date:
Subject: Re: API change advice: Passing plan invalidation info from the rewriter into the planner?
Next
From: "David E. Wheeler"
Date:
Subject: make check For Extensions