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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: make install fails due to "/bin/mkdir: missing operand"
Дата
Msg-id 1273761361.32172.10.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на make install fails due to "/bin/mkdir: missing operand"  (Kenichiro Tanaka <ketanaka@ashisuto.co.jp>)
Список pgsql-hackers
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---------------------------------------------------------------
> :
> :
> make[3]: Leaving directory `/home/p900/postgresql-9.0beta1/src/timezone'
> /bin/mkdir: missing operand
> Try `/bin/mkdir --help' for more information.
> make[2]: *** [installdirs-po] Error 1
> make[2]: Leaving directory `/home/p900/postgresql-9.0beta1/src/backend'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/p900/postgresql-9.0beta1/src'
> make: *** [install] Error 2
> --------------------------------------------------------------------------
> 

Fixed.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: List traffic
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: make install fails due to "/bin/mkdir: missing operand"