make world fails - Mailing list pgsql-hackers

From Kevin Grittner
Subject make world fails
Date
Msg-id 4DB82A85020000250003CF64@gw.wicourts.gov
Whole thread Raw
Responses Re: make world fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: make world fails  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
I just did my usual:

make maintainer-clean \
 && ./configure --prefix=/usr/local/pgsql-serializable \
                --enable-debug \
                --enable-cassert \
                --enable-depend \
                --with-libxml \
                --with-python \
 && make world

Which ended badly with the attached.

I've been running this pretty much every day on one or two machines,
and this is new.

-Kevin


Attachment

pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: PostgreSQL Core Team
Next
From: Greg Stark
Date:
Subject: Re: "stored procedures" - use cases?