On Thu, 13 Feb 2014 19:22:25 -0800 (PST)
Robert English <drak...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to