From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 21:41:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BB7106566B for ; Thu, 27 Jan 2011 21:41:18 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C748C8FC18 for ; Thu, 27 Jan 2011 21:41:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0RLfGWr060263; Thu, 27 Jan 2011 14:41:16 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0RLfGKR060260; Thu, 27 Jan 2011 14:41:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 27 Jan 2011 14:41:16 -0700 (MST) From: Warren Block To: William Bulley In-Reply-To: <20110127165514.GG93736@itcom245.staff.itd.umich.edu> Message-ID: References: <20110127165514.GG93736@itcom245.staff.itd.umich.edu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Thu, 27 Jan 2011 14:41:16 -0700 (MST) Cc: David Demelier , freebsd-questions@freebsd.org Subject: Re: Problem building GIMP 2.6.11 on 8.2-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 21:41:18 -0000 On Thu, 27 Jan 2011, William Bulley wrote: > According to David Demelier on Thu, 01/27/11 at 11:39: >> >> It seems that gmake does not call `pkg-config --libs --cflags poppler`. >> do you have pkg-config and poppler installed correctly? >> >> /usr/local/libdata/pkgconfig/poppler-cairo.pc >> /usr/local/libdata/pkgconfig/poppler-cpp.pc >> /usr/local/libdata/pkgconfig/poppler-splash.pc >> /usr/local/libdata/pkgconfig/poppler.pc >> >> These files must be installed by poppler. In your case I will reinstall >> graphics/poppler by hand and verify that pkg-config finds it. > > You mention gmake, yet I use "# make install" all the time. Is this > really gmake under the covers? I see both executables and they differ: gmake is used transparently by the ports system when a port needs it, typically marked by USE_GMAKE= yes in the port Makefile (graphics/gimp-app, in this case). > poppler-0.14.5 A PDF rendering library > poppler-data-0.4.4 Poppler encoding data > poppler-gtk-0.14.5 Gtk bindings to poppler > pkg-config-0.25_1 A utility to retrieve information about installed libraries > > Which is the correct port to install this "poppler-cairo" file? poppler-0.14.5 Be sure to clean it before rebuilding and installing.