pg_xlogdump compile error

Started by Fujii Masaoabout 13 years ago3 messageshackers
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

Hi,

When I compiled pg_xlogdump in HEAD, I got the following error.

make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. Stop.

$ uname -a
Darwin hrk.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23
16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Andres Freund
andres@anarazel.de
In reply to: Fujii Masao (#1)
Re: pg_xlogdump compile error

Hi,

On 2013-02-27 00:34:54 +0900, Fujii Masao wrote:

Hi,

When I compiled pg_xlogdump in HEAD, I got the following error.

make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. Stop.

$ uname -a
Darwin hrk.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23
16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

Is that with a clean tree? Or are you perhaps influenced by the bug
fixed in e5bf0c376ed43feaebbe37519a6b8bc8e795f1d2? I.e. that make clean
removed rmgrdesc.c?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Fujii Masao
masao.fujii@gmail.com
In reply to: Andres Freund (#2)
Re: pg_xlogdump compile error

On Wed, Feb 27, 2013 at 1:25 AM, Andres Freund <andres@2ndquadrant.com> wrote:

Hi,

On 2013-02-27 00:34:54 +0900, Fujii Masao wrote:

Hi,

When I compiled pg_xlogdump in HEAD, I got the following error.

make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. Stop.

$ uname -a
Darwin hrk.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23
16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

Is that with a clean tree? Or are you perhaps influenced by the bug
fixed in e5bf0c376ed43feaebbe37519a6b8bc8e795f1d2? I.e. that make clean
removed rmgrdesc.c?

Thanks! You're right.

rmgrdesc.c was accidentally deleted and I could not notice that.

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers