[Bug 102074] Re: Pyrex in Feisty is broken for Python 2.5

2008-01-14 Thread Marco Rodrigues
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - the Hardy Heron.

If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions for How to request new packages at [WWW]
https://help.ubuntu.com/community/UbuntuBackports#request-new-packages

** Changed in: pyrex (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 102074] Re: Pyrex in Feisty is broken for Python 2.5

2008-01-14 Thread Scott Kitterman
Backports are for new features, not bug fixing.  If the package is broken 
in Feisty, then it should be evaluated for an SRU before a backport is 
considered.

-- 
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102074] Re: Pyrex in Feisty is broken for Python 2.5

2007-04-03 Thread Matthias Klose
a quick upgrade breaks at least the build of pyspi; didn't check the
packages with python-pyrex as a build dependency in universe. You can
find test packages at

   http://people.ubuntu.com/~doko/tmp/

an alternative might be to backport the exception class stuff from 0.9.5
to 0.9.4.


** Changed in: pyrex (Ubuntu)
   Importance: Undecided = Medium
   Status: Unconfirmed = Confirmed

-- 
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102074] Re: Pyrex in Feisty is broken for Python 2.5

2007-04-03 Thread Matthias Klose
Dominic, if you want to help, all packages build-depending and depending
on python-pyrex need to be checked and fixed.

-- 
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102074] Re: Pyrex in Feisty is broken for Python 2.5

2007-04-03 Thread Dominic Sacré
Hi Matthias,

your Pyrex 0.9.5 test package doesn't work for me, as the distutils
build_ext module can't be imported:

 from Pyrex.Distutils import build_ext
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.py, line 19, 
in module
from build_ext import build_ext
  File /usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py, line 
11, in module
from Pyrex.Compiler.Main import CompilationOptions, default_options, compile
  File /usr/lib/python2.5/site-packages/Pyrex/Compiler/Main.py, line 325, in 
module
from Pyrex.PC.LinuxSystem import c_compile, c_link, CCompilerError
ImportError: No module named PC.LinuxSystem

This error seems to be introduced by the ubuntu diff, the original Pyrex
tarball works fine here.

In case you decide to stick with Pyrex 0.9.4, I've attached a patch that
solves the exception problem for me, but some more testing might be a
good idea.

** Attachment added: backported __Pyx_Raise() from Pyrex 0.9.5.1
   http://librarian.launchpad.net/7127360/pyrex-exceptions.patch

-- 
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs