[opensuse-buildservice] osc on SUSE 9.3 (missing python packages)
Hi! Has anyone a quick hint for me how to get osc running on SUSE 9.3? I tried with the RPMs from the openSUSE:Tools project, but it won't work because python-elementtree is not available for 9.3 (at least I couldn't find it). After installing the osc package with --nodeps and manually installing the Elementtree Python extension, a sub-feature called cElementTree seems to be still missing:
osc Traceback (most recent call last): File "/usr/bin/osc", line 6, in ? from osc import commandline File "/usr/lib/python2.4/site-packages/osc/commandline.py", line 9, in ? from core import * File "/usr/lib/python2.4/site-packages/osc/core.py", line 15, in ? import cElementTree as ET ImportError: No module named cElementTree
Did anyone succeed with that? I suppose the missing packages have to be there somehow - otherwise the pkg for 9.3 couldn't have been built, but it seems I'm blind... -- Ciao, Gernot --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
* Gernot Hillier <gernot@hillier.de> [2006-12-10 00:42]:
I suppose the missing packages have to be there somehow - otherwise the pkg for 9.3 couldn't have been built, but it seems I'm blind...
Is it really necessary to have the python modules available just to build the package? (i.e. to convert py in pyc). I don't think so, but I'm not sure ... Anyway, I also cannot find python-elementtree. I'm sure that somebody of the openSUSE:Tools maintainers will add it soon. :) Regards, Bernhard
Hi! Am Sonntag, 10. Dezember 2006 01:18 schrieb Bernhard Walle:
* Gernot Hillier <gernot@hillier.de> [2006-12-10 00:42]:
I suppose the missing packages have to be there somehow - otherwise the pkg for 9.3 couldn't have been built, but it seems I'm blind...
Is it really necessary to have the python modules available just to build the package? (i.e. to convert py in pyc). I don't think so, but I'm not sure ...
Possibly, you're right here, yes...
Anyway, I also cannot find python-elementtree. I'm sure that somebody of the openSUSE:Tools maintainers will add it soon. :)
Ok, ic. Same goes for python-urlgrabber. It's also needed by osc and not available in 9.3. Should I contact the maintainers separately or write a bug or is this mail sufficient? In the meantime, I built those two packages in my home project. You can find them here: http://software.opensuse.org/download/home:/yoda_gh/SUSE_Linux_9.3/. Now osc works fine also on 9.3. :-) -- Ciao, Gernot --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sun, Dec 10, 2006 at 08:43:47AM +0100, Gernot Hillier wrote:
Anyway, I also cannot find python-elementtree. I'm sure that somebody of the openSUSE:Tools maintainers will add it soon. :)
Ok, ic. Same goes for python-urlgrabber. It's also needed by osc and not available in 9.3.
IIRC both packages are available for 9.3 in my home:cthiel1 project ;) Best, Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sun, Dec 10, 2006 at 01:44:14PM +0100, Christoph Thiel wrote:
On Sun, Dec 10, 2006 at 08:43:47AM +0100, Gernot Hillier wrote:
Anyway, I also cannot find python-elementtree. I'm sure that somebody of the openSUSE:Tools maintainers will add it soon. :)
Ok, ic. Same goes for python-urlgrabber. It's also needed by osc and not available in 9.3.
IIRC both packages are available for 9.3 in my home:cthiel1 project ;)
I copied those to devel:languages:python now, and added a hint to the http://en.opensuse.org/Build_Service_Tutorial. Regards, Peter -- SUSE LINUX Products GmbH Bug, bogey, bugbear, bugaboo: Research & Development A malevolent monster (not true?); Some mischief microbic; What makes someone phobic; The work one does not want to do. From: Chris Young (The Omnificent English Dictionary In Limerick Form)
participants (4)
-
Bernhard Walle
-
Christoph Thiel
-
Dr. Peter Poeml
-
Gernot Hillier