Coder Social home page Coder Social logo

docker-rtorrent-rutorrent's People

Contributors

gitter-badger avatar micka33 avatar wheelerlaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-rtorrent-rutorrent's Issues

Bad response from server: (404 [error,list])

the error shown is

[05.09.2015 23:09:13] Bad response from server: (404 [error,list]) <html>
 <head><title>404 Not Found</title></head>
 <body bgcolor="white">
 <center><h1>404 Not Found</h1></center>
 <hr><center>nginx</center>
 </body>
 </html>
 <!-- a padding to disable MSIE and Chrome friendly error page -->
 <!-- a padding to disable MSIE and Chrome friendly error page -->
 <!-- a padding to disable MSIE and Chrome friendly error page -->
 <!-- a padding to disable MSIE and Chrome friendly error page -->
 <!-- a padding to disable MSIE and Chrome friendly error page -->
 <!-- a padding to disable MSIE and Chrome friendly error page -->

The chrome console shows a failed post request to /RPC2
screen shot 2015-09-05 at 23 19 11

Bad response from server: (200 [parsererror,getuisettings])

After finagling with the libtorrent and rtorrent sources (see my fork), I got it to download and build the image. But when I run it, I get this error from rutorrent:

[31.05.2015 01:22:17] Bad response from server: (200 [parsererror,getuisettings])

I have pretty much spent the day messing around with the config files and I can't seem to get it to connect to rtorrent.

Cant install deps

Package php5-common is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php5-fpm' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Package 'php5-cli' has no installation candidate

xml-rpc not compiling

Step 27 : RUN svn checkout http://svn.code.sf.net/p/xmlrpc-c/code/stable xmlrpc-c
 ---> Using cache
 ---> a43a76f7a245
Step 28 : WORKDIR xmlrpc-c
 ---> Using cache
 ---> 2261e43f804f
Step 29 : RUN (./configure --disable-cplusplus --enable-libxml2-backend) && (make) && (make install)
 ---> Running in 89af49cb2fa8
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for wininet-config... no
configure: You don't appear to have Wininet installed (no working wininet-config in your command search path), so we will not build the Wininet client XML transport
checking whether to build Wininet client XML transport module... no
checking for curl-config... yes
checking whether to build Curl client XML transport module... yes
checking for libwww-config... no
configure: You don't appear to have Libwww installed (no working libwww-config in your command search path), so we will not build the Libwww client XML transport
checking whether to build Libwww client XML transport module... no
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 for main in -lncurses... yes
checking for main in -lreadline... no
checking whether to build tools... yes
checking whether to build the xmlrpc_pstream tool... no
checking whether to build Abyss server module... yes
checking whether to build CGI server module... yes
checking whether to build C++ wrappers and tools... no
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 for socket... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for size_t... yes
checking whether va_list is an array... yes
checking whether compiler has __attribute__... yes
checking for vsnprintf... yes
checking for wcsncmp... yes
checking for setgroups... yes
checking for asprintf... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtoq... yes
checking for strtouq... yes
checking for __strtoll... no
checking for __strtoull... no
checking for pselect... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for _stricmp... no
checking whether to use Abyss pthread function... yes
checking for curl-xmlrpc-config... no
checking for curl-config... /usr/bin/curl-config
checking for Curl library directory... /usr/lib
checking whether to use SSL with libwww... no
checking whether to build the libxml2 backend... yes
checking for xml2-config... yes
configure: creating ./config.status
config.status: creating srcdir.mk
config.status: creating config.mk
config.status: creating xmlrpc_config.h
config.status: creating xmlrpc_amconfig.h
config.status: executing default-1 commands
rm -f shell_config
Lots of echoes to 'shell_config' suppressed here ...
rm -f xmlrpc-c-config
Echoes to 'xmlrpc-c-config' suppressed here ...
cat shell_config >>xmlrpc-c-config
cat xmlrpc-c-config.main >>xmlrpc-c-config
chmod a+rx xmlrpc-c-config
rm -f xmlrpc-c-config.test
Echoes to 'xmlrpc-c-config.test' suppressed here ...
cat shell_config >>xmlrpc-c-config.test
cat xmlrpc-c-config.test.main >>xmlrpc-c-config.test
chmod a+rx xmlrpc-c-config.test
make -C include/ -f /rtorrent/xmlrpc-c//include/Makefile \
        all
make[1]: Entering directory `/rtorrent/xmlrpc-c/include'
>xmlrpc-c/config.h
Lots of echoes to 'xmlrpc-c/config.h' suppressed here ...
make[1]: Leaving directory `/rtorrent/xmlrpc-c/include'
make -C lib/ -f /rtorrent/xmlrpc-c//lib/Makefile \
        all
make[1]: Entering directory `/rtorrent/xmlrpc-c/lib'
make -C util/ -f /rtorrent/xmlrpc-c/lib/util/Makefile \
        all
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/util'
/rtorrent/xmlrpc-c/lib/util/Makefile:60: depend.mk: No such file or directory
cat /dev/null >depend.mk
ln -s /rtorrent/xmlrpc-c srcdir
ln -s /rtorrent/xmlrpc-c blddir
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/util'
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/util'
gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   casprintf.c
gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   cmdline_parser.c
c -DNDEBUG  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   cmdline_parser_cpp.cpp
/bin/bash: c: command not found
make[2]: [cmdline_parser_cpp.o] Error 127 (ignored)
gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   getoptx.c
gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   string_parser.c
gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -Isrcdir/lib/util/include -I/rtorrent/xmlrpc-c   stripcaseeq.c
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/util'
make -C libutil/ -f /rtorrent/xmlrpc-c/lib/libutil/Makefile \
        all
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/libutil'
cat /dev/null >depend.mk
/rtorrent/xmlrpc-c/lib/libutil/Makefile:100: depend.mk: No such file or directory
ln -s /rtorrent/xmlrpc-c srcdir
ln -s /rtorrent/xmlrpc-c blddir
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/libutil'
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/libutil'
gcc -c -o asprintf.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   asprintf.c
gcc -c -o base64.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   base64.c
gcc -c -o error.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   error.c
gcc -c -o lock_platform.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   lock_platform.c
gcc -c -o lock_pthread.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   lock_pthread.c
gcc -c -o lock_none.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   lock_none.c
gcc -c -o make_printable.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   make_printable.c
gcc -c -o memblock.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   memblock.c
gcc -c -o select.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   select.c
gcc -c -o sleep.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   sleep.c
gcc -c -o string_number.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   string_number.c
gcc -c -o time.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   time.c
gcc -c -o utf8.o -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   utf8.c
rm -f libxmlrpc_util.a
ar cru libxmlrpc_util.a asprintf.o base64.o error.o lock_platform.o lock_pthread.o lock_none.o make_printable.o memblock.o select.o sleep.o string_number.o time.o utf8.o
ranlib libxmlrpc_util.a
gcc -c -o asprintf.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC asprintf.c
gcc -c -o base64.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC base64.c
gcc -c -o error.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC error.c
gcc -c -o lock_platform.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC lock_platform.c
gcc -c -o lock_pthread.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC lock_pthread.c
gcc -c -o lock_none.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC lock_none.c
gcc -c -o make_printable.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC make_printable.c
gcc -c -o memblock.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC memblock.c
gcc -c -o select.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC select.c
gcc -c -o sleep.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC sleep.c
gcc -c -o string_number.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC string_number.c
gcc -c -o time.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC time.c
gcc -c -o utf8.osh -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC  -I/rtorrent/xmlrpc-c -Isrcdir -I/rtorrent/xmlrpc-c/include -Isrcdir/include -Isrcdir/lib/util/include   -fPIC utf8.c
gcc   -shared -Wl,-soname,libxmlrpc_util.so.3  asprintf.osh base64.osh error.osh lock_platform.osh lock_pthread.osh lock_none.osh make_printable.osh memblock.osh select.osh sleep.osh string_number.osh time.osh utf8.osh -lpthread -o libxmlrpc_util.so.3.39
rm -f libxmlrpc_util.so.3
ln -s libxmlrpc_util.so.3.39 libxmlrpc_util.so.3
rm -f libxmlrpc_util.so
ln -s libxmlrpc_util.so.3 libxmlrpc_util.so
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/libutil'
make -C libutil++/ -f /rtorrent/xmlrpc-c/lib/libutil++/Makefile \
        all
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/libutil++'
/rtorrent/xmlrpc-c/lib/libutil++/Makefile:109: depend.mk: No such file or directory
cat /dev/null >depend.mk
ln -s /rtorrent/xmlrpc-c srcdir
ln -s /rtorrent/xmlrpc-c blddir
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/libutil++'
make[2]: Entering directory `/rtorrent/xmlrpc-c/lib/libutil++'
c -o Lock.o -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include -DNDEBUG  -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include   Lock.cpp
/bin/bash: c: command not found
make[2]: [Lock.o] Error 127 (ignored)
c -o base64.o -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include -DNDEBUG  -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include   base64.cpp
/bin/bash: c: command not found
make[2]: [base64.o] Error 127 (ignored)
c -o env_wrap.o -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include -DNDEBUG  -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include   env_wrap.cpp
/bin/bash: c: command not found
make[2]: [env_wrap.o] Error 127 (ignored)
c -o girerr.o -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include -DNDEBUG  -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include   girerr.cpp
/bin/bash: c: command not found
make[2]: [girerr.o] Error 127 (ignored)
c -o girmem.o -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include -DNDEBUG  -Iblddir/include -Isrcdir/include -Iblddir -Isrcdir/lib/util/include   girmem.cpp
/bin/bash: c: command not found
rm -f libxmlrpc_util++.a
make[2]: [girmem.o] Error 127 (ignored)
ar cru libxmlrpc_util++.a Lock.o base64.o env_wrap.o girerr.o girmem.o
ar: Lock.o: No such file or directory
make[2]: *** [libxmlrpc_util++.a] Error 1
make[1]: *** [libutil++/all] Error 2
make: *** [lib/all] Error 2
make[2]: Leaving directory `/rtorrent/xmlrpc-c/lib/libutil++'
make[1]: Leaving directory `/rtorrent/xmlrpc-c/lib'
INFO[0008] The command [/bin/sh -c (./configure --disable-cplusplus --enable-libxml2-backend) && (make) && (make install)] returned a non-zero code: 2

not downloading

for some reason it doesn't seem to start downloading. even though it finds the trackers and all.

ERROR: Unable to open primary script:

FPM return the following error

root@1560dbdd05c4:/var/www# curl 127.0.0.1:80/php/settings.php
No input file specified.
[05-Sep-2015 19:58:14] WARNING: [pool www] child 34 said into stderr: "ERROR: Unable to open primary script: /var/www/rutorrent/php/settings.php (No such file or directory)"

however settings.php exists and seems to has the good rights

root@1560dbdd05c4:/var/www# namei -om /var/www/rutorrent/php/settings.php
f: /var/www/rutorrent/php/settings.php
 drwxr-xr-x root     root     /
 drwxr-xr-x root     root     var
 drwxr-xr-x www-data www-data www
 drwxr-xr-x www-data www-data rutorrent
 drwxr-xr-x www-data www-data php
 -rwxr-xr-x www-data www-data settings.php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.