Re: make coverage-html on OS X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: make coverage-html on OS X
Date
Msg-id 0f70d32b-2be8-da82-f160-4c430ff64e7d@2ndquadrant.com
Whole thread Raw
In response to Re: make coverage-html on OS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: make coverage-html on OS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List 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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: move collation import to backend
Next
From: "Karl O. Pinc"
Date:
Subject: Re: Patch to implement pg_current_logfile() function