From owner-freebsd-ports@FreeBSD.ORG Sun Feb 16 16:05:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AB1977F for ; Sun, 16 Feb 2014 16:05:05 +0000 (UTC) Received: from smtp.centurylink.net (mail.centurylink.net [205.219.233.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BACAC191B for ; Sun, 16 Feb 2014 16:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1392566696; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=7QI9tqSrsUtfecXTq+W9pIBgAHM=; b=hw2oZhJRKhA4BnkbjoCzluE5aZduQhfywwCjk2M4WiBsuaJhukmnffDHB9FaN65c ffddZygPbT5wmanz3G/JfHQHQHgKikLX8I+TpAMnYqA67XiCVE7EEuagzQHEAoqu; X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=Vt2h8pKn c=1 sm=1 a=RA+dlograk5/rxzHUX8+jA==:17 a=EWUjww8FcysA:10 a=1poGYrevpj8A:10 a=kj9zAlcOel0A:10 a=1oqGTYSLAAAA:8 a=ITt4TuTT-rAA:10 a=YarKIx00AAAA:8 a=XedHz3duAAAA:8 a=RfKCkZBbu3Z0r_oNWIUA:9 a=CjuIK1q_8ugA:10 a=q03wWUK6tb4A:10 a=RA+dlograk5/rxzHUX8+jA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YnNkLXVuaXhAZW1iYXJxbWFpbC5jb20= Authentication-Results: smtp03.agate.dfw.synacor.com header.from=bsd-unix@embarqmail.com; sender-id=neutral Authentication-Results: smtp03.agate.dfw.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral; sender-id=neutral Authentication-Results: smtp03.agate.dfw.synacor.com smtp.user=bsd-unix@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp03.agate.dfw.synacor.com: 71.3.86.80 is neither permitted nor denied by domain of embarqmail.com) Received: from [71.3.86.80] ([71.3.86.80:19224] helo=earth.milkyway.net) by smtp.centurylink.net (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA id 7F/FB-25143-8A1E0035; Sun, 16 Feb 2014 11:04:56 -0500 Date: Sun, 16 Feb 2014 11:04:55 -0500 From: Randy Pratt To: Robert English Subject: Re: Update for graphics/libopenraw failed Message-Id: <20140216110455.2e40d4fa1c071263fa54f357@embarqmail.com> In-Reply-To: <1392348145.8286.YahooMailNeo@web181105.mail.ne1.yahoo.com> References: <1392348145.8286.YahooMailNeo@web181105.mail.ne1.yahoo.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; i386-portbld-freebsd8.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 16:05:05 -0000 On Thu, 13 Feb 2014 19:22:25 -0800 (PST) Robert English wrote: > Had a similar problem on my 8.4-Release system. After looking at the "config.log" file, figured out it was looking for "libboost_unit_test_framework_gcc42.so" so I made a soft link in the "usr/local/lib" directory with that name pointing to the "libboost_unit_test_framework.so.1.55.0" file. Libopenraw compiled fine after that. > > Putting this on the server in case someone else has this problem also. > > > Bob > > On Feb 10, Randy Pratt wrote: > >The system is an 8.4-STABLE/i386. > > > >Excerpt from the entire http://myfreebsd.homeunix.net/libopenraw-0.0.8_5.log : > >---------------------------------------------------- > >checking boost/test/unit_test.hpp presence... yes > >checking for boost/test/unit_test.hpp... yes > >checking for the Boost unit_test_framework library... no > >configure: error: Could not find the flags to link with Boost unit_test_framework > >===> Script "configure" failed unexpectedly. > >----------------------------------------------------- I've not used it in some time but libmap.conf comes to mind as the tool I have used instead of making symlinks for libraries. I took a different approach. I found the dependency chain: graphics/gimp --> graphics/gegl --> graphics/libopenraw Gimp was the only port that used libopenraw and I don't use gimp for manipulating camera images. My temporary work around was to remove the OPTION for openraw in graphics/gegl. It was necessary to rebuild gegl and gimp to satisfy pkg_libchk. Now the trick will be to remember that I did this if I happened to need to use camera RAW images at some point. Thanks, Randy