I'm trying to build sources from http://gitorious.org/android-transmission but eventually I can't start binaries at my android device.
First of all I download sources from http://gitorious.org/android-transmission
then I execute at transmission soure code folder
Code: Select all
user@froger-pc:~/Downloads/transmission$ ./configure --build=arm-linux --disable-nls --enable-daemon --enable-cli LIBEVENT_CFLAGS="-I/usr/lib/libevent1.4.11/include/" LIBEVENT_LIBS="-L/usr/lib/libevent1.4.11/lib/ -levent"
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... arm-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for inline... inline
checking gcc version... 4.6
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for iconv_open... yes
checking for pread... yes
checking for pwrite... yes
checking for lrintf... no
checking for strlcpy... no
checking for daemon... yes
checking for dirname... yes
checking for basename... yes
checking for strcasecmp... yes
checking for localtime_r... yes
checking for fallocate64... yes
checking for posix_fallocate... yes
checking for memmem... yes
checking for strtold... yes
checking for syslog... yes
checking for valloc... yes
checking for getpagesize... yes
checking for posix_memalign... yes
checking for clearenv... yes
checking whether make sets $(MAKE)... (cached) yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing cos... -lm
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for LIBCURL... yes
checking for /tmp/dummy1_zlib.h... yes
checking for library containing gzopen... -lz
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for lseek64... yes
checking whether posix_fadvise is declared... yes
checking for posix_fadvise... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking xfs/xfs.h usability... no
checking xfs/xfs.h presence... no
checking for xfs/xfs.h... no
checking how to copy va_list... va_copy
checking for clock_gettime in -lrt... yes
configure: Using user-specified LIBEVENT_LIBS and LIBEVENT_CFLAGS
checking for GTK... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating transmission.spec
config.status: creating cli/Makefile
config.status: creating daemon/Makefile
config.status: creating doc/Makefile
config.status: creating libtransmission/Makefile
config.status: creating third-party/Makefile
config.status: creating third-party/miniupnp/Makefile
config.status: creating third-party/libnatpmp/Makefile
config.status: creating third-party/dht/Makefile
config.status: creating macosx/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/icons/Makefile
config.status: creating web/Makefile
config.status: creating web/images/Makefile
config.status: creating web/images/buttons/Makefile
config.status: creating web/images/graphics/Makefile
config.status: creating web/images/progress/Makefile
config.status: creating web/javascript/Makefile
config.status: creating web/javascript/jquery/Makefile
config.status: creating web/stylesheets/Makefile
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
Configuration:
Source code location: .
Compiler: g++
Build Command-Line client: yes
Build GTK+ client: no
Optional dependencies for GTK+ client:
* dbus support: no
* gio for watchdir support: no
* libnotify for 'download completed' popups: no
* libcanberra for 'download completed' sounds: no
* gconf2 to register as a magnet link handler: no
* libappindicator for an Ubuntu-style tray: no
Build Daemon: yes
Build Mac client: no
Code: Select all
user@roger-pc:~/Downloads/transmission$ make
Making all in doc
make[1]: Entering directory `/home/user/Downloads/transmission/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/user/Downloads/transmission/doc'
Making all in third-party
make[1]: Entering directory `/home/user/Downloads/transmission/third-party'
Making all in libnatpmp
make[2]: Entering directory `/home/user/Downloads/transmission/third-party/libnatpmp'
CC getgateway.o
CC natpmp.o
natpmp.c:89:5: warning: no previous declaration for ‘sendpendingrequest’ [-Wmissing-declarations]
natpmp.c:105:5: warning: no previous declaration for ‘sendnatpmprequest’ [-Wmissing-declarations]
natpmp.c:170:13: warning: no previous declaration for ‘readnatpmpresponse’ [-Wmissing-declarations]
CC wingettimeofday.o
AR libnatpmp.a
make[2]: Leaving directory `/home/user/Downloads/transmission/third-party/libnatpmp'
Making all in miniupnp
make[2]: Entering directory `/home/user/Downloads/transmission/third-party/miniupnp'
make all-am
make[3]: Entering directory `/home/user/Downloads/transmission/third-party/miniupnp'
CC connecthostport.o
CC igd_desc_parse.o
CC minisoap.o
CC minissdpc.o
CC miniupnpc.o
miniupnpc.c: In function ‘simpleUPnPcommand’:
miniupnpc.c:314:5: warning: "DEBUG" is not defined [-Wundef]
CC miniwget.o
miniwget.c:35:0: warning: "MIN" redefined [enabled by default]
/usr/include/x86_64-linux-gnu/sys/param.h:75:0: note: this is the location of the previous definition
miniwget.c: In function ‘miniwget3’:
miniwget.c:46:24: warning: unused parameter ‘url’ [-Wunused-parameter]
CC minixml.o
CC upnpcommands.o
CC upnpreplyparse.o
AR libminiupnp.a
make[3]: Leaving directory `/home/user/Downloads/transmission/third-party/miniupnp'
make[2]: Leaving directory `/home/user/Downloads/transmission/third-party/miniupnp'
Making all in dht
make[2]: Entering directory `/home/user/Downloads/transmission/third-party/dht'
CC dht.o
dht.c: In function ‘dht_periodic’:
dht.c:1807:26: warning: variable ‘want6’ set but not used [-Wunused-but-set-variable]
dht.c:1807:19: warning: variable ‘want4’ set but not used [-Wunused-but-set-variable]
dht.c:1237:17: warning: ‘port’ may be used uninitialized in this function [-Wuninitialized]
dht.c:1180:20: note: ‘port’ was declared here
dht.c:1209:18: warning: ‘ip’ may be used uninitialized in this function [-Wuninitialized]
dht.c:1179:20: note: ‘ip’ was declared here
dht.c:1209:18: warning: ‘len’ may be used uninitialized in this function [-Wuninitialized]
dht.c:1177:12: note: ‘len’ was declared here
AR libdht.a
make[2]: Leaving directory `/home/user/Downloads/transmission/third-party/dht'
make[2]: Entering directory `/home/user/Downloads/transmission/third-party'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/user/Downloads/transmission/third-party'
make[1]: Leaving directory `/home/user/Downloads/transmission/third-party'
Making all in libtransmission
make[1]: Entering directory `/home/user/Downloads/transmission/libtransmission'
CC announcer.o
CC bandwidth.o
bandwidth.c: In function ‘tr_bandwidthSetParent’:
bandwidth.c:122:16: warning: variable ‘removed’ set but not used [-Wunused-but-set-variable]
CC bencode.o
bencode.c: In function ‘tr_bencGetReal’:
bencode.c:497:14: warning: unused variable ‘locale’ [-Wunused-variable]
bencode.c: In function ‘saveRealFunc’:
bencode.c:1124:10: warning: unused variable ‘locale’ [-Wunused-variable]
bencode.c: In function ‘jsonRealFunc’:
bencode.c:1333:10: warning: unused variable ‘locale’ [-Wunused-variable]
CC bitfield.o
CC blocklist.o
CC clients.o
CC completion.o
CC ConvertUTF.o
CC crypto.o
CC fdlimit.o
fdlimit.c: In function ‘TrOpenFile’:
fdlimit.c:380:18: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
CC handshake.o
CC history.o
CC inout.o
CC json.o
CC JSON_parser.o
CC list.o
CC magnet.o
CC makemeta.o
makemeta.c: In function ‘getHashInfo’:
makemeta.c:239:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
CC metainfo.o
CC natpmp.o
CC net.o
CC peer-io.o
CC peer-mgr.o
peer-mgr.c: In function ‘myHandshakeDoneCB’:
peer-mgr.c:1618:24: warning: variable ‘ours’ set but not used [-Wunused-but-set-variable]
peer-mgr.c: In function ‘pieceListSort’:
peer-mgr.c:848:10: warning: ‘compar’ may be used uninitialized in this function [-Wuninitialized]
CC peer-msgs.o
CC platform.o
CC port-forwarding.o
CC ptrarray.o
CC publish.o
CC ratecontrol.o
CC resume.o
CC rpcimpl.o
CC rpc-server.o
rpc-server.c: In function ‘tr_rpcInit’:
rpc-server.c:889:13: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
CC session.o
CC stats.o
CC torrent.o
torrent.c: In function ‘torrentCallScript’:
torrent.c:1696:15: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
CC torrent-ctor.o
CC torrent-magnet.o
CC tr-dht.o
CC tr-lpd.o
CC tr-getopt.o
CC trevent.o
trevent.c: In function ‘tr_runInEventThread’:
trevent.c:303:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
trevent.c:306:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
trevent.c: In function ‘tr_eventInit’:
trevent.c:248:9: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
CC upnp.o
CC utils.o
utils.c: In function ‘tr_valloc’:
utils.c:1533:23: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result]
CC verify.o
CC web.o
CC webseed.o
webseed.c: In function ‘fireNeedReq’:
webseed.c:63:27: warning: unused parameter ‘w’ [-Wunused-parameter]
CC wildmat.o
AR libtransmission.a
CC blocklist-test.o
CCLD blocklist-test
CC bencode-test.o
CCLD bencode-test
CC clients-test.o
CCLD clients-test
CC history-test.o
CCLD history-test
CC json-test.o
CCLD json-test
CC magnet-test.o
CCLD magnet-test
CC peer-msgs-test.o
CCLD peer-msgs-test
CC rpc-test.o
CCLD rpc-test
CC test-peer-id.o
CCLD test-peer-id
CC utils-test.o
CCLD utils-test
make[1]: Leaving directory `/home/user/Downloads/transmission/libtransmission'
Making all in daemon
make[1]: Entering directory `/home/user/Downloads/transmission/daemon'
CC daemon.o
CC watch.o
CCLD transmission-daemon
CC remote.o
remote.c: In function ‘tr_getcwd’:
remote.c:441:11: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
CCLD transmission-remote
make[1]: Leaving directory `/home/user/Downloads/transmission/daemon'
Making all in cli
make[1]: Entering directory `/home/user/Downloads/transmission/cli'
CC cli.o
CCLD transmissioncli
make[1]: Leaving directory `/home/user/Downloads/transmission/cli'
Making all in web
make[1]: Entering directory `/home/user/Downloads/transmission/web'
Making all in images
make[2]: Entering directory `/home/user/Downloads/transmission/web/images'
Making all in buttons
make[3]: Entering directory `/home/user/Downloads/transmission/web/images/buttons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/images/buttons'
Making all in graphics
make[3]: Entering directory `/home/user/Downloads/transmission/web/images/graphics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/images/graphics'
Making all in progress
make[3]: Entering directory `/home/user/Downloads/transmission/web/images/progress'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/images/progress'
make[3]: Entering directory `/home/user/Downloads/transmission/web/images'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/images'
make[2]: Leaving directory `/home/user/Downloads/transmission/web/images'
Making all in javascript
make[2]: Entering directory `/home/user/Downloads/transmission/web/javascript'
Making all in jquery
make[3]: Entering directory `/home/user/Downloads/transmission/web/javascript/jquery'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/javascript/jquery'
make[3]: Entering directory `/home/user/Downloads/transmission/web/javascript'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/user/Downloads/transmission/web/javascript'
make[2]: Leaving directory `/home/user/Downloads/transmission/web/javascript'
Making all in stylesheets
make[2]: Entering directory `/home/user/Downloads/transmission/web/stylesheets'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/user/Downloads/transmission/web/stylesheets'
make[2]: Entering directory `/home/user/Downloads/transmission/web'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/user/Downloads/transmission/web'
make[1]: Leaving directory `/home/user/Downloads/transmission/web'
make[1]: Entering directory `/home/user/Downloads/transmission'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/user/Downloads/transmission'
Code: Select all
# /data/local/transmission/daemon/transmission-daemon
@8: not found
ELF: not found
�: not found
�,
�,: not found
�,
�,: not found
�,
�,: not found
�,
,
,
,
,
,
,
��hf?: not found
/data/local/transmission/daemon/transmission-daemon: fdcurl_easy_cleanupcurl_easy_initcurl_multi_remove_handlecurl_multi_initcurl_multi_fdsetcurl_easy_getinfocurl_multi_cleanuplibcrypto.so.1.0.0deflatedeflateInit_deflateEndBN_newBN_bn2binBIO_ctrlBIO_writeDH_newBIO_pushERR_error_string_nBIO_set_flagsBIO_readERR_get_errorDH_freeBN_bin2bnBN_freeDH_compute_keySHA1_UpdateBIO_free_allBN_num_bitsRAND_pseudo_bytesDH_generate_keyBN_randSHA1_InitBIO_newBIO_s_memRC4_set_keyBIO_new_mem_bufSHA1_FinalBIO_f_base64RC4libz.so.1deflateResetlibm.so.6powlibpthread.so.0pthread_mutex_destroysendpthread_selfrecvfromsystempthread_mutex_initpthread_mutexattr_settyperecvfsync__errno_locationpthread_mutex_lockpthread_mutexattr_initpwritepreadacceptfcntlpthread_createconnectsendtopthread_mutex_unlocknanosleeplseeklibc.so.6__xpg_basenamefflush__rawmemchr__printf_chkexitreaddir_IO_putcsrandfopengai_strerrorftruncatestrrchrposix_memalignpipe__strdupperror__isoc99_sscanfgetpwuid__fdelt_chkclosedirinet_ntoainet_ntopsignalstrncpy__stack_chk_faildaemoninotify_rm_watchunlinklistenselectmkdirreallocabortgetpidinet_ptonstrftimemkstemplocaltime_rstrtodgmtimeendpwentstrtolmmapclearenvposix_fadvisefgetscallocstrlenopenloggetaddrinfomemsetdirnamestrstrstrcspnbindfseekmemcmpgetpagesizegetnameinfo__syslog_chkgetsockoptdup2poll__fprintf_chkctimefallocate64stdoutfputcinet_addrfputsmemcpyfclosestrtoulsetsockoptmallocumaskstrcasecmpopendir__ctype_b_locgetenvstderrinotify_initmunmap__snprintf_chk__memset_chkgetuidsetrlimitstrncasecmpstrtoull__realpath_chkfwritefreadiconv_closegettimeofdayrename__memcpy_chkdifftimestrchrgetsockname__vfprintf_chkiconvqsorticonv_openinotify_add_watch__ctype_toupper_locvalloc__ctype_tolower_locbsearchfreeaddrinfo__xstatgetrlimitmemmovememmem__strcat_chkstrcmp__libc_start_mainsetenvposix_fallocaterandomcloselogsysconf_edata__bss_start_end/usr/lib/libevent1.4.11/libGLIBC_2.2.5OPENSSL_1.0.0CURL_OPENSSL_3GLIBC_2.10GLIBC_2.15GLIBC_2.7GLIBC_2.14GLIBC_2.4GLIBC_2.3GLIBC_2.3.4: error 36
: not found
: not found
: not found
: not found
: not found
: not found
�: not found
/data/local/transmission/daemon/transmission-daemon: 45: Syntax error: "(" unexpected