public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: Ibrahim Shaame <[email protected]>
Cc: Erik Wienhold <[email protected]>
Cc: pgsql-admin <[email protected]>
Subject: Re: Unable to compile postgresql-18.1
Date: Wed, 21 Jan 2026 10:56:03 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAJOWwD4d0SWVQiGa61o85AQ9o1F4PtGEBK7c=bHVNQYOCKGjtQ@mail.gmail.com>
References: <CAJOWwD4dUe-zRw2kd_jJgy5m1Aa8mGNKKwn-_DywSwUDt5ik4g@mail.gmail.com>
	<[email protected]>
	<CAJOWwD4d0SWVQiGa61o85AQ9o1F4PtGEBK7c=bHVNQYOCKGjtQ@mail.gmail.com>

Ibrahim Shaame <[email protected]> writes:
> Thank you for the response. As for LIBRARY_PATH, I have always manually
> compiled postgresql and I don't explicitly mention the LIBRARY_PATH
> directory. That's why I am surprised why this time with this subversion
> doesn't work just as it worked in the last version.

There is nothing in that area that we changed between 18.0 and 18.1;
moreover, if we had broken something like that, it's highly unlikely
that nobody but you would have noticed.  You need to look at what
changed in your build environment.

gcc seems to be getting confused by the fact that src/test/isolation
contains a subdirectory named "specs", but that's been there for
years.  The most likely explanation is that some environment variable
is causing gcc to look in the current directory for its spec file
(although I don't see any documentation of such a variable in the
gcc manual).  It's also plausible I guess that you have a corrupted
gcc installation.

			regards, tom lane





reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: Unable to compile postgresql-18.1
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox