You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Cajus Pollmeier <ca...@naasa.net> on 2011/08/31 15:43:36 UTC

Re: Debian packages

To whom it may concern:

There's an update of the debian packaging to 0.12, I've moved the 
package sources to github, they can be build with git-buildpackage or 
whatever is prefered.

git://github.com/cajus/qpid-cpp-debian.git
git://github.com/cajus/qpid-tools.git
git://github.com/cajus/python-qpid.git
git://github.com/cajus/python-qpid-extras-qmf.git

Prebuilt packages for squeeze are at http://apt.gonicus.de.

One issue I wasn't able to resolve: there seems to be a conflict in the 
two possible python qmf* packages - the one is covering qmf.console, the 
other the qmf module itself. They can't be installed at the same time, 
because they're no namespace packages.

Cheers,
Cajus


On Wed, 27 Jan 2010 14:19:47 +0000, Gordon Sim wrote:
> On 01/27/2010 02:13 PM, Cajus Pollmeier wrote:
>> Debian releases and/or qpid releases?
>>
>> I can provide packages for the current stable debian release and the 
>> current stable qpid release. So - if 0.6 is released, I can make 0.6 
>> packages which will replace version 0.5 in the repository. 
>> Theoretically I can upload them to the debian repository if there's 
>> the need for them. Interested people should file a wnpp bug for qpid 
>> on bugs.debian.org and put me in CC.
>>
>> Putting these packages into debian directly will result in more work 
>> - but lets people easily check things out. Plus builds for more 
>> architectures than i386.
>
> Cajus,
>
> Thanks very much for your work on this! I believe this will be very
> useful for many people.
>
> --Gordon.
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org


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


Re: Debian packages

Posted by Cajus Pollmeier <ca...@naasa.net>.
On Thu, 01 Sep 2011 15:27:13 +0200, Emmanuel Bourg wrote:
> Le 31/08/2011 15:43, Cajus Pollmeier a écrit :
>
>> There's an update of the debian packaging to 0.12, I've moved the
>> package sources to github, they can be build with git-buildpackage 
>> or
>> whatever is prefered.
>>
>> git://github.com/cajus/qpid-cpp-debian.git
>> git://github.com/cajus/qpid-tools.git
>> git://github.com/cajus/python-qpid.git
>> git://github.com/cajus/python-qpid-extras-qmf.git
>>
>> Prebuilt packages for squeeze are at http://apt.gonicus.de.
>
> Awesome, thank you very much Cajus for maintaining these packages.
> You even have the amd64 packages now, that's great. I still run the
> 0.6 package on Lenny you helped me to build last year and it works
> fine.
>
> Do you plan to submit the packages to the Debian repository? That
> would be great to have qpid out of the box on Wheezy.

Sure, I tend to submit them to the debian repository. There are a 
couple of TODOs for these packages, that I'd like to have addressed 
before that.

Cheers,
Cajus

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


Re: Debian packages

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 31/08/2011 15:43, Cajus Pollmeier a écrit :

> There's an update of the debian packaging to 0.12, I've moved the
> package sources to github, they can be build with git-buildpackage or
> whatever is prefered.
>
> git://github.com/cajus/qpid-cpp-debian.git
> git://github.com/cajus/qpid-tools.git
> git://github.com/cajus/python-qpid.git
> git://github.com/cajus/python-qpid-extras-qmf.git
>
> Prebuilt packages for squeeze are at http://apt.gonicus.de.

Awesome, thank you very much Cajus for maintaining these packages. You 
even have the amd64 packages now, that's great. I still run the 0.6 
package on Lenny you helped me to build last year and it works fine.

Do you plan to submit the packages to the Debian repository? That would 
be great to have qpid out of the box on Wheezy.

Emmanuel Bourg

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


Re: Debian packages

Posted by Cajus Pollmeier <ca...@naasa.net>.
On Wed, 31 Aug 2011 19:08:50 +0100, Gordon Sim wrote:

[...]

>> One issue I wasn't able to resolve: there seems to be a conflict in 
>> the
>> two possible python qmf* packages - the one is covering qmf.console, 
>> the
>> other the qmf module itself. They can't be installed at the same 
>> time,
>> because they're no namespace packages.
>
> Just to confirm, the issue here is
> 
> https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/bindings/qmf/python/qmf.py
> and
> 
> https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/bindings/qmf/python/qmf.py?
>
> If so they seem to coexist ok for me. I have:
>
> /usr/lib64/python2.4/site-packages/qmf.py
> /usr/lib64/python2.4/site-packages/qmf/__init__.py
> /usr/lib64/python2.4/site-packages/qmf/console.py
>
> Though I don't actually use the qmf.py at all, the console.py
> certainly works ok. Ted, any thoughts here?

Hi Gordon,

I've finally resolved that one by installing both python packages to 
the same location. There's no conflict anymore.

Regards,
Cajus

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


Re: Debian packages

Posted by Gordon Sim <gs...@redhat.com>.
On 08/31/2011 02:43 PM, Cajus Pollmeier wrote:
> To whom it may concern:
>
> There's an update of the debian packaging to 0.12, I've moved the
> package sources to github, they can be build with git-buildpackage or
> whatever is prefered.
>
> git://github.com/cajus/qpid-cpp-debian.git
> git://github.com/cajus/qpid-tools.git
> git://github.com/cajus/python-qpid.git
> git://github.com/cajus/python-qpid-extras-qmf.git
>
> Prebuilt packages for squeeze are at http://apt.gonicus.de.

Thanks, Cajus!

> One issue I wasn't able to resolve: there seems to be a conflict in the
> two possible python qmf* packages - the one is covering qmf.console, the
> other the qmf module itself. They can't be installed at the same time,
> because they're no namespace packages.

Just to confirm, the issue here is 
https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/bindings/qmf/python/qmf.py 
and 
https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/bindings/qmf/python/qmf.py?

If so they seem to coexist ok for me. I have:

/usr/lib64/python2.4/site-packages/qmf.py
/usr/lib64/python2.4/site-packages/qmf/__init__.py
/usr/lib64/python2.4/site-packages/qmf/console.py

Though I don't actually use the qmf.py at all, the console.py certainly 
works ok. Ted, any thoughts here?

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