Re: [HACKERS] make install fails due to "/bin/mkdir: missing operand"

2010-05-13 Thread Peter Eisentraut
On mån, 2010-05-10 at 11:40 -0400, Alvaro Herrera wrote: > Excerpts from Kenichiro Tanaka's message of lun may 10 07:07:27 -0400 2010: > > > Reproduce case: > > #prefix and with-pgport are not important > > ./configure --enable-nls='UFT_JP' --prefix=/home/p900/posgrehome > > --with-pgport=1900 > >

Re: [HACKERS] make install fails due to "/bin/mkdir: missing operand"

2010-05-13 Thread Peter Eisentraut
On mån, 2010-05-10 at 20:07 +0900, Kenichiro Tanaka wrote: > Reproduce case: > #prefix and with-pgport are not important > ./configure --enable-nls='UFT_JP' --prefix=/home/p900/posgrehome > --with-pgport=1900 > make && make install > > make install > log

Re: [HACKERS] make install fails due to "/bin/mkdir: missing operand"

2010-05-10 Thread Tom Lane
Alvaro Herrera writes: > Excerpts from Kenichiro Tanaka's message of lun may 10 07:07:27 -0400 2010: >> ./configure --enable-nls='UFT_JP' --prefix=/home/p900/posgrehome > I think this is pilot error, in the sense that it doesn't fail if you > don't pass an invalid language name. Maybe the bug is

Re: [HACKERS] make install fails due to "/bin/mkdir: missing operand"

2010-05-10 Thread Alvaro Herrera
Excerpts from Kenichiro Tanaka's message of lun may 10 07:07:27 -0400 2010: > Reproduce case: > #prefix and with-pgport are not important > ./configure --enable-nls='UFT_JP' --prefix=/home/p900/posgrehome > --with-pgport=1900 > make && make install I think this is pilot error, in the sense that i

[HACKERS] make install fails due to "/bin/mkdir: missing operand"

2010-05-10 Thread Kenichiro Tanaka
Hello. This is my first mail to "pgsql-hackers@postgresql.org". When I install PostgreSQL,I get an error. So I'd like to send a report . PostgreSQL version: postgresql-9.0beta1 Operating system: CentOS release 5.4 (Final) Reproduce case: #prefix and with-pgport are not important ./configure --en