Re: Annoying build warnings from latest Apple toolchain

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Annoying build warnings from latest Apple toolchain
Date: 2023-11-21 14:59:20
Message-ID: 317c755c-d03e-4c5c-9bc0-d4828be19f31@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21.11.23 14:35, Robert Haas wrote:
> On Mon, Nov 20, 2023 at 11:37 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
>> WRT Robert seeing those warnings and Tom not: There's something odd going
>> on. I couldn't immediately reproduce it. Then I realized it reproduces against
>> a homebrew install but not a macports one.
>>
>> Robert, which are you using?
>
> macports

Btw., I'm also seeing warnings like this. I'm using homebrew. Here is
a sample:

[145/147] Linking target src/test/modules/test_shm_mq/test_shm_mq.dylib
-macosx_version_min has been renamed to -macos_version_min
ld: warning: -undefined error is deprecated
ld: warning: ignoring duplicate libraries: '-lgcc'
[146/147] Linking target src/test/modules/test_slru/test_slru.dylib

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2023-11-21 15:01:30 Re: How to accurately determine when a relation should use local buffers?
Previous Message Peter Eisentraut 2023-11-21 14:54:10 Re: meson documentation build open issues