logo       

Building just parts of an upstream package: msg#00024

t2.devel

Subject: Building just parts of an upstream package


This is a multi-part message in MIME format. Hi,

I would like to only build libuuid from the e2fsprogs package. Is there a way of constraining the make and install stages to just the libs directory?

BTW: I would not mind building all of e2fsprogs, even if I don't need them in my target, and then filter them when creating the image.

But it fails on me, the ERROR-LOG is attached, I did not investigate as I currently have no time for anything .-).

Ciao, MM
--
Marian Aldenhövel, Rosenhain 23, 53123 Bonn
http://www.marian-aldenhoevel.de
"I ran some quick calculations on it. He's about 80% on the right
track. That leaves him only 20% dead when he crashes." Bob C
Command Wrapper Debug: running 'i486-t2-linux-uclibc-gcc --version' ..
i486-t2-linux-uclibc-gcc is
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/i486-t2-linux-uclibc-gcc
Old Command: i486-t2-linux-uclibc-gcc --version
ENVPREFIX = 'CMD'
OTHERS = ''
INSERT = '--help?:-pipe -Os -march=i486'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g*'
APPEND = '-s -fPIC'
FILTER = 'sed -e
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross\2\3,''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -Os
Insert: -march=i486
Copy: --version
Append: -s
Append: -fPIC
Run Filter: sed -e
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross\2\3,'
Old PATH:
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New PATH:
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New Command: i486-t2-linux-uclibc-gcc -pipe -Os -march=i486 --version -s -fPIC
i486-t2-linux-uclibc-gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[ writing debug log to
/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/cmd_wrapper.log ]
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/archdir/e2fsprogs-1.41.1.tar.bz2'
-> `/home/kbox/t2/download/mirror/e/e2fsprogs-1.41.1.tar.bz2'
Running main build function 'build_this_package' ...
Extracting e2fsprogs-1.41.1.tar.bz2 (--use-compress-program=bzip2 -xf) ...
Fixing ownership and permissions ...
Removing CVS, .svn, {arch} and .arch-ids directories ...
Changeing into
/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1
...
Apply patch /home/kbox/t2/package/filesystem/e2fsprogs/elf-lib-symlinks.patch
...
patching file lib/Makefile.elf-lib
Apply patch /home/kbox/t2/package/filesystem/e2fsprogs/et-dietlibc.patch ...
patching file lib/et/et_c.awk
Hunk #1 succeeded at 98 (offset 9 lines).
patching file lib/et/et_h.awk
Hunk #1 succeeded at 97 (offset 8 lines).
Apply patch /home/kbox/t2/package/filesystem/e2fsprogs/fix_blkid_build.patch ...
patching file misc/Makefile.in
Apply patch /home/kbox/t2/package/filesystem/e2fsprogs/powerpc64.patch ...
patching file lib/blkid/blkid_types.h.in
patching file lib/ext2fs/ext2_types.h.in
Creating /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/usr/<..> if
required ...
Autodetection for option impossible: --disable-debug passed thru.
Autodetection for option impossible: --without-libpam passed thru.
Autodetection for option impossible: --without-pam passed thru.
Autodetection for option impossible: --disable-libpam passed thru.
Autodetection for option impossible: --disable-pam passed thru.
Running ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include
--infodir=/usr/info --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var
--disable-debug --disable-nls --without-libpam --without-pam --disable-libpam
--disable-pam --build=i686-nocross-linux-gnu --host=i486-t2-linux-uclibc
--disable-tls --cache-file=./config.cache
configure: loading cache ./config.cache
Generating configuration file for e2fsprogs version 1.41.1
Release date is September, 2008
checking build system type... i686-nocross-linux-gnu
checking host system type... i486-t2-linux-uclibc
CC defaults to i486-t2-linux-uclibc-gcc
checking for i486-t2-linux-uclibc-gcc... i486-t2-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-t2-linux-uclibc-gcc accepts -g... yes
checking for i486-t2-linux-uclibc-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... i486-t2-linux-uclibc-cpp
LD defaults to i486-t2-linux-uclibc-ld
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... (cached) 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 linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking for additional special compiler flags... (none)
Disabling maintainer mode by default
Disabling compression support by default
Enabling htree directory support by default
Disabling ELF shared libraries by default
Disabling BSD shared libraries by default
Disabling profiling libraries by default
Disabling checker libraries by default
Disabling journal debugging by default
Disabling blkid debugging by default
Enabling testio debugging by default
Enabling debugfs support by default
Enabling e2image support by default
Enabling e2resize support by default
Building fsck wrapper by default
Building e2initrd helper by default
Disabling thread local support
Building uuidd by default
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install...
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/install
-c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i486-t2-linux-uclibc-ranlib... i486-t2-linux-uclibc-ranlib
checking for strerror in -lcposix... no
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... guessing yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... guessing no
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ld used by GCC... i486-t2-linux-uclibc-ld
checking if the linker (i486-t2-linux-uclibc-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking whether make sets $(MAKE)... (cached) yes
checking for ln...
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/ln
checking whether ln -s works... yes
checking for mv...
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/mv
checking for cp...
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/cp
checking for rm... /bin/rm
checking for chmod... /bin/chmod
checking for gawk... gawk
checking for egrep... (cached) /bin/grep -E
checking for sed... /bin/sed
checking for perl... /usr/bin/perl
checking for ldconfig... /sbin/ldconfig
checking for i486-t2-linux-uclibc-ar... i486-t2-linux-uclibc-ar
checking for i486-t2-linux-uclibc-ranlib... (cached) i486-t2-linux-uclibc-ranlib
checking for i486-t2-linux-uclibc-strip... i486-t2-linux-uclibc-strip
checking for makeinfo... makeinfo
checking for a BSD-compatible install...
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/install
-c
checking for gcc... cc
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for malloc.h... (cached) yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/disklabel.h usability... no
checking sys/disklabel.h presence... no
checking for sys/disklabel.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/disk.h... no
checking for sys/mount.h... yes
checking for net/if.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for struct dirent.d_reclen... yes
checking for ssize_t... yes
checking whether llseek is declared... no
checking whether lseek64 is declared... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... (cached) yes
checking size of long long... 8
checking whether byte ordering is bigendian... no
checking for inttypes.h... (cached) yes
checking for intptr_t... yes
checking whether struct stat has a st_flags field... no
checking for struct sockaddr.sa_len... no
checking for chflags... no
checking for getrusage... yes
checking for llseek... no
checking for lseek64... yes
checking for open64... yes
checking for fstat64... yes
checking for ftruncate64... yes
checking for getmntinfo... no
checking for strtoull... yes
checking for strcasecmp... (cached) yes
checking for srandom... yes
checking for jrand48... yes
checking for fchown... yes
checking for mallinfo... yes
checking for fdatasync... yes
checking for strnlen... yes
checking for strptime... yes
checking for strdup... (cached) yes
checking for sysconf... yes
checking for pathconf... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for valloc... yes
checking for __secure_getenv... no
checking for prctl... yes
checking for mmap... yes
checking for utime... yes
checking for setresuid... yes
checking for setresgid... yes
checking for usleep... yes
checking for nanosleep... yes
checking for socket in -lsocket... no
checking for dlopen in -ldl... yes
checking for optreset... no
checking for unified diff option... -u
Setting root_bindir to /usr/bin
Setting root_sbindir to /usr/sbin
Setting root_libdir to /usr/lib
Setting root_sysconfdir to /etc
checking whether linker accepts -static... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating Makefile
config.status: creating e2fsprogs.spec
config.status: creating util/Makefile
config.status: creating util/subst.conf
config.status: creating util/gen-tarball
config.status: creating lib/et/Makefile
config.status: creating lib/ss/Makefile
config.status: creating lib/e2p/Makefile
config.status: creating lib/ext2fs/Makefile
config.status: creating lib/ext2fs/ext2_types.h
config.status: creating lib/uuid/Makefile
config.status: creating lib/uuid/uuid_types.h
config.status: creating lib/blkid/Makefile
config.status: creating lib/blkid/blkid_types.h
config.status: creating lib/ss/ss.pc
config.status: creating lib/uuid/uuid.pc
config.status: creating lib/et/com_err.pc
config.status: creating lib/e2p/e2p.pc
config.status: creating lib/blkid/blkid.pc
config.status: creating lib/ext2fs/ext2fs.pc
config.status: creating misc/Makefile
config.status: creating ext2ed/Makefile
config.status: creating e2fsck/Makefile
config.status: creating debugfs/Makefile
config.status: creating tests/Makefile
config.status: creating tests/progs/Makefile
config.status: creating resize/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Running make CC=i486-t2-linux-uclibc-gcc CPP=i486-t2-linux-uclibc-cpp
CXX=i486-t2-linux-uclibc-g++ prefix=/usr CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc
HOSTCC=cc HOST_CC=cc STRIP=i486-t2-linux-uclibc-strip
AR=i486-t2-linux-uclibc-ar LD=i486-t2-linux-uclibc-ld
RANLIB=i486-t2-linux-uclibc-ranlib NM=i486-t2-linux-uclibc-nm
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
cd ./util ; make subst
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/util'
CC subst.c
LD subst
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/util'
cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
config.status: creating ./lib/ext2fs/ext2_types.h
config.status: executing default-1 commands
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
config.status: creating ./lib/blkid/blkid_types.h
config.status: executing default-1 commands
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
config.status: creating ./lib/uuid/uuid_types.h
config.status: executing default-1 commands
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
SUBST compile_et
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
SUBST ext2_err.et
COMPILE_ET ext2_err.et
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
make libs
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/ext2fs/ext2_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/blkid/blkid_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/uuid/uuid_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[2]: `compile_et' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
make[2]: `ext2_err.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
making all in lib/et
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
CC error_message.c
CC et_name.c
CC init_et.c
CC com_err.c
CC com_right.c
GEN_LIB libcom_err.a
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
making all in lib/ss
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ss'
SUBST mk_cmds
COMPILE_ET ss_err.et
CC ss_err.c
MK_CMDS std_rqs.c
CC std_rqs.c
CC invocation.c
CC help.c
CC execute_cmd.c
CC listen.c
CC parse.c
CC error.c
CC prompt.c
CC request_tbl.c
CC list_rqs.c
CC pager.c
CC requests.c
CC data.c
CC get_readline.c
GEN_LIB libss.a
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ss'
making all in lib/e2p
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/e2p'
CC feature.c
CC fgetflags.c
CC fsetflags.c
CC fgetversion.c
CC fsetversion.c
CC getflags.c
CC getversion.c
CC hashstr.c
CC iod.c
CC ls.c
CC mntopts.c
CC parse_num.c
CC pe.c
CC pf.c
CC ps.c
CC setflags.c
CC setversion.c
CC uuid.c
CC ostype.c
CC percent.c
GEN_LIB libe2p.a
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/e2p'
making all in lib/uuid
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/uuid'
CC clear.c
CC compare.c
CC copy.c
CC gen_uuid.c
CC isnull.c
CC pack.c
CC parse.c
CC unpack.c
CC unparse.c
CC uuid_time.c
GEN_LIB libuuid.a
CC tst_uuid.o
LD tst_uuid
LD uuid_time
SUBST uuid.3
SUBST uuid_clear.3
SUBST uuid_compare.3
SUBST uuid_copy.3
SUBST uuid_generate.3
SUBST uuid_is_null.3
SUBST uuid_parse.3
SUBST uuid_time.3
SUBST uuid_unparse.3
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/uuid'
making all in lib/ext2fs
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
CC bb_compat.c
CC fileio.c
CC inode_io.c
CC namei.c
CC write_bb_file.c
CC dupfs.c
CC imager.c
CC test_io.c
CC ext2_err.c
CC alloc.c
CC alloc_sb.c
CC alloc_stats.c
CC alloc_tables.c
CC badblocks.c
CC bb_inode.c
CC bitmaps.c
CC bitops.c
CC block.c
CC bmap.c
CC check_desc.c
CC closefs.c
CC crc16.c
CC csum.c
CC dblist.c
CC dblist_dir.c
CC dirblock.c
CC dirhash.c
CC dir_iterate.c
CC expanddir.c
CC ext_attr.c
CC extent.c
CC finddev.c
CC flushb.c
CC freefs.c
CC gen_bitmap.c
CC get_pathname.c
CC getsize.c
CC getsectsize.c
CC i_block.c
CC icount.c
CC ind_block.c
CC initialize.c
CC inline.c
CC inode.c
CC io_manager.c
CC ismounted.c
CC link.c
CC llseek.c
CC lookup.c
CC mkdir.c
CC mkjournal.c
CC native.c
CC newdir.c
CC openfs.c
CC read_bb.c
CC read_bb_file.c
CC res_gdt.c
CC rw_bitmaps.c
CC swapfs.c
CC tdb.c
CC undo_io.c
CC unix_io.c
CC unlink.c
CC valid_blk.c
CC version.c
GEN_LIB libext2fs.a
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
making all in lib/blkid
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/blkid'
CC cache.c
CC dev.c
CC devname.c
CC devno.c
CC getsize.c
CC llseek.c
CC probe.c
CC read.c
CC resolve.c
CC save.c
CC tag.c
CC version.c
GEN_LIB libblkid.a
SUBST libblkid.3
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/blkid'
making all in intl
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/intl'
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make progs
make[1]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/ext2fs/ext2_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/blkid/blkid_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: `lib/uuid/uuid_types.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[2]: `compile_et' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
make[2]: `ext2_err.h' is up to date.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
making all in lib/et
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/et'
making all in lib/ss
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ss'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ss'
making all in lib/e2p
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/e2p'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/e2p'
making all in lib/uuid
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/uuid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/uuid'
making all in lib/ext2fs
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/ext2fs'
making all in lib/blkid
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/blkid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/lib/blkid'
making all in intl
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/intl'
making all in e2fsck
make[2]: Entering directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/e2fsck'
COMPILE_ET prof_err.et
CC gen_crc32table
GEN32TABLE crc32table.h
CC crc32.c
CC dict.c
CC unix.c
CC e2fsck.c
CC super.c
CC pass1.c
CC pass1b.c
CC pass2.c
CC pass3.c
CC pass4.c
CC pass5.c
CC journal.c
CC badblocks.c
CC util.c
CC dirinfo.c
CC dx_dirinfo.c
CC ehandler.c
CC problem.c
CC message.c
CC recovery.c
CC region.c
CC revoke.c
CC ea_refcount.c
CC rehash.c
CC profile.c
CC prof_err.c
LD e2fsck
i486-t2-linux-uclibc-ld: warning: cannot find entry symbol _start; defaulting
to 08048094
dict.o: In function `dnode_destroy':
dict.c:(.text+0x4b6): undefined reference to `free'
dict.o: In function `dnode_free':
dict.c:(.text+0x4d9): undefined reference to `free'
dict.o: In function `dnode_create':
dict.c:(.text+0x4fb): undefined reference to `malloc'
dict.o: In function `dnode_alloc':
dict.c:(.text+0x53f): undefined reference to `malloc'
unix.o: In function `signal_cancel':
unix.c:(.text+0x4e): undefined reference to `exit'
unix.o: In function `usage':
unix.c:(.text+0x79): undefined reference to `stderr'
unix.c:(.text+0x80): undefined reference to `fprintf'
unix.c:(.text+0x90): undefined reference to `fputs'
unix.c:(.text+0xa0): undefined reference to `fputs'
unix.c:(.text+0xac): undefined reference to `exit'
unix.o: In function `syntax_err_report':
unix.c:(.text+0xdd): undefined reference to `stderr'
unix.c:(.text+0xe4): undefined reference to `fprintf'
unix.c:(.text+0xee): undefined reference to `exit'
unix.o: In function `e2fsck_clear_progbar':
unix.c:(.text+0x129): undefined reference to `printf'
unix.c:(.text+0x130): undefined reference to `stdout'
unix.c:(.text+0x137): undefined reference to `fflush'
unix.o: In function `check_if_skip':
unix.c:(.text+0x1b8): undefined reference to `fopen'
unix.c:(.text+0x1da): undefined reference to `fscanf'
unix.c:(.text+0x1f2): undefined reference to `fclose'
unix.c:(.text+0x218): undefined reference to `opendir'
unix.c:(.text+0x25a): undefined reference to `snprintf'
unix.c:(.text+0x268): undefined reference to `fopen'
unix.c:(.text+0x28c): undefined reference to `fscanf'
unix.c:(.text+0x2a1): undefined reference to `fclose'
unix.c:(.text+0x2b5): undefined reference to `strncmp'
unix.c:(.text+0x2ca): undefined reference to `closedir'
unix.c:(.text+0x30e): undefined reference to `readdir'
unix.c:(.text+0x327): undefined reference to `closedir'
unix.c:(.text+0x4d5): undefined reference to `stdout'
unix.c:(.text+0x4e5): undefined reference to `fputs'
unix.c:(.text+0x4ee): undefined reference to `printf'
unix.c:(.text+0x4f6): undefined reference to `stdout'
unix.c:(.text+0x504): undefined reference to `fputs'
unix.c:(.text+0x54f): undefined reference to `stdout'
unix.c:(.text+0x56d): undefined reference to `fputs'
unix.c:(.text+0x57e): undefined reference to `printf'
unix.c:(.text+0x587): undefined reference to `stdout'
unix.c:(.text+0x5aa): undefined reference to `__fputc_unlocked'
unix.c:(.text+0x5b6): undefined reference to `fputc'
unix.c:(.text+0x5e7): undefined reference to `exit'
unix.c:(.text+0x60d): undefined reference to `printf'
unix.o: In function `main':
unix.c:(.text+0x6a6): undefined reference to `stderr'
unix.c:(.text+0x6b4): undefined reference to `fputs'
unix.c:(.text+0x6ee): undefined reference to `stdout'
unix.c:(.text+0x6f5): undefined reference to `setvbuf'
unix.c:(.text+0x704): undefined reference to `stderr'
unix.c:(.text+0x70b): undefined reference to `setvbuf'
unix.c:(.text+0x715): undefined reference to `isatty'
unix.c:(.text+0x726): undefined reference to `isatty'
unix.c:(.text+0x7cd): undefined reference to `optarg'
unix.o: In function `.L76':
unix.c:(.text+0x835): undefined reference to `optarg'
unix.c:(.text+0x83c): undefined reference to `sscanf'
unix.c:(.text+0x87c): undefined reference to `dup'
unix.c:(.text+0x888): undefined reference to `__errno_location'
unix.c:(.text+0x8a9): undefined reference to `stderr'
unix.c:(.text+0x8b0): undefined reference to `fprintf'
unix.c:(.text+0x8d0): undefined reference to `close'
unix.o: In function `.L78':
unix.c:(.text+0x8ea): undefined reference to `optarg'
unix.o: In function `.L86':
unix.c:(.text+0x996): undefined reference to `optarg'
unix.c:(.text+0x99d): undefined reference to `sscanf'
unix.o: In function `.L75':
unix.c:(.text+0x9bf): undefined reference to `optarg'
unix.c:(.text+0x9c6): undefined reference to `atoi'
unix.o: In function `.L80':
unix.c:(.text+0x9eb): undefined reference to `optarg'
unix.o: In function `.L83':
unix.c:(.text+0xa2c): undefined reference to `sscanf'
unix.o: In function `.L290':
unix.c:(.text+0xac7): undefined reference to `getopt'
unix.c:(.text+0xaef): undefined reference to `optind'
unix.c:(.text+0xb2c): undefined reference to `optind'
unix.c:(.text+0xb3c): undefined reference to `strchr'
unix.c:(.text+0xb5c): undefined reference to `optind'
unix.c:(.text+0xc16): undefined reference to `stderr'
unix.c:(.text+0xc2b): undefined reference to `strchr'
unix.c:(.text+0xc56): undefined reference to `strchr'
unix.c:(.text+0xc71): undefined reference to `strcmp'
unix.c:(.text+0xc94): undefined reference to `strtoul'
unix.c:(.text+0xcbf): undefined reference to `fputs'
unix.c:(.text+0xcdd): undefined reference to `strcmp'
unix.c:(.text+0xd02): undefined reference to `stderr'
unix.c:(.text+0xd09): undefined reference to `fprintf'
unix.c:(.text+0xd33): undefined reference to `free'
unix.c:(.text+0xd47): undefined reference to `stderr'
unix.c:(.text+0xd55): undefined reference to `fputs'
unix.c:(.text+0xd65): undefined reference to `fputs'
unix.c:(.text+0xd75): undefined reference to `fputs'
unix.c:(.text+0xd9b): undefined reference to `__fputc_unlocked'
unix.c:(.text+0xda7): undefined reference to `fputc'
unix.c:(.text+0xdc1): undefined reference to `getenv'
unix.c:(.text+0xe14): undefined reference to `open'
unix.c:(.text+0xe22): undefined reference to `__errno_location'
unix.c:(.text+0xe91): undefined reference to `close'
unix.c:(.text+0xeae): undefined reference to `stderr'
unix.c:(.text+0xebc): undefined reference to `fputs'
unix.c:(.text+0xec8): undefined reference to `exit'
unix.c:(.text+0xef0): undefined reference to `sigaction'
unix.c:(.text+0xefd): undefined reference to `sigaction'
unix.c:(.text+0xf28): undefined reference to `sigaction'
unix.c:(.text+0xf41): undefined reference to `sigaction'
unix.c:(.text+0xf60): undefined reference to `getenv'
unix.c:(.text+0xf92): undefined reference to `malloc'
unix.c:(.text+0xfbe): undefined reference to `strcpy'
unix.c:(.text+0xfd9): undefined reference to `strcat'
unix.c:(.text+0xfe7): undefined reference to `strcat'
unix.c:(.text+0xff3): undefined reference to `putenv'
unix.c:(.text+0xffe): undefined reference to `optarg'
unix.c:(.text+0x100e): undefined reference to `stderr'
unix.c:(.text+0x1015): undefined reference to `fprintf'
unix.c:(.text+0x104e): undefined reference to `open'
unix.c:(.text+0x1061): undefined reference to `__errno_location'
unix.c:(.text+0x106b): undefined reference to `strerror'
unix.c:(.text+0x107c): undefined reference to `stderr'
unix.c:(.text+0x1083): undefined reference to `fprintf'
unix.c:(.text+0x108f): undefined reference to `close'
unix.c:(.text+0x10db): undefined reference to `stderr'
unix.c:(.text+0x10e2): undefined reference to `fprintf'
unix.c:(.text+0x110d): undefined reference to `stderr'
unix.c:(.text+0x1114): undefined reference to `fprintf'
unix.c:(.text+0x11a4): undefined reference to `printf'
unix.c:(.text+0x11c0): undefined reference to `printf'
unix.c:(.text+0x11ed): undefined reference to `puts'
unix.c:(.text+0x1213): undefined reference to `puts'
unix.c:(.text+0x128f): undefined reference to `getenv'
unix.c:(.text+0x12a5): undefined reference to `getenv'
unix.c:(.text+0x1446): undefined reference to `printf'
unix.c:(.text+0x1519): undefined reference to `puts'
unix.c:(.text+0x1562): undefined reference to `printf'
unix.c:(.text+0x1598): undefined reference to `puts'
unix.c:(.text+0x174a): undefined reference to `__ctype_b'
unix.c:(.text+0x17d3): undefined reference to `puts'
unix.c:(.text+0x18d6): undefined reference to `stderr'
unix.c:(.text+0x18dd): undefined reference to `fprintf'
unix.c:(.text+0x193a): undefined reference to `fprintf'
unix.c:(.text+0x1961): undefined reference to `stderr'
unix.c:(.text+0x1987): undefined reference to `__fputc_unlocked'
unix.c:(.text+0x1996): undefined reference to `fputc'
unix.c:(.text+0x19be): undefined reference to `sysconf'
unix.c:(.text+0x1af8): undefined reference to `puts'
unix.c:(.text+0x1bc0): undefined reference to `printf'
unix.c:(.text+0x1bc7): undefined reference to `stdout'
unix.c:(.text+0x1bce): undefined reference to `fflush'
unix.c:(.text+0x1c0b): undefined reference to `puts'
unix.c:(.text+0x1c19): undefined reference to `puts'
unix.c:(.text+0x1c30): undefined reference to `puts'
unix.c:(.text+0x1cb2): undefined reference to `printf'
unix.c:(.text+0x1d2b): undefined reference to `printf'
unix.c:(.text+0x1d4b): undefined reference to `printf'
unix.c:(.text+0x1d8a): undefined reference to `printf'
unix.c:(.text+0x1ea3): undefined reference to `printf'
unix.o:unix.c:(.text+0x1edf): more undefined references to `printf' follow
unix.o: In function `.L290':
unix.c:(.text+0x1f8d): undefined reference to `stdout'
unix.c:(.text+0x1fb0): undefined reference to `__fputc_unlocked'
unix.c:(.text+0x1fbc): undefined reference to `fputc'
unix.c:(.text+0x1fd9): undefined reference to `printf'
unix.c:(.text+0x1fe7): undefined reference to `stdout'
unix.c:(.text+0x200a): undefined reference to `__fputc_unlocked'
unix.c:(.text+0x2016): undefined reference to `fputc'
unix.c:(.text+0x2062): undefined reference to `printf'
unix.c:(.text+0x208b): undefined reference to `printf'
unix.c:(.text+0x20b4): undefined reference to `printf'
unix.c:(.text+0x20dd): undefined reference to `printf'
unix.c:(.text+0x2106): undefined reference to `printf'
unix.o:unix.c:(.text+0x212f): more undefined references to `printf' follow
unix.o: In function `.L290':
unix.c:(.text+0x223f): undefined reference to `puts'
unix.c:(.text+0x226a): undefined reference to `printf'
unix.c:(.text+0x2388): undefined reference to `free'
unix.o: In function `e2fsck_simple_progress':
unix.c:(.text+0x2428): undefined reference to `gettimeofday'
unix.c:(.text+0x24f6): undefined reference to `printf'
unix.c:(.text+0x2506): undefined reference to `stdout'
unix.c:(.text+0x256d): undefined reference to `__fputc_unlocked'
unix.c:(.text+0x2589): undefined reference to `fputc'
unix.c:(.text+0x25a1): undefined reference to `printf'
unix.c:(.text+0x25bb): undefined reference to `printf'
unix.c:(.text+0x25c5): undefined reference to `stdout'
unix.c:(.text+0x25d3): undefined reference to `fputs'
unix.c:(.text+0x25db): undefined reference to `stdout'
unix.c:(.text+0x25e9): undefined reference to `fputs'
unix.c:(.text+0x260a): undefined reference to `stdout'
unix.c:(.text+0x2611): undefined reference to `fflush'
unix.o: In function `e2fsck_update_progress':
unix.c:(.text+0x2677): undefined reference to `snprintf'
unix.c:(.text+0x269c): undefined reference to `write'
e2fsck.o: In function `e2fsck_run':
e2fsck.c:(.text+0x1c): undefined reference to `_setjmp'
e2fsck.o: In function `e2fsck_reset_context':
e2fsck.c:(.text+0x2d2): undefined reference to `free'
e2fsck.c:(.text+0x301): undefined reference to `free'
e2fsck.c:(.text+0x330): undefined reference to `free'
e2fsck.o: In function `e2fsck_free_context':
e2fsck.c:(.text+0x48e): undefined reference to `free'
e2fsck.c:(.text+0x4b2): undefined reference to `free'
e2fsck.o:e2fsck.c:(.text+0x4ca): more undefined references to `free' follow
e2fsck.o: In function `e2fsck_allocate_context':
e2fsck.c:(.text+0x4f3): undefined reference to `malloc'
e2fsck.c:(.text+0x539): undefined reference to `getenv'
e2fsck.c:(.text+0x54b): undefined reference to `strtoul'
e2fsck.c:(.text+0x557): undefined reference to `time'
super.o: In function `check_backup_super_block':
super.c:(.text+0xf6): undefined reference to `memcmp'
super.o: In function `check_super_block':
super.c:(.text+0xe72): undefined reference to `free'
super.c:(.text+0x10ea): undefined reference to `__divdi3'
super.c:(.text+0x12ce): undefined reference to `free'
super.c:(.text+0x12e1): undefined reference to `free'
pass1.o: In function `scan_extent_node':
pass1.c:(.text+0x774): undefined reference to `printf'
pass1.c:(.text+0x779): undefined reference to `abort'
pass1.c:(.text+0x7b1): undefined reference to `printf'
pass1.o: In function `check_blocks':
pass1.c:(.text+0x16d9): undefined reference to `__divdi3'
pass1.o: In function `process_block':
pass1.c:(.text+0x1af1): undefined reference to `printf'
pass1.o: In function `process_inodes':
pass1.c:(.text+0x1d7c): undefined reference to `qsort'
pass1.c:(.text+0x1dde): undefined reference to `sprintf'
pass1.o: In function `new_table_block':
pass1.c:(.text+0x205e): undefined reference to `malloc'
pass1.c:(.text+0x21bd): undefined reference to `free'
pass1.o: In function `e2fsck_setup_tdb_icount':
pass1.c:(.text+0x2578): undefined reference to `access'
pass1.o: In function `e2fsck_pass1_check_symlink':
pass1.c:(.text+0x271b): undefined reference to `strnlen'
pass1.c:(.text+0x2734): undefined reference to `strnlen'
pass1.o: In function `e2fsck_pass1':
pass1.c:(.text+0x2e26): undefined reference to `free'
pass1.c:(.text+0x2e32): undefined reference to `free'
pass1.c:(.text+0x42f4): undefined reference to `free'
pass1.c:(.text+0x4316): undefined reference to `free'
pass1.c:(.text+0x4322): undefined reference to `free'
pass1b.o: In function `e2fsck_pass1_dupblocks':
pass1b.c:(.text+0xbec): undefined reference to `malloc'
pass1b.c:(.text+0xe14): undefined reference to `free'
pass1b.c:(.text+0x10a0): undefined reference to `free'
pass1b.o: In function `block_dnode_free':
pass1b.c:(.text+0x10f3): undefined reference to `free'
pass1b.c:(.text+0x1105): undefined reference to `free'
pass1b.o: In function `inode_dnode_free':
pass1b.c:(.text+0x113f): undefined reference to `free'
pass1b.o:pass1b.c:(.text+0x1151): more undefined references to `free' follow
pass2.o: In function `check_dir_block':
pass2.c:(.text+0x13e2): undefined reference to `memmove'
pass2.c:(.text+0x143d): undefined reference to `strnlen'
pass2.o: In function `dict_de_cmp':
pass2.c:(.text+0x22fc): undefined reference to `strncmp'
pass3.o: In function `expand_dir_proc':
pass3.c:(.text+0x1dd): undefined reference to `malloc'
pass3.c:(.text+0x22f): undefined reference to `free'
pass3.o: In function `e2fsck_get_lost_and_found':
pass3.c:(.text+0x601): undefined reference to `free'
pass3.o: In function `e2fsck_reconnect_file':
pass3.c:(.text+0x7fe): undefined reference to `sprintf'
pass3.o: In function `e2fsck_pass3':
pass3.c:(.text+0xc56): undefined reference to `free'
pass3.o: In function `fix_dotdot_proc':
pass3.c:(.text+0x11e1): undefined reference to `strncmp'
pass4.o: In function `e2fsck_pass4':
pass4.c:(.text+0x5b6): undefined reference to `free'
pass4.c:(.text+0x5c7): undefined reference to `free'
pass5.o: In function `e2fsck_pass5':
pass5.c:(.text+0x9bf): undefined reference to `free'
pass5.c:(.text+0x11ac): undefined reference to `free'
pass5.c:(.text+0x11b8): undefined reference to `free'
journal.o: In function `e2fsck_fix_ext3_journal_hint':
journal.c:(.text+0x142): undefined reference to `stat'
journal.c:(.text+0x1be): undefined reference to `free'
journal.o: In function `do_cache_destroy':
journal.c:(.text+0x1e6): undefined reference to `free'
journal.o: In function `e2fsck_move_ext3_journal':
journal.c:(.text+0x29b): undefined reference to `memcmp'
journal.o: In function `brelse':
journal.c:(.text+0x657): undefined reference to `free'
journal.o: In function `e2fsck_journal_release':
journal.c:(.text+0x7de): undefined reference to `free'
journal.c:(.text+0x802): undefined reference to `free'
journal.c:(.text+0x81a): undefined reference to `free'
journal.o: In function `e2fsck_journal_fix_bad_inode':
journal.c:(.text+0x898): undefined reference to `puts'
journal.o: In function `e2fsck_get_journal':
journal.c:(.text+0x109e): undefined reference to `memcmp'
journal.c:(.text+0x1173): undefined reference to `free'
journal.c:(.text+0x118d): undefined reference to `free'
journal.c:(.text+0x119e): undefined reference to `free'
journal.o: In function `e2fsck_run_ext3_journal':
journal.c:(.text+0x11e7): undefined reference to `printf'
journal.c:(.text+0x1201): undefined reference to `printf'
journal.o: In function `do_cache_create':
journal.c:(.text+0x1785): undefined reference to `malloc'
badblocks.o: In function `invalid_block':
badblocks.c:(.text+0x1e): undefined reference to `printf'
badblocks.o: In function `check_bb_inode_blocks':
badblocks.c:(.text+0x5f): undefined reference to `printf'
badblocks.o: In function `read_bad_blocks_file':
badblocks.c:(.text+0x12e): undefined reference to `fopen'
badblocks.c:(.text+0x140): undefined reference to `__errno_location'
badblocks.c:(.text+0x1a4): undefined reference to `sprintf'
badblocks.c:(.text+0x1b4): undefined reference to `popen'
badblocks.c:(.text+0x1c2): undefined reference to `__errno_location'
badblocks.c:(.text+0x202): undefined reference to `fclose'
badblocks.c:(.text+0x20d): undefined reference to `pclose'
badblocks.c:(.text+0x239): undefined reference to `printf'
util.o: In function `e2fsck_zero_blocks':
util.c:(.text+0x99): undefined reference to `free'
util.c:(.text+0xc8): undefined reference to `malloc'
util.c:(.text+0xf9): undefined reference to `exit'
util.o: In function `get_backup_sb':
util.c:(.text+0x22d): undefined reference to `malloc'
util.c:(.text+0x2ef): undefined reference to `free'
util.o: In function `print_resource_track':
util.c:(.text+0x325): undefined reference to `gettimeofday'
util.c:(.text+0x33b): undefined reference to `printf'
util.c:(.text+0x34a): undefined reference to `mallinfo'
util.c:(.text+0x38b): undefined reference to `printf'
util.c:(.text+0x39c): undefined reference to `getrusage'
util.c:(.text+0x414): undefined reference to `printf'
util.c:(.text+0x44e): undefined reference to `printf'
util.c:(.text+0x560): undefined reference to `printf'
util.o: In function `init_resource_track':
util.c:(.text+0x594): undefined reference to `sbrk'
util.c:(.text+0x5a1): undefined reference to `gettimeofday'
util.c:(.text+0x5ae): undefined reference to `getrusage'
util.o: In function `preenhalt':
util.c:(.text+0x657): undefined reference to `stderr'
util.c:(.text+0x65e): undefined reference to `fprintf'
util.c:(.text+0x687): undefined reference to `exit'
util.o: In function `ask_yn':
util.c:(.text+0x6b1): undefined reference to `tcgetattr'
util.c:(.text+0x6dd): undefined reference to `tcsetattr'
util.c:(.text+0x70f): undefined reference to `printf'
util.c:(.text+0x733): undefined reference to `stdout'
util.c:(.text+0x73a): undefined reference to `fflush'
util.c:(.text+0x75f): undefined reference to `read'
util.c:(.text+0x792): undefined reference to `tcsetattr'
util.c:(.text+0x7b6): undefined reference to `puts'
util.c:(.text+0x7c5): undefined reference to `longjmp'
util.c:(.text+0x7d4): undefined reference to `puts'
util.c:(.text+0x7f3): undefined reference to `strchr'
util.c:(.text+0x811): undefined reference to `strchr'
util.c:(.text+0x845): undefined reference to `puts'
util.c:(.text+0x856): undefined reference to `puts'
util.c:(.text+0x86d): undefined reference to `tcsetattr'
util.o: In function `ask':
util.c:(.text+0x8ab): undefined reference to `printf'
util.c:(.text+0x8c2): undefined reference to `printf'
util.c:(.text+0x8ec): undefined reference to `printf'
util.o: In function `string_copy':
util.c:(.text+0x944): undefined reference to `malloc'
util.c:(.text+0x958): undefined reference to `strncpy'
util.o: In function `fatal_error':
util.c:(.text+0x993): undefined reference to `stderr'
util.c:(.text+0x99a): undefined reference to `fprintf'
util.c:(.text+0x9c6): undefined reference to `stderr'
util.c:(.text+0x9d4): undefined reference to `fputs'
util.c:(.text+0x9f1): undefined reference to `longjmp'
util.c:(.text+0x9fb): undefined reference to `exit'
util.o: In function `e2fsck_allocate_memory':
util.c:(.text+0xcae): undefined reference to `malloc'
util.c:(.text+0xcd2): undefined reference to `sprintf'
dirinfo.o: In function `e2fsck_get_dir_info':
dirinfo.c:(.text+0x92): undefined reference to `printf'
dirinfo.c:(.text+0xb9): undefined reference to `free'
dirinfo.o: In function `e2fsck_put_dir_info':
dirinfo.c:(.text+0x208): undefined reference to `printf'
dirinfo.o: In function `e2fsck_dir_info_iter':
dirinfo.c:(.text+0x2ff): undefined reference to `printf'
dirinfo.c:(.text+0x34c): undefined reference to `free'
dirinfo.c:(.text+0x355): undefined reference to `free'
dirinfo.o: In function `e2fsck_dir_info_iter_end':
dirinfo.c:(.text+0x3ab): undefined reference to `free'
dirinfo.c:(.text+0x3b7): undefined reference to `free'
dirinfo.o: In function `e2fsck_free_dir_info':
dirinfo.c:(.text+0x46f): undefined reference to `unlink'
dirinfo.c:(.text+0x47e): undefined reference to `free'
dirinfo.c:(.text+0x4a0): undefined reference to `free'
dirinfo.o: In function `e2fsck_add_dir_info':
dirinfo.c:(.text+0x5c6): undefined reference to `access'
dirinfo.c:(.text+0x5f8): undefined reference to `malloc'
dirinfo.c:(.text+0x635): undefined reference to `sprintf'
dirinfo.c:(.text+0x643): undefined reference to `mkstemp'
dirinfo.c:(.text+0x66f): undefined reference to `close'
dirinfo.c:(.text+0x6c9): undefined reference to `realloc'
dx_dirinfo.o: In function `e2fsck_free_dx_dir_info':
dx_dirinfo.c:(.text+0x105): undefined reference to `free'
dx_dirinfo.c:(.text+0x13e): undefined reference to `free'
dx_dirinfo.o: In function `e2fsck_add_dx_dir':
dx_dirinfo.c:(.text+0x1f9): undefined reference to `realloc'
ehandler.o: In function `e2fsck_handle_write_error':
ehandler.c:(.text+0xce): undefined reference to `printf'
ehandler.c:(.text+0xef): undefined reference to `printf'
ehandler.o: In function `e2fsck_handle_read_error':
ehandler.c:(.text+0x1ba): undefined reference to `printf'
ehandler.c:(.text+0x1db): undefined reference to `printf'
problem.o: In function `fix_problem':
problem.c:(.text+0x153): undefined reference to `printf'
problem.c:(.text+0x176): undefined reference to `sprintf'
problem.c:(.text+0x389): undefined reference to `printf'
problem.c:(.text+0x495): undefined reference to `printf'
message.o: In function `safe_print':
message.c:(.text+0x47): undefined reference to `stdout'
message.c:(.text+0x51): undefined reference to `fputs'
message.c:(.text+0x87): undefined reference to `__fputc_unlocked'
message.c:(.text+0x93): undefined reference to `fputc'
message.c:(.text+0xc4): undefined reference to `__fputc_unlocked'
message.c:(.text+0xd4): undefined reference to `fputc'
message.c:(.text+0xeb): undefined reference to `stdout'
message.o: In function `print_pathname':
message.c:(.text+0x12d): undefined reference to `stdout'
message.c:(.text+0x153): undefined reference to `stdout'
message.c:(.text+0x161): undefined reference to `fputs'
message.c:(.text+0x179): undefined reference to `free'
message.o: In function `print_e2fsck_message':
message.c:(.text+0x1b4): undefined reference to `stdout'
message.c:(.text+0x20b): undefined reference to `__ctype_b'
message.c:(.text+0x22d): undefined reference to `__ctype_toupper'
message.c:(.text+0x25b): undefined reference to `__fputc_unlocked'
message.c:(.text+0x26c): undefined reference to `__ctype_toupper'
message.c:(.text+0x278): undefined reference to `fputc'
message.c:(.text+0x3e7): undefined reference to `getenv'
message.c:(.text+0x405): undefined reference to `strcmp'
message.c:(.text+0x41e): undefined reference to `gmtime'
message.c:(.text+0x429): undefined reference to `localtime'
message.c:(.text+0x431): undefined reference to `asctime'
message.o: In function `.L73':
message.c:(.text+0x69b): undefined reference to `stdout'
message.c:(.text+0x6c1): undefined reference to `__fputc_unlocked'
message.c:(.text+0x6d0): undefined reference to `fputc'
message.c:(.text+0x801): undefined reference to `printf'
message.c:(.text+0x822): undefined reference to `printf'
recovery.o: In function `jread':
recovery.c:(.text+0x33): undefined reference to `puts'
recovery.c:(.text+0x60): undefined reference to `printf'
recovery.c:(.text+0xc1): undefined reference to `printf'
recovery.o: In function `do_one_pass':
recovery.c:(.text+0x2e6): undefined reference to `printf'
recovery.c:(.text+0x40f): undefined reference to `printf'
recovery.c:(.text+0x43a): undefined reference to `printf'
recovery.c:(.text+0x4a9): undefined reference to `puts'
recovery.c:(.text+0x6bc): undefined reference to `printf'
recovery.o: In function `journal_skip_recovery':
recovery.c:(.text+0x75a): undefined reference to `printf'
region.o: In function `region_allocate':
region.c:(.text+0xa5): undefined reference to `free'
region.c:(.text+0xca): undefined reference to `malloc'
region.o: In function `region_free':
region.c:(.text+0x12f): undefined reference to `free'
region.c:(.text+0x14d): undefined reference to `free'
region.o: In function `region_create':
region.c:(.text+0x173): undefined reference to `malloc'
revoke.o: In function `journal_clear_revoke':
revoke.c:(.text+0x9d): undefined reference to `free'
revoke.o: In function `journal_destroy_revoke_caches':
revoke.c:(.text+0xd4): undefined reference to `free'
revoke.c:(.text+0xea): undefined reference to `free'
revoke.o: In function `journal_set_revoke':
revoke.c:(.text+0x184): undefined reference to `malloc'
revoke.o: In function `journal_init_revoke_caches':
revoke.c:(.text+0x201): undefined reference to `malloc'
revoke.c:(.text+0x227): undefined reference to `malloc'
revoke.c:(.text+0x24e): undefined reference to `free'
revoke.o: In function `journal_destroy_revoke':
revoke.c:(.text+0x2d4): undefined reference to `printf'
revoke.c:(.text+0x2f9): undefined reference to `free'
revoke.c:(.text+0x301): undefined reference to `free'
revoke.o: In function `journal_init_revoke':
revoke.c:(.text+0x35d): undefined reference to `printf'
revoke.c:(.text+0x382): undefined reference to `malloc'
revoke.c:(.text+0x3ca): undefined reference to `printf'
revoke.c:(.text+0x40d): undefined reference to `malloc'
revoke.c:(.text+0x428): undefined reference to `free'
ea_refcount.o: In function `insert_refcount_el':
ea_refcount.c:(.text+0x95): undefined reference to `realloc'
ea_refcount.c:(.text+0xca): undefined reference to `memmove'
ea_refcount.o: In function `ea_refcount_free':
ea_refcount.c:(.text+0x3fa): undefined reference to `free'
ea_refcount.c:(.text+0x412): undefined reference to `free'
ea_refcount.o: In function `ea_refcount_create':
ea_refcount.c:(.text+0x438): undefined reference to `malloc'
ea_refcount.c:(.text+0x473): undefined reference to `malloc'
rehash.o: In function `mutate_name':
rehash.c:(.text+0x42): undefined reference to `__ctype_b'
rehash.c:(.text+0xd4): undefined reference to `__ctype_b'
rehash.o: In function `hash_cmp':
rehash.c:(.text+0x1b5): undefined reference to `strncmp'
rehash.o: In function `alloc_size_dir':
rehash.c:(.text+0x210): undefined reference to `realloc'
rehash.c:(.text+0x22c): undefined reference to `realloc'
rehash.c:(.text+0x247): undefined reference to `malloc'
rehash.c:(.text+0x259): undefined reference to `malloc'
rehash.o: In function `e2fsck_rehash_dir':
rehash.c:(.text+0x337): undefined reference to `malloc'
rehash.c:(.text+0x371): undefined reference to `malloc'
rehash.c:(.text+0x467): undefined reference to `qsort'
rehash.c:(.text+0x50e): undefined reference to `strncmp'
rehash.c:(.text+0x5f4): undefined reference to `strncmp'
rehash.c:(.text+0xc40): undefined reference to `free'
rehash.c:(.text+0xc53): undefined reference to `free'
rehash.c:(.text+0xc66): undefined reference to `free'
rehash.c:(.text+0xc85): undefined reference to `free'
rehash.c:(.text+0xcaf): undefined reference to `free'
rehash.o: In function `fill_dir_block':
rehash.c:(.text+0x1172): undefined reference to `realloc'
profile.o: In function `profile_iterator_create':
profile.c:(.text+0xb2): undefined reference to `malloc'
profile.o: In function `profile_free_node':
profile.c:(.text+0x131): undefined reference to `free'
profile.c:(.text+0x144): undefined reference to `free'
profile.c:(.text+0x169): undefined reference to `free'
profile.o: In function `profile_iterator_free':
profile.c:(.text+0x1a3): undefined reference to `free'
profile.o: In function `profile_free_file':
profile.c:(.text+0x1e2): undefined reference to `free'
profile.o:profile.c:(.text+0x1ee): more undefined references to `free' follow
profile.o: In function `compstr':
profile.c:(.text+0x2b3): undefined reference to `strcmp'
profile.o: In function `profile_create_node':
profile.c:(.text+0x2dd): undefined reference to `malloc'
profile.c:(.text+0x301): undefined reference to `strdup'
profile.c:(.text+0x31c): undefined reference to `strdup'
profile.o: In function `profile_add_node':
profile.c:(.text+0x39c): undefined reference to `strcmp'
profile.o: In function `parse_line':
profile.c:(.text+0x439): undefined reference to `__ctype_b'
profile.c:(.text+0x4a8): undefined reference to `__ctype_b'
profile.c:(.text+0x51b): undefined reference to `strchr'
profile.c:(.text+0x549): undefined reference to `__ctype_b'
profile.c:(.text+0x5a5): undefined reference to `strcmp'
profile.c:(.text+0x5db): undefined reference to `strcmp'
profile.c:(.text+0x611): undefined reference to `__ctype_b'
profile.c:(.text+0x685): undefined reference to `strchr'
profile.c:(.text+0x6a8): undefined reference to `__ctype_b'
profile.c:(.text+0x6d8): undefined reference to `__ctype_b'
profile.c:(.text+0x6fd): undefined reference to `__ctype_b'
profile.c:(.text+0x7cd): undefined reference to `strchr'
profile.c:(.text+0x8aa): undefined reference to `strchr'
profile.o: In function `profile_update_file':
profile.c:(.text+0x943): undefined reference to `__errno_location'
profile.c:(.text+0x95c): undefined reference to `fopen'
profile.c:(.text+0x9a4): undefined reference to `fgets'
profile.c:(.text+0x9e4): undefined reference to `fclose'
profile.c:(.text+0x9f4): undefined reference to `feof'
profile.c:(.text+0xa0f): undefined reference to `fclose'
profile.o: In function `profile_node_iterator':
profile.c:(.text+0xb66): undefined reference to `strcmp'
profile.c:(.text+0xbd2): undefined reference to `strcmp'
profile.o: In function `profile_iterator':
profile.c:(.text+0xcc6): undefined reference to `malloc'
profile.c:(.text+0xce1): undefined reference to `strcpy'
profile.c:(.text+0xd0e): undefined reference to `malloc'
profile.c:(.text+0xd2d): undefined reference to `free'
profile.c:(.text+0xd48): undefined reference to `strcpy'
profile.o: In function `profile_get_string':
profile.c:(.text+0xe5a): undefined reference to `malloc'
profile.c:(.text+0xe73): undefined reference to `strcpy'
profile.o: In function `profile_get_boolean':
profile.c:(.text+0xf01): undefined reference to `strcasecmp'
profile.c:(.text+0xf2f): undefined reference to `strcasecmp'
profile.o: In function `profile_get_uint':
profile.c:(.text+0xfc2): undefined reference to `__errno_location'
profile.c:(.text+0xfd8): undefined reference to `strtoul'
profile.o: In function `profile_get_integer':
profile.c:(.text+0x1087): undefined reference to `__errno_location'
profile.c:(.text+0x109d): undefined reference to `strtol'
profile.o: In function `profile_set_default':
profile.c:(.text+0x113b): undefined reference to `strcmp'
profile.c:(.text+0x11c9): undefined reference to `strchr'
profile.c:(.text+0x1205): undefined reference to `realloc'
profile.c:(.text+0x1261): undefined reference to `free'
profile.c:(.text+0x12a2): undefined reference to `free'
profile.o: In function `profile_open_file':
profile.c:(.text+0x12da): undefined reference to `malloc'
profile.c:(.text+0x132e): undefined reference to `getenv'
profile.c:(.text+0x1361): undefined reference to `malloc'
profile.c:(.text+0x1378): undefined reference to `__errno_location'
profile.c:(.text+0x138f): undefined reference to `strcpy'
profile.c:(.text+0x139e): undefined reference to `strcat'
profile.c:(.text+0x13c5): undefined reference to `strcmp'
profile.o: In function `profile_init':
profile.c:(.text+0x1417): undefined reference to `malloc'
profile.c:(.text+0x149f): undefined reference to `opendir'
profile.c:(.text+0x14d4): undefined reference to `__errno_location'
profile.c:(.text+0x14ef): undefined reference to `__ctype_b'
profile.c:(.text+0x153b): undefined reference to `malloc'
profile.c:(.text+0x155d): undefined reference to `sprintf'
profile.c:(.text+0x156b): undefined reference to `stat'
profile.c:(.text+0x158a): undefined reference to `free'
profile.c:(.text+0x15b2): undefined reference to `realloc'
profile.c:(.text+0x15da): undefined reference to `readdir'
profile.c:(.text+0x1604): undefined reference to `qsort'
profile.c:(.text+0x1622): undefined reference to `closedir'
profile.c:(.text+0x1632): undefined reference to `closedir'
profile.c:(.text+0x16ce): undefined reference to `strcmp'
prof_err.o: In function `initialize_prof_error_table_r':
prof_err.c:(.text+0x35): undefined reference to `malloc'
../lib/libext2fs.a(test_io.o): In function `test_dump_block':
test_io.c:(.text+0x87): undefined reference to `fprintf'
test_io.c:(.text+0xb3): undefined reference to `fprintf'
test_io.c:(.text+0xdd): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_flush':
test_io.c:(.text+0x16b): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_set_blksize':
test_io.c:(.text+0x20b): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o):test_io.c:(.text+0x255): more undefined
references to `fprintf' follow
../lib/libext2fs.a(test_io.o): In function `test_abort':
test_io.c:(.text+0x25d): undefined reference to `fflush'
test_io.c:(.text+0x262): undefined reference to `abort'
../lib/libext2fs.a(test_io.o): In function `test_write_blk64':
test_io.c:(.text+0x31e): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_write_blk':
test_io.c:(.text+0x413): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_read_blk':
test_io.c:(.text+0x504): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_read_blk64':
test_io.c:(.text+0x60a): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_set_option':
test_io.c:(.text+0x6b0): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o):test_io.c:(.text+0x700): more undefined
references to `fprintf' follow
../lib/libext2fs.a(test_io.o): In function `test_set_option':
test_io.c:(.text+0x71b): undefined reference to `fputs'
../lib/libext2fs.a(test_io.o): In function `test_write_byte':
test_io.c:(.text+0x7d4): undefined reference to `fprintf'
../lib/libext2fs.a(test_io.o): In function `test_close':
test_io.c:(.text+0x863): undefined reference to `stderr'
test_io.c:(.text+0x870): undefined reference to `fclose'
test_io.c:(.text+0x882): undefined reference to `free'
test_io.c:(.text+0x8a6): undefined reference to `free'
test_io.c:(.text+0x8be): undefined reference to `free'
../lib/libext2fs.a(test_io.o): In function `safe_getenv':
test_io.c:(.text+0x8e8): undefined reference to `getuid'
test_io.c:(.text+0x8ef): undefined reference to `geteuid'
test_io.c:(.text+0x8f8): undefined reference to `getgid'
test_io.c:(.text+0x8ff): undefined reference to `getegid'
test_io.c:(.text+0x915): undefined reference to `prctl'
test_io.c:(.text+0x925): undefined reference to `getenv'
../lib/libext2fs.a(test_io.o): In function `test_open':
test_io.c:(.text+0x962): undefined reference to `malloc'
test_io.c:(.text+0x994): undefined reference to `malloc'
test_io.c:(.text+0x9c8): undefined reference to `malloc'
test_io.c:(.text+0x9f1): undefined reference to `strcpy'
test_io.c:(.text+0xacf): undefined reference to `fopen'
test_io.c:(.text+0xae4): undefined reference to `stderr'
test_io.c:(.text+0xb10): undefined reference to `strtoul'
test_io.c:(.text+0xb3a): undefined reference to `strtoul'
test_io.c:(.text+0xb67): undefined reference to `strtoul'
test_io.c:(.text+0xb91): undefined reference to `strtoul'
test_io.c:(.text+0xbbd): undefined reference to `free'
test_io.c:(.text+0xbd1): undefined reference to `free'
../lib/libext2fs.a(ext2_err.o): In function `initialize_ext2_error_table_r':
ext2_err.c:(.text+0x35): undefined reference to `malloc'
../lib/libext2fs.a(alloc.o): In function `ext2fs_alloc_block':
alloc.c:(.text+0x310): undefined reference to `malloc'
alloc.c:(.text+0x3db): undefined reference to `free'
../lib/libext2fs.a(badblocks.o): In function `ext2fs_u32_list_equal':
badblocks.c:(.text+0x208): undefined reference to `memcmp'
../lib/libext2fs.a(badblocks.o): In function `ext2fs_u32_list_iterate_end':
badblocks.c:(.text+0x276): undefined reference to `free'
../lib/libext2fs.a(badblocks.o): In function `ext2fs_u32_list_iterate_begin':
badblocks.c:(.text+0x2cc): undefined reference to `malloc'
../lib/libext2fs.a(badblocks.o): In function `ext2fs_u32_list_add':
badblocks.c:(.text+0x367): undefined reference to `realloc'
../lib/libext2fs.a(badblocks.o): In function `make_u32_list':
badblocks.c:(.text+0x459): undefined reference to `malloc'
badblocks.c:(.text+0x4be): undefined reference to `malloc'
badblocks.c:(.text+0x4e9): undefined reference to `free'
../lib/libext2fs.a(bb_inode.o): In function `ext2fs_update_bb_inode':
bb_inode.c:(.text+0x60): undefined reference to `malloc'
bb_inode.c:(.text+0x8d): undefined reference to `malloc'
bb_inode.c:(.text+0x16e): undefined reference to `time'
bb_inode.c:(.text+0x19a): undefined reference to `time'
bb_inode.c:(.text+0x1e4): undefined reference to `free'
bb_inode.c:(.text+0x1f4): undefined reference to `free'
../lib/libext2fs.a(bb_inode.o): In function `clear_bad_block_proc':
bb_inode.c:(.text+0x33d): undefined reference to `realloc'
../lib/libext2fs.a(block.o): In function `ext2fs_block_iterate2':
block.c:(.text+0x538): undefined reference to `malloc'
block.c:(.text+0xc02): undefined reference to `free'
../lib/libext2fs.a(bmap.o): In function `ext2fs_bmap2':
bmap.c:(.text+0x3bc): undefined reference to `malloc'
bmap.c:(.text+0x743): undefined reference to `free'
../lib/libext2fs.a(closefs.o): In function `ext2fs_flush':
closefs.c:(.text+0x24c): undefined reference to `time'
../lib/libext2fs.a(dblist.o): In function `ext2fs_dblist_sort':
dblist.c:(.text+0x18c): undefined reference to `qsort'
../lib/libext2fs.a(dblist.o): In function `ext2fs_add_dir_block':
dblist.c:(.text+0x254): undefined reference to `realloc'
../lib/libext2fs.a(dblist.o): In function `make_dblist':
dblist.c:(.text+0x2f0): undefined reference to `malloc'
dblist.c:(.text+0x385): undefined reference to `malloc'
dblist.c:(.text+0x3df): undefined reference to `free'
../lib/libext2fs.a(dblist_dir.o): In function `ext2fs_dblist_dir_iterate':
dblist_dir.c:(.text+0x47): undefined reference to `malloc'
dblist_dir.c:(.text+0x91): undefined reference to `free'
../lib/libext2fs.a(dir_iterate.o): In function `ext2fs_dir_iterate2':
dir_iterate.c:(.text+0x298): undefined reference to `malloc'
dir_iterate.c:(.text+0x2e9): undefined reference to `free'
../lib/libext2fs.a(ext_attr.o): In function `ext2fs_adjust_ea_refcount':
ext_attr.c:(.text+0xd8): undefined reference to `malloc'
ext_attr.c:(.text+0x136): undefined reference to `free'
../lib/libext2fs.a(extent.o): In function `.L60':
extent.c:(.text+0x43c): undefined reference to `malloc'
../lib/libext2fs.a(extent.o): In function `ext2fs_extent_delete':
extent.c:(.text+0x6f6): undefined reference to `memmove'
../lib/libext2fs.a(extent.o): In function `extent_node_split':
extent.c:(.text+0xc0c): undefined reference to `malloc'
extent.c:(.text+0xc8c): undefined reference to `malloc'
extent.c:(.text+0xfb1): undefined reference to `free'
extent.c:(.text+0xfc5): undefined reference to `free'
../lib/libext2fs.a(extent.o): In function `ext2fs_extent_insert':
extent.c:(.text+0x108c): undefined reference to `memmove'
../lib/libext2fs.a(extent.o): In function `ext2fs_extent_free':
extent.c:(.text+0x167f): undefined reference to `free'
extent.c:(.text+0x16c5): undefined reference to `free'
extent.c:(.text+0x16ee): undefined reference to `free'
extent.c:(.text+0x170b): undefined reference to `free'
../lib/libext2fs.a(extent.o): In function `ext2fs_extent_open':
extent.c:(.text+0x177a): undefined reference to `malloc'
extent.c:(.text+0x17a4): undefined reference to `malloc'
extent.c:(.text+0x1863): undefined reference to `malloc'
../lib/libext2fs.a(flushb.o): In function `ext2fs_sync_device':
flushb.c:(.text+0x19): undefined reference to `fsync'
flushb.c:(.text+0x24): undefined reference to `__errno_location'
flushb.c:(.text+0x3c): undefined reference to `ioctl'
flushb.c:(.text+0x51): undefined reference to `ioctl'
../lib/libext2fs.a(freefs.o): In function `ext2fs_free_dblist':
freefs.c:(.text+0x34): undefined reference to `free'
freefs.c:(.text+0x6c): undefined reference to `free'
../lib/libext2fs.a(freefs.o): In function `ext2fs_u32_list_free':
freefs.c:(.text+0xaa): undefined reference to `free'
freefs.c:(.text+0xc9): undefined reference to `free'
../lib/libext2fs.a(freefs.o): In function `ext2fs_free':
freefs.c:(.text+0x167): undefined reference to `free'
../lib/libext2fs.a(freefs.o):freefs.c:(.text+0x18b): more undefined references
to `free' follow
../lib/libext2fs.a(gen_bitmap.o): In function `ext2fs_resize_generic_bitmap':
gen_bitmap.c:(.text+0x2d8): undefined reference to `realloc'
../lib/libext2fs.a(gen_bitmap.o): In function `ext2fs_free_generic_bitmap':
gen_bitmap.c:(.text+0x34e): undefined reference to `free'
gen_bitmap.c:(.text+0x374): undefined reference to `free'
gen_bitmap.c:(.text+0x38e): undefined reference to `free'
../lib/libext2fs.a(gen_bitmap.o): In function `ext2fs_make_generic_bitmap':
gen_bitmap.c:(.text+0x3c7): undefined reference to `malloc'
gen_bitmap.c:(.text+0x442): undefined reference to `malloc'
gen_bitmap.c:(.text+0x45f): undefined reference to `strcpy'
gen_bitmap.c:(.text+0x48f): undefined reference to `malloc'
gen_bitmap.c:(.text+0x4bb): undefined reference to `free'
gen_bitmap.c:(.text+0x4d2): undefined reference to `free'
../lib/libext2fs.a(gen_bitmap.o): In function `ext2fs_compare_generic_bitmap':
gen_bitmap.c:(.text+0x77e): undefined reference to `memcmp'
../lib/libext2fs.a(get_pathname.o): In function `get_pathname_proc':
get_pathname.c:(.text+0x30): undefined reference to `strncmp'
get_pathname.c:(.text+0x52): undefined reference to `malloc'
get_pathname.c:(.text+0x71): undefined reference to `strncpy'
../lib/libext2fs.a(get_pathname.o): In function `ext2fs_get_pathname_int':
get_pathname.c:(.text+0xc7): undefined reference to `malloc'
get_pathname.c:(.text+0x109): undefined reference to `malloc'
get_pathname.c:(.text+0x12d): undefined reference to `strcpy'
get_pathname.c:(.text+0x1ec): undefined reference to `malloc'
get_pathname.c:(.text+0x20f): undefined reference to `malloc'
get_pathname.c:(.text+0x231): undefined reference to `strcat'
get_pathname.c:(.text+0x243): undefined reference to `strcat'
get_pathname.c:(.text+0x260): undefined reference to `strcat'
get_pathname.c:(.text+0x26e): undefined reference to `free'
get_pathname.c:(.text+0x288): undefined reference to `free'
../lib/libext2fs.a(get_pathname.o): In function `ext2fs_get_pathname':
get_pathname.c:(.text+0x2de): undefined reference to `malloc'
get_pathname.c:(.text+0x318): undefined reference to `free'
../lib/libext2fs.a(getsize.o): In function `valid_offset':
getsize.c:(.text+0x36): undefined reference to `read'
../lib/libext2fs.a(getsize.o): In function `ext2fs_get_device_size':
getsize.c:(.text+0x6a): undefined reference to `open64'
getsize.c:(.text+0x7c): undefined reference to `__errno_location'
getsize.c:(.text+0x92): undefined reference to `uname'
getsize.c:(.text+0xd2): undefined reference to `ioctl'
getsize.c:(.text+0xea): undefined reference to `__udivdi3'
getsize.c:(.text+0x10d): undefined reference to `ioctl'
getsize.c:(.text+0x13b): undefined reference to `ioctl'
getsize.c:(.text+0x171): undefined reference to `fstat64'
getsize.c:(.text+0x19b): undefined reference to `__divdi3'
getsize.c:(.text+0x2e4): undefined reference to `__udivdi3'
getsize.c:(.text+0x309): undefined reference to `close'
../lib/libext2fs.a(icount.o): In function `insert_icount_el':
icount.c:(.text+0xc6): undefined reference to `realloc'
icount.c:(.text+0xfc): undefined reference to `memmove'
../lib/libext2fs.a(icount.o): In function `get_inode_count':
icount.c:(.text+0x4b9): undefined reference to `free'
../lib/libext2fs.a(icount.o): In function `ext2fs_icount_validate':
icount.c:(.text+0x871): undefined reference to `fprintf'
icount.c:(.text+0x8a4): undefined reference to `fprintf'
../lib/libext2fs.a(icount.o): In function `ext2fs_free_icount':
icount.c:(.text+0x8f9): undefined reference to `free'
icount.c:(.text+0x951): undefined reference to `unlink'
icount.c:(.text+0x95a): undefined reference to `free'
icount.c:(.text+0x966): undefined reference to `free'
../lib/libext2fs.a(icount.o): In function `alloc_icount':
icount.c:(.text+0x99b): undefined reference to `malloc'
../lib/libext2fs.a(icount.o): In function `ext2fs_create_icount2':
icount.c:(.text+0xaf5): undefined reference to `malloc'
../lib/libext2fs.a(icount.o): In function `ext2fs_create_icount_tdb':
icount.c:(.text+0xbe3): undefined reference to `malloc'
icount.c:(.text+0xca2): undefined reference to `sprintf'
icount.c:(.text+0xcb6): undefined reference to `sprintf'
icount.c:(.text+0xcbe): undefined reference to `mkstemp'
icount.c:(.text+0xcf7): undefined reference to `close'
icount.c:(.text+0xd06): undefined reference to `__errno_location'
icount.c:(.text+0xd16): undefined reference to `close'
../lib/libext2fs.a(inode.o): In function `create_icache':
inode.c:(.text+0x158): undefined reference to `malloc'
inode.c:(.text+0x199): undefined reference to `malloc'
inode.c:(.text+0x1d7): undefined reference to `malloc'
inode.c:(.text+0x1f8): undefined reference to `free'
inode.c:(.text+0x233): undefined reference to `free'
inode.c:(.text+0x257): undefined reference to `free'
../lib/libext2fs.a(inode.o): In function `ext2fs_write_inode_full':
inode.c:(.text+0x3b7): undefined reference to `malloc'
inode.c:(.text+0x5d2): undefined reference to `free'
../lib/libext2fs.a(inode.o): In function `ext2fs_write_new_inode':
inode.c:(.text+0x635): undefined reference to `time'
inode.c:(.text+0x693): undefined reference to `malloc'
inode.c:(.text+0x6f0): undefined reference to `free'
../lib/libext2fs.a(inode.o): In function `ext2fs_close_inode_scan':
inode.c:(.text+0x75a): undefined reference to `free'
inode.c:(.text+0x776): undefined reference to `free'
inode.c:(.text+0x78c): undefined reference to `free'
../lib/libext2fs.a(inode.o): In function `ext2fs_open_inode_scan':
inode.c:(.text+0xec5): undefined reference to `malloc'
inode.c:(.text+0xfc0): undefined reference to `malloc'
inode.c:(.text+0xffe): undefined reference to `free'
inode.c:(.text+0x100e): undefined reference to `malloc'
inode.c:(.text+0x103c): undefined reference to `free'
inode.c:(.text+0x1050): undefined reference to `free'
../lib/libext2fs.a(io_manager.o): In function `io_channel_set_options':
io_manager.c:(.text+0x157): undefined reference to `malloc'
io_manager.c:(.text+0x177): undefined reference to `strcpy'
io_manager.c:(.text+0x18e): undefined reference to `strchr'
io_manager.c:(.text+0x1a7): undefined reference to `strchr'
io_manager.c:(.text+0x1e8): undefined reference to `free'
../lib/libext2fs.a(ismounted.o): In function `is_swap_device':
ismounted.c:(.text+0x29): undefined reference to `stat'
ismounted.c:(.text+0x7c): undefined reference to `fopen'
ismounted.c:(.text+0x9e): undefined reference to `fgets'
ismounted.c:(.text+0xb8): undefined reference to `strchr'
ismounted.c:(.text+0xd2): undefined reference to `strchr'
ismounted.c:(.text+0xf0): undefined reference to `strcmp'
ismounted.c:(.text+0x10c): undefined reference to `stat'
ismounted.c:(.text+0x15f): undefined reference to `fgets'
ismounted.c:(.text+0x17c): undefined reference to `fclose'
../lib/libext2fs.a(ismounted.o): In function `check_mntent_file':
ismounted.c:(.text+0x1bd): undefined reference to `setmntent'
ismounted.c:(.text+0x1cc): undefined reference to `__errno_location'
ismounted.c:(.text+0x1e4): undefined reference to `stat'
ismounted.c:(.text+0x265): undefined reference to `strcmp'
ismounted.c:(.text+0x283): undefined reference to `stat'
ismounted.c:(.text+0x2f9): undefined reference to `getmntent'
ismounted.c:(.text+0x323): undefined reference to `stat'
ismounted.c:(.text+0x344): undefined reference to `stat'
ismounted.c:(.text+0x386): undefined reference to `strncpy'
ismounted.c:(.text+0x393): undefined reference to `__errno_location'
ismounted.c:(.text+0x3d8): undefined reference to `hasmntopt'
ismounted.c:(.text+0x400): undefined reference to `strncpy'
ismounted.c:(.text+0x41a): undefined reference to `strcmp'
ismounted.c:(.text+0x43b): undefined reference to `open'
ismounted.c:(.text+0x447): undefined reference to `__errno_location'
ismounted.c:(.text+0x45d): undefined reference to `close'
ismounted.c:(.text+0x46f): undefined reference to `unlink'
ismounted.c:(.text+0x483): undefined reference to `endmntent'
../lib/libext2fs.a(ismounted.o): In function `ext2fs_check_mount_point':
ismounted.c:(.text+0x4da): undefined reference to `strncpy'
ismounted.c:(.text+0x52b): undefined reference to `stat'
ismounted.c:(.text+0x550): undefined reference to `open'
ismounted.c:(.text+0x55c): undefined reference to `__errno_location'
ismounted.c:(.text+0x572): undefined reference to `close'
../lib/libext2fs.a(link.o): In function `link_proc':
link.c:(.text+0x1c8): undefined reference to `strncpy'
../lib/libext2fs.a(llseek.o): In function `ext2fs_llseek':
llseek.c:(.text+0x34): undefined reference to `lseek'
llseek.c:(.text+0x4e): undefined reference to `__errno_location'
llseek.c:(.text+0x64): undefined reference to `lseek64'
llseek.c:(.text+0x7a): undefined reference to `__errno_location'
../lib/libext2fs.a(lookup.o): In function `lookup_proc':
lookup.c:(.text+0x9b): undefined reference to `strncmp'
../lib/libext2fs.a(mkjournal.o): In function `ext2fs_add_journal_device':
mkjournal.c:(.text+0x75): undefined reference to `stat'
mkjournal.c:(.text+0x81): undefined reference to `__errno_location'
mkjournal.c:(.text+0x152): undefined reference to `memcmp'
../lib/libext2fs.a(mkjournal.o): In function `ext2fs_zero_blocks':
mkjournal.c:(.text+0x249): undefined reference to `free'
mkjournal.c:(.text+0x278): undefined reference to `malloc'
../lib/libext2fs.a(mkjournal.o): In function `ext2fs_create_journal_superblock':
mkjournal.c:(.text+0x480): undefined reference to `malloc'
../lib/libext2fs.a(mkjournal.o): In function `ext2fs_add_journal_inode':
mkjournal.c:(.text+0x59e): undefined reference to `strcat'
mkjournal.c:(.text+0x5a8): undefined reference to `open'
mkjournal.c:(.text+0x5c8): undefined reference to `ioctl'
mkjournal.c:(.text+0x5d0): undefined reference to `close'
mkjournal.c:(.text+0x5e7): undefined reference to `open'
mkjournal.c:(.text+0x5f9): undefined reference to `__errno_location'
mkjournal.c:(.text+0x63a): undefined reference to `open'
mkjournal.c:(.text+0x65c): undefined reference to `write'
mkjournal.c:(.text+0x690): undefined reference to `write'
mkjournal.c:(.text+0x69c): undefined reference to `__errno_location'
mkjournal.c:(.text+0x6c2): undefined reference to `close'
mkjournal.c:(.text+0x6dc): undefined reference to `free'
mkjournal.c:(.text+0x707): undefined reference to `fstat'
mkjournal.c:(.text+0x72e): undefined reference to `ioctl'
mkjournal.c:(.text+0x74d): undefined reference to `close'
mkjournal.c:(.text+0x9e0): undefined reference to `time'
mkjournal.c:(.text+0xa63): undefined reference to `free'
mkjournal.c:(.text+0xace): undefined reference to `close'
../lib/libext2fs.a(newdir.o): In function `ext2fs_new_dir_block':
newdir.c:(.text+0x33): undefined reference to `malloc'
../lib/libext2fs.a(openfs.o): In function `ext2fs_open2':
openfs.c:(.text+0x161): undefined reference to `malloc'
openfs.c:(.text+0x1b3): undefined reference to `malloc'
openfs.c:(.text+0x1d4): undefined reference to `strcpy'
openfs.c:(.text+0x1e3): undefined reference to `strchr'
openfs.c:(.text+0x272): undefined reference to `malloc'
openfs.c:(.text+0x29f): undefined reference to `malloc'
openfs.c:(.text+0x35b): undefined reference to `malloc'
openfs.c:(.text+0x619): undefined reference to `malloc'
../lib/libext2fs.a(read_bb_file.o): In function `ext2fs_read_bb_FILE2':
read_bb_file.c:(.text+0x85): undefined reference to `fgets'
read_bb_file.c:(.text+0xa1): undefined reference to `sscanf'
read_bb_file.c:(.text+0x105): undefined reference to `feof'
../lib/libext2fs.a(res_gdt.o): In function `ext2fs_create_resize_inode':
res_gdt.c:(.text+0x51): undefined reference to `malloc'
res_gdt.c:(.text+0x1e2): undefined reference to `time'
res_gdt.c:(.text+0x25e): undefined reference to `__umoddi3'
res_gdt.c:(.text+0x472): undefined reference to `time'
res_gdt.c:(.text+0x4b3): undefined reference to `free'
../lib/libext2fs.a(rw_bitmaps.o): In function `write_bitmaps':
rw_bitmaps.c:(.text+0x69): undefined reference to `malloc'
rw_bitmaps.c:(.text+0xa5): undefined reference to `malloc'
rw_bitmaps.c:(.text+0x223): undefined reference to `free'
rw_bitmaps.c:(.text+0x23d): undefined reference to `free'
../lib/libext2fs.a(rw_bitmaps.o): In function `read_bitmaps':
rw_bitmaps.c:(.text+0x32f): undefined reference to `malloc'
rw_bitmaps.c:(.text+0x391): undefined reference to `strcpy'
rw_bitmaps.c:(.text+0x39e): undefined reference to `strcat'
rw_bitmaps.c:(.text+0x3d8): undefined reference to `malloc'
rw_bitmaps.c:(.text+0x42b): undefined reference to `strcpy'
rw_bitmaps.c:(.text+0x438): undefined reference to `strcat'
rw_bitmaps.c:(.text+0x479): undefined reference to `malloc'
rw_bitmaps.c:(.text+0x4a7): undefined reference to `free'
rw_bitmaps.c:(.text+0x71e): undefined reference to `free'
rw_bitmaps.c:(.text+0x738): undefined reference to `free'
rw_bitmaps.c:(.text+0x760): undefined reference to `free'
rw_bitmaps.c:(.text+0x786): undefined reference to `free'
../lib/libext2fs.a(rw_bitmaps.o):rw_bitmaps.c:(.text+0x7a8): more undefined
references to `free' follow
../lib/libext2fs.a(tdb.o): In function `_tdb_unlockall':
tdb.c:(.text+0x70f): undefined reference to `__errno_location'
tdb.c:(.text+0x719): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `_tdb_lockall':
tdb.c:(.text+0x805): undefined reference to `__errno_location'
tdb.c:(.text+0x80f): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_munmap':
tdb.c:(.text+0x8da): undefined reference to `munmap'
../lib/libext2fs.a(tdb.o): In function `tdb_mmap':
tdb.c:(.text+0x934): undefined reference to `mmap'
tdb.c:(.text+0x94f): undefined reference to `__errno_location'
tdb.c:(.text+0x959): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_oob':
tdb.c:(.text+0x9d8): undefined reference to `fstat'
../lib/libext2fs.a(tdb.o): In function `tdb_unlock':
tdb.c:(.text+0xbaa): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `tdb_brlock':
tdb.c:(.text+0xce4): undefined reference to `fcntl'
tdb.c:(.text+0xcef): undefined reference to `__errno_location'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_transaction_cancel':
tdb.c:(.text+0xe00): undefined reference to `free'
tdb.c:(.text+0xe08): undefined reference to `free'
tdb.c:(.text+0xe97): undefined reference to `free'
tdb.c:(.text+0xee4): undefined reference to `free'
tdb.c:(.text+0xf08): undefined reference to `free'
../lib/libext2fs.a(tdb.o):tdb.c:(.text+0xf68): more undefined references to
`free' follow
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_close':
tdb.c:(.text+0xfb0): undefined reference to `close'
tdb.c:(.text+0xfc8): undefined reference to `free'
tdb.c:(.text+0x101c): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_reopen':
tdb.c:(.text+0x109d): undefined reference to `__errno_location'
tdb.c:(.text+0x10a7): undefined reference to `strerror'
tdb.c:(.text+0x10be): undefined reference to `close'
tdb.c:(.text+0x10ef): undefined reference to `open'
tdb.c:(.text+0x1103): undefined reference to `__errno_location'
tdb.c:(.text+0x110d): undefined reference to `strerror'
tdb.c:(.text+0x1152): undefined reference to `fstat'
tdb.c:(.text+0x1164): undefined reference to `__errno_location'
tdb.c:(.text+0x116e): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_expand_file':
tdb.c:(.text+0x1276): undefined reference to `ftruncate'
tdb.c:(.text+0x1295): undefined reference to `pwrite'
tdb.c:(.text+0x12a9): undefined reference to `__errno_location'
tdb.c:(.text+0x12b3): undefined reference to `strerror'
tdb.c:(.text+0x12ff): undefined reference to `pwrite'
tdb.c:(.text+0x1314): undefined reference to `__errno_location'
tdb.c:(.text+0x131e): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_write':
tdb.c:(.text+0x13ce): undefined reference to `pwrite'
tdb.c:(.text+0x13eb): undefined reference to `__errno_location'
tdb.c:(.text+0x13f5): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_read':
tdb.c:(.text+0x15ed): undefined reference to `pread'
tdb.c:(.text+0x1612): undefined reference to `__errno_location'
tdb.c:(.text+0x161c): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_new_database':
tdb.c:(.text+0x168e): undefined reference to `calloc'
tdb.c:(.text+0x170d): undefined reference to `lseek'
tdb.c:(.text+0x1722): undefined reference to `ftruncate'
tdb.c:(.text+0x1770): undefined reference to `write'
tdb.c:(.text+0x1788): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `tdb_alloc_read':
tdb.c:(.text+0x17c3): undefined reference to `malloc'
tdb.c:(.text+0x17e2): undefined reference to `__errno_location'
tdb.c:(.text+0x17ec): undefined reference to `strerror'
tdb.c:(.text+0x182f): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `tdb_parse_data':
tdb.c:(.text+0x18e2): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `_tdb_lock':
tdb.c:(.text+0x1a98): undefined reference to `realloc'
tdb.c:(.text+0x1aa4): undefined reference to `__errno_location'
../lib/libext2fs.a(tdb.o): In function `tdb_lock':
tdb.c:(.text+0x1b57): undefined reference to `__errno_location'
tdb.c:(.text+0x1b61): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `tdb_traverse_internal':
tdb.c:(.text+0x2730): undefined reference to `free'
tdb.c:(.text+0x27a2): undefined reference to `free'
tdb.c:(.text+0x27b2): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_store':
tdb.c:(.text+0x2b4d): undefined reference to `malloc'
tdb.c:(.text+0x2f71): undefined reference to `realloc'
tdb.c:(.text+0x30e8): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_append':
tdb.c:(.text+0x31eb): undefined reference to `malloc'
tdb.c:(.text+0x3206): undefined reference to `realloc'
tdb.c:(.text+0x3219): undefined reference to `free'
tdb.c:(.text+0x3286): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `transaction_write':
tdb.c:(.text+0x3413): undefined reference to `realloc'
tdb.c:(.text+0x3479): undefined reference to `malloc'
tdb.c:(.text+0x34c6): undefined reference to `malloc'
tdb.c:(.text+0x34de): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_transaction_start':
tdb.c:(.text+0x3640): undefined reference to `calloc'
tdb.c:(.text+0x367f): undefined reference to `free'
tdb.c:(.text+0x36e0): undefined reference to `calloc'
tdb.c:(.text+0x37f3): undefined reference to `free'
../lib/libext2fs.a(tdb.o): In function `tdb_key_compare':
tdb.c:(.text+0x3857): undefined reference to `memcmp'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_nextkey':
tdb.c:(.text+0x3904): undefined reference to `memcmp'
tdb.c:(.text+0x3946): undefined reference to `free'
tdb.c:(.text+0x3962): undefined reference to `free'
tdb.c:(.text+0x39f6): undefined reference to `__errno_location'
tdb.c:(.text+0x3a00): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_printfreelist':
tdb.c:(.text+0x3b51): undefined reference to `printf'
tdb.c:(.text+0x3ba2): undefined reference to `printf'
tdb.c:(.text+0x3bcc): undefined reference to `printf'
tdb.c:(.text+0x3bee): undefined reference to `printf'
../lib/libext2fs.a(tdb.o): In function `tdb_dump_chain':
tdb.c:(.text+0x3c81): undefined reference to `printf'
../lib/libext2fs.a(tdb.o):tdb.c:(.text+0x3cb7): more undefined references to
`printf' follow
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_dump_all':
tdb.c:(.text+0x3db5): undefined reference to `puts'
../lib/libext2fs.a(tdb.o): In function `transaction_sync':
tdb.c:(.text+0x3dea): undefined reference to `fsync'
tdb.c:(.text+0x3e36): undefined reference to `msync'
tdb.c:(.text+0x3e4f): undefined reference to `__errno_location'
tdb.c:(.text+0x3e59): undefined reference to `strerror'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_transaction_recover':
tdb.c:(.text+0x3f3b): undefined reference to `malloc'
tdb.c:(.text+0x3fe2): undefined reference to `free'
tdb.c:(.text+0x402e): undefined reference to `free'
tdb.c:(.text+0x40b4): undefined reference to `ftruncate'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_open_ex':
tdb.c:(.text+0x414f): undefined reference to `calloc'
tdb.c:(.text+0x41d8): undefined reference to `getpagesize'
tdb.c:(.text+0x420f): undefined reference to `__errno_location'
tdb.c:(.text+0x4291): undefined reference to `open'
tdb.c:(.text+0x42a5): undefined reference to `__errno_location'
tdb.c:(.text+0x42af): undefined reference to `strerror'
tdb.c:(.text+0x42ea): undefined reference to `__errno_location'
tdb.c:(.text+0x42f4): undefined reference to `strerror'
tdb.c:(.text+0x4339): undefined reference to `ftruncate'
tdb.c:(.text+0x4357): undefined reference to `__errno_location'
tdb.c:(.text+0x4361): undefined reference to `strerror'
tdb.c:(.text+0x4391): undefined reference to `read'
tdb.c:(.text+0x43ac): undefined reference to `strcmp'
tdb.c:(.text+0x43e6): undefined reference to `__errno_location'
tdb.c:(.text+0x446a): undefined reference to `fstat'
tdb.c:(.text+0x44dd): undefined reference to `__errno_location'
tdb.c:(.text+0x44ed): undefined reference to `__errno_location'
tdb.c:(.text+0x4557): undefined reference to `__errno_location'
tdb.c:(.text+0x4561): undefined reference to `strerror'
tdb.c:(.text+0x45e1): undefined reference to `__errno_location'
tdb.c:(.text+0x4609): undefined reference to `free'
tdb.c:(.text+0x462b): undefined reference to `free'
tdb.c:(.text+0x4645): undefined reference to `close'
tdb.c:(.text+0x4669): undefined reference to `free'
tdb.c:(.text+0x468e): undefined reference to `strdup'
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_transaction_commit':
tdb.c:(.text+0x48d0): undefined reference to `__errno_location'
tdb.c:(.text+0x48f4): undefined reference to `select'
tdb.c:(.text+0x4c03): undefined reference to `free'
tdb.c:(.text+0x4c68): undefined reference to `free'
tdb.c:(.text+0x4ce8): undefined reference to `free'
tdb.c:(.text+0x4d0f): undefined reference to `free'
tdb.c:(.text+0x4d1f): undefined reference to `free'
../lib/libext2fs.a(tdb.o):tdb.c:(.text+0x4ebc): more undefined references to
`free' follow
../lib/libext2fs.a(tdb.o): In function `ext2fs_tdb_transaction_commit':
tdb.c:(.text+0x4f63): undefined reference to `utime'
tdb.c:(.text+0x4f8d): undefined reference to `malloc'
../lib/libext2fs.a(unix_io.o): In function `raw_write_blk':
unix_io.c:(.text+0xd9): undefined reference to `__errno_location'
unix_io.c:(.text+0xfc): undefined reference to `write'
../lib/libext2fs.a(unix_io.o): In function `raw_read_blk':
unix_io.c:(.text+0x447): undefined reference to `__errno_location'
unix_io.c:(.text+0x468): undefined reference to `read'
../lib/libext2fs.a(unix_io.o): In function `unix_set_option':
unix_io.c:(.text+0x7ba): undefined reference to `strcmp'
unix_io.c:(.text+0x7d2): undefined reference to `strtoull'
../lib/libext2fs.a(unix_io.o): In function `unix_write_byte':
unix_io.c:(.text+0x856): undefined reference to `lseek'
unix_io.c:(.text+0x862): undefined reference to `__errno_location'
unix_io.c:(.text+0x875): undefined reference to `write'
../lib/libext2fs.a(unix_io.o): In function `unix_flush':
unix_io.c:(.text+0x8d8): undefined reference to `fsync'
../lib/libext2fs.a(unix_io.o): In function `free_cache':
unix_io.c:(.text+0x933): undefined reference to `free'
../lib/libext2fs.a(unix_io.o): In function `alloc_cache':
unix_io.c:(.text+0x9a1): undefined reference to `malloc'
../lib/libext2fs.a(unix_io.o): In function `unix_close':
unix_io.c:(.text+0xaaa): undefined reference to `close'
unix_io.c:(.text+0xab6): undefined reference to `__errno_location'
unix_io.c:(.text+0xad1): undefined reference to `free'
unix_io.c:(.text+0xaf5): undefined reference to `free'
unix_io.c:(.text+0xb0d): undefined reference to `free'
../lib/libext2fs.a(unix_io.o): In function `unix_open':
unix_io.c:(.text+0xb51): undefined reference to `malloc'
unix_io.c:(.text+0xb94): undefined reference to `malloc'
unix_io.c:(.text+0xbd1): undefined reference to `malloc'
unix_io.c:(.text+0xbf5): undefined reference to `strcpy'
unix_io.c:(.text+0xc7d): undefined reference to `open64'
unix_io.c:(.text+0xc8c): undefined reference to `__errno_location'
unix_io.c:(.text+0xcb5): undefined reference to `uname'
unix_io.c:(.text+0xd15): undefined reference to `fstat'
unix_io.c:(.text+0xd46): undefined reference to `setrlimit'
unix_io.c:(.text+0xd50): undefined reference to `getrlimit'
unix_io.c:(.text+0xd68): undefined reference to `setrlimit'
unix_io.c:(.text+0xd96): undefined reference to `free'
unix_io.c:(.text+0xda7): undefined reference to `free'
../lib/libext2fs.a(unlink.o): In function `unlink_proc':
unlink.c:(.text+0xe2): undefined reference to `strncmp'
../lib/libext2fs.a(version.o): In function `ext2fs_parse_version_string':
version.c:(.text+0x14): undefined reference to `__ctype_b'
../lib/libcom_err.a(error_message.o): In function `init_debug':
error_message.c:(.text+0x2a): undefined reference to `getenv'
error_message.c:(.text+0x3c): undefined reference to `strtoul'
error_message.c:(.text+0x4a): undefined reference to `getuid'
error_message.c:(.text+0x51): undefined reference to `geteuid'
error_message.c:(.text+0x5a): undefined reference to `getgid'
error_message.c:(.text+0x61): undefined reference to `getegid'
error_message.c:(.text+0x77): undefined reference to `prctl'
error_message.c:(.text+0x8d): undefined reference to `getenv'
error_message.c:(.text+0xa5): undefined reference to `fopen'
error_message.c:(.text+0xcc): undefined reference to `fopen'
../lib/libcom_err.a(error_message.o): In function `remove_error_table':
error_message.c:(.text+0x148): undefined reference to `free'
error_message.c:(.text+0x175): undefined reference to `fprintf'
error_message.c:(.text+0x1ae): undefined reference to `fprintf'
../lib/libcom_err.a(error_message.o): In function `add_error_table':
error_message.c:(.text+0x1dc): undefined reference to `malloc'
error_message.c:(.text+0x228): undefined reference to `fprintf'
../lib/libcom_err.a(error_message.o): In function `error_message':
error_message.c:(.text+0x285): undefined reference to `strerror'
error_message.c:(.text+0x2f6): undefined reference to `strcpy'
error_message.c:(.text+0x313): undefined reference to `strcat'
error_message.c:(.text+0x322): undefined reference to `strcat'
../lib/libcom_err.a(com_err.o): In function `default_com_err_proc':
com_err.c:(.text+0x9e): undefined reference to `stderr'
com_err.c:(.text+0xa6): undefined reference to `fputs'
com_err.c:(.text+0xb6): undefined reference to `fputs'
com_err.c:(.text+0xc5): undefined reference to `stderr'
com_err.c:(.text+0xdb): undefined reference to `fputs'
com_err.c:(.text+0xe6): undefined reference to `fputc'
com_err.c:(.text+0xfc): undefined reference to `stderr'
com_err.c:(.text+0x103): undefined reference to `vfprintf'
com_err.c:(.text+0x10e): undefined reference to `stderr'
com_err.c:(.text+0x11c): undefined reference to `fputs'
com_err.c:(.text+0x124): undefined reference to `fflush'
../lib/libblkid.a(cache.o): In function `blkid_gc_cache':
cache.c:(.text+0x33): undefined reference to `stat'
../lib/libblkid.a(cache.o): In function `blkid_put_cache':
cache.c:(.text+0xe2): undefined reference to `free'
cache.c:(.text+0xee): undefined reference to `free'
../lib/libblkid.a(cache.o): In function `blkid_get_cache':
cache.c:(.text+0x11a): undefined reference to `calloc'
cache.c:(.text+0x148): undefined reference to `getuid'
cache.c:(.text+0x14f): undefined reference to `geteuid'
cache.c:(.text+0x158): undefined reference to `getgid'
cache.c:(.text+0x15f): undefined reference to `getegid'
cache.c:(.text+0x175): undefined reference to `prctl'
cache.c:(.text+0x18b): undefined reference to `getenv'
../lib/libblkid.a(dev.o): In function `blkid_dev_iterate_end':
dev.c:(.text+0x38): undefined reference to `free'
../lib/libblkid.a(dev.o): In function `blkid_dev_iterate_begin':
dev.c:(.text+0xc7): undefined reference to `malloc'
../lib/libblkid.a(dev.o): In function `blkid_dev_set_search':
dev.c:(.text+0x14e): undefined reference to `malloc'
dev.c:(.text+0x165): undefined reference to `malloc'
dev.c:(.text+0x17f): undefined reference to `free'
dev.c:(.text+0x191): undefined reference to `free'
dev.c:(.text+0x1a6): undefined reference to `strcpy'
dev.c:(.text+0x1b1): undefined reference to `strcpy'
dev.c:(.text+0x1c7): undefined reference to `free'
dev.c:(.text+0x1dd): undefined reference to `free'
../lib/libblkid.a(dev.o): In function `blkid_free_dev':
dev.c:(.text+0x249): undefined reference to `free'
dev.c:(.text+0x255): undefined reference to `free'
../lib/libblkid.a(dev.o): In function `blkid_new_dev':
dev.c:(.text+0x27c): undefined reference to `calloc'
../lib/libblkid.a(devno.o): In function `free_dirlist':
devno.c:(.text+0x27): undefined reference to `free'
devno.c:(.text+0x2f): undefined reference to `free'
../lib/libblkid.a(devno.o): In function `blkid_strndup':
devno.c:(.text+0x86): undefined reference to `malloc'
devno.c:(.text+0x9a): undefined reference to `strncpy'
../lib/libblkid.a(devno.o): In function `add_to_dirlist':
devno.c:(.text+0xee): undefined reference to `malloc'
devno.c:(.text+0x112): undefined reference to `free'
../lib/libblkid.a(devno.o): In function `blkid__scan_dir':
devno.c:(.text+0x15b): undefined reference to `opendir'
devno.c:(.text+0x1f4): undefined reference to `sprintf'
devno.c:(.text+0x200): undefined reference to `stat'
devno.c:(.text+0x25e): undefined reference to `lstat'
devno.c:(.text+0x28c): undefined reference to `readdir'
devno.c:(.text+0x2a7): undefined reference to `closedir'
../lib/libblkid.a(devno.o): In function `blkid_devno_to_devname':
devno.c:(.text+0x32a): undefined reference to `free'
devno.c:(.text+0x332): undefined reference to `free'
../lib/libblkid.a(read.o): In function `strip_line':
read.c:(.text+0x1a): undefined reference to `__ctype_b'
read.c:(.text+0x4c): undefined reference to `__ctype_b'
../lib/libblkid.a(read.o): In function `blkid_read_cache':
read.c:(.text+0xa0): undefined reference to `open'
read.c:(.text+0xb9): undefined reference to `fstat'
read.c:(.text+0xec): undefined reference to `fdopen'
read.c:(.text+0x147): undefined reference to `fgets'
read.c:(.text+0x17c): undefined reference to `strncmp'
read.c:(.text+0x19a): undefined reference to `strchr'
read.c:(.text+0x1b8): undefined reference to `__ctype_b'
read.c:(.text+0x244): undefined reference to `strrchr'
read.c:(.text+0x277): undefined reference to `strncmp'
read.c:(.text+0x2d5): undefined reference to `free'
read.c:(.text+0x2e3): undefined reference to `free'
read.c:(.text+0x319): undefined reference to `strchr'
read.c:(.text+0x367): undefined reference to `strchr'
read.c:(.text+0x3ea): undefined reference to `strcmp'
read.c:(.text+0x3fc): undefined reference to `strtoull'
read.c:(.text+0x41d): undefined reference to `strcmp'
read.c:(.text+0x42f): undefined reference to `strtol'
read.c:(.text+0x44d): undefined reference to `strcmp'
read.c:(.text+0x45f): undefined reference to `strtoull'
read.c:(.text+0x4c6): undefined reference to `__ctype_b'
read.c:(.text+0x4ea): undefined reference to `fgets'
read.c:(.text+0x503): undefined reference to `fclose'
read.c:(.text+0x51b): undefined reference to `close'
../lib/libblkid.a(resolve.o): In function `blkid_get_devname':
resolve.c:(.text+0x5d): undefined reference to `strchr'
resolve.c:(.text+0xca): undefined reference to `free'
resolve.c:(.text+0xdd): undefined reference to `free'
../lib/libblkid.a(save.o): In function `blkid_flush_cache':
save.c:(.text+0x64): undefined reference to `stat'
save.c:(.text+0x74): undefined reference to `__errno_location'
save.c:(.text+0x97): undefined reference to `access'
save.c:(.text+0xd0): undefined reference to `malloc'
save.c:(.text+0xf4): undefined reference to `sprintf'
save.c:(.text+0xfd): undefined reference to `mkstemp'
save.c:(.text+0x125): undefined reference to `fdopen'
save.c:(.text+0x13e): undefined reference to `fchmod'
save.c:(.text+0x15b): undefined reference to `fopen'
save.c:(.text+0x175): undefined reference to `__errno_location'
save.c:(.text+0x1e6): undefined reference to `fprintf'
save.c:(.text+0x200): undefined reference to `fprintf'
save.c:(.text+0x222): undefined reference to `fprintf'
save.c:(.text+0x23e): undefined reference to `fprintf'
save.c:(.text+0x26f): undefined reference to `fclose'
save.c:(.text+0x28e): undefined reference to `unlink'
save.c:(.text+0x2ab): undefined reference to `malloc'
save.c:(.text+0x2c8): undefined reference to `sprintf'
save.c:(.text+0x2d0): undefined reference to `unlink'
save.c:(.text+0x2de): undefined reference to `link'
save.c:(.text+0x2e6): undefined reference to `free'
save.c:(.text+0x2f9): undefined reference to `rename'
save.c:(.text+0x30d): undefined reference to `free'
../lib/libblkid.a(tag.o): In function `blkid_find_tag_dev':
tag.c:(.text+0x85): undefined reference to `strcmp'
../lib/libblkid.a(tag.o): In function `blkid_dev_has_tag':
tag.c:(.text+0xf0): undefined reference to `strcmp'
../lib/libblkid.a(tag.o): In function `blkid_find_dev_with_tag':
tag.c:(.text+0x171): undefined reference to `strcmp'
tag.c:(.text+0x1b0): undefined reference to `strcmp'
tag.c:(.text+0x1ce): undefined reference to `access'
../lib/libblkid.a(tag.o): In function `blkid_tag_iterate_end':
tag.c:(.text+0x296): undefined reference to `free'
../lib/libblkid.a(tag.o): In function `blkid_free_tag':
tag.c:(.text+0x2db): undefined reference to `free'
tag.c:(.text+0x2ee): undefined reference to `free'
tag.c:(.text+0x2fa): undefined reference to `free'
../lib/libblkid.a(tag.o): In function `blkid_tag_iterate_begin':
tag.c:(.text+0x322): undefined reference to `malloc'
../lib/libblkid.a(tag.o): In function `blkid_parse_tag_string':
tag.c:(.text+0x36e): undefined reference to `strchr'
tag.c:(.text+0x3af): undefined reference to `strrchr'
tag.c:(.text+0x3e2): undefined reference to `free'
../lib/libblkid.a(tag.o): In function `blkid_set_tag':
tag.c:(.text+0x451): undefined reference to `strcmp'
tag.c:(.text+0x471): undefined reference to `strcmp'
tag.c:(.text+0x494): undefined reference to `strcmp'
tag.c:(.text+0x4e6): undefined reference to `strcmp'
tag.c:(.text+0x4f8): undefined reference to `free'
tag.c:(.text+0x508): undefined reference to `free'
tag.c:(.text+0x521): undefined reference to `calloc'
tag.c:(.text+0x5a4): undefined reference to `strcmp'
tag.c:(.text+0x5c3): undefined reference to `calloc'
tag.c:(.text+0x65a): undefined reference to `free'
../lib/libblkid.a(devname.o): In function `lvm_get_devno':
devname.c:(.text+0x21): undefined reference to `fopen'
devname.c:(.text+0x56): undefined reference to `sscanf'
devname.c:(.text+0xc7): undefined reference to `fgets'
devname.c:(.text+0xf4): undefined reference to `fclose'
../lib/libblkid.a(devname.o): In function `blkid_get_dev':
devname.c:(.text+0x146): undefined reference to `strcmp'
devname.c:(.text+0x1fc): undefined reference to `strcmp'
devname.c:(.text+0x223): undefined reference to `strcmp'
devname.c:(.text+0x244): undefined reference to `strcmp'
../lib/libblkid.a(devname.o): In function `probe_one':
devname.c:(.text+0x321): undefined reference to `access'
devname.c:(.text+0x3bb): undefined reference to `sprintf'
devname.c:(.text+0x405): undefined reference to `stat'
devname.c:(.text+0x4ca): undefined reference to `free'
devname.c:(.text+0x509): undefined reference to `strncmp'
devname.c:(.text+0x530): undefined reference to `opendir'
devname.c:(.text+0x591): undefined reference to `strcmp'
devname.c:(.text+0x5aa): undefined reference to `strcmp'
devname.c:(.text+0x5c3): undefined reference to `strcmp'
devname.c:(.text+0x5dd): undefined reference to `strncmp'
devname.c:(.text+0x60e): undefined reference to `sprintf'
devname.c:(.text+0x616): undefined reference to `opendir'
devname.c:(.text+0x632): undefined reference to `strcmp'
devname.c:(.text+0x64e): undefined reference to `readdir'
devname.c:(.text+0x65e): undefined reference to `closedir'
devname.c:(.text+0x678): undefined reference to `readdir'
devname.c:(.text+0x691): undefined reference to `closedir'
devname.c:(.text+0x6be): undefined reference to `strncmp'
../lib/libblkid.a(devname.o): In function `probe_all':
devname.c:(.text+0x738): undefined reference to `time'
devname.c:(.text+0x774): undefined reference to `fopen'
devname.c:(.text+0x7bd): undefined reference to `sscanf'
devname.c:(.text+0x84b): undefined reference to `fgets'
devname.c:(.text+0x864): undefined reference to `fclose'
devname.c:(.text+0x876): undefined reference to `opendir'
devname.c:(.text+0x8a3): undefined reference to `strcmp'
devname.c:(.text+0x8c1): undefined reference to `strcmp'
devname.c:(.text+0x8e7): undefined reference to `malloc'
devname.c:(.text+0x90c): undefined reference to `sprintf'
devname.c:(.text+0x914): undefined reference to `opendir'
devname.c:(.text+0x922): undefined reference to `free'
devname.c:(.text+0x94e): undefined reference to `strcmp'
devname.c:(.text+0x96c): undefined reference to `strcmp'
devname.c:(.text+0x9a3): undefined reference to `malloc'
devname.c:(.text+0x9ba): undefined reference to `closedir'
devname.c:(.text+0x9e3): undefined reference to `sprintf'
devname.c:(.text+0xa12): undefined reference to `sprintf'
devname.c:(.text+0xa3c): undefined reference to `free'
devname.c:(.text+0xa5b): undefined reference to `readdir'
devname.c:(.text+0xa74): undefined reference to `closedir'
devname.c:(.text+0xab1): undefined reference to `readdir'
devname.c:(.text+0xaca): undefined reference to `closedir'
devname.c:(.text+0xae2): undefined reference to `fopen'
devname.c:(.text+0xb7b): undefined reference to `sscanf'
devname.c:(.text+0xc08): undefined reference to `__ctype_b'
devname.c:(.text+0xc72): undefined reference to `strncmp'
devname.c:(.text+0xcca): undefined reference to `fgets'
devname.c:(.text+0xd14): undefined reference to `fclose'
../lib/libblkid.a(devname.o): In function `blkid_probe_all':
devname.c:(.text+0xd6d): undefined reference to `time'
../lib/libblkid.a(probe.o): In function `blkid_known_fstype':
probe.c:(.text+0x79): undefined reference to `strcmp'
../lib/libblkid.a(probe.o): In function `probe_lvm2':
probe.c:(.text+0xc7): undefined reference to `memcmp'
probe.c:(.text+0xe6): undefined reference to `memcmp'
../lib/libblkid.a(probe.o): In function `probe_luks':
probe.c:(.text+0x432): undefined reference to `strncpy'
../lib/libblkid.a(probe.o): In function `get_ext2_info':
probe.c:(.text+0x770): undefined reference to `strcmp'
../lib/libblkid.a(probe.o): In function `get_buffer':
probe.c:(.text+0x9bf): undefined reference to `malloc'
probe.c:(.text+0x9d9): undefined reference to `lseek'
probe.c:(.text+0x9f4): undefined reference to `read'
probe.c:(.text+0xa2b): undefined reference to `realloc'
probe.c:(.text+0xa5a): undefined reference to `read'
../lib/libblkid.a(probe.o): In function `probe_swap1':
probe.c:(.text+0xac7): undefined reference to `memcmp'
../lib/libblkid.a(probe.o): In function `probe_udf':
probe.c:(.text+0xbf7): undefined reference to `memcmp'
probe.c:(.text+0xc2d): undefined reference to `memcmp'
../lib/libblkid.a(probe.o): In function `probe_hfs':
probe.c:(.text+0xc7c): undefined reference to `memcmp'
probe.c:(.text+0xc93): undefined reference to `memcmp'
probe.c:(.text+0xcb8): undefined reference to `sprintf'
../lib/libblkid.a(probe.o): In function `probe_hfsplus':
probe.c:(.text+0xd29): undefined reference to `memcmp'
probe.c:(.text+0xd51): undefined reference to `memcmp'
probe.c:(.text+0xd68): undefined reference to `memcmp'
probe.c:(.text+0xdd5): undefined reference to `memcmp'
probe.c:(.text+0xdec): undefined reference to `memcmp'
probe.c:(.text+0xe15): undefined reference to `sprintf'
../lib/libblkid.a(probe.o): In function `probe_fat':
probe.c:(.text+0x11bc): undefined reference to `memcmp'
probe.c:(.text+0x1264): undefined reference to `memcmp'
probe.c:(.text+0x12b9): undefined reference to `memcmp'
probe.c:(.text+0x131d): undefined reference to `sprintf'
../lib/libblkid.a(probe.o): In function `probe_fat_nomagic':
probe.c:(.text+0x13bf): undefined reference to `memcmp'
probe.c:(.text+0x13d6): undefined reference to `memcmp'
../lib/libblkid.a(probe.o): In function `probe_ntfs':
probe.c:(.text+0x149c): undefined reference to `__udivdi3'
probe.c:(.text+0x1558): undefined reference to `memcmp'
probe.c:(.text+0x15ea): undefined reference to `memcmp'
probe.c:(.text+0x1632): undefined reference to `memcmp'
probe.c:(.text+0x16f9): undefined reference to `sprintf'
../lib/libblkid.a(probe.o): In function `fs_proc_check':
probe.c:(.text+0x1776): undefined reference to `fopen'
probe.c:(.text+0x179c): undefined reference to `fgets'
probe.c:(.text+0x17ad): undefined reference to `__ctype_b'
probe.c:(.text+0x17eb): undefined reference to `strchr'
probe.c:(.text+0x17ff): undefined reference to `strchr'
probe.c:(.text+0x1813): undefined reference to `strchr'
probe.c:(.text+0x1828): undefined reference to `strcmp'
probe.c:(.text+0x183a): undefined reference to `fclose'
probe.c:(.text+0x184c): undefined reference to `feof'
probe.c:(.text+0x1862): undefined reference to `fclose'
../lib/libblkid.a(probe.o): In function `check_for_modules':
probe.c:(.text+0x1899): undefined reference to `uname'
probe.c:(.text+0x18c3): undefined reference to `snprintf'
probe.c:(.text+0x18d2): undefined reference to `fopen'
probe.c:(.text+0x1911): undefined reference to `fgets'
probe.c:(.text+0x1926): undefined reference to `strchr'
probe.c:(.text+0x193a): undefined reference to `strrchr'
probe.c:(.text+0x1978): undefined reference to `strcmp'
probe.c:(.text+0x1995): undefined reference to `strcmp'
probe.c:(.text+0x19ae): undefined reference to `feof'
probe.c:(.text+0x19c7): undefined reference to `fclose'
../lib/libblkid.a(probe.o): In function `system_supports_ext4dev':
probe.c:(.text+0x19f2): undefined reference to `time'
../lib/libblkid.a(probe.o): In function `system_supports_ext4':
probe.c:(.text+0x1a61): undefined reference to `time'
../lib/libblkid.a(probe.o): In function `check_mdraid':
probe.c:(.text+0x1be4): undefined reference to `read'
probe.c:(.text+0x1c02): undefined reference to `memcmp'
probe.c:(.text+0x1c19): undefined reference to `memcmp'
../lib/libblkid.a(probe.o): In function `blkid_verify':
probe.c:(.text+0x1cb7): undefined reference to `time'
probe.c:(.text+0x1cd3): undefined reference to `stat'
probe.c:(.text+0x1cdf): undefined reference to `__errno_location'
probe.c:(.text+0x1d46): undefined reference to `open'
probe.c:(.text+0x1db4): undefined reference to `strcmp'
probe.c:(.text+0x1e0b): undefined reference to `strcmp'
probe.c:(.text+0x1e5a): undefined reference to `memcmp'
probe.c:(.text+0x1f14): undefined reference to `time'
probe.c:(.text+0x1f47): undefined reference to `free'
probe.c:(.text+0x1f5a): undefined reference to `free'
probe.c:(.text+0x1f6d): undefined reference to `close'
../lib/libblkid.a(getsize.o): In function `blkid_get_dev_size':
getsize.c:(.text+0x20): undefined reference to `uname'
getsize.c:(.text+0x5d): undefined reference to `ioctl'
getsize.c:(.text+0x81): undefined reference to `ioctl'
getsize.c:(.text+0x9f): undefined reference to `ioctl'
getsize.c:(.text+0xc8): undefined reference to `fstat64'
getsize.c:(.text+0x144): undefined reference to `read'
getsize.c:(.text+0x1a5): undefined reference to `read'
../lib/libblkid.a(llseek.o): In function `blkid_llseek':
llseek.c:(.text+0x34): undefined reference to `lseek'
llseek.c:(.text+0x4e): undefined reference to `__errno_location'
llseek.c:(.text+0x64): undefined reference to `lseek64'
llseek.c:(.text+0x7a): undefined reference to `__errno_location'
../lib/libuuid.a(gen_uuid.o): In function `get_random_fd':
gen_uuid.c:(.text+0x2a): undefined reference to `gettimeofday'
gen_uuid.c:(.text+0x3a): undefined reference to `open'
gen_uuid.c:(.text+0x59): undefined reference to `open'
gen_uuid.c:(.text+0x76): undefined reference to `fcntl'
gen_uuid.c:(.text+0x8f): undefined reference to `fcntl'
gen_uuid.c:(.text+0x97): undefined reference to `getpid'
gen_uuid.c:(.text+0x9e): undefined reference to `getuid'
gen_uuid.c:(.text+0xb4): undefined reference to `srandom'
gen_uuid.c:(.text+0xb9): undefined reference to `getpid'
gen_uuid.c:(.text+0xc8): undefined reference to `getppid'
gen_uuid.c:(.text+0xf1): undefined reference to `gettimeofday'
gen_uuid.c:(.text+0x104): undefined reference to `random'
../lib/libuuid.a(gen_uuid.o): In function `get_random_bytes':
gen_uuid.c:(.text+0x157): undefined reference to `read'
gen_uuid.c:(.text+0x181): undefined reference to `random'
gen_uuid.c:(.text+0x1b7): undefined reference to `syscall'
gen_uuid.c:(.text+0x1dc): undefined reference to `jrand48'
../lib/libuuid.a(gen_uuid.o): In function `read_all':
gen_uuid.c:(.text+0x303): undefined reference to `read'
gen_uuid.c:(.text+0x30f): undefined reference to `__errno_location'
../lib/libuuid.a(gen_uuid.o): In function `get_node_id':
gen_uuid.c:(.text+0x364): undefined reference to `socket'
gen_uuid.c:(.text+0x39f): undefined reference to `ioctl'
gen_uuid.c:(.text+0x3af): undefined reference to `close'
gen_uuid.c:(.text+0x3e4): undefined reference to `strncpy'
gen_uuid.c:(.text+0x3f8): undefined reference to `ioctl'
gen_uuid.c:(.text+0x44a): undefined reference to `close'
gen_uuid.c:(.text+0x469): undefined reference to `close'
../lib/libuuid.a(gen_uuid.o): In function `uuid__generate_time':
gen_uuid.c:(.text+0x4d7): undefined reference to `umask'
gen_uuid.c:(.text+0x4ef): undefined reference to `open'
gen_uuid.c:(.text+0x4fd): undefined reference to `umask'
gen_uuid.c:(.text+0x511): undefined reference to `fdopen'
gen_uuid.c:(.text+0x52c): undefined reference to `close'
gen_uuid.c:(.text+0x571): undefined reference to `rewind'
gen_uuid.c:(.text+0x57e): undefined reference to `__errno_location'
gen_uuid.c:(.text+0x598): undefined reference to `fclose'
gen_uuid.c:(.text+0x5a4): undefined reference to `close'
gen_uuid.c:(.text+0x5c2): undefined reference to `fcntl'
gen_uuid.c:(.text+0x5f6): undefined reference to `fscanf'
gen_uuid.c:(.text+0x662): undefined reference to `gettimeofday'
gen_uuid.c:(.text+0x678): undefined reference to `gettimeofday'
gen_uuid.c:(.text+0x763): undefined reference to `rewind'
gen_uuid.c:(.text+0x772): undefined reference to `ftruncate'
gen_uuid.c:(.text+0x7a0): undefined reference to `fprintf'
gen_uuid.c:(.text+0x7ae): undefined reference to `fflush'
gen_uuid.c:(.text+0x7ba): undefined reference to `rewind'
gen_uuid.c:(.text+0x7d4): undefined reference to `fcntl'
../lib/libuuid.a(gen_uuid.o): In function `uuid_generate_time':
gen_uuid.c:(.text+0x854): undefined reference to `socket'
gen_uuid.c:(.text+0x889): undefined reference to `strcpy'
gen_uuid.c:(.text+0x89a): undefined reference to `connect'
gen_uuid.c:(.text+0x8bd): undefined reference to `access'
gen_uuid.c:(.text+0x8f0): undefined reference to `fork'
gen_uuid.c:(.text+0x919): undefined reference to `execl'
gen_uuid.c:(.text+0x923): undefined reference to `exit'
gen_uuid.c:(.text+0x92e): undefined reference to `waitpid'
gen_uuid.c:(.text+0x93f): undefined reference to `connect'
gen_uuid.c:(.text+0x966): undefined reference to `write'
gen_uuid.c:(.text+0x9c5): undefined reference to `close'
gen_uuid.c:(.text+0x9e1): undefined reference to `close'
../lib/libuuid.a(unparse.o): In function `uuid_unparse_x':
unparse.c:(.text+0x5d): undefined reference to `sprintf'
../lib/libe2p.a(feature.o): In function `e2p_jrnl_string2feature':
feature.c:(.text+0x25): undefined reference to `strcasecmp'
feature.c:(.text+0x55): undefined reference to `strncasecmp'
feature.c:(.text+0xb0): undefined reference to `strtol'
../lib/libe2p.a(feature.o): In function `e2p_string2feature':
feature.c:(.text+0x108): undefined reference to `strcasecmp'
feature.c:(.text+0x138): undefined reference to `strncasecmp'
feature.c:(.text+0x193): undefined reference to `strtol'
../lib/libe2p.a(feature.o): In function `e2p_edit_feature2':
feature.c:(.text+0x216): undefined reference to `malloc'
feature.c:(.text+0x236): undefined reference to `strcpy'
feature.c:(.text+0x29f): undefined reference to `strcasecmp'
feature.c:(.text+0x2b1): undefined reference to `strcasecmp'
feature.c:(.text+0x393): undefined reference to `__ctype_b'
feature.c:(.text+0x3ae): undefined reference to `free'
../lib/libe2p.a(feature.o): In function `e2p_jrnl_feature2string':
feature.c:(.text+0x45e): undefined reference to `sprintf'
../lib/libe2p.a(feature.o): In function `e2p_feature2string':
feature.c:(.text+0x4d6): undefined reference to `sprintf'
make[2]: *** [e2fsck] Error 1
make[2]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1/e2fsck'
make[1]: *** [all-progs-recursive] Error 1
make[1]: Leaving directory
`/home/kbox/t2/src.e2fsprogs.kbox.20080908.115929.19817.kboxdev/e2fsprogs-1.41.1'
make: *** [all] Error 2
Due to previous errors, no 1-e2fsprogs.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
Searching for orphaned files ...
Found 142 files for this package.
Found 137 orphaned files for this package.
Clear (old) md5sums ...
Creating md5sum files ... done.
Creating package description ...
Making post-install adaptions.
Found shared files with other packages:
bin/chattr: busybox e2fsprogs
bin/lsattr: busybox e2fsprogs
sbin/fsck: busybox e2fsprogs
Due to previous errors.
--- BUILD ERROR ---


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise