| From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
|---|---|
| To: | Jov <amutu(at)amutu(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: make: *** pg_xlogdump: No such file or directory. Stop. |
| Date: | 2013-02-23 19:32:31 |
| Message-ID: | CAMkU=1wxG1Q3hDNK9dVyzng5Z+AquJZG0tuX36k0AWf1p1gH2A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, Feb 23, 2013 at 9:00 AM, Jov <amutu(at)amutu(dot)com> wrote:
> when build the head contrib,I get follow error:
> ....
> make[1]: Entering directory `/data/myenv/postgresql/contrib/pgstattuple'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/data/myenv/postgresql/contrib/pgstattuple'
> make -C pg_xlogdump all
> make: *** pg_xlogdump: No such file or directory. Stop.
> make: *** [all-pg_xlogdump-recurse] Error 2
>
It is likely your source tree is in some inconsistent state.
I'd run "make maintainer-clean" and then try again, and if that doesn't do
it then git checkout -f.
>
> [jovz(at)rasde contrib]$ uname -a
> Linux rasde 3.0.18-x86_64-linode24 #1 SMP Mon Jan 30 14:25:46 EST 2012
> x86_64 x86_64 x86_64 GNU/Linux
>
> some build farm animals also complain this error:
> http://buildfarm.postgresql.org/cgi-bin/show_status.pl
>
But which of those give this particular error?
Cheers,
Jeff
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Janes | 2013-02-23 20:07:35 | Re: Show type in psql SELECT |
| Previous Message | Stefan Andreatta | 2013-02-23 18:41:09 | Re: autoanalyze criteria |