Re: Assistance Needed: Error during PostgreSQL Configuration - Mailing list pgsql-general

From Ian Lawrence Barwick
Subject Re: Assistance Needed: Error during PostgreSQL Configuration
Date
Msg-id CAB8KJ=hw8e0NgFFNVFUm4C1u0=dLv=vYvJBFNxbxJpUycBGNBw@mail.gmail.com
Whole thread Raw
In response to Assistance Needed: Error during PostgreSQL Configuration  (Ayush Vatsa <ayushvatsa1810@gmail.com>)
Responses Re: Assistance Needed: Error during PostgreSQL Configuration  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
2023年12月11日(月) 18:09 Ayush Vatsa <ayushvatsa1810@gmail.com>:
>
> Hello, PostgreSQL community,
> I'm reaching out to you about an issue I've had while trying to configure PostgreSQL by cloning its files from the
GitHubrepository. 
> During the configuration process, I encountered an error message that appeared to be related to a syntax issue within
the'config.status' file. 

FWIW 'config.status' is the log file generated by 'configure'.

> Specifically, the error message reads as follows:
> ./config.status: line 486: syntax error near unexpected token `)'
> ./config.status: line 486: ` *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;'
> I have tried to resolve this on my own, but unfortunately, I haven't been successful in finding a solution.
> Could you please provide guidance or assistance in resolving this issue? I would appreciate any insights or
suggestionsyou have to help me move past this obstacle. 
> Looking forward to your response.

You should provide, at the very least, the following information:
- the PostgreSQL version you are trying to build
- the environment you are trying to build it in

A very hand-wavy guess, but possibly your local "sed" installation is
not GNU sed?

Regards

Ian Barwick



pgsql-general by date:

Previous
From: Chris Travers
Date:
Subject: Re: running \copy through perl dbi ?
Next
From: Ron Johnson
Date:
Subject: Re: Question on overall design