/usr/local/pgsql is empty after successful of make

From: Aramaki Zyake <zyake(dot)mk4(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: /usr/local/pgsql is empty after successful of make
Date: 2023-08-06 16:00:08
Message-ID: CAPGCKwOq4FhO+JPms=E58Kb-isYEyYutcWGduOxFa38fCKXJcw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I have a general question about PostgreSQL.
Yeasterday, I tried to build PostgreSQL from source code and the make
command succeeded, but /usr/local/pgsql directory was empty even owner of
pgsql was postgres user.

I invoked following commands by postgres user.

CFLAGS=-O0 ./configure --enable-debug
make -j 2 > make.log

I attached stdout of make command.

This issue was 100% reproducible and there is no error message in the log
file and stderr was empty.
As far as I remember, these commands/arguments were sufficient to move
built artifacts into /usr/local/pgsql in the past.

What should I do to move built artifacts into /usr/local/pgsql?

Attachment Content-Type Size
make.log.gz application/x-gzip 2.8 KB

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2023-08-06 16:05:57 Re: /usr/local/pgsql is empty after successful of make
Previous Message Wen Yi 2023-08-06 02:54:55 [Question] Can someone provide the explain of the relation between PGPROC and transaction?