machtudong / asterisk-chan-dongle

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 0 forks source link

Can't install chan_dongle #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 autoconf && automake -a
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1816: AC_CANONICAL_TARGET is expanded from...
autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1816: AC_CANONICAL_TARGET is expanded from...
autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
automake: no `Makefile.am' found for any configure output

CentOS

This is after compiling the latest autoconf2.63
asterisk 1.8

Original issue reported on code.google.com by oabdra...@orecx.com on 21 Jun 2011 at 5:23

GoogleCodeExporter commented 9 years ago
aclocal first

ignore return code of automake -a 
this need just for install missing files

Original comment by bg_...@mail.ru on 27 Jun 2011 at 4:17

GoogleCodeExporter commented 9 years ago
[root@pbx]cd /usr/src
[root@pbx]svn checkout http://asterisk-chan-dongle.googlecode.com/svn/trunk/ 
asterisk-chan-dongle-read-only
[root@pbx]cd asterisk-chan-dongle-read-only
[root@pbx]aclocal
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
[root@pbx]autoconf
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
[root@pbx]automake -a
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
automake: no `Makefile.am' found for any configure output

CentOS

What is this?
[root@pbx]
[root@pbx]

Original comment by solarwin...@yahoo.com on 19 Jul 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Additional info

[root@pbx]# rpm -qa automake
automake-1.9.6-2.3.el5
[root@pbx]# rpm -qa autoconf
autoconf-2.63-1
[root@pbx]# rpm -qa gcc
gcc-4.1.2-50.el5

Original comment by solarwin...@yahoo.com on 19 Jul 2011 at 10:15

GoogleCodeExporter commented 9 years ago
got the same error 

[root@OSS dongle-read-only]# aclocal && autoconf && automake -a
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
automake: no `Makefile.am' found for any configure output

and i'm using elastix 2.3
[root@OSS /]# uname -a
Linux OSS 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:23:01 EDT 2011 i686 i686 
i386 GNU/Linux
[root@OSS /]# rpm -qa automake
automake-1.9.6-2.3.el5
[root@OSS /]# rpm -qa autoconf
autoconf-2.63-1
[root@OSS /]# rpm -qa gcc
gcc-4.1.2-51.el5

Original comment by Osama.Nassar on 6 Apr 2012 at 12:37

GoogleCodeExporter commented 9 years ago
same error if u split the command

[root@OSS asterisk-chan-dongle-read-only]# aclocal
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
[root@OSS asterisk-chan-dongle-read-only]# autoconf
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
[root@OSS asterisk-chan-dongle-read-only]# automake -a
configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
configure.in:10: the top level
automake: no `Makefile.am' found for any configure output

what shall i do plz ??

Original comment by Osama.Nassar on 6 Apr 2012 at 1:19

GoogleCodeExporter commented 9 years ago
any suggestions ?? 

Original comment by Osama.Nassar on 10 Apr 2012 at 10:46

GoogleCodeExporter commented 9 years ago
Hi 

have you try 

./configure
make
make install

for me work on centos 5 2.6.18 dongle e169 but audio is too bad , i can't get 
correct codec configuration: on the sip phone the audio is clear perfect but on 
the other side ( iphone orign gsm call ) only bad noises 

Original comment by Assisten...@gmail.com on 24 Jun 2012 at 7:09

GoogleCodeExporter commented 9 years ago
u have to upgrade ur kernel to avoid noise

Original comment by Osama.Nassar on 28 Sep 2012 at 11:38

GoogleCodeExporter commented 9 years ago
Same problem here. Anyone solve problem in meanwhile?

Original comment by zd...@dramin.eu on 26 Jan 2014 at 9:51

GoogleCodeExporter commented 9 years ago
same problem here

it always stuck at "automake -a", says Makefiles.am missing..

Original comment by couponde...@gmail.com on 7 Feb 2014 at 4:01

GoogleCodeExporter commented 9 years ago
what OS you are ?  try #sudo .configure and  then #sudo make && make install .

This should work

Original comment by balusree...@gmail.com on 1 Mar 2014 at 11:49