You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Fraser Adams (Created) (JIRA)" <ji...@apache.org> on 2012/01/05 13:39:39 UTC

[jira] [Created] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
--------------------------------------------------------------------------

                 Key: QPID-3723
                 URL: https://issues.apache.org/jira/browse/QPID-3723
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.12
         Environment: qpid 0.12 C++
make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
            Reporter: Fraser Adams
         Attachments: fix-explicit-link-problem.patch

make for qpid 0.12 fails in a number of places.

See the following mailing list thread for more details:

http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html

I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 

I've put together a patch for this which I'll attach when the Jira gets created.


--
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

        

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


[jira] [Commented] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

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

Cajus Pollmeier commented on QPID-3723:
---------------------------------------

Same problem in Debian - and for 0.14rc. It's not possible to recreate a working autoconf/automake setup on these systems.
                
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
>            Reporter: Fraser Adams
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
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

        

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


[jira] [Updated] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3723:
-----------------------------

          Environment: 
qpid 0.12 C++
make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
also Ubuntu 12.04

  was:
qpid 0.12 C++
make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.

    Affects Version/s: 0.19
    
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
> also Ubuntu 12.04
>            Reporter: Fraser Adams
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Updated] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

Posted by "Fraser Adams (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fraser Adams updated QPID-3723:
-------------------------------

    Attachment: fix-explicit-link-problem.patch
    
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
>            Reporter: Fraser Adams
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
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

        

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


[jira] [Commented] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

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

Gordon Sim commented on QPID-3723:
----------------------------------

Applied to 0.20 release branch as: r1415325.
                
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
> also Ubuntu 12.04
>            Reporter: Fraser Adams
>             Fix For: 0.20, 0.21
>
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Updated] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

Posted by "Justin Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Ross updated QPID-3723:
------------------------------

    Fix Version/s: 0.21
                   0.20
    
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
> also Ubuntu 12.04
>            Reporter: Fraser Adams
>             Fix For: 0.20, 0.21
>
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Resolved] (QPID-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

Posted by "Gordon Sim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-3723.
------------------------------

    Resolution: Fixed

Patch applied as r1415137.
                
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
> also Ubuntu 12.04
>            Reporter: Fraser Adams
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

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

Justin Ross commented on QPID-3723:
-----------------------------------

Reviewed by Gordon.  Approved for 0.20.
                
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
> also Ubuntu 12.04
>            Reporter: Fraser Adams
>             Fix For: 0.20, 0.21
>
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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-3723) qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10)

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

Keith Wall commented on QPID-3723:
----------------------------------

This exact same problem seems to exist on the Ubuntu slaves of Apache Jenkins CI (recently upgrade to 12.04).   As I short term measure I've made the Qpid-Python-Cpp-Test and Qpid-Python-Cpp-Test jobs use Fraser's patch.  What is the long term solution to this problem?  
                
> qpid 0.12 make fails on Linux Mint 12 (I think derived from Ubuntu 11.10) 
> --------------------------------------------------------------------------
>
>                 Key: QPID-3723
>                 URL: https://issues.apache.org/jira/browse/QPID-3723
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.12, 0.19
>         Environment: qpid 0.12 C++
> make fails on Linux Mint 12 but will probably also have issues with any very recent gcc version.
>            Reporter: Fraser Adams
>         Attachments: fix-explicit-link-problem.patch
>
>
> make for qpid 0.12 fails in a number of places.
> See the following mailing list thread for more details:
> http://qpid.2158936.n2.nabble.com/qpid-0-12-make-fails-on-Linux-Mint-12-I-think-derived-from-Ubuntu-11-10-td7140482.html
> I believe this relates to changes made to the linker behaviour for recent gcc versions so I suspect that this issue isn't limited to Linux Mint 12. See http://fedoraproject.org/wiki/UnderstandingDSOLinkChange (this is a Fedora page and I'm using Mint but the symptoms seem identical). 
> I've put together a patch for this which I'll attach when the Jira gets created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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