- ==> Starting build()...
- patching file siefs/Makefile.am
- patching file siefs/Makefile.in
- checking for a BSD-compatible install... /bin/install -c
- checking whether build environment is sane... yes
- /home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/missing: Unknown `--run' option
- Try `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/missing --help' for more information
- configure: WARNING: `missing' script is too old or missing
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking for gcc... gcc
- checking for C compiler default output... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- 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 ANSI C... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking for ranlib... ranlib
- checking fuse installation... /usr
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating siefs/Makefile
- config.status: creating converter/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- make all-recursive
- make[1]: Entering directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5'
- Making all in siefs
- make[2]: Entering directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/siefs'
- source='siefs.c' object='siefs.o' libtool=no \
- depfile='.deps/siefs.Po' tmpdepfile='.deps/siefs.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- source='obex.c' object='obex.o' libtool=no \
- depfile='.deps/obex.Po' tmpdepfile='.deps/obex.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- source='transport.c' object='transport.o' libtool=no \
- depfile='.deps/transport.Po' tmpdepfile='.deps/transport.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- transport.c: In function ‘tra_send’:
- transport.c:353:2: warning: incompatible implicit declaration of built-in function ‘memcpy’
- transport.c: In function ‘tra_recv’:
- transport.c:478:4: warning: incompatible implicit declaration of built-in function ‘memcpy’
- transport.c:486:4: warning: incompatible implicit declaration of built-in function ‘memcpy’
- transport.c:496:5: warning: incompatible implicit declaration of built-in function ‘memcpy’
- source='comm.c' object='comm.o' libtool=no \
- depfile='.deps/comm.Po' tmpdepfile='.deps/comm.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- siefs.c: In function ‘new_ascii2utf’:
- siefs.c:102:2: warning: return makes pointer from integer without a cast
- siefs.c: In function ‘getdir’:
- siefs.c:132:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:139:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:147:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:168:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_getdir’:
- siefs.c:177:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:179:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_getattr’:
- siefs.c:191:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:230:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_mkdir’:
- siefs.c:240:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:246:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_unlink’:
- siefs.c:257:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:263:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_truncate’:
- siefs.c:279:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:290:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_rename’:
- siefs.c:301:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:302:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:308:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:309:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_mknod’:
- siefs.c:328:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:337:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_open’:
- siefs.c:349:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:393:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_close’:
- siefs.c:402:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:413:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_read’:
- siefs.c:425:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:428:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:437:4: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:450:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c: In function ‘siefs_write’:
- siefs.c:462:2: warning: passing argument 1 of ‘new_ascii2utf’ discards qualifiers from pointer target type
- siefs.c:98:14: note: expected ‘char *’ but argument is of type ‘const char *’
- siefs.c:465:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:470:3: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- siefs.c:482:2: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
- /usr/include/stdlib.h:488:13: note: expected ‘void *’ but argument is of type ‘const char *’
- comm.c: In function ‘comm_open’:
- comm.c:54:14: warning: incompatible implicit declaration of built-in function ‘strdup’
- comm.c: In function ‘comm_restore’:
- comm.c:117:2: warning: incompatible implicit declaration of built-in function ‘bzero’
- source='crcmodel.c' object='crcmodel.o' libtool=no \
- depfile='.deps/crcmodel.Po' tmpdepfile='.deps/crcmodel.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- source='charset.c' object='charset.o' libtool=no \
- depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- source='slink.c' object='slink.o' libtool=no \
- depfile='.deps/slink.Po' tmpdepfile='.deps/slink.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- 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
- charset.c: In function ‘init_charset’:
- charset.c:1173:17: warning: incompatible implicit declaration of built-in function ‘free’
- charset.c:1189:34: warning: incompatible implicit declaration of built-in function ‘malloc’
- 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
- 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
- /usr/lib/libfuse.a(fuse.o): In function `fuse_put_module':
- (.text+0x1de5): undefined reference to `dlclose'
- /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
- (.text+0x8c4c): undefined reference to `dlopen'
- /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
- (.text+0x8d84): undefined reference to `dlclose'
- /usr/lib/libfuse.a(fuse.o): In function `fuse_new_common':
- (.text+0x8f80): undefined reference to `dlerror'
- collect2: ld returned 1 exit status
- make[2]: *** [siefs] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[2]: Leaving directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5/siefs'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/kotyz/builds/abs/local/system/siefs/src/siefs-0.5'
- make: *** [all] Error 2
- Aborting...