Kenneth, Your "filesystem" insight was correct! Something about my development setup that I didn't explain (because I didn't think it mattered) is that my Ubuntu OS is a VM via Virtual Box on a Windows Host (ntfs). I have setup a shared drive so I can easily access things from either OS. I moved the Moses source from the shared drive to a folder on the local ext4 filesystem and it build perfectly fine.
Thanks for your help, much appreciated. Kris -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kenneth Heafield Sent: Sunday, July 28, 2013 3:25 PM To: [email protected] Subject: Re: [Moses-support] Build Error Hi, What filesystem are you using? It doesn't look POSIX complaint. For what it's worth, you should still have a working copy of Moses. Just promise you won't use lmplz, build_binary, or CompactPT on this weird filesystem. Kenneth On 07/28/13 20:18, Kris Spring wrote: > Howdy, > > I've attached my build.log file per the instructions found on the > Moses website. I'm running Ubuntu 12.04 and attempting to walk through > my first build of Moses. > > Was following directions on: > http://www.statmt.org/moses/?n=Development.GetStarted Exact command > was "./bjam -j2" > > Here's a snippet from some of the errors: > > ====== BEGIN OUTPUT ====== > > Running 6 test cases... > > unknown location(0): fatal error in "TrieAll": std::exception: > util/file.cc:407 in int util::mkstemp_and_unlink(char*) threw > ErrnoException because `unlink(tmpl)'. > > Text file busy while deleting delete lm/test.arpaFuIuhC Byte: 62 File: > lm/test.arpa > > lm/left_test.cc(348): last checkpoint > > unknown location(0): fatal error in "QuantTrieAll": std::exception: > util/file.cc:407 in int util::mkstemp_and_unlink(char*) threw > ErrnoException because `unlink(tmpl)'. > > Text file busy while deleting delete lm/test.arpas4OxbD Byte: 62 File: > lm/test.arpa > > lm/left_test.cc(348): last checkpoint > > unknown location(0): fatal error in "ArrayQuantTrieAll": std::exception: > util/file.cc:407 in int util::mkstemp_and_unlink(char*) threw > ErrnoException because `unlink(tmpl)'. > > Text file busy while deleting delete lm/test.arpawT5f6D Byte: 62 File: > lm/test.arpa > > lm/left_test.cc(348): last checkpoint > > unknown location(0): fatal error in "ArrayTrieAll": std::exception: > util/file.cc:407 in int util::mkstemp_and_unlink(char*) threw > ErrnoException because `unlink(tmpl)'. > > Text file busy while deleting delete lm/test.arpapzMA1E Byte: 62 File: > lm/test.arpa > > lm/left_test.cc(348): last checkpoint > > *** 4 failures detected in test suite "LeftTest" > > EXIT STATUS: 201 > > ====== END OUTPUT ====== > > Anyone have any insights or thoughts? > > Thanks, > Kris > > > > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.3349 / Virus Database: 3209/6529 - Release Date: 07/29/13 _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
