Port Bug Report: ./configure stops while invoking conftest.sh - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: ./configure stops while invoking conftest.sh
Date
Msg-id 199901040928.EAA27447@hub.org
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Alessandro Baldoni
Your email address    : abaldoni@csr.unibo.it

Category        : unknown
Severity        : critical

Summary: ./configure stops while invoking conftest.sh

System Configuration
--------------------
  Operating System   : Irix 6.3

  PostgreSQL version : 6.4.2

  Compiler used      : native cc 7.1

Hardware:
---------
SGI O2 MIPS R10000 128M RAM
IRIX BIAS_o2 6.3 12161207 IP32

Versions of other tools:
------------------------
GNU tools

--------------------------------------------------------------------------

Problem Description:
--------------------
./configure is unable to run conftest.sh

--------------------------------------------------------------------------

Test Case:
----------


--------------------------------------------------------------------------

Solution:
---------
At line 150 of configure.in, replace

. conftest.sh

with

./conftest.sh

--------------------------------------------------------------------------


pgsql-ports by date:

Previous
From: Gregg Berkholtz
Date:
Subject: Setup PostgreSQL
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: SELECT * FROM ETHER WHERE MAC = '00:80:48:a9:88:32'; leads to coredump