[Bug 313575] Re: VMBuilder/vm.py crash on an alpha char in numeric constant
greenmoss
ktyubuntu at yoderhome.com
Thu Mar 19 19:26:10 UTC 2009
** Description changed:
/usr/lib/python2.5/site-packages/VMBuilder/vm.py crashes on the line
mask = OxFFFF
where the initial character is a capital letter O rather than a zero.
- This caused the program to fail in Intrepid -- I didn't keep a copy of
- the traceback, but replacing that O with a zero corrected the problem.
+ This caused the program to fail in Intrepid. Replacing that O with a
+ zero corrected the problem.
The error is on line 281 in the file as distributed in Intrepid. The
defect is in the upstream source, and is still present in the Jaunty
source, at line 264 (without ubuntu patch).
+
+
+ Traceback:
+
+ 2009-03-19 15:16:21,645 INFO Cleaning up
+ Traceback (most recent call last):
+ File "/usr/bin/vmbuilder", line 29, in <module>
+ VMBuilder.run()
+ File "/usr/lib/python2.5/site-packages/VMBuilder/__init__.py", line 66, in run
+ frontend.run()
+ File "/usr/lib/python2.5/site-packages/VMBuilder/plugins/cli/__init__.py", line 67, in run
+ vm.create()
+ File "/usr/lib/python2.5/site-packages/VMBuilder/vm.py", line 434, in create
+ self.preflight_check()
+ File "/usr/lib/python2.5/site-packages/VMBuilder/vm.py", line 397, in preflight_check
+ self.ip_defaults()
+ File "/usr/lib/python2.5/site-packages/VMBuilder/vm.py", line 281, in ip_defaults
+ mask = OxFFFF
+ NameError: global name 'OxFFFF' is not defined
--
VMBuilder/vm.py crash on an alpha char in numeric constant
https://bugs.launchpad.net/bugs/313575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list