Moses-support Digest, Vol 83, Issue 17

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. Re: Reg:Tuning issues in Hierarchical model in EMS (Philipp Koehn)
2. Re: how to make moses to generate translated candidates with
different reordering (Philipp Koehn)
3. Re: Getting Error in Command followed from Moses Manual !!!
(Hieu Hoang)
4. Re: Fwd: (Hieu Hoang)


----------------------------------------------------------------------

Message: 1
Date: Sun, 8 Sep 2013 19:32:26 +0200
From: Philipp Koehn <pkoehn@inf.ed.ac.uk>
Subject: Re: [Moses-support] Reg:Tuning issues in Hierarchical model
in EMS
To: karan sharma <karan.sharma.bond@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDD5SriReZKL15wX5jXQS7_rD5KTkTnX_sLWQiBMDv3ncg@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

the number of features in the phrase table changed, so you have to
change the specifications for the phrase table binarization.

It should be a 4 instead of a 5 in this line:
ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 4 100 2"

To re-run delete the filter steps and the filter directories.

-phi


On Sun, Sep 8, 2013 at 5:59 PM, karan sharma <karan.sharma.bond@gmail.com>wrote:

> Hey,
>
> I am using EMS to train a hierarchical model . Every time I run the tuning
> step gets crashed.
> I checked the STDERR file.
> The error its showing is "Check obj->GetMisc("NumScores") ==
> m_numScoreComponents failed in
> moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp:91"
>
> Please provide with a solution.
>
> Thanks in advance.
>
> -Karan
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130908/10bdc5ee/attachment-0001.htm

------------------------------

Message: 2
Date: Sun, 8 Sep 2013 22:30:39 +0200
From: Philipp Koehn <pkoehn@inf.ed.ac.uk>
Subject: Re: [Moses-support] how to make moses to generate translated
candidates with different reordering
To: Saeed Farzi <saeedfarzi@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAAFADDCHjX-BTJP44DuCsQjvfqpi1Sr2tiorrTYmC=ZPaC4ZqQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

there is currently no straightforward way to do this.

You could generate a very large n-best list and then filter it for
reordering diversity, either within the decoder or outside of it.

-phi



On Sat, Sep 7, 2013 at 10:26 AM, Saeed Farzi <saeedfarzi@gmail.com> wrote:

> Hi members,
>
> how to make moses to generate n-best lists which contain the hypotheses
> with so different reordering .
> tnx in advance,
>
> --
> S.Farzi, Ph.D. Student
> Natural Language Processing Lab,
> School of Electrical and Computer Eng.,
> Tehran University
> Tel: +9821-6111-9719
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130908/7e77e7a5/attachment-0001.htm

------------------------------

Message: 3
Date: Mon, 9 Sep 2013 10:09:19 +0200
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Getting Error in Command followed from
Moses Manual !!!
To: Deeptiman Pattnaik <pattnaikdeeptiman@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbjxr_OxYNc4H9SuKjiCGbW8TE8dMVbRVJ5GqXNGOVm8zQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

seems fine to me. Using your data:
./scripts/recaser/train-truecaser.perl --model model --corpus
~/Downloads/english.tok.en
i get:
# head model
&apos;s (1/1)
the (12/13) THE (1)
that (1/1)
, (4/4)
on (1/1)
earth (1/1)
Let (1/1)
day (1/1)
darkness (1/1)
earth. (2/2)


On 7 September 2013 19:04, Deeptiman Pattnaik
<pattnaikdeeptiman@gmail.com>wrote:

> Hello,
>
> I am very new Moses, so i was applying the some of the commands from moses
> mannual but got following error.
>
> I have started doing the Corpus preparation in Moses. But getting some
> error.
>
> you can see in the Moses manual Page No-: 27 , Corpus Preparation
>
> Moses Manual -: http://www.statmt.org/moses/manual/manual.pdf
>
>
> *Tokenisation*
>
> i have successfully completed Tokenisation of English Corpora, i got
> two output file
>
> english.tok.en
>
>
> *Truecaser
> *
>
> When i proceed for the truecase of the English corpora , we typed
> following commands.
>
>
> ~/mosesdecoder/scripts/recaser/train-truecaser.perl \
>
> --model ~/mosesdecoder/corpus/truecase-model.en --corpus \
>
> ~/mosesdecoder/corpus/english.tok.en
>
> but we got the error as follows-:
>
> train-truecaser.perl --model truecaser --corpus cased
> [--possiblyUseFirstToken] at
> /home/deeptiman/mosesdecoder/scripts/recaser/train-truecaser.perl line 16.
>
>
> i have searched in net , i have found that the first character every
> sentence should be Capitalized and our corpora also Capitalized but we
> can't able to execute this command.
>
>
> Please go through this problem and help us out.
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
Hieu Hoang
Research Associate
University of Edinburgh
http://www.hoang.co.uk/hieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130909/fcc0cdd7/attachment-0001.htm

------------------------------

Message: 4
Date: Mon, 9 Sep 2013 10:15:41 +0200
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Fwd:
To: Shashi Narayan <shashi.narayan@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbgwXLYGoZtL_8V-xViQRW4YR_gLZYUgg1KqQqrCi6uC_A@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

can you try something - don't use the default boost library.

Instead, download a newer (latest) boost from boost.org and compile it.
Here's how I build boost
./bootstrap.sh
./b2 --prefix=/home/s0565741/workspace/boost/thor/boost_1_54_0/
--libdir=/home/s0565741/workspace/boost/thor/boost_1_54_0/lib64
--layout=tagged link=static threading=multi,single install -j8

recompile moses with this library
./bjam -j2 -a
--with-boost=/home/s0565741/workspace/boost/thor/boost_1_54_0




On 7 September 2013 22:44, Shashi Narayan <shashi.narayan@gmail.com> wrote:

> Hi guys,
>
> Thanks for your quick reply. Unfortunately the problem remains with some
> other file now.
>
> Just to answer Hieu's questions. I am compiling on Ubuntu 10.04 (64 bits).
> I am using the default boost library libboost-all-dev (version 1.40). And
> for moses I have cloned the git repository as suggested on
> http://www.statmt.org/moses/?n=Development.GetStarted ( git clone git://
> github.com/moses-smt/mosesdecoder.git).
>
> I pulled new updates but unfortunately it still fails. Build.log does not
> change but the failure report is attached below.
>
> Thank you very much for your help.
> Shashi
>
> $ ./bjam -j2
> Tip: install tcmalloc for faster threading. See BUILD-INSTRUCTIONS.txt
> for more information.
> ...patience...
> ...found 3443 targets...
> ...updating 3 targets...
> gcc.link
> moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/BackwardTest
> moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Backward.o:
> In function `BackwardLanguageModel':
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*ProbingModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*ProbingModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*RestProbingModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*TrieModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*QuantTrieModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*ArrayTrieModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> ~/Softwares/moses/moses/LM/Backward.cpp:42: undefined reference to
> `Moses::LanguageModelKen<lm::ngram::*QuantArrayTrieModel*>::LanguageModelKen(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&, unsigned long, bool)'
> collect2: ld returned 1 exit status
>
> "g++" -o
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/BackwardTest"
> -Wl,--start-group
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/BackwardTest.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Backward.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/BackwardLMState.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Base.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Implementation.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Joint.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Ken.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/MultiFactor.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/Remote.o"
> "moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/SingleFactor.o"
> "moses/LM/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/ORLM.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/read_compressed.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/diy-fp.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/strtod.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/cached-powers.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/bignum.o"
> "util/double-conversion/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/double-conversion.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/bit_packing.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/exception.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/file.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/file_piece.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/mmap.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/pool.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/scoped.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/string_piece.o"
> "util/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/usage.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/search_hashed.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/quantize.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/read_arpa.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/bhiksha.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/vocab.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/trie.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/config.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/lm_exception.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/trie_sort.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/sizes.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/search_trie.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/value_build.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/binary_format.o"
> "lm/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/model.o"
> "moses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/libmoses.a"
> -Wl,-Bstatic -lbz2 -lz -lboost_unit_test_framework -lbz2 -lboost_thread-mt
> -lboost_system-mt -lz -Wl,-Bdynamic -lrt -lSegFault -lrt -Wl,--end-group -g
> -pthread
>
>
> ...failed gcc.link
> moses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/BackwardTest...
> ...skipped
> <pmoses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>BackwardTest.run
> for lack of
> <pmoses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>BackwardTest...
> ...failed updating 1 target...
> ...skipped 2 targets...
> The build failed. If you need support, run:
> ./jam-files/bjam -j2 --debug-configuration -d2 >build.log
> then attach build.log to your e-mail.
> ERROR
>
>
>
>
>
>
>
> On Sat, Sep 7, 2013 at 10:54 AM, Kenneth Heafield <moses@kheafield.com>wrote:
>
>> Fixed.
>>
>> In 841ce108a5258117920289448b57abe684375348, Hieu added an explicit copy
>> constructor for TargetPhraseCollection but technically its use as a
>> value in std::map (which happens with ancient Boost) requires that it be
>> implicitly copyable.
>>
>> On 09/07/13 09:36, Hieu Hoang wrote:
>> > That seems a little strange. I'll try and debug it
>> >
>> > Can you please tell me a few things.
>> > 1. What OS are you using? Include version number too. Is it 32 or 64
>> bit?
>> > 2. What boost version do you have installed? This information is in
>> > the file boost/version.hpp. On my Mac:
>> > cat /usr/local/include/boost/version.hpp
>> > It may be slightly different on your machine
>> > 3. Where, how, and when did you download Moses?
>> >
>> >
>> >
>> >
>> > On 6 September 2013 23:51, Shashi Narayan <shashi.narayan@gmail.com
>> > <mailto:shashi.narayan@gmail.com>> wrote:
>> >
>> > Hi all,
>> >
>> > I am new to moses and having problem building it.
>> >
>> > ./bjam -j2 fails with 1 update failure while compiling
>> UTrieNode.cpp.
>> >
>> > It would be a great help if someone could point out the problem.
>> >
>> > Thanks,
>> > Shashi
>> >
>> >
>> > XXXXX#~/Softwares/moses$ sudo ./bjam -j2
>> > Tip: install tcmalloc for faster threading. See
>> > BUILD-INSTRUCTIONS.txt for more information.
>> > ...patience...
>> > ...found 3443 <tel:3443> targets...
>> > ...updating 29 targets...
>> > gcc.compile.c++
>> >
>> moses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/UTrieNode.o
>> > /usr/include/c++/4.1.3/bits/stl_map.h: In member function ?_Tp&
>> > std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const _Key&) [with
>> > _Key = std::vector<int, std::allocator<int> >, _Tp =
>> > Moses::TargetPhraseCollection, _Compare = std::less<std::vector<int,
>> > std::allocator<int> > >, _Alloc = std::allocator<std::pair<const
>> > std::vector<int, std::allocator<int> >,
>> > Moses::TargetPhraseCollection> >]?:
>> > moses/TranslationModel/RuleTable/UTrieNode.cpp:111: instantiated
>> > from here
>> > /usr/include/c++/4.1.3/bits/stl_map.h:348: error: no matching
>> > function for call to
>> >
>> ?Moses::TargetPhraseCollection::TargetPhraseCollection(Moses::TargetPhraseCollection)?
>> >
>> > "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline
>> > -Wall -g -pthread -DKENLM_MAX_ORDER=6 -DMAX_NUM_FACTORS=4 -DNDEBUG
>> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
>> > -D_LARGE_FILES -I"." -I"moses/TranslationModel/DynSAInclude"
>> > -I"util/double-conversion" -c -o
>> >
>> "moses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/UTrieNode.o"
>> > "moses/TranslationModel/RuleTable/UTrieNode.cpp"
>> >
>> > ...failed gcc.compile.c++
>> >
>> moses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/UTrieNode.o...
>> > ...skipped
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a(clean)
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>TranslationModel/RuleTable/UTrieNode.o...
>> > ...skipped
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>TranslationModel/RuleTable/UTrieNode.o...
>> > ...skipped
>> >
>> <pmoses-chart-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>moses_chart
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>moses_chart for lack
>> > of
>> >
>> <pmoses-chart-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>moses_chart...
>> > ...skipped
>> >
>> <pmoses-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>moses
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>moses for lack of
>> >
>> <pmoses-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>moses...
>> > ...skipped
>> >
>> <pmoses-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>lmbrgrid
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>lmbrgrid for lack of
>> >
>> <pmoses-cmd/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>lmbrgrid...
>> > ...skipped
>> >
>> <pOnDiskPt/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>CreateOnDiskPt
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>CreateOnDiskPt for
>> > lack of
>> >
>> <pOnDiskPt/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>CreateOnDiskPt...
>> > ...skipped
>> >
>> <pOnDiskPt/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryOnDiskPt
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>queryOnDiskPt for
>> > lack of
>> >
>> <pOnDiskPt/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryOnDiskPt...
>> > ...skipped
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>processPhraseTable
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>processPhraseTable
>> > for lack of
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>processPhraseTable...
>> > ...skipped
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>processLexicalTable
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>processLexicalTable
>> > for lack of
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>processLexicalTable...
>> > ...skipped
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryPhraseTable
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>queryPhraseTable for
>> > lack of
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryPhraseTable...
>> > ...skipped
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryLexicalTable
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>queryLexicalTable
>> > for lack of
>> >
>> <pmisc/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>queryLexicalTable...
>> > ...skipped
>> >
>> <pmira/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>mira
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>mira for lack of
>> >
>> <pmira/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>mira...
>> > ...skipped
>> >
>> <pcontrib/server/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>mosesserver
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped <p/home/shashito/Softwares/moses/bin>mosesserver for lack
>> > of
>> >
>> <pcontrib/server/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>mosesserver...
>> > ...skipped <p/home/shashito/Softwares/moses/lib>libmoses.a for lack
>> > of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped
>> >
>> <pmoses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>BackwardTest
>> > for lack of
>> >
>> <pmoses/bin/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>libmoses.a...
>> > ...skipped
>> >
>> <pmoses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>BackwardTest.run
>> > for lack of
>> >
>> <pmoses/LM/bin/BackwardTest.test/gcc-4.1.3/release/debug-symbols-on/link-static/threading-multi>BackwardTest...
>> > ...failed updating 1 target...
>> > ...skipped 28 targets...
>> > The build failed. If you need support, run:
>> > ./jam-files/bjam -j2 --debug-configuration -d2 >build.log
>> > then attach build.log to your e-mail.
>> > ERROR
>> >
>> > OUTPUT: BUILD.LOG
>> > notice: found boost-build.jam at
>> /usr/share/boost-build/boost-build.jam
>> > notice: loading Boost.Build from /usr/share/boost-build/kernel
>> > notice: searching "/etc" "/home/shashito"
>> > "/usr/share/boost-build/kernel" "/usr/share/boost-build"
>> > "/usr/share/boost-build/kernel" "/usr/share/boost-build/util"
>> > "/usr/share/boost-build/build" "/usr/share/boost-build/tools"
>> > "/usr/share/boost-build/new" "/usr/share/boost-build/." for
>> > "site-config.jam"
>> > notice: loading site-config.jam from /etc/site-config.jam
>> > notice: using gcc libraries :: <toolset>gcc-4.1.3 :: /usr/bin
>> > /usr/lib /usr/lib32 /usr/lib64
>> > notice: using gcc archiver :: <toolset>gcc-4.1.3 :: /usr/bin/ar
>> > warning: toolset gcc initialization: can't find tool windres
>> > warning: initialized from
>> > notice: using rc compiler :: <toolset>gcc-4.1.3 :: /usr/bin/as
>> > notice: searching "/home/shashito" "/usr/share/boost-build/kernel"
>> > "/usr/share/boost-build" "/usr/share/boost-build/kernel"
>> > "/usr/share/boost-build/util" "/usr/share/boost-build/build"
>> > "/usr/share/boost-build/tools" "/usr/share/boost-build/new"
>> > "/usr/share/boost-build/." for "user-config.jam"
>> > notice: loading user-config.jam from
>> > /usr/share/boost-build/user-config.jam
>> > /home/shashito/Softwares/moses/jam-files/sanity.jam:54: in
>> modules.load
>> > *** argument error
>> > * rule option.get ( name : default-value ? )
>> > * called with: ( static : : yes )
>> > * extra argument yes
>> > /usr/share/boost-build/util/option.jam:11:see definition of rule
>> > 'option.get' being called
>> > /usr/share/boost-build/build/project.jam:312: in load-jamfile
>> > /usr/share/boost-build/build/project.jam:68: in load
>> > /usr/share/boost-build/build/project.jam:170: in project.find
>> > /usr/share/boost-build/build-system.jam:248: in load
>> > /usr/share/boost-build/kernel/modules.jam:261: in import
>> > /usr/share/boost-build/kernel/bootstrap.jam:132: in boost-build
>> > /usr/share/boost-build/boost-build.jam:1: in module scope
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > Moses-support mailing list
>> > Moses-support@mit.edu <mailto:Moses-support@mit.edu>
>> > http://mailman.mit.edu/mailman/listinfo/moses-support
>> >
>> >
>> >
>> >
>> > --
>> > Hieu Hoang
>> > Research Associate
>> > University of Edinburgh
>> > http://www.hoang.co.uk/hieu
>> >
>> >
>> >
>> > _______________________________________________
>> > Moses-support mailing list
>> > Moses-support@mit.edu
>> > http://mailman.mit.edu/mailman/listinfo/moses-support
>> >
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>
>
>
> --
> Shashi Narayan
> Second year PhD Student
> University of Lorraine/Synalp LORIA
> INRIA Nancy Grand Est, Batiment B
> 615, rue du Jardin Botanique
> 54600 Villers les Nancy, France
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
Hieu Hoang
Research Associate
University of Edinburgh
http://www.hoang.co.uk/hieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130909/0e6df2cd/attachment.htm

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 83, Issue 17
*********************************************

0 Response to "Moses-support Digest, Vol 83, Issue 17"

Post a Comment