Comments

Flat
Could not make the bin.linux
User: dzungtran32
Date: 10/23/2012 5:12 am
Views: 5720
Rating: 19

Dear all

Im using Fedora 17 operating system 32bit:

This is all step which i did:

>tar -xvzf HTK-3.4-alpha.tar.gz

>tar -xvzf HTK-samples-3.4-alpha.tar.gz

>tar -xvzf htkbook_html.tar.gz

move the 'samples' and 'htkbook' directories to your htk-3.4 folder.

>sudo yum install libX11-devel.i686

>sudo yum install compat-gcc-34-c++ compat-gcc-34

>./configure --prefix=/home/yourusername/bin/htk-3.4

No error after do this command but it could not make the bin.linux in htk-3.4 folder.

Could you please tell me why?

Thank you so much

Re: Could not make the bin.linux
User: kmaclean
Date: 10/23/2012 10:38 am
Views: 345
Rating: 17

> it could not make the bin.linux in htk-3.4 folder.

I am upgrading things to Fedora 17 (64-bit) and followed this procedure:

# yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-devel

#./configure --disable-hslab --disable-hlmtools

# make all

# make install

 


Re: Could not make the bin.linux
User: dzungtran32
Date: 10/23/2012 11:22 am
Views: 355
Rating: 18

Thank you so much for reply

follow your instruction: i did as follow:

>sudo yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-develD

> cd htk-3.4/
>./configure --disable-hslab --disable-hlmtools

unfortunately, it still not make folder bin.linux

after that i type comand:

>make all

>make install

the error is:

(cd HTKTools && make all) \
  || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/dzungtran/bin/htk-3.4/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dzungtran/bin/htk-3.4/HTKTools'
(cd HTKTools && make install) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/dzungtran/bin/htk-3.4/HTKTools'
if [ ! -d /usr/local/bin ] ; then mkdir /usr/local/bin ; fi
for program in HBuild HCompV HCopy HDMan HERest HHEd HInit HLEd     HList HLRescore HLStats HMMIRest HParse HQuant HRest HResults HSGen HSmooth HVite  ; do /usr/bin/install -c -m 755 ${program} /usr/local/bin ; done
/usr/bin/install: cannot create regular file `/usr/local/bin/HBuild': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HCompV': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HCopy': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HDMan': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HERest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HHEd': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HInit': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLEd': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HList': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLRescore': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLStats': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HMMIRest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HParse': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HQuant': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HRest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HResults': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HSGen': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HSmooth': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HVite': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/dzungtran/bin/htk-3.4/HTKTools'
make: *** [install-htktools] Error 1

Please help me! thank you very much. I still use fedora 17 32 bit

Re: Could not make the bin.linux
User: kmaclean
Date: 10/23/2012 12:48 pm
Views: 488
Rating: 18

>/usr/bin/install: cannot create regular file `/usr/local/bin/HBuild': Permission denied

execute the commands as root (also called superuser) with: su (switch user)

Re: Could not make the bin.linux
User: dzungtran32
Date: 10/23/2012 12:54 pm
Views: 443
Rating: 18

Thank you so much for reply

follow your instruction: i did as follow:

>sudo yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-develD

> cd htk-3.4/
>./configure --disable-hslab --disable-hlmtools

unfortunately, it still not make folder bin.linux

Again, thank you so much

Re: Could not make the bin.linux
User: Ankita
Date: 4/11/2015 1:04 am
Views: 101
Rating: 4

Hi,

Even i had a same problem. try using

sudo make all

sudo make install

it must work

bcoz permission denied indicates sudo rights required

PreviousNext