You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jeff Laughlin (JIRA)" <qp...@incubator.apache.org> on 2009/11/15 00:10:39 UTC

[jira] Created: (QPID-2202) CMake doesn't check for presence of boost-system

CMake doesn't check for presence of boost-system
------------------------------------------------

                 Key: QPID-2202
                 URL: https://issues.apache.org/jira/browse/QPID-2202
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
         Environment: Windows XP, CMake 2.6 patch 4, Boost 1.37 from BoostPro, qpid trunk r834975
            Reporter: Jeff Laughlin


CMake doesn't check for presence of boost-system library. It successfully configures and generates, but building in VC9 fails on linking when it cannot find the library. Installing the library and re-linking works around the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2202) CMake doesn't check for presence of boost-system

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790271#action_12790271 ] 

Steve Huston commented on QPID-2202:
------------------------------------

I put in another fix for trunk r890422. Leaving this open only until it can be tested by others for a day or two.

> CMake doesn't check for presence of boost-system
> ------------------------------------------------
>
>                 Key: QPID-2202
>                 URL: https://issues.apache.org/jira/browse/QPID-2202
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>         Environment: Windows XP, CMake 2.6 patch 4, Boost 1.37 from BoostPro, qpid trunk r834975
>            Reporter: Jeff Laughlin
>
> CMake doesn't check for presence of boost-system library. It successfully configures and generates, but building in VC9 fails on linking when it cannot find the library. Installing the library and re-linking works around the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2202) CMake doesn't check for presence of boost-system

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789096#action_12789096 ] 

Steve Huston commented on QPID-2202:
------------------------------------

Tonight's RHEL 5 build (I also have boost-1.33.1-10.el5) failed configure with:

  Unable to find the requested Boost libraries.

  Boost version: 1.33.1

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_system

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  Boost_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  src/CMakeLists.txt:158 (find_package)


CMake Error at src/CMakeLists.txt:162 (message):
  Boost C++ libraries not found.  Please install or try setting BOOST_ROOT


-- Configuring incomplete, errors occurred!


> CMake doesn't check for presence of boost-system
> ------------------------------------------------
>
>                 Key: QPID-2202
>                 URL: https://issues.apache.org/jira/browse/QPID-2202
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>         Environment: Windows XP, CMake 2.6 patch 4, Boost 1.37 from BoostPro, qpid trunk r834975
>            Reporter: Jeff Laughlin
>
> CMake doesn't check for presence of boost-system library. It successfully configures and generates, but building in VC9 fails on linking when it cannot find the library. Installing the library and re-linking works around the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2202) CMake doesn't check for presence of boost-system

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788830#action_12788830 ] 

Alan Conway commented on QPID-2202:
-----------------------------------

 r889358 adds the boost_system library to the set thats tested for. It has been tested on  an older boost without the system lib:

boost-1.33.1-10.el5
cmake-2.4.8-3.el5

and on a newer one with it

boost-1.37.0-7.fc11.x86_64
cmake-2.6.4-3.fc11.x86_64

It works for both those combinations. Not sure if resolves the windows issue mentioned here.

> CMake doesn't check for presence of boost-system
> ------------------------------------------------
>
>                 Key: QPID-2202
>                 URL: https://issues.apache.org/jira/browse/QPID-2202
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>         Environment: Windows XP, CMake 2.6 patch 4, Boost 1.37 from BoostPro, qpid trunk r834975
>            Reporter: Jeff Laughlin
>
> CMake doesn't check for presence of boost-system library. It successfully configures and generates, but building in VC9 fails on linking when it cannot find the library. Installing the library and re-linking works around the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2202) CMake doesn't check for presence of boost-system

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston resolved QPID-2202.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6
         Assignee: Steve Huston

Fix for broken Windows config; fixed on trunk r890900.

> CMake doesn't check for presence of boost-system
> ------------------------------------------------
>
>                 Key: QPID-2202
>                 URL: https://issues.apache.org/jira/browse/QPID-2202
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>         Environment: Windows XP, CMake 2.6 patch 4, Boost 1.37 from BoostPro, qpid trunk r834975
>            Reporter: Jeff Laughlin
>            Assignee: Steve Huston
>             Fix For: 0.6
>
>
> CMake doesn't check for presence of boost-system library. It successfully configures and generates, but building in VC9 fails on linking when it cannot find the library. Installing the library and re-linking works around the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org