[Bug 1381564] Re: pyparsing ParseResults.pop() fails with NameError: global name 'index' is not defined

2014-10-17 Thread Данило Шеган
Cheers Barry, much appreciated!

It seems it's all done and released in main:
  http://packages.ubuntu.com/source/utopic/pyparsing
  https://launchpad.net/ubuntu/utopic/+source/pyparsing/2.0.3+dfsg1-1

Let me know if I still need to ping ubuntu-release for an approval.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pyparsing in Ubuntu.
https://bugs.launchpad.net/bugs/1381564

Title:
  pyparsing ParseResults.pop() fails with NameError: global name 'index'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1381564/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1381564] [NEW] pyparsing ParseResults.pop() fails with NameError: global name 'index' is not defined

2014-10-15 Thread Данило Шеган
Public bug reported:

pyparsing 2.0.2 (included in Ubuntu 14.10) ParseResults.pop() fails with

  Traceback (most recent call last):
File pyparsing-test.py, line 4, in module
  res.pop()
File /usr/lib/python2.7/dist-packages/pyparsing.py, line 422, in pop
  ret = self[index]
  NameError: global name 'index' is not defined

for a minimal test case like

  from pyparsing import Word
  test = Word(test)
  res = test.parseString(test)
  res.pop()

This is fixed upstream in pyparsing 2.0.3 with the following patch:

http://sourceforge.net/p/pyparsing/code/269/tree//trunk/src/pyparsing.py?diff=51924a4d34309d2f53936e05:268

This bug affects Landscape (mostly for development, but still).

** Affects: pyparsing (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pyparsing in Ubuntu.
https://bugs.launchpad.net/bugs/1381564

Title:
  pyparsing ParseResults.pop() fails with NameError: global name 'index'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1381564/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1381564] Re: pyparsing ParseResults.pop() fails with NameError: global name 'index' is not defined

2014-10-15 Thread Данило Шеган
Thanks for the quick turn-around, Robie!

There actually is a 2.0.3 release at pypi:
https://pypi.python.org/pypi/pyparsing/2.0.3#downloads

FWIW, not having this in would result in a bunch of Canonical Landscape
engineers (15) unable to switch to Utopic for development, so consider
me shouting :)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pyparsing in Ubuntu.
https://bugs.launchpad.net/bugs/1381564

Title:
  pyparsing ParseResults.pop() fails with NameError: global name 'index'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1381564/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 802117] Re: juju ssh/scp commands cause spurious key errors, should use a different known_hosts file

2013-06-07 Thread Данило Шеган
** Description changed:

  With lots of instances, one occasionally finds themselves using the same
- twice.
+ host name twice.
  
  juju ssh should use a unique known_hosts file per environment, so as not
  to pollute the user's main known_hosts file.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/802117

Title:
  juju ssh/scp commands cause spurious key errors, should use a
  different known_hosts file

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/802117/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 615708] Re: help for domname contains Launchpad translations metadata?

2010-08-10 Thread Данило Шеган
libvirt code is probably calling gettext() (or _(), or similar) on an
empty string. Empty string in PO file format is translated to PO
header.

** Branch unlinked: lp:~mbp/launchpad/mbp-trivial

-- 
help for domname contains Launchpad translations metadata?
https://bugs.launchpad.net/bugs/615708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 573345] Re: [SRU] dovecot-postfix references cmusieve as a mail plugin

2010-06-14 Thread Данило Шеган
I've tested the package from -proposed on my mail server and it fixed
this problem for me. I haven't tried using sieve support yet, but this
error is gone from the log files.

-- 
[SRU] dovecot-postfix references cmusieve as a mail plugin
https://bugs.launchpad.net/bugs/573345
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536940] Re: -tmpfs=- option broken in 0.12.2-0ubuntu3

2010-06-12 Thread Данило Шеган
FWIW, MP is up (in case nobody noticed, though LP should have sent an
email about it to appropriate group).

-- 
-tmpfs=- option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536940
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536940] Re: -tmpfs=- option broken in 0.12.2-0ubuntu3

2010-06-07 Thread Данило Шеган
I've created a branch which re-introduces --tmp and --tmpfs options for
vmbuilder: lp:~danilo/vmbuilder/bug-536940

I also did a few cleanups of the tmpfile and tmpdir methods in the util
module (they were doing some very weird stuff). If you like the general
approach, let me know and I can make a merge-proposal.

-- 
-tmpfs=- option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536940
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 535397] Re: blkid output parsing broken

2010-03-09 Thread Данило Шеган

** Patch added: Do not combine -p and -s parameters to blkid
   http://launchpadlibrarian.net/40648142/vmbuilder-blkid-params.patch

** Also affects: vm-builder (Ubuntu)
   Importance: Undecided
   Status: New

-- 
blkid output parsing broken
https://bugs.launchpad.net/bugs/535397
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs