[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-22 Thread Myk Melez
After experiencing this problem on my Jaunty system and reading through this bug, I ran the following command to make it go away: sudo /var/lib/dpkg/info/python-twisted-core.postinst configure -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 Y

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-31 Thread Esteve Fernandez
+1 on applying Thomas' patch. I applied it and rebuilt python-twisted- web and the bug is gone. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-22 Thread Myk Melez
After experiencing this problem on my Jaunty system and reading through this bug, I ran the following command to make it go away: sudo /var/lib/dpkg/info/python-twisted-core.postinst configure -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 Y

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-31 Thread Esteve Fernandez
+1 on applying Thomas' patch. I applied it and rebuilt python-twisted- web and the bug is gone. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-31 Thread Esteve Fernandez
+1 on applying Thomas' patch. I applied it and rebuilt python-twisted- web and the bug is gone. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-22 Thread Myk Melez
After experiencing this problem on my Jaunty system and reading through this bug, I ran the following command to make it go away: sudo /var/lib/dpkg/info/python-twisted-core.postinst configure -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 Y

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-22 Thread Myk Melez
After experiencing this problem on my Jaunty system and reading through this bug, I ran the following command to make it go away: sudo /var/lib/dpkg/info/python-twisted-core.postinst configure -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 Y

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-31 Thread Esteve Fernandez
+1 on applying Thomas' patch. I applied it and rebuilt python-twisted- web and the bug is gone. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-22 Thread Myk Melez
After experiencing this problem on my Jaunty system and reading through this bug, I ran the following command to make it go away: sudo /var/lib/dpkg/info/python-twisted-core.postinst configure -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 Y

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-31 Thread Esteve Fernandez
+1 on applying Thomas' patch. I applied it and rebuilt python-twisted- web and the bug is gone. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Matthias Klose
upgrade error, should be fixed for jaunty. fix available in unstable. please sync discarding the ubuntu changes. twisted (8.2.0-2) unstable; urgency=low * python-twisted-core: Regenerate the plugin cache as the last action in the postinst. Closes: #521663. LP: #361865. * Avoid md5/sha1 de

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-18 Thread Bug Watch Updater
** Changed in: twisted (Debian) Status: Unknown => Fix Released -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-web (Ubuntu) Importance: Undecided Status: New -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
** Also affects: twisted-conch (Ubuntu) Importance: Undecided Status: New ** Also affects: nevow (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-mail (Ubuntu) Importance: Undecided Status: New ** Also affects: twisted-names (Ubuntu) Importance

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
I've just added "also affects" reports for every other package which should be updating the plugin cache but isn't. Nevow and Axiom each have a special twist: each one provides plugins for Twisted (in twisted.plugins) but also have their own plugin repositories which *other* packages can contribut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Glyph Lefkowitz
Calendarserver can't be installed at all due to https://bugs.launchpad.net/ubuntu/+source/twisted- calendarserver/+bug/349837 - but, when that's fixed, I believe it will also be affected by this bug. ** Also affects: twisted-calendarserver (Ubuntu) Importance: Undecided Status: New --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-20 Thread Matthias Klose
> Should I file separate bugs for those? if it's a different cache, maybe a separate report is appropriate. I think we should use a trigger for the cache rebuilds. not appropriate for jaunty, but maybe jaunty-updates. -- twisted does not update its plugin cache properly in jaunty https://bugs.l

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-06-22 Thread Jean-Paul Calderone
It looks like Thomas Herve attached a patch which resolves this. Can it be applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-15 Thread Glyph Lefkowitz
In case the origin of this bug isn't clear to someone who might be able to fix it, Twisted packages need a post-installation hook to generate the "dropin.cache" file. The hook is extremely simple, and it's documented here: http://twistedmatrix.com/projects/core/documentation/howto/plugin.html#aut

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
So I've built a custom package and removed the error redirection in postinst, and it fails with this: ImportError: No module named twisted.plugin So presumably the package is not correctly installed when postinst occurs... -- twisted does not update its plugin cache properly in jaunty https://b

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-04-17 Thread Thomas Herve
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 shows the same problem for python-nevow, and it seems that the problem is located in pycentral. ** Bug watch added: Debian Bug tracker #521663 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521663 -- twisted does not update its plugin

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Glyph Lefkowitz
tdflanders: no, that's an unrelated bug. -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-25 Thread Thomas Herve
** Attachment added: "twisted-web-361865.debdiff" http://launchpadlibrarian.net/27142501/twisted-web-361865.debdiff -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-05-05 Thread tdflanders
Hi there, I got something very similar: Bug #372435 /usr/lib/python2.6/dist-packages/twisted/web/microdom.py:181: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert (oldChild.parentNode is self, Is it a duplicate? -- twisted does not update its plugin cache properl

[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2009-07-08 Thread Glyph Lefkowitz
Is there anything those of us waiting in the wings can do to facilitate Thomas's patch being applied? -- twisted does not update its plugin cache properly in jaunty https://bugs.launchpad.net/bugs/361865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

  1   2   >