Unable to `make install` on MacOS in the latest master (68a13f28be) - Mailing list pgsql-hackers

From Andrew Alsup
Subject Unable to `make install` on MacOS in the latest master (68a13f28be)
Date
Msg-id CADOZ7s7OjESNCZ3+Hqf+BPnq4ca54+y9fAWdPpO-e49idOhcAg@mail.gmail.com
Whole thread Raw
Responses Re: Unable to `make install` on MacOS in the latest master(68a13f28be)  (Chapman Flack <chap@anastigmatix.net>)
List pgsql-hackers
I am unable to `make install` on MacOS in the latest master (68a13f28be).

Here are the steps to reproduce.

OS: MacOSX 10.14.2
Branch: master:HEAD (68a13f28be)

$ git log --pretty=format:'%h' -n 1
68a13f28be
$ ./configure --with-bonjour
$ make
$ sudo make install
...
/usr/bin/install -c -m 644 utils/errcodes.h '/usr/local/pgsql/include/server/utils'
/usr/bin/install -c -m 644 utils/fmgroids.h '/usr/local/pgsql/include/server/utils'
/usr/bin/install -c -m 644 utils/fmgrprotos.h '/usr/local/pgsql/include/server/utils'
cp ./*.h '/usr/local/pgsql/include/server'/
cp: ./dynloader.h: No such file or directory
make[2]: *** [install] Error 1
make[1]: *** [install-include-recurse] Error 2
make: *** [install-src-recurse] Error 2

FWIW, I've also tried `./configure` without any flags, but that didn't effect the results.

I am able to successfully build/install from branch `REL_11_STABLE` (ad425aaf06)

pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: speeding up planning with partitions
Next
From: Chapman Flack
Date:
Subject: Re: Unable to `make install` on MacOS in the latest master(68a13f28be)