Want more features on Pastebin? Sign Up, it's FREE!
Guest

kotyz

By: a guest on Jul 16th, 2010  |  syntax: None  |  size: 12.88 KB  |  views: 93  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ==> Starting build()...
  2. patching file siefs/Makefile.am
  3. patching file siefs/Makefile.in
  4. checking for a BSD-compatible install... /bin/install -c
  5. checking whether build environment is sane... yes
  6. /home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/missing: Unknown `--run' option
  7. Try `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/missing --help' for more information
  8. configure: WARNING: `missing' script is too old or missing
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking for gcc... gcc
  12. checking for C compiler default output... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ANSI C... none needed
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for ranlib... ranlib
  23. checking fuse installation... /usr
  24. configure: creating ./config.status
  25. config.status: creating Makefile
  26. config.status: creating siefs/Makefile
  27. config.status: creating converter/Makefile
  28. config.status: creating config.h
  29. config.status: executing depfiles commands
  30. make  all-recursive
  31. make[1]: Entering directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5'
  32. Making all in siefs
  33. make[2]: Entering directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/siefs'
  34. source='siefs.c' object='siefs.o' libtool=no \
  35.         depfile='.deps/siefs.Po' tmpdepfile='.deps/siefs.TPo' \
  36.         depmode=gcc3 /bin/sh ../depcomp \
  37.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'siefs.c' || echo './'`siefs.c
  38. source='obex.c' object='obex.o' libtool=no \
  39.         depfile='.deps/obex.Po' tmpdepfile='.deps/obex.TPo' \
  40.         depmode=gcc3 /bin/sh ../depcomp \
  41.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'obex.c' || echo './'`obex.c
  42. source='transport.c' object='transport.o' libtool=no \
  43.         depfile='.deps/transport.Po' tmpdepfile='.deps/transport.TPo' \
  44.         depmode=gcc3 /bin/sh ../depcomp \
  45.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'transport.c' || echo './'`transport.c
  46. transport.c: In function ‘tra_send’:
  47. transport.c:353:2: warning: incompatible implicit declaration of built-in function ‘memcpy’
  48. transport.c: In function ‘tra_recv’:
  49. transport.c:478:4: warning: incompatible implicit declaration of built-in function ‘memcpy’
  50. transport.c:486:4: warning: incompatible implicit declaration of built-in function ‘memcpy’
  51. transport.c:496:5: warning: incompatible implicit declaration of built-in function ‘memcpy’
  52. source='comm.c' object='comm.o' libtool=no \
  53.         depfile='.deps/comm.Po' tmpdepfile='.deps/comm.TPo' \
  54.         depmode=gcc3 /bin/sh ../depcomp \
  55.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'comm.c' || echo './'`comm.c
  56. siefs.c: In function ‘new_ascii2utf’:
  57. siefs.c:102:2: warning: return makes pointer from integer without a cast
  58. siefs.c: In function ‘getdir’:
  59. siefs.c:132:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  60. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  61. siefs.c:139:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  62. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  63. siefs.c:147:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  64. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  65. siefs.c:168:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  66. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  67. siefs.c: In function ‘siefs_getdir’:
  68. siefs.c:177:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  69. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  70. siefs.c:179:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  71. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  72. siefs.c: In function ‘siefs_getattr’:
  73. siefs.c:191:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  74. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  75. siefs.c:230:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  76. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  77. siefs.c: In function ‘siefs_mkdir’:
  78. siefs.c:240:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  79. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  80. siefs.c:246:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  81. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  82. siefs.c: In function ‘siefs_unlink’:
  83. siefs.c:257:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  84. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  85. siefs.c:263:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  86. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  87. siefs.c: In function ‘siefs_truncate’:
  88. siefs.c:279:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  89. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  90. siefs.c:290:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  91. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  92. siefs.c: In function ‘siefs_rename’:
  93. siefs.c:301:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  94. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  95. siefs.c:302:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  96. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  97. siefs.c:308:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  98. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  99. siefs.c:309:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  100. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  101. siefs.c: In function ‘siefs_mknod’:
  102. siefs.c:328:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  103. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  104. siefs.c:337:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  105. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  106. siefs.c: In function ‘siefs_open’:
  107. siefs.c:349:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  108. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  109. siefs.c:393:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  110. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  111. siefs.c: In function ‘siefs_close’:
  112. siefs.c:402:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  113. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  114. siefs.c:413:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  115. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  116. siefs.c: In function ‘siefs_read’:
  117. siefs.c:425:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  118. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  119. siefs.c:428:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  120. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  121. siefs.c:437:4: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  122. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  123. siefs.c:450:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  124. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  125. siefs.c: In function ‘siefs_write’:
  126. siefs.c:462:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
  127. siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
  128. siefs.c:465:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  129. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  130. siefs.c:470:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  131. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  132. siefs.c:482:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
  133. /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
  134. comm.c: In function ‘comm_open’:
  135. comm.c:54:14: warning: incompatible implicit declaration of built-in function ‘strdup’
  136. comm.c: In function ‘comm_restore’:
  137. comm.c:117:2: warning: incompatible implicit declaration of built-in function ‘bzero’
  138. source='crcmodel.c' object='crcmodel.o' libtool=no \
  139.         depfile='.deps/crcmodel.Po' tmpdepfile='.deps/crcmodel.TPo' \
  140.         depmode=gcc3 /bin/sh ../depcomp \
  141.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'crcmodel.c' || echo './'`crcmodel.c
  142. source='charset.c' object='charset.o' libtool=no \
  143.         depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
  144.         depmode=gcc3 /bin/sh ../depcomp \
  145.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'charset.c' || echo './'`charset.c
  146. source='slink.c' object='slink.o' libtool=no \
  147.         depfile='.deps/slink.Po' tmpdepfile='.deps/slink.TPo' \
  148.         depmode=gcc3 /bin/sh ../depcomp \
  149.         gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/include  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -c `test -f 'slink.c' || echo './'`slink.c
  150. charset.c: In function ‘init_charset’:
  151. charset.c:1173:17: warning: incompatible implicit declaration of built-in function ‘free’
  152. charset.c:1189:34: warning: incompatible implicit declaration of built-in function ‘malloc’
  153. gcc  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22  -lrt -L/lib -o siefs  siefs.o obex.o transport.o comm.o crcmodel.o charset.o /usr/lib/libfuse.a -lpthread
  154. gcc  -I/usr/include -DFUSEINST="\"/usr\"" -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22  -lrt -L/lib -o slink  slink.o obex.o transport.o comm.o crcmodel.o /usr/lib/libfuse.a -lpthread
  155. /usr/lib/libfuse.a(fuse.o): In function `fuse_put_module':
  156. (.text+0x1de5): undefined reference to `dlclose'
  157. /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
  158. (.text+0x8c4c): undefined reference to `dlopen'
  159. /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
  160. (.text+0x8d84): undefined reference to `dlclose'
  161. /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
  162. (.text+0x8f80): undefined reference to `dlerror'
  163. collect2: ld returned 1 exit status
  164. make[2]: *** [siefs] Error 1
  165. make[2]: *** Waiting for unfinished jobs....
  166. make[2]: Leaving directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/siefs'
  167. make[1]: *** [all-recursive] Error 1
  168. make[1]: Leaving directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5'
  169. make: *** [all] Error 2
  170.     Aborting...
clone this paste RAW Paste Data