From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:29:00
|
OK, this is weird. It seems to have compiled the extensions but not the core library. Cc'ing Mike Riley. Mike-- he is compiling OpenFst version 1.3.2 on Opensuse 12.3 64 bit, kernel 3.9; it is configured with ./configure --prefix=`pwd` --enable-static --disable-shared --enable-far --enable-ngram-fsts and it acts like it is happily installing the libraries but it only installs the extensions. I'll separately forward you the output of his configure and make. Dan On Wed, May 8, 2013 at 12:23 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 12:15 PM, Mailing list used for User Communication and > Updates wrote: > > It says in the output you sent me, > > > > Libraries have been installed in: > > /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst > > > > Can you do a ls -l of that directory? What did it install there? It > > seems to think it installed something. > > > > Dan > > > > > > > > On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm... > > <mailto:dp...@gm...>> wrote: > > > > I could not figure out how to authorize the message, it rejected my > > password. Please send it to dp...@gm... <mailto: > dp...@gm...> > > Dan > > > > > > > > On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User > > Communication and Updates <kal...@li... > > <mailto:kal...@li...>> wrote: > > > > > > > > On 05/08/2013 10:59 AM, Mailing list used for User Communication > and > > Updates wrote: > > > Try doing "make" in the tools/ directory and redirect the > > output to a > > > file, e.g. make >& foo > > > and paste the file into the email, something seems to have > > gone wrong. > > > The symlinks should be automatically created and regardless > > you should > > > have an openfst.a file > > > Dan > > > > > > > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > > > Communication and Updates <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>> wrote: > > > > > > > > > > > > On 05/08/2013 10:34 AM, Mailing list used for User > > Communication and > > > Updates wrote: > > > > Actually, the problem might also be that the "make > > install" part > > > of the > > > > OpenFST installation failed, because there should be a > > file > > > > openfst-1.3.2/lib/openfst.a > > > > Type "make openfst_tgt" in the tools/ directory and > > see what happens > > > > Dan > > > > > > > > > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey > > <dp...@gm... <mailto:dp...@gm...> > > > <mailto:dp...@gm... <mailto:dp...@gm...>> > > > > <mailto:dp...@gm... <mailto:dp...@gm...> > > <mailto:dp...@gm... <mailto:dp...@gm...>>>> wrote: > > > > > > > > There should be a soft link from "openfst" to > > > "openfst-1.3.2". See > > > > if it exists and try to figure out why not, if it > > does not. > > > > Dan > > > > > > > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used > > for User > > > > Communication and Updates > > <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>> > > > > <mailto:kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>>> wrote: > > > > > > > > > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for > User > > > Communication and > > > > Updates wrote: > > > > > On Wed, May 8, 2013 at 2:52 PM, Mailing > > list used for User > > > > > Communication and Updates > > > <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>> > > > > <mailto:kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>>> wrote: > > > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > > > >> > > > > >> 1. I issued svn co > > > svn://svn.code.sf.net/p/kaldi/code/trunk > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > kaldi-trunk > > > > >> 2. download appeared to finish correctly > > > > >> 3. examined INSTALL, went into dir /tools > > and did make, > > > > finished without > > > > >> error as far as I can tell > > > > >> 4. then ../src and ./configure, which > stops at > > > > >> > > > > >> $ ./configure > > > > >> Configuring ... > > > > >> Checking OpenFST library in > > > > /home/colin/kaldi-trunk/tools/openfst ... > > > > >> Checking OpenFst library was patched. > > > > >> Doing OS specific configurations ... > > > > >> ***configure failed: Static OpenFST > > library not > > > found: See > > > > >> ../tools/INSTALL *** > > > > > > > > > > Could you check to see if you have the > > following file > > > > > kaldi-trunk/tools/openfst/lib/libfst.a? > > Normally > > > typing make > > > > in the > > > > > tools directory should create it, unless > > there was > > > some error > > > > that > > > > > didn't get reported. > > > > > > > > > > > > > $ find ./ -name libfst.a > > > > ./tools/openfst-1.3.2/lib64/libfst.a > > > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > > > > > > > "$ find ./ -name openfst.a" does not find anything. > > > > > > Did "make openfst_tgt" which completed successfully and > > created a bunch > > > of stuff. Repeated the two searches and no change to > either. > > > > > > Will now try the symlink stuff. Thanks. > > > > > > > Dan, I did the re-make and it is on the way to the list. The > > complete > > reply was stopped by the bouncer waiting for mod since it thinks > the > > message is too big. > > > > In short, still no openfst.a. Thanks. > > > > Here is the output: > > ~/kaldi-trunk/tools/openfst-1.3.2]$ ls -l lib64/fst/ > total 29808 > -rw-r--r-- 1 colin users 141070 May 8 11:25 libfstfar.a > -rwxr-xr-x 1 colin users 936 May 8 11:25 libfstfar.la > -rw-r--r-- 1 colin users 20048824 May 8 11:25 libfstfarscript.a > -rwxr-xr-x 1 colin users 954 May 8 11:25 libfstfarscript.la > -rw-r--r-- 1 colin users 5155114 May 8 11:25 libfstngram.a > -rwxr-xr-x 1 colin users 942 May 8 11:25 libfstngram.la > -rw-r--r-- 1 colin users 5155114 May 8 11:25 ngram-fst.a > -rwxr-xr-x 1 colin users 937 May 8 11:25 ngram-fst.la > > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |