>>> Unpacking source... >>> Unpacking chironfs-1.1.1.tar.gz to /var/tmp/portage/sys-fs/chironfs-1.1.1/work >>> Source unpacked in /var/tmp/portage/sys-fs/chironfs-1.1.1/work >>> Compiling source in /var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1 ... * econf: updating chironfs-1.1.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating chironfs-1.1.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux 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... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... i686-pc-linux-gnu-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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for C/C++ restrict keyword... __restrict checking for size_t... yes checking for ssize_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uint32_t... yes checking for uint64_t... yes checking whether closedir returns void... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for library containing getmntent... none required checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether stat accepts an empty string... no checking for strftime... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for dup2... yes checking for getcwd... yes checking for getmntent... (cached) yes checking for getmntinfo... no checking for lchown... yes checking for localtime_r... yes checking for memset... yes checking for mkdir... yes checking for mkfifo... yes checking for realpath... yes checking for rmdir... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for utime... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands make -j14 cd . && /bin/sh /var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1/missing --run autoheader aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te-2.63: /usr/bin/m4 failed with exit status: 63 autoheader-2.63: '/usr/bin/autom4te-2.63' failed with exit status: 63 WARNING: `autoheader' is probably too old. You should only need it if you modified `acconfig.h' or `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory `/var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1' Making all in src make[2]: Entering directory `/var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -MT chironfs.o -MD -MP -MF .deps/chironfs.Tpo -c -o chironfs.o chironfs.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -MT chiron-conf.o -MD -MP -MF .deps/chiron-conf.Tpo -c -o chiron-conf.o chiron-conf.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -MT chirondbg.o -MD -MP -MF .deps/chirondbg.Tpo -c -o chirondbg.o chirondbg.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -MT chironfn.o -MD -MP -MF .deps/chironfn.Tpo -c -o chironfn.o chironfn.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -MT chirctl.o -MD -MP -MF .deps/chirctl.Tpo -c -o chirctl.o chirctl.c mv -f .deps/chironfn.Tpo .deps/chironfn.Po mv -f .deps/chirondbg.Tpo .deps/chirondbg.Po chiron-conf.c: In function 'do_mount': chiron-conf.c:420: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result mv -f .deps/chiron-conf.Tpo .deps/chiron-conf.Po chirctl.c: In function 'mkctlfs': chirctl.c:177: warning: format not a string literal and no format arguments chirctl.c:189: warning: format not a string literal and no format arguments mv -f .deps/chirctl.Tpo .deps/chirctl.Po i686-pc-linux-gnu-gcc -Wall -W -Wmissing-prototypes -g -O2 -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -pipe -lm -lfuse -Wl,-O1 -o chirctl chirctl.o chirondbg.o chironfn.o chirctl.o: In function `get_path_perm': /var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1/src/chirctl.c:306: undefined reference to `fuse_get_context' chirctl.o: In function `main': /var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1/src/chirctl.c:769: undefined reference to `fuse_main_real_compat25' collect2: ld returned 1 exit status make[2]: *** [chirctl] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/chironfs.Tpo .deps/chironfs.Po make[2]: Leaving directory `/var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/sys-fs/chironfs-1.1.1/work/chironfs-1.1.1' make: *** [all] Error 2 * * ERROR: sys-fs/chironfs-1.1.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 297: Called _eapi0_src_compile * ebuild.sh, line 600: Called _eapi2_src_compile * ebuild.sh, line 634: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/sys-fs/chironfs-1.1.1:20090713-151615.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-fs/chironfs-1.1.1/temp/environment'. *