| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_regress breaks on msys |
| Date: | 2006-07-19 18:51:31 |
| Message-ID: | 14995.1153335091@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Command was: ""C:/msys/1.0/home/pgbuild/pgfarmbuild/HEAD/pgsql.804/src/test/regress/./tmp_check/install/C:/msys/1.0/home/pgbuild/pgfarmbuild/HEAD/inst/bin/initdb" -D "C:/msys/1.0/home/pgbuild/pgfarmbuild/HEAD/pgsql.804/src/test/regress/./tmp_check/data" -L "C:/msys/1.0/home/pgbuild/pgfarmbuild/HEAD/pgsql.804/src/test/regress/./tmp_check/install/C:/msys/1.0/home/pgbuild/pgfarmbuild/HEAD/inst/share/postgresql" --noclean --no-locale >"./log/initdb.log" 2>&1"
> The second "C:/msys/1.0/" should not be in the path to initdb.
Ah-hah, so apparently "make install DESTDIR=foo" somehow inserts DESTDIR
after that instead of before it? What we need is a way to determine the
paths that make install used ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bort, Paul | 2006-07-19 18:52:58 | Re: pg_regress breaks on msys |
| Previous Message | Bruce Momjian | 2006-07-19 18:45:58 | Re: pg_regress breaks on msys |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bort, Paul | 2006-07-19 18:52:58 | Re: pg_regress breaks on msys |
| Previous Message | Bruce Momjian | 2006-07-19 18:45:58 | Re: pg_regress breaks on msys |