make coverage-html on OS X

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: make coverage-html on OS X
Date: 2016-10-13 20:03:30
Message-ID: f01a19b9-2de0-cfc6-7a98-ff05d7de49d6@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've been trying to get $SUBJECT working, but all my lcov.info files are
empty. I'm also getting warnings about no .da files.

I've slowly stripped away my normal build environment; I'm now using
baseline gcc (no ccache) with the following ./configure... anyone have
any ideas how to debug/fix this?

./configure --with-includes=/opt/local/include
--with-libraries=/opt/local/lib --with-libxml --with-tcl --with-perl
--with-python --enable-depend -C --enable-dtrace --enable-tap-tests
--enable-coverage --enable-profiling --enable-cassert --enable-debug
--prefix='/Users/decibel/pgsql/HEAD/i' --with-pgport=$PGC_PORT

gcov --version
Apple LLVM version 8.0.0 (clang-800.0.38)
Optimized build.
Default target: x86_64-apple-darwin15.6.0
Host CPU: haswell

lcov --version
lcov: LCOV version 1.12

--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532) mobile: 512-569-9461

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-10-13 20:08:47 Re: Mention to pg_backup in pg_dump.c
Previous Message Mario De Frutos Dieguez 2016-10-13 17:57:59 signal handling in plpython