make: *** pg_xlogdump: No such file or directory. Stop.
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
[jovz@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
regards,
--
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>
On 02/23/2013 12:00 PM, Jov 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[jovz@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/Linuxsome build farm animals also complain this error:
http://buildfarm.postgresql.org/cgi-bin/show_status.pl
Er, really? which ones?
There are errors on pg_xlogdump but I don't see any where the directory
is missing completely.
cheers
andrew
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Sat, Feb 23, 2013 at 9:00 AM, Jov <amutu@amutu.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@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/Linuxsome 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
after I run git checkout -f,the really error message is:
make -C pg_xlogdump all
make[1]: Entering directory `/data/myenv/postgresql/contrib/pg_xlogdump'
make[1]: *** No rule to make target
`../../src/backend/access/transam/rmgrdesc.c', needed by `rmgrdesc.c'.
Stop.
make[1]: Leaving directory `/data/myenv/postgresql/contrib/pg_xlogdump'
make: *** [all-pg_xlogdump-recurse] Error 2
I see the build farm animals failed with same error:
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=castoroides&dt=2013-02-23%2010%3A49%3A01
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=protosciurus&dt=2013-02-23%2011%3A28%3A02
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=grebe&dt=2013-02-23%2015%3A02%3A21
2013/2/24 Jeff Janes <jeff.janes@gmail.com>
On Sat, Feb 23, 2013 at 9:00 AM, Jov <amutu@amutu.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 2It 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@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/Linuxsome build farm animals also complain this error:
http://buildfarm.postgresql.org/cgi-bin/show_status.plBut which of those give this particular error?
Cheers,
Jeff
--
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>
2013/2/24 Andrew Dunstan <andrew@dunslane.net>
On 02/23/2013 12:00 PM, Jov 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[jovz@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/Linuxsome build farm animals also complain this error:
http://buildfarm.postgresql.**org/cgi-bin/show_status.pl<http://buildfarm.postgresql.org/cgi-bin/show_status.pl>Er, really? which ones?
There are errors on pg_xlogdump but I don't see any where the directory is
missing completely.
sorry,my fault.I get the same error whith build farm,then I try to remove
the pg_xlogdump dir and forget to checkout it again.the original error
message is in my last mail.
cheers
andrew
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/**mailpref/pgsql-hackers<http://www.postgresql.org/mailpref/pgsql-hackers>
--
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>