Thanks Jon, that did the trick. David
On Sunday 30 March 2008 09:46, you wrote: > On Sun, 30 Mar 2008 09:31:30 CDT, "David A. Pettit" wrote: > > Simon, > > > > Thanks for the help. I reinstalled the C++ libraries and the error wen > >t > > away. > > > > Now, I have another issue. The compile fails on one of the Python scri > >pts. > > It looks like it's a clean-up script, but I can't seem to get past it. > > > > scons: *** [dongle/install/mvp/bin/flashcp] Exception > > Traceback (most recent call last): > > File "/usr/lib/scons/SCons/Taskmaster.py", line 171, in execute > > self.targets[0].build() > > File "/usr/lib/scons/SCons/Node/__init__.py", line 297, in build > > apply(executor, (self, exitstatfunc), kw) > > File "/usr/lib/scons/SCons/Executor.py", line 125, in __call__ > > self.do_execute(target, exitstatfunc, kw) > > File "/usr/lib/scons/SCons/Executor.py", line 118, in do_execute > > kw) > > File "/usr/lib/scons/SCons/Action.py", line 342, in __call__ > > stat = self.execute(target, source, env) > > File "/usr/lib/scons/SCons/Action.py", line 674, in execute > > result = self.execfunction(target=target, source=rsources, env=env) > > File "/home/dave/build/mvpmc/scons/oss.py", line 103, in build_action > > if os.path.exists(dir): > > UnboundLocalError: local variable 'dir' referenced before assignment > > > > Any clues? > > > > David > > It is trying to remove the untarred mtd source so that it can untar it > again and rebuild it from a clean copy of the source. > > I would recommend removing the dongle/apps/mtd/mvp directory as well as > the ~/downloads/mtd.tar.gz file. That will force the build to redownload > it and rebuild it from scratch. I think the most likely cause of your > build failure is a truncated mtd.tar.gz. > > Jon ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
