[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2010-06-22 Thread Andrew Dalke
Hi! I've been funded by a 4Suite user to work for a couple of days to update 4Suite so it runs under Python 2.6 and Python 2.7, on Windows. I'll also check that it works on a Mac and can test it against a Linux distro. This will only contain minor patches, and no API changes. I also have permissio

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-4suite - 1.0.2-7ubuntu1 --- python-4suite (1.0.2-7ubuntu1) jaunty; urgency=low * Python 2.6 transition (LP: #338079): + debian/rules: - Include /usr/share/python/python.mk - Replace site-packages with py_sitename_sh. * debia

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-24 Thread Luca Falavigna
Thanks for working on the point release, it will be useful when Debian moves to Python 2.6. In the meantime, I've uploaded a fix for current package in Jaunty, I reserve to have a look at point release to see if there are other fixes which we could want to have in. ** Changed in: python-4suite (Ub

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-24 Thread Uche Ogbuji
Luca, Thanks for the success report. There will be a bit of work needed to prep a point release (clean-up, testing, docs, etc.), and today is a pretty packed day for me, and I think, Jeremy. We can for sure make a point release tomorrow (Wednesday). I don't know if that's fast enough re: Scot's

Re: [Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-24 Thread Scott Kitterman
Luca, I'd say upload it ASAP as there are other packages we can't fix until this is fixed in the archive. -- [Jaunty] packages incompatible with python 2.6 https://bugs.launchpad.net/bugs/338079 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-24 Thread Luca Falavigna
Jeremy, I tried your patches and everything went fine, thanks! Some of your hunks were already present in original tarball, so I just applied these in the attached patch. I could upload fix directly or waiting for you to release a point release, either way is fine for me. I still have to mangle deb

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-23 Thread Jeremy Kloth
Just noticed that the first patch given didn't include the full fix for the problem (as fixed in CVS). This patch (along with the previous patch) should solve your current problem. ** Attachment added: "Fixes infinite recursion bug with bogus version numbers" http://launchpadlibrarian.net/2428

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-23 Thread Luca Falavigna
Indeed, here's the output: dktrkr...@utumno:/python-4suite-1.0.2/4Suite-XML-1.0.2$ DISTUTILS_DEBUG=1 python2.6 setup.py config Distribution.parse_config_files(): PackageManager.parse_config_files(): PackageManager.parse_package_file(): parsing 'packages/Xml.pkg' options (after parsing config file

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-23 Thread Jeremy Kloth
I had a typo in the example listed (although correct earlier). Using bash, 'DISTUTILS_DEBUG=1 python2.6 setup.py config' should, at the minimum, display `Distribution.parse_config_files():` to stderr. If not, there is something going on with your python environment that will required more detailed

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-23 Thread Luca Falavigna
I see no debug messages at all, program hangs immediately and CPU raises to 99%. I'll try to have a blind upload to a PPA to see if it's only me. -- [Jaunty] packages incompatible with python 2.6 https://bugs.launchpad.net/bugs/338079 You received this bug notification because you are a member of

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-23 Thread Jeremy Kloth
I'm unable to reproduce the build issue with Jaunty alpha 6 (although install doesn't work because of the patches to distutils install locations). If you could run the setup.py with DISTUTILS_DEBUG set, it should show where things are getting hung up. (e.g., 'DISTUTILS_DEUBG=1 python2.6 setup.py b

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-20 Thread Rolf Leggewie
Dougie, thank you for your comment. The problem you describe is essentially the exact problem that is being discussed here. I did not know it had such wide-reaching implications. As a workaround, I suggest you try to get a hold of python 2.5 (from Intrepid if necessary) and then prevent an upgra

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-20 Thread DougieFresh4U
I am having issue installing "gnome" I know there have been a lot of 'python' updates recently, but I still can not get 'gnome' to install. Via terminal I get this: Can't install gnome as it depends on serpentine can't install serpentine as it depends on python-4suite-xml ok, so when I try to ins

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-19 Thread Uche Ogbuji
Jeremy reports that it builds for him, with that patch, on a stock Ubuntu Jaunty alpha 6. Is there a way we can get access to a server where we can see the problem? We're no longer able to reproduce it. Could it be a question of other Python modules or other apps you have installed? -- [Jaunty]

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-19 Thread Luca Falavigna
Thank you for the patch, but I'm still facing a hang while compiling with python2.6. I'm not sure it's a 4suite issue at this point or Ubuntu specific, I'll have a try with Debian. -- [Jaunty] packages incompatible with python 2.6 https://bugs.launchpad.net/bugs/338079 You received this bug not

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-17 Thread Uche Ogbuji
Please try the attached patch (courtesy Jeremy Kloth) for this issue. If you confirm the fix, we'll make a new 4Suite point release. Thanks. ** Attachment added: "Fixes for parsing versions in the 4Suite installer" http://launchpadlibrarian.net/24019569/version_parsing.diff -- [Jaunty] packa

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-13 Thread Luca Falavigna
Uche, thank you your feedback! So far, I've encountered this issue. When test-building it with Python 2.6, it hangs forever: make[1]: Entering directory `/pack/python-4suite-1.0.2' cd 4Suite-XML-1.0.2 && python2.6 setup.py config --system 2>&1 | tee -a ../build-python2.6-log -- [Jaunty] packag

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-12 Thread Uche Ogbuji
Hi, this is Uche Ogbuji (i.e. lead developer of the upstream project), and I thought I'd just get in touch more directly. The above note is correct that we are deprecating 4Suite. We have ceased development on it, but not maintenance. We are focusing development on Amara 2.x ( http://wiki.xml3k.

[Bug 338079] Re: [Jaunty] packages incompatible with python 2.6

2009-03-05 Thread Rolf Leggewie
** Description changed: Binary package hint: python-4suite Python-4suite-xml and probably the other python-4suite* packages as well are not compatible with python 2.6 and thus block the transition in - Jaunty. The problem is known upstream which is not going to fix it. + Jaunty. The pro