Skip to content

Instantly share code, notes, and snippets.

@jefmathiot
Created November 28, 2014 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefmathiot/a4ad2383bdcda19a8e0f to your computer and use it in GitHub Desktop.
Save jefmathiot/a4ad2383bdcda19a8e0f to your computer and use it in GitHub Desktop.
make all-recursive
make[1]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2'
Making all in include
make[2]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include'
Making all in libxml
make[3]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include/libxml'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include/libxml'
make[3]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include'
make[2]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2/include'
Making all in .
make[2]: Entering directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2'
CC SAX.lo
CC entities.lo
CC encoding.lo
CC error.lo
CC parserInternals.lo
CC parser.lo
CC tree.lo
CC hash.lo
CC list.lo
CC xmlIO.lo
CC xmlmemory.lo
CC uri.lo
CC valid.lo
CC xlink.lo
CC HTMLparser.lo
CC HTMLtree.lo
CC debugXML.lo
CC xpath.lo
xpath.c: In function 'xmlXPathRegisterFuncNS':
xpath.c:4875:5: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2' between function pointer and 'void *' [-Wpedantic]
return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
^
In file included from ./include/libxml/parser.h:18:0,
from ./include/libxml/globals.h:18,
from ./include/libxml/threads.h:35,
from ./include/libxml/xmlmemory.h:218,
from xpath.c:38:
./include/libxml/hash.h:128:4: note: expected 'void *' but argument is of type 'xmlXPathFunction'
xmlHashAddEntry2(xmlHashTablePtr table,
^
xpath.c: In function 'xmlXPathFunctionLookupNS':
xpath.c:4956:24: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
^
xpath.c: In function 'xmlXPathCompOpEval':
xpath.c:13552:41: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
XML_CAST_FPTR(func) = op->cache;
^
xpath.c:13579:31: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
op->cache = XML_CAST_FPTR(func);
^
In file included from xpath.c:476:0:
xpath.c: At top level:
trionan.c:218:1: warning: 'trio_is_negative' defined but not used [-Wunused-function]
trio_is_negative
^
CC xpointer.lo
CC xinclude.lo
CC nanohttp.lo
CC nanoftp.lo
CC catalog.lo
CC globals.lo
CC threads.lo
threads.c:53:12: warning: redundant redeclaration of 'pthread_once' [-Wredundant-decls]
extern int pthread_once (pthread_once_t *__once_control,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:505:12: note: previous declaration of 'pthread_once' was here
extern int pthread_once (pthread_once_t *__once_control,
^
threads.c:56:14: warning: redundant redeclaration of 'pthread_getspecific' [-Wredundant-decls]
extern void *pthread_getspecific (pthread_key_t __key)
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1130:14: note: previous declaration of 'pthread_getspecific' was here
extern void *pthread_getspecific (pthread_key_t __key) __THROW;
^
threads.c:58:12: warning: redundant redeclaration of 'pthread_setspecific' [-Wredundant-decls]
extern int pthread_setspecific (pthread_key_t __key,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1133:12: note: previous declaration of 'pthread_setspecific' was here
extern int pthread_setspecific (pthread_key_t __key,
^
threads.c:61:12: warning: redundant redeclaration of 'pthread_key_create' [-Wredundant-decls]
extern int pthread_key_create (pthread_key_t *__key,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1122:12: note: previous declaration of 'pthread_key_create' was here
extern int pthread_key_create (pthread_key_t *__key,
^
threads.c:64:12: warning: redundant redeclaration of 'pthread_key_delete' [-Wredundant-decls]
extern int pthread_key_delete (pthread_key_t __key)
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1127:12: note: previous declaration of 'pthread_key_delete' was here
extern int pthread_key_delete (pthread_key_t __key) __THROW;
^
threads.c:67:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:66:12: warning: redundant redeclaration of 'pthread_mutex_init' [-Wredundant-decls]
extern int pthread_mutex_init ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:760:12: note: previous declaration of 'pthread_mutex_init' was here
extern int pthread_mutex_init (pthread_mutex_t *__mutex,
^
threads.c:69:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:68:12: warning: redundant redeclaration of 'pthread_mutex_destroy' [-Wredundant-decls]
extern int pthread_mutex_destroy ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:765:12: note: previous declaration of 'pthread_mutex_destroy' was here
extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
^
threads.c:71:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:70:12: warning: redundant redeclaration of 'pthread_mutex_lock' [-Wredundant-decls]
extern int pthread_mutex_lock ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:773:12: note: previous declaration of 'pthread_mutex_lock' was here
extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
^
threads.c:73:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:72:12: warning: redundant redeclaration of 'pthread_mutex_unlock' [-Wredundant-decls]
extern int pthread_mutex_unlock ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:784:12: note: previous declaration of 'pthread_mutex_unlock' was here
extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
^
threads.c:75:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:74:12: warning: redundant redeclaration of 'pthread_cond_init' [-Wredundant-decls]
extern int pthread_cond_init ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:979:12: note: previous declaration of 'pthread_cond_init' was here
extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
^
threads.c:77:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:76:12: warning: redundant redeclaration of 'pthread_cond_destroy' [-Wredundant-decls]
extern int pthread_cond_destroy ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:984:12: note: previous declaration of 'pthread_cond_destroy' was here
extern int pthread_cond_destroy (pthread_cond_t *__cond)
^
threads.c:79:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:78:12: warning: redundant redeclaration of 'pthread_cond_wait' [-Wredundant-decls]
extern int pthread_cond_wait ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1000:12: note: previous declaration of 'pthread_cond_wait' was here
extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
^
threads.c:81:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:80:12: warning: redundant redeclaration of 'pthread_equal' [-Wredundant-decls]
extern int pthread_equal ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:289:12: note: previous declaration of 'pthread_equal' was here
extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
^
threads.c:83:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:82:18: warning: redundant redeclaration of 'pthread_self' [-Wredundant-decls]
extern pthread_t pthread_self ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:286:18: note: previous declaration of 'pthread_self' was here
extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
^
threads.c:85:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:84:12: warning: redundant redeclaration of 'pthread_key_create' [-Wredundant-decls]
extern int pthread_key_create ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1122:12: note: previous declaration of 'pthread_key_create' was here
extern int pthread_key_create (pthread_key_t *__key,
^
threads.c:87:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:86:12: warning: redundant redeclaration of 'pthread_key_delete' [-Wredundant-decls]
extern int pthread_key_delete ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1127:12: note: previous declaration of 'pthread_key_delete' was here
extern int pthread_key_delete (pthread_key_t __key) __THROW;
^
threads.c:89:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
__attribute((weak));
^
threads.c:88:12: warning: redundant redeclaration of 'pthread_cond_signal' [-Wredundant-decls]
extern int pthread_cond_signal ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:988:12: note: previous declaration of 'pthread_cond_signal' was here
extern int pthread_cond_signal (pthread_cond_t *__cond)
^
CC c14n.lo
CC xmlstring.lo
CC buf.lo
CC xmlregexp.lo
CC xmlschemas.lo
CC xmlschemastypes.lo
CC xmlunicode.lo
CC xmlreader.lo
CC relaxng.lo
CC dict.lo
CC SAX2.lo
CC xmlwriter.lo
CC legacy.lo
CC chvalid.lo
CC pattern.lo
CC xmlsave.lo
CC xmlmodule.lo
CC schematron.lo
CC xzlib.lo
CCLD libxml2.la
CC testdso.lo
CCLD testdso.la
CC xmllint.o
CCLD xmllint
./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileOpen_real':
xmlIO.c:(.text+0xfa9): undefined reference to `gzdopen'
xmlIO.c:(.text+0x1061): undefined reference to `gzopen64'
./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileOpenW':
xmlIO.c:(.text+0x1165): undefined reference to `gzdopen'
xmlIO.c:(.text+0x1206): undefined reference to `gzopen64'
./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileRead':
xmlIO.c:(.text+0x1252): undefined reference to `gzread'
./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileWrite':
xmlIO.c:(.text+0x129a): undefined reference to `gzwrite'
./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileClose':
xmlIO.c:(.text+0x12d1): undefined reference to `gzclose'
./.libs/libxml2.a(xmlIO.o): In function `xmlFreeZMemBuff':
xmlIO.c:(.text+0x138e): undefined reference to `deflateEnd'
./.libs/libxml2.a(xmlIO.o): In function `xmlCreateZMemBuff':
xmlIO.c:(.text+0x14e5): undefined reference to `deflateInit2_'
xmlIO.c:(.text+0x1570): undefined reference to `crc32'
./.libs/libxml2.a(xmlIO.o): In function `xmlZMemBuffAppend':
xmlIO.c:(.text+0x18ed): undefined reference to `deflate'
xmlIO.c:(.text+0x198c): undefined reference to `crc32'
./.libs/libxml2.a(xmlIO.o): In function `xmlZMemBuffGetContent':
xmlIO.c:(.text+0x1a24): undefined reference to `deflate'
./.libs/libxml2.a(xmlIO.o): In function `__xmlParserInputBufferCreateFilename':
xmlIO.c:(.text+0x2d11): undefined reference to `gzdirect'
./.libs/libxml2.a(nanohttp.o): In function `xmlNanoHTTPFreeCtxt':
nanohttp.c:(.text+0x785): undefined reference to `inflateEnd'
./.libs/libxml2.a(nanohttp.o): In function `xmlNanoHTTPScanAnswer':
nanohttp.c:(.text+0x16f9): undefined reference to `inflateInit2_'
./.libs/libxml2.a(nanohttp.o): In function `xmlNanoHTTPRead':
nanohttp.c:(.text+0x2154): undefined reference to `inflate'
collect2: error: ld returned 1 exit status
make[2]: *** [xmllint] Error 1
make[2]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/electric_sheep/embedded/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.4/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.2/libxml2-2.9.2'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment