On Sat, Dec 26, 2020 at 06:16:37PM +0900, Michael Paquier wrote: > On Sat, Dec 26, 2020 at 08:29:10AM +0100, Pavel Stehule wrote: > > I did recheck with same result > > The Makefile of pg_alterckey is busted, and adding --enable-tap-tests > to the options of ./configure is enough to see a failure. In short, > src/bin/pg_alterckey/Makefile includes the following lines, but it has > no TAP tests as of pg_alterckey/t/: > check: > $(prove_check) > > installcheck: > $(prove_installcheck) > > So this breaks.
OK, fixed. > I would like to point out that all non-Unix buildfarm members are > broken like fairywen because of the addition of those scripts: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2020-12-26%2009%3A04%3A27 > /usr/bin/install: cannot stat 'crypto/ckey_aws.sh.sample': No such > file or directory Also fixed. I got too fancy with Makefile magic. -- Bruce Momjian <[email protected]> https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
