| From: | Nicolai Tufar <ntufar(at)gmail(dot)com> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql(at)mohawksoft(dot)com, Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org |
| Subject: | Re: [PATCHES] snprintf causes regression tests to fail |
| Date: | 2005-02-28 22:40:17 |
| Message-ID: | d809293905022814404b981dd5@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-hackers-win32 pgsql-patches |
Neither Bruce's nor subsequent Tom's patch did not fix
the issue. The command used is:
make maintainer-clean && ./configure && make && make install && make check
It should have be fine to recompile the source code
completely. I attach the resulting config.log. May be it
will give a clue. Regression test failure are in the
same places as previous ones.
Best regards,
Nicolai
On Mon, 28 Feb 2005 16:29:57 -0500 (EST), Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Ah, the problem was introduced here:
> >
> > Right, it was my fault.
> >
> > > The problem is that the PGAC_FUNC_PRINTF_ARG_CONTROL call was moved
> > > below the printf 64-bit tests. This commited patch moves
> > > PGAC_FUNC_PRINTF_ARG_CONTROL which is after we know AC_TRY_RUN works and
> > > just before printf 64-bit args are tested.
> >
> > This patch breaks things in a different way: you should not have moved
> > the AC_LIBOBJ(snprintf) step. Also you randomly placed the arg-control
> > test between a chunk of code and the comment describing same.
>
> Thanks.
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-02-28 22:41:26 | Re: [PATCHES] snprintf causes regression tests to fail |
| Previous Message | Bruce Momjian | 2005-02-28 21:29:57 | Re: [HACKERS] snprintf causes regression tests to fail |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-02-28 22:41:26 | Re: [PATCHES] snprintf causes regression tests to fail |
| Previous Message | Bruce Momjian | 2005-02-28 21:29:57 | Re: [HACKERS] snprintf causes regression tests to fail |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-02-28 22:41:26 | Re: [PATCHES] snprintf causes regression tests to fail |
| Previous Message | Bruce Momjian | 2005-02-28 21:29:57 | Re: [HACKERS] snprintf causes regression tests to fail |