You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "sprasad (Created) (JIRA)" <ji...@apache.org> on 2012/03/22 18:04:24 UTC

[jira] [Created] (QPID-3908) qpid-0.14 is incompatible with boost_1_49_0

qpid-0.14 is incompatible with boost_1_49_0
-------------------------------------------

                 Key: QPID-3908
                 URL: https://issues.apache.org/jira/browse/QPID-3908
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.14
         Environment: Red Hat Enterprise Linux Server release 5.4
            Reporter: sprasad
            Priority: Minor
             Fix For: Future


Hi,

We are upgrading our system to qpid-0.14  and boost_1_49_0. The following error is reported during qpid upgradation, and it looks like the "boost/pool/detail/singleton.hpp" is not with recent boost_1_49_0. Looking into the similar reported issue QPID-3638, it seems the issue was fixed for boost version 1.48. We probably need the similar fix for boost_1_49_0

pid/log/Logger.cpp:26:43: error: boost/pool/detail/singleton.hpp: No such file or directory
qpid/log/Logger.cpp: In static member function 'static qpid::log::Logger& qpid::log::Logger::instance()':
qpid/log/Logger.cpp:48: error: 'boost::details::pool' has not been declared
qpid/log/Logger.cpp:48: error: expected primary-expression before '>' token
qpid/log/Logger.cpp:48: error: '::instance' has not been declared

Please have a look on this. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3908) qpid-0.14 is incompatible with boost_1_49_0

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

Steve Huston commented on QPID-3908:
------------------------------------

Since Qpid 0.16 is nearing release, I recommend you obtain the latest source and retry the build. Or, make local changes to work around the issue.
                
> qpid-0.14 is incompatible with boost_1_49_0
> -------------------------------------------
>
>                 Key: QPID-3908
>                 URL: https://issues.apache.org/jira/browse/QPID-3908
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.14
>         Environment: Red Hat Enterprise Linux Server release 5.4
>            Reporter: sprasad
>            Priority: Minor
>             Fix For: Future
>
>
> Hi,
> We are upgrading our system to qpid-0.14  and boost_1_49_0. The following error is reported during qpid upgradation, and it looks like the "boost/pool/detail/singleton.hpp" is not with recent boost_1_49_0. Looking into the similar reported issue QPID-3638, it seems the issue was fixed for boost version 1.48. We probably need the similar fix for boost_1_49_0
> pid/log/Logger.cpp:26:43: error: boost/pool/detail/singleton.hpp: No such file or directory
> qpid/log/Logger.cpp: In static member function 'static qpid::log::Logger& qpid::log::Logger::instance()':
> qpid/log/Logger.cpp:48: error: 'boost::details::pool' has not been declared
> qpid/log/Logger.cpp:48: error: expected primary-expression before '>' token
> qpid/log/Logger.cpp:48: error: '::instance' has not been declared
> Please have a look on this. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3908) qpid-0.14 is incompatible with boost_1_49_0

Posted by "sprasad (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236609#comment-13236609 ] 

sprasad commented on QPID-3908:
-------------------------------

Thanks for the quick update, Steve.

I see the Qpid 0.16 targeted release date is 28 March, so I would prefer to get Qpid 0.16 with all other fixes as well.
                
> qpid-0.14 is incompatible with boost_1_49_0
> -------------------------------------------
>
>                 Key: QPID-3908
>                 URL: https://issues.apache.org/jira/browse/QPID-3908
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.14
>         Environment: Red Hat Enterprise Linux Server release 5.4
>            Reporter: sprasad
>            Priority: Minor
>             Fix For: Future
>
>
> Hi,
> We are upgrading our system to qpid-0.14  and boost_1_49_0. The following error is reported during qpid upgradation, and it looks like the "boost/pool/detail/singleton.hpp" is not with recent boost_1_49_0. Looking into the similar reported issue QPID-3638, it seems the issue was fixed for boost version 1.48. We probably need the similar fix for boost_1_49_0
> pid/log/Logger.cpp:26:43: error: boost/pool/detail/singleton.hpp: No such file or directory
> qpid/log/Logger.cpp: In static member function 'static qpid::log::Logger& qpid::log::Logger::instance()':
> qpid/log/Logger.cpp:48: error: 'boost::details::pool' has not been declared
> qpid/log/Logger.cpp:48: error: expected primary-expression before '>' token
> qpid/log/Logger.cpp:48: error: '::instance' has not been declared
> Please have a look on this. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org