Re: sanity_check FAILED

From: "Mario Gonzalez" <gonzalemario(at)gmail(dot)com>
To: Postgres Español <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: sanity_check FAILED
Date: 2006-02-27 15:55:07
Message-ID: 2065a6cf0602270755q2d6f6a8ci@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 27/02/06, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> Mario Gonzalez escribió:
>
> > *** ./expected/sanity_check.out Thu Sep 8 16:07:42 2005
> > --- ./results/sanity_check.out Mon Feb 27 12:12:10 2006
> > ***************
> > *** 17,22 ****
> > --- 17,24 ----
> > circle_tbl | t
> > fast_emp4000 | t
> > func_index_heap | t
> > + gcircle_tbl | t
> > + gpolygon_tbl | t
> > hash_f8_heap | t
> > hash_i4_heap | t
> > hash_name_heap | t
>
> Instalaste algo en template1, como PostGIS?
>
No. Eso es lo raro. Simplemente baje el tarball, y los pasos
tipicos: configure, make y make check.

La misma version la tenia corriendo en mi laptop, ahi tengo Debian
Etch pero ahi el make check no falla. IMO, quiza puede ser error del
GCC o flags que no correspondan:

SARGE
[...]
checking if gcc supports -Wdeclaration-after-statement... no
checking if gcc supports -Wendif-labels... yes
checking if gcc supports -fno-strict-aliasing... yes
configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Winline -Wendif-labels -fno-strict-aliasing
[...]

ETCH
[...]
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wendif-labels... yes
checking if gcc supports -fno-strict-aliasing... yes
configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing
[...]

> --
>

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jose Antonio Zacarias Rios 2006-02-27 16:26:39 Backup DB
Previous Message Alvaro Herrera 2006-02-27 15:44:33 Re: sanity_check FAILED