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

From shreesha21
Subject Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform
Date
Msg-id 1402422061372-5806705.post@n5.nabble.com
Whole thread Raw
Responses Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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

make[4]: Leaving directory
`/home/shreesha/platform/utils/postgresql-9.3.4/src/timezone'
make[3]: *** [all-timezone-recurse] Error 2
make[3]: Leaving directory
`/home/shreesha/platform/utils/postgresql-9.3.4/src'
make[2]: *** [all-src-recurse] Error 2

make[2]: Leaving directory `/home/shreesha/platform/utils/postgresql-9.3.4'

Do we need to set any specific make variables/environmental variables in
this case? Any help on debugging this is much appreciated!



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Getting-make-Entering-an-unknown-directory-error-while-building-postgresql-on-MIPS-platform-tp5806705.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: NUMA packaging and patch
Next
From: Jeff Janes
Date:
Subject: Re: Re: why postgresql define NTUP_PER_BUCKET as 10, not other numbers smaller