Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 11:04:55 -0500
From:      Randy Pratt <bsd-unix@embarqmail.com>
To:        Robert English <drakcap@pacbell.net>
Cc:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Feb 2014 19:22:25 -0800 (PST)
Robert English <drakcap@pacbell.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140216110455.2e40d4fa1c071263fa54f357>