From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 5 01:50:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.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 BAC91461 for ; Wed, 5 Mar 2014 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97354B2E for ; Wed, 5 Mar 2014 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s251o0HY074091 for ; Wed, 5 Mar 2014 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s251o09T074090; Wed, 5 Mar 2014 01:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Mar 2014 01:50:00 GMT Resent-Message-Id: <201403050150.s251o09T074090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C Hutchinson 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 58DB21AE for ; Wed, 5 Mar 2014 01:46:45 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A968B18 for ; Wed, 5 Mar 2014 01:46:45 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s251khd0080788 for ; Wed, 5 Mar 2014 01:46:43 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s251khBW080787; Wed, 5 Mar 2014 01:46:43 GMT (envelope-from nobody) Message-Id: <201403050146.s251khBW080787@cgiserv.freebsd.org> Date: Wed, 5 Mar 2014 01:46:43 GMT From: C Hutchinson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/187268: graphics/libopenraw-0.0.8 fails to build/install during configure stage -- can't find Boost unit_test_framework library X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 01:50:00 -0000 >Number: 187268 >Category: misc >Synopsis: graphics/libopenraw-0.0.8 fails to build/install during configure stage -- can't find Boost unit_test_framework library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 05 01:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: C Hutchinson >Release: 8.4-STABLE >Organization: >Environment: FreeBSD ns0 8.4-STABLE FreeBSD 8.4-STABLE #0 r262568: Thu Feb 27 14:27:03 PST 2014 root@ns0:/usr/obj/usr/src/sys/NS0 amd64 >Description: Any attempt to build graphics/libopenraw fail during the configure stage: .. checking for the toolset name used by Boost for c++... gcc42 checking boost/test/unit_test.hpp usability... yes 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_framewor k ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/graphics/libopenraw/work/libopenraw-0.0.8/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** Error code 1 Stop in /usr/ports/graphics/libopenraw. *** Error code 1 Stop in /usr/ports/graphics/libopenraw. OK. That's BS. I have Boost installed, and many other ports which depend on it build just fine. Let's see now: # ls /usr/local/include/boost/test auto_unit_test.hpp debug.hpp debug_config.hpp detail exception_safety.hpp execution_monitor.hpp floating_point_comparison.hpp framework.hpp impl included interaction_based.hpp logged_expectations.hpp minimal.hpp mock_object.hpp output output_test_stream.hpp parameterized_test.hpp predicate_result.hpp prg_exec_monitor.hpp progress_monitor.hpp results_collector.hpp results_reporter.hpp test_case_template.hpp test_exec_monitor.hpp test_observer.hpp test_tools.hpp unit_test.hpp unit_test_log.hpp unit_test_log_formatter.hpp unit_test_monitor.hpp unit_test_suite.hpp unit_test_suite_impl.hpp utils Yep. All the needed headers are there. But it was complaining about libs. Let's see... # ls /usr/local/lib/libboost_unit* /usr/local/lib/libboost_unit_test_framework.a /usr/local/lib/libboost_unit_test_framework.so /usr/local/lib/libboost_unit_test_framework.so.1.55.0 /usr/local/lib/libboost_unit_test_framework.so.5 Yep. The needed libs are there too. So what exactly is the problem?! Thank you for any time, and consideration, in this matter --Chris >How-To-Repeat: attempt to build graphics/libopenraw >Fix: Beats me? >Release-Note: >Audit-Trail: >Unformatted: