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

From: Andrew Alsup <bluesbreaker(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Unable to `make install` on MacOS in the latest master (68a13f28be)
Date: 2019-01-03 15:47:43
Message-ID: CADOZ7s7OjESNCZ3+Hqf+BPnq4ca54+y9fAWdPpO-e49idOhcAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2019-01-03 15:54:53 Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Previous Message Justin Pryzby 2019-01-03 15:39:00 Re: speeding up planning with partitions