Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Douglas Soares de Andrade
Em Sexta 26 Janeiro 2007, Rúben Fonseca escreveu:
 Hi all!

 It is just me or the update to Python 2.5 breaks almost everything? I
 did the update as the normal process of pacman -Syu and now *many*
 applications simply break horribly.

 Exaile doesn't work, all python gedit plugins stopped working, pyslite
 is broken

 Shouldn't the package be tested better before getting to current?

Hi Ruben, 

As long as i know, python2.5 is not on the repositories. See my tests:

[EMAIL PROTECTED] douglas]# export LC_ALL=en
[EMAIL PROTECTED] douglas]# pacman -Syuf
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: unstable is up to date
:: community is up to date
:: basket: local (1.0Beta3-1) appears to be newer than repo (extra/0.6.0-2)
:: clearlooks: local (0.6.2-10) appears to be newer than repo 
(community/0.6.2-4)
:: glade: local (3.1.4-1) appears to be newer than repo (extra/3.1.2-1)
:: vim: local (7.0.178-10) appears to be newer than repo (current/7.0.178-1)
:: Above packages will be skipped.  To manually upgrade use 'pacman -S pkg'
[EMAIL PROTECTED] douglas]# pacman -S python
:: python-2.4.4-1: is up to date.  Upgrade anyway? [Y/n] n
[EMAIL PROTECTED] douglas]# pacman -Si python
Repository: current
Name  : python
Version   : 2.4.4-1
Groups: None
Provides  : None
Depends On: bzip2 db gdbm openssl zlib
Conflicts With: None
Replaces  : None
Size (compressed) : 10423147
Description   : A high-level scripting language
MD5 Sum   : da0022e73749e437f4c2e296cc716b28

So it is proved that python2.5 is not on current. And yes, it will break 
everything that uses python2.4 because of python2.5 will 
use /usr/lib/python2.5.

See you pacman.conf to see if you have any other repository configured.

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Greg Meyer
On Friday 26 January 2007 9:23 am, Apollon Oikonomopoulos wrote:
 On Friday 26 January 2007 16:13:04 Douglas Soares de Andrade wrote:
  Em Sexta 26 Janeiro 2007, Rúben Fonseca escreveu:
   Hi all!
  
   It is just me or the update to Python 2.5 breaks almost everything? I
   did the update as the normal process of pacman -Syu and now *many*
   applications simply break horribly.
  
   Exaile doesn't work, all python gedit plugins stopped working, pyslite
   is broken
  
   Shouldn't the package be tested better before getting to current?

 Python-2.5 is actually in the testing repository. So chances are you have
 uncommented the [testing] section in your pacman.conf.

This doesn't change the fact that a lot of stuff needs to get rebuilt.
-- 
Greg

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Apollon Oikonomopoulos
On Friday 26 January 2007 16:37:55 Greg Meyer wrote:
 On Friday 26 January 2007 9:23 am, Apollon Oikonomopoulos wrote:
  On Friday 26 January 2007 16:13:04 Douglas Soares de Andrade wrote:
   Em Sexta 26 Janeiro 2007, Rúben Fonseca escreveu:
Hi all!
   
It is just me or the update to Python 2.5 breaks almost everything? I
did the update as the normal process of pacman -Syu and now *many*
applications simply break horribly.
   
Exaile doesn't work, all python gedit plugins stopped working,
pyslite is broken
   
Shouldn't the package be tested better before getting to current?
 
  Python-2.5 is actually in the testing repository. So chances are you
  have uncommented the [testing] section in your pacman.conf.

 This doesn't change the fact that a lot of stuff needs to get rebuilt.

Of course it doesn't. Obviously all custom python modules and most of the 
python-related stuff will have to be rebuilt. However I got the (perhaps 
wrong) impression that the initial poster thought python 2.5 was already 
in current.

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Rúben Fonseca
On Fri, Jan 26, 2007 at 12:13:04PM -0200, Douglas Soares de Andrade wrote:
 Em Sexta 26 Janeiro 2007, Rúben Fonseca escreveu:
  Hi all!
 
  It is just me or the update to Python 2.5 breaks almost everything? I
  did the update as the normal process of pacman -Syu and now *many*
  applications simply break horribly.
 
  Exaile doesn't work, all python gedit plugins stopped working, pyslite
  is broken
 
  Shouldn't the package be tested better before getting to current?
 
 Hi Ruben, 
 
 As long as i know, python2.5 is not on the repositories. See my tests:

Oops... I forgot the testing repository... After fighting A LOT I manage
to get back to python2.4 and now everything runs smootly again :)

THANK you for your support :)

Ruben

 
 [EMAIL PROTECTED] douglas]# export LC_ALL=en
 [EMAIL PROTECTED] douglas]# pacman -Syuf
 :: Synchronizing package databases...
 :: current is up to date
 :: extra is up to date
 :: unstable is up to date
 :: community is up to date
 :: basket: local (1.0Beta3-1) appears to be newer than repo (extra/0.6.0-2)
 :: clearlooks: local (0.6.2-10) appears to be newer than repo 
 (community/0.6.2-4)
 :: glade: local (3.1.4-1) appears to be newer than repo (extra/3.1.2-1)
 :: vim: local (7.0.178-10) appears to be newer than repo (current/7.0.178-1)
 :: Above packages will be skipped.  To manually upgrade use 'pacman -S pkg'
 [EMAIL PROTECTED] douglas]# pacman -S python
 :: python-2.4.4-1: is up to date.  Upgrade anyway? [Y/n] n
 [EMAIL PROTECTED] douglas]# pacman -Si python
 Repository: current
 Name  : python
 Version   : 2.4.4-1
 Groups: None
 Provides  : None
 Depends On: bzip2 db gdbm openssl zlib
 Conflicts With: None
 Replaces  : None
 Size (compressed) : 10423147
 Description   : A high-level scripting language
 MD5 Sum   : da0022e73749e437f4c2e296cc716b28
 
 So it is proved that python2.5 is not on current. And yes, it will break 
 everything that uses python2.4 because of python2.5 will 
 use /usr/lib/python2.5.
 
 See you pacman.conf to see if you have any other repository configured.
 
 ___
 arch mailing list
 arch@archlinux.org
 http://www.archlinux.org/mailman/listinfo/arch

-- 
---
 Linux asgard 2.6.14-gentoo #2 PREEMPT
---


signature.asc
Description: Digital signature
___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Aaron Griffin
On 1/26/07, Greg Meyer [EMAIL PROTECTED] wrote:
 This doesn't change the fact that a lot of stuff needs to get rebuilt.

Sure it doesn't change that.  You do need to be aware, that if stuff
needs to be rebuilt against python 2.5, then we need python 2.5
somewhere.  That's what testing is for.

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Hussam Al-Tayeb
On 1/26/07, Aaron Griffin [EMAIL PROTECTED] wrote:
 On 1/26/07, Greg Meyer [EMAIL PROTECTED] wrote:
  This doesn't change the fact that a lot of stuff needs to get rebuilt.

 Sure it doesn't change that.  You do need to be aware, that if stuff
 needs to be rebuilt against python 2.5, then we need python 2.5
 somewhere.  That's what testing is for.

 ___
 arch mailing list
 arch@archlinux.org
 http://www.archlinux.org/mailman/listinfo/arch

Many packages not in testing like boost will need a rebuild

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch


Re: [arch] Python 2.5 breaks horribly

2007-01-26 Thread Aaron Griffin
On 1/26/07, Hussam Al-Tayeb [EMAIL PROTECTED] wrote:
 On 1/26/07, Aaron Griffin [EMAIL PROTECTED] wrote:
  On 1/26/07, Greg Meyer [EMAIL PROTECTED] wrote:
   This doesn't change the fact that a lot of stuff needs to get rebuilt.
 
  Sure it doesn't change that.  You do need to be aware, that if stuff
  needs to be rebuilt against python 2.5, then we need python 2.5
  somewhere.  That's what testing is for.
 
 Many packages not in testing like boost will need a rebuild

Not in testing *yet*... that's why it's in testing.  So we can push
the packages as we can.

___
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch