Re: Porting/platforms/buildfarm open issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Honda Shigehiro <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Porting/platforms/buildfarm open issues
Date: 2005-01-07 09:53:56
Message-ID: 200501071053.57180.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Am Donnerstag, 6. Januar 2005 16:30 schrieb Honda Shigehiro:
> 2) mkdir?
> Due to odd behavior of 'mkdir -p' command, I got below error when 'make
> install': mkdir -p -- /usr/local/pgsql/bin /usr/local/pgsql/share
> mkdir: cannot create /usr/local/pgsql/share.
> /usr/local/pgsql/share: File exists
> make[2]: *** [installdirs] Error 2

Would you place the attached version of mkinstalldirs in the config/ directory
in the PostgreSQL source tree and try installing again? (Of course, you
might need to delete /usr/local/pgsql first to have the same preconditions.)
Please report whether it works better.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
mkinstalldirs.bz2 application/x-bzip2 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2005-01-07 10:19:59 Re: Implementing RESET CONNECTION ...
Previous Message Peter Eisentraut 2005-01-07 09:32:04 Re: CSV arm check failure