Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xmpp@ejabberd:~/src/ejabberd$ ./configure --prefix=$HOME/server --enable-user=xmpp --enable-mysql --enable-pam --enable-zlib
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for a sed that does not truncate output... /bin/sed
- checking for erl... /usr/bin/erl
- checking for erlc... /usr/bin/erlc
- checking for epmd... /usr/bin/epmd
- checking for erl... /usr/bin/erl
- checking for erlc... /usr/bin/erlc
- checking Erlang/OTP version... ok
- checking for Erlang/OTP root directory... /usr/lib/erlang
- checking for escript... /usr/lib/erlang/bin/escript
- checking for make... make
- allow this system user to start ejabberd: xmpp
- checking whether Erlang is using deprecated types... no
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating vars.config
- config.status: creating src/ejabberd.app.src
- xmpp@ejabberd:~/src/ejabberd$ make
- rm -rf deps/.got
- rm -rf deps/.built
- mkdir -p deps
- /usr/lib/erlang/bin/escript rebar get-deps && :> deps/.got
- ==> goldrush (get-deps)
- ==> lager (get-deps)
- ==> p1_utils (get-deps)
- ==> cache_tab (get-deps)
- ==> fast_tls (get-deps)
- ==> stringprep (get-deps)
- ==> fast_xml (get-deps)
- ==> xmpp (get-deps)
- ==> fast_yaml (get-deps)
- ==> jiffy (get-deps)
- WARN: Missing plugins: [rebar3_hex]
- ==> p1_oauth2 (get-deps)
- ==> base64url (get-deps)
- ==> jose (get-deps)
- ==> eimp (get-deps)
- ==> p1_mysql (get-deps)
- ==> epam (get-deps)
- ==> ezlib (get-deps)
- ==> iconv (get-deps)
- ==> rel (get-deps)
- ==> ejabberd (get-deps)
- /usr/lib/erlang/bin/escript rebar configure-deps
- ==> lager (configure-deps)
- ==> p1_utils (configure-deps)
- ==> cache_tab (configure-deps)
- ==> fast_tls (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking for SSL_free in -lssl... yes
- checking for SHA1_Init in -lcrypto... yes
- checking openssl/ssl.h usability... yes
- checking openssl/ssl.h presence... yes
- checking for openssl/ssl.h... yes
- checking openssl/err.h usability... yes
- checking openssl/err.h presence... yes
- checking for openssl/err.h... yes
- checking openssl/sha.h usability... yes
- checking openssl/sha.h presence... yes
- checking for openssl/sha.h... yes
- checking openssl/opensslv.h usability... yes
- checking openssl/opensslv.h presence... yes
- checking for openssl/opensslv.h... yes
- configure: creating ./config.status
- config.status: creating vars.config
- ==> stringprep (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- configure: creating ./config.status
- config.status: creating vars.config
- ==> fast_xml (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking expat.h usability... yes
- checking expat.h presence... yes
- checking for expat.h... yes
- checking for library containing XML_ParserCreate... -lexpat
- configure: creating ./config.status
- config.status: creating vars.config
- ==> xmpp (configure-deps)
- ==> fast_yaml (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking yaml.h usability... yes
- checking yaml.h presence... yes
- checking for yaml.h... yes
- checking for library containing yaml_parser_initialize... -lyaml
- configure: creating ./config.status
- config.status: creating vars.config
- ==> jiffy (configure-deps)
- WARN: Missing plugins: [rebar3_hex]
- ==> p1_oauth2 (configure-deps)
- ==> jose (configure-deps)
- ==> eimp (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking gd.h usability... no
- checking gd.h presence... no
- checking for gd.h... no
- configure: WARNING: libgd header file gd.h was not found
- configure: creating ./config.status
- config.status: creating vars.config
- ==> p1_mysql (configure-deps)
- ==> epam (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking for library containing pam_start... -lpam
- checking for library containing pthread_create... -lpthread
- checking security/pam_appl.h usability... yes
- checking security/pam_appl.h presence... yes
- checking for security/pam_appl.h... yes
- configure: creating ./config.status
- config.status: creating vars.config
- ==> ezlib (configure-deps)
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking zlib.h usability... yes
- checking zlib.h presence... yes
- checking for zlib.h... yes
- configure: creating ./config.status
- config.status: creating vars.config
- ==> iconv (configure-deps)
- 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... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether cc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of cc... none
- checking whether make sets $(MAKE)... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking how to run the C preprocessor... cpp
- 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 for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for ANSI C header files... (cached) yes
- checking for erl... /usr/lib/erlang/erts-7.3/bin/erl
- checking for erlc... /usr/lib/erlang/erts-7.3/bin/erlc
- checking build system type... armv7l-unknown-linux-gnueabihf
- checking host system type... armv7l-unknown-linux-gnueabihf
- checking for ld used by cc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for shared library run path origin... done
- checking for iconv... yes
- checking for working iconv... yes
- checking for iconv declaration...
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating vars.config
- config.status: executing depfiles commands
- ==> rel (configure-deps)
- ==> ejabberd (configure-deps)
- /usr/lib/erlang/bin/escript rebar compile && :> deps/.built
- ==> goldrush (compile)
- ==> lager (compile)
- ==> p1_utils (compile)
- ==> cache_tab (compile)
- ==> fast_tls (compile)
- ==> stringprep (compile)
- ==> fast_xml (compile)
- ==> xmpp (compile)
- ==> fast_yaml (compile)
- ==> jiffy (compile)
- WARN: Missing plugins: [rebar3_hex]
- ==> p1_oauth2 (compile)
- ==> base64url (compile)
- ==> jose (compile)
- ==> eimp (compile)
- ==> p1_mysql (compile)
- ==> epam (compile)
- ==> ezlib (compile)
- ==> iconv (compile)
- ==> rel (compile)
- ==> ejabberd (compile)
- Compiled asn1/XmppAddr.asn1
- Compiled src/eldap_filter_yecc.yrl
- Compiled src/ejabberd_sql_pt.erl
- Compiled src/ejabberd_config.erl
- Compiled src/gen_mod.erl
- src/mod_muc_room.erl:4197: field sub_els undefined in record ps_item
- src/mod_muc_room.erl:4262: field sub_els undefined in record ps_item
- src/mod_muc_room.erl:4181: Warning: variable 'Payload' is unused
- src/mod_muc_room.erl:4255: Warning: variable 'El' is unused
- Compiling src/mod_muc_room.erl failed:
- ERROR: compile failed while processing /home/xmpp/src/ejabberd: rebar_abort
- Makefile:105: recipe for target 'deps/.built' failed
- make: *** [deps/.built] Error 1
Advertisement
Add Comment
Please, Sign In to add comment