launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #04396
Re: New coding standard for formatting imports
Hi Henning,
That output only means there was a problem building Mailman. When there are no
errors, that step is silent. Most of it are useless warnings.
The bit that is failing is:
Traceback (most recent call last):
File "buildmailman.py", line 224, in <module>
return_code = main()
File "buildmailman.py", line 219, in main
return build_mailman()
File "buildmailman.py", line 150, in build_mailman
monkey_patch(mailman_path, config)
File
"/var/launchpad/test/lib/canonical/launchpad/mailman/monkeypatches/__init__.py",
line 44, in monkey_patch
from canonical.launchpad.helpers import get_email_template
File "/var/launchpad/test/lib/canonical/launchpad/helpers.py", line 28, in
<module>
from canonical.launchpad.interfaces import (
File "/var/launchpad/test/lib/canonical/launchpad/interfaces/__init__.py",
line 11, in <module>
from canonical.launchpad.interfaces._schema_circular_imports import *
File
"/var/launchpad/test/lib/canonical/launchpad/interfaces/_schema_circular_imports.py",
line 35, in <module>
from lp.blueprints.interfaces.specification import ISpecification
File "/var/launchpad/test/lib/lp/blueprints/interfaces/specification.py",
line 51, in <module>
from canonical.launchpad.interfaces.validation import valid_webref
File "/var/launchpad/test/lib/canonical/launchpad/interfaces/validation.py",
line 33, in <module>
from canonical.launchpad.interfaces.launchpad import ILaunchBag
File "/var/launchpad/test/lib/canonical/launchpad/interfaces/launchpad.py",
line 30, in <module>
from canonical.launchpad.webapp.interfaces import (
File "/var/launchpad/test/lib/canonical/launchpad/webapp/__init__.py", line
48, in <module>
from canonical.launchpad.webapp.launchpadform import (
ImportError: cannot import name action
That should point you in the right direction. (Probably something created by
your formatter.)
Running make clean and trying to build locally should reproduce the failure.
--
Francis J. Lacoste
francis.lacoste@xxxxxxxxxxxxx
On August 19, 2010, Henning Eggers wrote:
> Am 19.08.2010 19:47, schrieb Henning Eggers:
> > Am 18.08.2010 16:26, schrieb Brad Crittenden:
> >> Henning Eggers will be writing a tool to reformat imports and will do it
> >> all at once.
> >
> > Happy to say my first converted branch passed EC2 without fail! I will
> > perform the reformatting on the latest devel (r11398) now and land that
> > through EC2 (with case-insensitive sorting in place).
>
> Bad news. That EC2 run was plain devel and therefore had to pass. Dunno how
> that happened. Sorry.
>
> The real thing is failing in a very strange way. If anybody can shed light
> on what might be going on here, I would be very grateful. The error report
> looks like this: http://paste.ubuntu.com/480557/
>
> I have to do some sleeping now. I will look into that again tomorrow.
>
> Henning
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~launchpad-dev
> Post to : launchpad-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~launchpad-dev
> More help : https://help.launchpad.net/ListHelp
Attachment:
signature.asc
Description: This is a digitally signed message part.
Follow ups
References