-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- acquire... wdfs-1.4.2/ wdfs-1.4.2/README wdfs-1.4.2/configure.ac wdfs-1.4.2/aclocal.m4 wdfs-1.4.2/Makefile.am wdfs-1.4.2/Makefile.in wdfs-1.4.2/configure wdfs-1.4.2/AUTHORS wdfs-1.4.2/COPYING wdfs-1.4.2/ChangeLog wdfs-1.4.2/INSTALL wdfs-1.4.2/NEWS wdfs-1.4.2/TODO wdfs-1.4.2/depcomp wdfs-1.4.2/install-sh wdfs-1.4.2/missing wdfs-1.4.2/src/ wdfs-1.4.2/src/Makefile.am wdfs-1.4.2/src/Makefile.in wdfs-1.4.2/src/config.h.in wdfs-1.4.2/src/cache.c wdfs-1.4.2/src/cache.h wdfs-1.4.2/src/svn.c wdfs-1.4.2/src/svn.h wdfs-1.4.2/src/wdfs-main.c wdfs-1.4.2/src/wdfs-main.h wdfs-1.4.2/src/webdav.c wdfs-1.4.2/src/webdav.h -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-extract... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile... + ub_compile ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for i686-uhu-linux-gcc... i686-uhu-linux-gcc checking for C compiler default output file name... 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 i686-uhu-linux-gcc accepts -g... yes checking for i686-uhu-linux-gcc option to accept ISO C89... none needed checking dependency style of i686-uhu-linux-gcc... gcc3 checking how to run the C preprocessor... i686-uhu-linux-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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for strndup... yes checking for i686-uhu-linux-gcc... (cached) i686-uhu-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-uhu-linux-gcc accepts -g... (cached) yes checking for i686-uhu-linux-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-uhu-linux-gcc... (cached) gcc3 checking for i686-uhu-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for WDFS... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands make -j1 MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 Making all in src make[1]: Entering directory `/var/uhubuild/work/compile/src' make all-am make[2]: Entering directory `/var/uhubuild/work/compile/src' if i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i686 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; \ then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi if i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i686 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT svn.o -MD -MP -MF ".deps/svn.Tpo" -c -o svn.o svn.c; \ then mv -f ".deps/svn.Tpo" ".deps/svn.Po"; else rm -f ".deps/svn.Tpo"; exit 1; fi if i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i686 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT wdfs-main.o -MD -MP -MF ".deps/wdfs-main.Tpo" -c -o wdfs-main.o wdfs-main.c; \ then mv -f ".deps/wdfs-main.Tpo" ".deps/wdfs-main.Po"; else rm -f ".deps/wdfs-main.Tpo"; exit 1; fi wdfs-main.c: In function 'wdfs_open': wdfs-main.c:700:2: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] wdfs-main.c: In function 'wdfs_read': wdfs-main.c:766:2: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] wdfs-main.c: In function 'wdfs_write': wdfs-main.c:788:2: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] wdfs-main.c: In function 'wdfs_ftruncate': wdfs-main.c:964:2: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] if i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i686 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT webdav.o -MD -MP -MF ".deps/webdav.Tpo" -c -o webdav.o webdav.c; \ then mv -f ".deps/webdav.Tpo" ".deps/webdav.Po"; else rm -f ".deps/webdav.Tpo"; exit 1; fi i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -o wdfs cache.o svn.o wdfs-main.o webdav.o -lfuse -lneon -lglib-2.0 /usr/bin/ld: cache.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1' /usr/bin/ld: note: 'pthread_create@@GLIBC_2.1' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line /lib/libpthread.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[2]: *** [wdfs] Error 1 make[2]: Leaving directory `/var/uhubuild/work/compile/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/uhubuild/work/compile/src' make: *** [all-recursive] Error 1 HIBA a(z) compile fazisban.