Re: CVS head has broken make

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Andrew Chernow <ac(at)esilo(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS head has broken make
Date: 2008-09-05 18:52:58
Message-ID: 20080905185258.GJ4353@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> > yeah the "code coverage" changes broke it - the buildfarm dashboard is
> > pretty telling:
>
> Yes --- it looks like the configure.in patch is designed to look for
> gcov AND lcov (do we really need both?) AND genhtml, and error out
> if they're not present, even if you didn't say --enable-coverage.
> Please fix.

gcov and lcov do different things; they are both needed. lcov is a GNU
extension of gcov, which generates the HTML pages.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-09-05 18:57:24 Re: Planner question
Previous Message Alvaro Herrera 2008-09-05 18:50:34 Re: Verbosity of Function Return Type Checks