Re: "make -j4 world" falls over

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: "make -j4 world" falls over
Date: 2011-08-24 18:44:24
Message-ID: 1314211464.17771.4.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tor, 2011-08-18 at 18:56 -0400, Tom Lane wrote:
> I ran into $SUBJECT whilst doing trial RPM packaging of 9.1. The problem
> is that make starts building contrib modules before errcodes.h has been
> made, leading to failures such as
>
> In file included from ../../src/include/postgres.h:48:0,
> from auth_delay.c:12:
> ../../src/include/utils/elog.h:69:28: fatal error: utils/errcodes.h: No such file or directory
> compilation terminated.
> In file included from ../../src/include/postgres.h:48:0,
> from adminpack.c:15:
> ../../src/include/utils/elog.h:69:28: fatal error: utils/errcodes.h: No such file or directory
> compilation terminated.
>
> I can work around this for the moment, but I think it's a "must fix"
> before release.

Fixed.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-08-24 19:22:13 Re: "make -j4 world" falls over
Previous Message Peter Eisentraut 2011-08-24 18:38:42 Re: synchronized snapshots