Re: make install-world fails sometimes in Mac M1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gaddam Sai Ram <gaddamsairam(dot)n(at)zohocorp(dot)com>
Cc: "pgsql-hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Mahendranath Parandhamulu" <mahendranath(at)zohocorp(dot)com>
Subject: Re: make install-world fails sometimes in Mac M1
Date: 2022-07-04 17:45:47
Message-ID: 1600001.1656956747@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gaddam Sai Ram <gaddamsairam(dot)n(at)zohocorp(dot)com> writes:
>       We are using a script to install Postgres from source, the script works fine in ubuntu and Mac(intel) but mostly fails(works sometimes) in Mac M1. 

We have developers (including me) and buildfarm machines using M1 Macs,
and nobody else is reporting any big problem with them, so I don't believe
that this is specifically due to that.

> make[2]: *** [install] Killed: 9

kill -9 is not something that would happen internally to the install
process. My guess is that that is interference from some external agent.
Perhaps you have some resource-consumption-limiting daemon installed on
that machine, and it's deciding that the command ran too long?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2022-07-04 17:59:27 Re: Handle infinite recursion in logical replication setup
Previous Message Euler Taveira 2022-07-04 17:41:26 Re: logical replication restrictions