Re: CVS head has broken make - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: CVS head has broken make
Date
Msg-id 20080905185258.GJ4353@alvh.no-ip.org
Whole thread Raw
In response to Re: CVS head has broken make  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CVS head has broken make  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-hackers
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.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.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Verbosity of Function Return Type Checks
Next
From: Tom Lane
Date:
Subject: Re: Planner question