Unable to `make install` on MacOS in the latest master (68a13f28be)

Поиск
Список
Период
Сортировка
От Andrew Alsup
Тема Unable to `make install` on MacOS in the latest master (68a13f28be)
Дата
Msg-id CADOZ7s7OjESNCZ3+Hqf+BPnq4ca54+y9fAWdPpO-e49idOhcAg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Unable to `make install` on MacOS in the latest master(68a13f28be)  (Chapman Flack <chap@anastigmatix.net>)
Список 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 по дате отправления:

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: speeding up planning with partitions
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: Unable to `make install` on MacOS in the latest master(68a13f28be)