From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | CVS HEAD: "make install" broken for vpath |
Date: | 2004-05-22 12:02:19 |
Message-ID: | 40AF414B.7050107@samurai.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
With current sources, it appears that vpath builds (i.e. separate source
and build trees) are broken. "make" succeeds, but "make install" produces:
[neilc:/Users/neilc/build-pgsql]% make install
make -C doc install
make[1]: Nothing to be done for `install'.
make -C src install
make -C port install
make[2]: Nothing to be done for `install'.
make -C timezone install
make -C ../../src/port all
make[3]: Nothing to be done for `all'.
./zic -d /Users/neilc/local/pgsql-cvs/share/timezone data/africa
data/antarctica data/asia data/australasia data/europe data/northamerica
data/southamerica data/pacificnew data/etcetera data/factory
data/backward data/systemv data/solar87 data/solar88 data/solar89
./zic: Can't open data/africa: No such file or directory
make[2]: *** [install] Error 1
make[1]: *** [install] Error 2
make: *** [install] Error 2
-Neil
From | Date | Subject | |
---|---|---|---|
Next Message | David Garamond | 2004-05-22 13:47:15 | Re: Call for 7.5 feature completion |
Previous Message | Fabien COELHO | 2004-05-22 09:01:55 | Re: add server include files to default installation? |