atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

Nothing build on ubuntu+asterisk 11.2 #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
OS:
root@asterisk:~/chan_dongle-1.1.r14# uname -a
Linux asterisk 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
root@asterisk:~/chan_dongle-1.1.r14# lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.2 LTS
Release:        12.04
Codename:       precise
root@asterisk:~/chan_dongle-1.1.r14# cd

Asterisk:
root@asterisk:~/chan_dongle-1.1.r14# asterisk -V
Asterisk 11.2.1
root@asterisk:~/chan_dongle-1.1.r14#

I try to compile:
root@asterisk:~# svn checkout 
http://asterisk-chan-dongle.googlecode.com/svn/trunk/ 
asterisk-chan-dongle-read-only
root@asterisk:~# cd asterisk-chan-dongle-read-only/
root@asterisk:~/asterisk-chan-dongle-read-only# patch -p0 -i patch3.patch.txt
patching file chan_dongle.c
patching file chan_dongle.h
patching file channel.c
Hunk #6 succeeded at 1167 (offset -2 lines).
Hunk #7 succeeded at 1263 (offset -2 lines).
Hunk #8 succeeded at 1341 (offset -2 lines).
Hunk #9 succeeded at 1349 (offset -2 lines).
Hunk #10 succeeded at 1391 (offset -2 lines).
patching file channel.h
root@asterisk:~/asterisk-chan-dongle-read-only#

(without patch result not change)

root@asterisk:~/asterisk-chan-dongle-read-only# aclocal && autoconf && automake 
-a
root@asterisk:~/asterisk-chan-dongle-read-only#./configure
root@asterisk:~/asterisk-chan-dongle-read-only# make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash 
/home/skif/asterisk-chan-dongle-read-only/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make  all-am
make[1]: Entering directory `/home/skif/asterisk-chan-dongle-read-only'
make[1]: Leaving directory `/home/skif/asterisk-chan-dongle-read-only'
root@asterisk:~/asterisk-chan-dongle-read-only# make install
make[1]: Entering directory `/home/skif/asterisk-chan-dongle-read-only'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/skif/asterisk-chan-dongle-read-only'
root@asterisk:~/asterisk-chan-dongle-read-only#

chan_dongle.so didn't create.

Original issue reported on code.google.com by sks...@gmail.com on 22 Feb 2013 at 1:20

Attachments: