Обсуждение: pg_xlogdump compile error

Поиск
Список
Период
Сортировка

pg_xlogdump compile error

От
Fujii Masao
Дата:
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



Re: pg_xlogdump compile error

От
Andres Freund
Дата:
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



Re: pg_xlogdump compile error

От
Fujii Masao
Дата:
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