Re: test failure on latest source

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: test failure on latest source
Date: 2014-04-12 17:11:19
Message-ID: 534973B7.1060307@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 04/12/2014 12:39 PM, Marco Atzeri wrote:
>
> Anyone seeing similar failure ?
>
> testing on latest
>
> $ git log |head
> commit 3c41b812c5578fd7bd5c2de42941012d7d56dde2
> Author: Bruce Momjian <bruce(at)momjian(dot)us>
> Date: Thu Apr 10 17:16:22 2014 -0400
>
> docs: psql '--' comments are not passed to the server
>
> C-style block comments are passed to the server.
>
>
> $ cat /pub/devel/postgresql/prova/build_orig/src/test/regress
> /log/postmaster.log
> LOG: could not resolve "localhost": Non-recoverable failure in name
> resolution
> LOG: disabling statistics collector for lack of working socket
> WARNING: autovacuum not started because of misconfiguration
> HINT: Enable the "track_counts" option.
> LOG: invalid IP address "127.0.0.1": Non-recoverable failure in name
> resolution
> CONTEXT: line 86 of configuration file
> "/pub/devel/postgresql/prova/build_orig/src/test/regress/./tmp_check/data/pg_hba.conf"
> FATAL: could not load pg_hba.conf
>
>
>
> built as usual on cygwin with
> ../postgresql_orig/configure LDFLAGS=-Wl,-no-undefined --enable-nls
> --with-openssl --with-perl --with-python --with-ldap
>
>

Why can't it resolve "localhost"? That's a local issue you need to fix.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marco Atzeri 2014-04-12 17:45:59 Re: test failure on latest source
Previous Message Andres Freund 2014-04-12 17:10:40 Re: test failure on latest source