failed: make install prefix=/foo/bar

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: failed: make install prefix=/foo/bar
Date: 2001-08-06 13:24:15
Message-ID: 20010806152415.D19718@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

the NLS is failed for:

$ make install prefix=/home/PG_DEVEL/X/
.
.
[cut]
.
.
for lang in de; do \
/bin/sh ../../../config/install-sh -c -m 644 $lang.mo
/usr/lib/postgresql/share/locale/$lang/LC_MESSAGES/postgres.mo || exit 1; \
done
cp: cannot create regular file
/usr/lib/postgresql/share/locale/de/LC_MESSAGES/#
^^^^^^^^^^^^^^^^^^^
use directly prefix from ./configure and ignore the prefix option
for 'make'. All other PG stuff are correct for this.

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-06 14:07:28 config.guess updated in CVS
Previous Message Alex Pilosov 2001-08-06 12:50:09 Re: Re: AW: Re: OID wraparound: summary and proposal