[Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty
Andrew Straw
strawman at astraw.com
Sun Mar 22 19:41:59 UTC 2009
Just to make what I did clear, here's the debdiff output against
3.1.0-1ubuntu1:
diff -u mayavi2-3.1.0/debian/changelog mayavi2-3.1.0/debian/changelog
--- mayavi2-3.1.0/debian/changelog
+++ mayavi2-3.1.0/debian/changelog
@@ -1,3 +1,9 @@
+mayavi2 (3.1.0-1ubuntu2) jaunty; urgency=low
+
+ * Fix FTBFS.
+
+ -- Andrew Straw <strawman at astraw.com> Sun, 22 Mar 2009 12:08:57 -0700
+
mayavi2 (3.1.0-1ubuntu1) jaunty; urgency=low
* Don't use reserved keyword in Python 2.6 as variable name.
only in patch2:
unchanged:
--- mayavi2-3.1.0.orig/enthought/tvtk/setup.py
+++ mayavi2-3.1.0/enthought/tvtk/setup.py
@@ -52,6 +52,9 @@
except:
pass
print '-'*70
+ if os.path.exists(target):
+ print "Unlinking possibly old TVTK classes...",
+ os.unlink(target)
print "Building TVTK classes...",
sys.stdout.flush()
cwd = os.getcwd()
--
mayavi2 fails to build from source (FTBFS) on jaunty
https://bugs.launchpad.net/bugs/346931
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