You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Daniel S. Haischt (JIRA)" <ji...@apache.org> on 2011/08/13 02:25:27 UTC

[jira] [Created] (QPID-3418) FreeBSD 8.2 port for Apache Qpid 0.10

FreeBSD 8.2 port for Apache Qpid 0.10
-------------------------------------

                 Key: QPID-3418
                 URL: https://issues.apache.org/jira/browse/QPID-3418
             Project: Qpid
          Issue Type: New Feature
          Components: Packaging
    Affects Versions: 0.10
         Environment: FreeBSD minotaur.apache.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r219081M: Wed Mar  2 08:29:52 CET 2011     root@www4:/usr/obj/usr/src/sys/GENERIC  amd64
            Reporter: Daniel S. Haischt
             Fix For: Future
         Attachments: qpid.shar

Please find attached FreeBSD port descriptor files for Apache Qpid. They were created on a FreeBSD 8.2 64-bit system and contain already some patches in the files directory to make Apache Qpid compile on FreeBSD.

I stopped my porting efforts at a point where I became aware of JIRA QPID-2549 and discussed how to proceed further on the Apache Qpid ML [2].

[1] https://issues.apache.org/jira/browse/QPID-2549
[2] http://mail-archives.apache.org/mod_mbox/qpid-dev/201108.mbox/%3CCAC0wh9ZjuK0Ns_2LnAbM=oUfhcG2gaVSB99+pKPuYbRtr6KppA@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
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-3418) FreeBSD 8.2 port for Apache Qpid 0.10

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

Daniel S. Haischt updated QPID-3418:
------------------------------------

    Attachment: qpid.shar

Shell archive of Apache Qpid descriptor files in support of creating a FreeBSD port for Apache Qpid.

> FreeBSD 8.2 port for Apache Qpid 0.10
> -------------------------------------
>
>                 Key: QPID-3418
>                 URL: https://issues.apache.org/jira/browse/QPID-3418
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Packaging
>    Affects Versions: 0.10
>         Environment: FreeBSD minotaur.apache.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r219081M: Wed Mar  2 08:29:52 CET 2011     root@www4:/usr/obj/usr/src/sys/GENERIC  amd64
>            Reporter: Daniel S. Haischt
>              Labels: build
>             Fix For: Future
>
>         Attachments: qpid.shar
>
>
> Please find attached FreeBSD port descriptor files for Apache Qpid. They were created on a FreeBSD 8.2 64-bit system and contain already some patches in the files directory to make Apache Qpid compile on FreeBSD.
> I stopped my porting efforts at a point where I became aware of JIRA QPID-2549 and discussed how to proceed further on the Apache Qpid ML [2].
> [1] https://issues.apache.org/jira/browse/QPID-2549
> [2] http://mail-archives.apache.org/mod_mbox/qpid-dev/201108.mbox/%3CCAC0wh9ZjuK0Ns_2LnAbM=oUfhcG2gaVSB99+pKPuYbRtr6KppA@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
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-3418) FreeBSD 8.2 port for Apache Qpid 0.10

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

Andrew Stitcher commented on QPID-3418:
---------------------------------------

Some small points:

The shar format (although hallowed by unix history) is probably not the most accessible to most people any more, if you could use zip or tgz it would be easier to inspect your patches.

As to the patches:

They are wrong! (at least in the context of current use of the nss library). You are actually supposed to include the headers in the way we do it - I know this is silly, annoying, not the way _you_ would have done it etc. but this is necessary. Unfortunately half the distributions use nss as a top level include directory and half use nss3. So you need to change the include path to find the unadorned include file names. In the current cmake/autoconfig files we use either the built in cmake rules or pkgconfig --cflags nss. Given that nss usually comes with pkgconfig descriptors you might investigate why you didn't pick them up on your freebsd build.

> FreeBSD 8.2 port for Apache Qpid 0.10
> -------------------------------------
>
>                 Key: QPID-3418
>                 URL: https://issues.apache.org/jira/browse/QPID-3418
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Packaging
>    Affects Versions: 0.10
>         Environment: FreeBSD minotaur.apache.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r219081M: Wed Mar  2 08:29:52 CET 2011     root@www4:/usr/obj/usr/src/sys/GENERIC  amd64
>            Reporter: Daniel S. Haischt
>              Labels: build
>             Fix For: Future
>
>         Attachments: qpid.shar
>
>
> Please find attached FreeBSD port descriptor files for Apache Qpid. They were created on a FreeBSD 8.2 64-bit system and contain already some patches in the files directory to make Apache Qpid compile on FreeBSD.
> I stopped my porting efforts at a point where I became aware of JIRA QPID-2549 and discussed how to proceed further on the Apache Qpid ML [2].
> [1] https://issues.apache.org/jira/browse/QPID-2549
> [2] http://mail-archives.apache.org/mod_mbox/qpid-dev/201108.mbox/%3CCAC0wh9ZjuK0Ns_2LnAbM=oUfhcG2gaVSB99+pKPuYbRtr6KppA@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
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