Re: make coverage-html on OS X

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make coverage-html on OS X
Date: 2016-10-28 02:38:49
Message-ID: 0f70d32b-2be8-da82-f160-4c430ff64e7d@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/27/16 1:27 PM, Jim Nasby wrote:
> Well, that got me closer, but it's still blowing up on libpq:
>
> genhtml: ERROR: no valid records found in tracefile
> ./src/interfaces/libpq/lcov.info

I have seen similar problems when I use a gcov that does not match the gcc.

I was able to run it successfully using CC=gcc-6 and GCOV=gcov-6 from
Homebrew.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl O. Pinc 2016-10-28 03:00:32 Re: Patch to implement pg_current_logfile() function
Previous Message Peter Eisentraut 2016-10-28 01:56:53 move collation import to backend