Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Sandro Tosi
Hello,

On Wed, Apr 21, 2010 at 07:41, Rick Thomas rbtho...@pobox.com wrote:

 On Apr 20, 2010, at 2:30 AM, Jimmy Johnson wrote:

 If I was you I would start by finding out why python-twisted-core is not
 getting upgraded to the latest version that's in the repos and so on, with a
 little investigating I'm sure you will find what has broken your system, it
 may help to use Synaptic to look at the packages.


 The reason seems to be that python-twisted-core version 10.0.0-3 is
 available on amd64 Sid, but on i386 Sid it's only available at version
 10.0.0-2 .

 Maybe it needs to be rebuilt for i386 ?

I've added in the loop the i386 buildd maintainers, so that they can
give twisted a look (it's in Uploaded for 16d).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/h2n8b2d7b4d1004202358v1325296m7cb37b85d719...@mail.gmail.com



Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Tristan Seligmann
On Wed, Apr 21, 2010 at 7:41 AM, Rick Thomas rbtho...@pobox.com wrote:
 The reason seems to be that python-twisted-core version 10.0.0-3 is
 available on amd64 Sid, but on i386 Sid it's only available at version
 10.0.0-2 .

 Maybe it needs to be rebuilt for i386 ?

python-twisted-core is an Arch: all package, so the same package is
used on all arches. According to pdo[1], sid has 10.0.0-3 while
squeeze (testing) only has 10.0.0-2.

[1] http://packages.debian.org/search?keywords=python-twisted-core
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/r2yf5eea9171004210841jb755a333r73ee70c88a4a9...@mail.gmail.com



Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Kurt Roeckx
On Wed, Apr 21, 2010 at 08:58:53AM +0200, Sandro Tosi wrote:
 On Wed, Apr 21, 2010 at 07:41, Rick Thomas rbtho...@pobox.com wrote:
  The reason seems to be that python-twisted-core version 10.0.0-3 is
  available on amd64 Sid, but on i386 Sid it's only available at version
  10.0.0-2 .
 
  Maybe it needs to be rebuilt for i386 ?
 
 I've added in the loop the i386 buildd maintainers, so that they can
 give twisted a look (it's in Uploaded for 16d).

I've just reuploaded it.


Kurt


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100421164812.ga21...@roeckx.be



Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Rick Thomas


On Apr 21, 2010, at 11:41 AM, Tristan Seligmann wrote:

On Wed, Apr 21, 2010 at 7:41 AM, Rick Thomas rbtho...@pobox.com  
wrote:

The reason seems to be that python-twisted-core version 10.0.0-3 is
available on amd64 Sid, but on i386 Sid it's only available at  
version

10.0.0-2 .

Maybe it needs to be rebuilt for i386 ?


python-twisted-core is an Arch: all package, so the same package is
used on all arches. According to pdo[1], sid has 10.0.0-3 while
squeeze (testing) only has 10.0.0-2.

[1] http://packages.debian.org/search?keywords=python-twisted-core
--
mithrandi, i Ainil en-Balandor, a faer Ambar




Well...  I have two identically configured VMWare guest machines.  One  
is x86-32bit the other is amd64-64bit.  Both run Sid.


rbtho...@sid:~$ aptitude -vv show python-twisted-core | egrep  
'^(Version|Archive): '

Version: 10.0.0-3
Archive: unstable
Version: 10.0.0-3
Archive: unstable
Version: 10.0.0-3
Archive: now
Version: 10.0.0-2
Archive: testing
Version: 10.0.0-2
Archive: testing
rbtho...@sid:~$ uname -a
Linux sid 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010 x86_64  
GNU/Linux


rbtho...@tryit:~$ aptitude -vv show python-twisted-core | egrep  
'^(Version|Archive): '

Version: 10.0.0-2
Archive: testing
Version: 10.0.0-2
Archive: unstable
Version: 10.0.0-2
Archive: now
rbtho...@tryit:~$ uname -a
Linux tryit 2.6.32-3-686 #1 SMP Thu Feb 25 06:14:20 UTC 2010 i686 GNU/ 
Linux





I don't know how this can happen, but it definitely did happen.
Enjoy!

Rick


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/357400ff-3b09-41cc-8813-236ccb17f...@pobox.com



Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Cyril Brulebois
Hi.

Rick Thomas rbtho...@pobox.com (21/04/2010):
 I don't know how this can happen, but it definitely did happen.
 Enjoy!

The list of Arch: all packages merged into the Packages list for a
given architecture depends (!) on the build status of the related
Arch: any packages.

I can think of the following reference: “Tracking arch all packages”
in http://lists.debian.org/debian-devel-announce/2009/11/msg1.html

Mraw,
KiBi.


signature.asc
Description: Digital signature