Re: [HACKERS] Trouble with amcheck - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: [HACKERS] Trouble with amcheck
Date
Msg-id CAH2-Wz=sQj3wOuUz8vUKioAJ-K3OAXSEDxbaH3mHWmh9A8ah9A@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Trouble with amcheck  (Douglas Doole <dougdoole@gmail.com>)
Responses Re: [HACKERS] Trouble with amcheck  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thu, Sep 14, 2017 at 5:03 PM, Douglas Doole <dougdoole@gmail.com> wrote:
> I just cloned PostgreSQL to a new machine today (Ubuntu 17.04). "make
> install" and "make check-world" run fine but "make installcheck-world" is
> having trouble with amcheck:
>
> In contrib/amcheck/results:
>
> CREATE EXTENSION amcheck;
> ERROR:  could not open extension control file
> "/home/doole/pgCommunity/install/share/postgresql/extension/amcheck.control":
> No such file or directory
>
> I expect I'm missing something in the machine set up, but I'm stumped as to
> what.

I think you need to build and install contrib, so that it is available
to the server that you're running an installcheck against. amcheck is
alphabetically first among contrib modules that have tests, IIRC.

-- 
Peter Geoghegan


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Process startup infrastructure is a mess
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Process startup infrastructure is a mess