From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 23 08:00:26 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1E7C106567A for ; Sun, 23 Sep 2012 08:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9161E8FC08 for ; Sun, 23 Sep 2012 08:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8N80QUx065885 for ; Sun, 23 Sep 2012 08:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8N80Qrb065879; Sun, 23 Sep 2012 08:00:26 GMT (envelope-from gnats) Date: Sun, 23 Sep 2012 08:00:26 GMT Message-Id: <201209230800.q8N80Qrb065879@freefall.freebsd.org> To: gnome@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 08:00:26 -0000 The following reply was made to PR ports/171877; it has been noted by GNATS. From: Boris Samorodov To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193) Date: Sun, 23 Sep 2012 11:53:00 +0400 I've get in touch with this bug while testing PR/171571. The errror message is: ----- /usr/local/include/poppler/goo/gmem.h:29:36: error: poppler/poppler-config.h: No such file or directory ----- The code of gmem.h:29: ----- #include "poppler/poppler-config.h" ----- And poppler.pc has this line: ----- % tail -1 /usr/local/libdata/pkgconfig/poppler.pc Cflags: -I${includedir}/poppler ----- From poppler.pc it is clear that includedir already contains subdir "poppler" and it should not be used at gmem.h header. Clearly it's a bug and it was fixed at poppler-0.20.