[opensuse-packaging] Is it only me ? osc tool broken
Since a few day I've osc broken osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper) NameError: name 'exclude_stuff' is not defined osc-0.140.0-103.1.noarch osc-plugin-install-0.22-1.1.noarch osc-plugin-overview-0.3.0-1.1.i586 osc-plugin-collab-0.96-12.1.noarch all coming from openSUSE:/Tools/openSUSE_12.3/ repository normal ? -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
NameError: name 'exclude_stuff' is not defined
osc-0.140.0-103.1.noarch osc-plugin-install-0.22-1.1.noarch osc-plugin-overview-0.3.0-1.1.i586 osc-plugin-collab-0.96-12.1.noarch
all coming from openSUSE:/Tools/openSUSE_12.3/ repository
normal ?
-- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;( Greetings, Stephan -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tuesday 25 June 2013 14.39:56 Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help
Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module>
osccli = commandline.Osc()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in
__init__
self._load_plugins()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in
_load_plugins
mod = imp.load_source(modname, os.path.join(plugin_dir, extfile))
File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module>
exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
Greetings, Stephan
okay thanks, removing all plugins do the tricks. but overview was really cool -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Bruno Friedmann (bruno@ioda-net.ch) wrote:
On Tuesday 25 June 2013 14.39:56 Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help
Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module>
osccli = commandline.Osc()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in
__init__
self._load_plugins()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in
_load_plugins
mod = imp.load_source(modname, os.path.join(plugin_dir, extfile))
File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module>
exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
That's pretty much correct. I already fixed mine (classify, and the plugin version of prdiff even though prdiff is now in core), and also fixed overview: https://github.com/openSUSE/osc-plugin-overview/pull/1 However I also raised the breakage with the osc maintainer who implemented changes to regain backwards-compatibility with non-python3-compatible plugins. I guess maybe these changes are still only in git and not released yet but I haven't checked. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 2013-06-25 14:39:56 +0200, Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
What exact error do you get? A small breakage is expected (see [1]). Marcus [1] http://lists.opensuse.org/opensuse-buildservice/2013-06/msg00181.html -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 2013-06-25 14:22:25 +0200, Bruno Friedmann wrote:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper) NameError: name 'exclude_stuff' is not defined
osc-0.140.0-103.1.noarch osc-plugin-install-0.22-1.1.noarch osc-plugin-overview-0.3.0-1.1.i586 osc-plugin-collab-0.96-12.1.noarch
all coming from openSUSE:/Tools/openSUSE_12.3/ repository
I just created a merge request for the osc collab plugin [1]. Marcus [1] https://gitorious.org/opensuse/osc-plugin-collab/merge_requests/5 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (5)
-
Adam Spiers
-
Adrian Schröter
-
Bruno Friedmann
-
Marcus Hüwe
-
Stephan Kulow