bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Superlinear slow-down for each new AM_CONDITIONAL if...endif?


From: Simon Josefsson
Subject: Superlinear slow-down for each new AM_CONDITIONAL if...endif?
Date: Tue, 14 Oct 2003 21:25:45 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I use AM_CONDITIONAL and have 15 'if...endif' in a Makefile.am.  After
adding the last 2 of the 'if..endif' I notice an extreme slow-down
when running 'automake'.  What used to take seconds now takes 2
minutes, on a fast machine.  Removing one of the 'if...endif' speed it
up to say 20-30 seconds, removing another make it fast again (<5s).
Fairly normal Debian machine, with auto*/libtool from testing.

'strace' indicate the delay is CPU bound, but using 2 CPU minutes on a
P4 2.8GHz seem a bit excessive.

Any ideas?

I recall that AM_CONDITIONAL was not robust in the past, so before
using them I did read the manual, but I did not find any warnings.

If you want to try and reproduce it, do 'cvs -z3
-d:pserver:address@hidden:/cvsroot/gsasl co gsasl' and
run ./autogen.sh.

Thanks.

address@hidden:~/src/gsasl$ strace -t automake lib/Makefile
...
21:17:31 close(9)                       = 0
21:17:31 ioctl(7, TCGETS, 0xbfffe5a0)   = -1 EINVAL (Invalid argument)
21:17:31 _llseek(7, 0, 0xbfffe5f8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
21:17:31 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:17:31 read(7, "configure.ac:23::AC_INIT::gsasl:"..., 4096) = 4096
21:17:32 read(7, "epCC_TRUE\nconfigure.ac:40::AC_SU"..., 4096) = 4096
21:17:32 read(7, "S\nconfigure.ac:120::AC_SUBST::LI"..., 4096) = 4096
21:17:32 read(7, "gsasl.h src/Makefile tests/Makef"..., 4096) = 138
21:17:32 stat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=2199, ...}) = 0
21:17:32 stat64("libgsasl.pc.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:32 stat64("po/Makefile.in.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:32 stat64("m4/Makefile.am", {st_mode=S_IFREG|0644, st_size=1134, ...}) = 0
21:17:32 stat64("gl/Makefile.am", {st_mode=S_IFREG|0644, st_size=1696, ...}) = 0
21:17:32 stat64("gl/m4/Makefile.am", {st_mode=S_IFREG|0644, st_size=1124, ...}) 
= 0
21:17:32 stat64("crypto/Makefile.am", {st_mode=S_IFREG|0644, st_size=1005, 
...}) = 0
21:17:32 stat64("doc/Makefile.am", {st_mode=S_IFREG|0644, st_size=4023, ...}) = 0
21:17:32 stat64("doc/reference/Makefile.am", {st_mode=S_IFREG|0644, 
st_size=6403, ...}) = 0
21:17:32 stat64("doc/man/Makefile.am", {st_mode=S_IFREG|0644, st_size=4269, 
...}) = 0
21:17:32 stat64("lib/Makefile.am", {st_mode=S_IFREG|0644, st_size=2485, ...}) = 0
21:17:32 stat64("lib/gsasl.h.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:32 stat64("src/Makefile.am", {st_mode=S_IFREG|0644, st_size=1118, ...}) = 0
21:17:32 stat64("tests/Makefile.am", {st_mode=S_IFREG|0644, st_size=986, ...}) 
= 0
21:17:32 read(7, "", 4096)              = 0
21:17:32 close(7)                       = 0
21:17:32 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0
21:17:32 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
21:17:32 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
21:17:32 waitpid(1440, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 1440
21:17:32 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0
21:17:32 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
21:17:32 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
21:17:32 lstat64("./install-sh", {st_mode=S_IFREG|0755, st_size=7122, ...}) = 0
21:17:32 stat64("./install-sh", {st_mode=S_IFREG|0755, st_size=7122, ...}) = 0
21:17:32 lstat64("./mkinstalldirs", {st_mode=S_IFREG|0755, st_size=1988, ...}) 
= 0
21:17:32 stat64("./mkinstalldirs", {st_mode=S_IFREG|0755, st_size=1988, ...}) = 0
21:17:32 lstat64("./missing", {st_mode=S_IFREG|0755, st_size=10266, ...}) = 0
21:17:32 stat64("./missing", {st_mode=S_IFREG|0755, st_size=10266, ...}) = 0
21:17:32 stat64("./install.sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:32 stat64("lib/Makefile.am", {st_mode=S_IFREG|0644, st_size=2485, ...}) = 0
21:17:32 brk(0)                         = 0x857e000
21:17:32 brk(0x859f000)                 = 0x859f000
21:17:32 open("/usr/share/automake-1.7/am/header-vars.am", 
O_RDONLY|O_LARGEFILE) = 7
21:17:32 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:17:32 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:17:32 fstat64(7, {st_mode=S_IFREG|0644, st_size=2206, ...}) = 0
21:17:32 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:17:32 read(7, "## automake - create Makefile.in"..., 4096) = 2206
21:17:32 read(7, "", 4096)              = 0
21:17:32 close(7)                       = 0
21:17:32 brk(0)                         = 0x859f000
21:17:32 brk(0x85c0000)                 = 0x85c0000
21:17:32 open("lib/Makefile.am", O_RDONLY|O_LARGEFILE) = 7
21:17:32 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:17:32 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:17:32 fstat64(7, {st_mode=S_IFREG|0644, st_size=2485, ...}) = 0
21:17:32 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:17:32 read(7, "## Process this file with automa"..., 4096) = 2485
21:17:32 read(7, "", 4096)              = 0
21:17:32 close(7)                       = 0
21:17:32 brk(0)                         = 0x85c0000
21:17:32 brk(0x85e2000)                 = 0x85e2000
21:17:32 brk(0)                         = 0x85e2000
21:17:32 brk(0)                         = 0x85e2000
21:17:32 brk(0x85e1000)                 = 0x85e1000
21:17:32 brk(0)                         = 0x85e1000
21:17:32 stat64("aclocal.m4", {st_mode=S_IFREG|0644, st_size=348210, ...}) = 0
21:17:32 open("/usr/share/automake-1.7/am/configure.am", O_RDONLY|O_LARGEFILE) 
= 7
21:17:32 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:17:33 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:17:33 fstat64(7, {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0
21:17:33 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:17:33 read(7, "## automake - create Makefile.in"..., 4096) = 3830
21:17:33 read(7, "", 4096)              = 0
21:17:33 brk(0)                         = 0x85e1000
21:17:33 brk(0x8602000)                 = 0x8602000
21:17:33 close(7)                       = 0
21:17:33 brk(0)                         = 0x8602000
21:17:33 brk(0)                         = 0x8602000
21:17:33 brk(0x85fc000)                 = 0x85fc000
21:17:33 brk(0)                         = 0x85fc000
21:17:33 stat64("libgsasl.pc.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:33 stat64("po/Makefile.in.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:33 stat64("lib/gsasl.h.am", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:17:33 lstat64("lib/gsasl.h.in", {st_mode=S_IFREG|0644, st_size=15683, ...}) 
= 0
21:17:33 stat64("lib/gsasl.h.in", {st_mode=S_IFREG|0644, st_size=15683, ...}) = 0
21:17:33 open("/usr/share/automake-1.7/am/ltlib.am", O_RDONLY|O_LARGEFILE) = 7
21:17:33 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:17:33 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:17:33 fstat64(7, {st_mode=S_IFREG|0644, st_size=3584, ...}) = 0
21:17:33 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:17:33 read(7, "## automake - create Makefile.in"..., 4096) = 3584
21:17:33 read(7, "", 4096)              = 0
21:17:33 close(7)                       = 0
21:17:33 brk(0)                         = 0x85fc000
21:17:33 brk(0x861d000)                 = 0x861d000
21:17:33 brk(0)                         = 0x861d000
21:17:33 brk(0x863e000)                 = 0x863e000
21:17:33 brk(0)                         = 0x863e000
21:17:33 brk(0x865f000)                 = 0x865f000
21:17:33 brk(0)                         = 0x865f000
21:17:33 brk(0x8680000)                 = 0x8680000
21:17:33 brk(0)                         = 0x8680000
21:17:33 brk(0x86a1000)                 = 0x86a1000
21:17:33 brk(0)                         = 0x86a1000
21:17:33 brk(0x86c2000)                 = 0x86c2000
21:17:33 brk(0)                         = 0x86c2000
21:17:33 brk(0x86e3000)                 = 0x86e3000
...
21:17:34 brk(0x9c77000)                 = 0x9c77000
21:17:34 brk(0)                         = 0x9c77000
21:17:34 brk(0x9c98000)                 = 0x9c98000
21:17:34 brk(0)                         = 0x9c98000
21:17:34 brk(0x9cb9000)                 = 0x9cb9000
21:18:29 old_mmap(NULL, 266240, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40339000
21:19:16 old_mmap(NULL, 528384, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4037a000
21:19:31 old_mmap(NULL, 266240, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403fb000
21:19:31 brk(0)                         = 0x9cb9000
21:19:31 brk(0x9cda000)                 = 0x9cda000
21:19:31 brk(0)                         = 0x9cda000
21:19:31 brk(0x9cfb000)                 = 0x9cfb000
21:19:31 brk(0)                         = 0x9cfb000
...
21:19:39 brk(0)                         = 0x9f56000
21:19:39 brk(0x9f55000)                 = 0x9f55000
21:19:39 brk(0)                         = 0x9f55000
21:19:39 brk(0)                         = 0x9f55000
21:19:39 brk(0)                         = 0x9f55000
21:19:39 brk(0x9f54000)                 = 0x9f54000
21:19:39 brk(0)                         = 0x9f54000
21:19:39 brk(0)                         = 0x9f54000
21:19:39 brk(0)                         = 0x9f54000
21:19:39 brk(0x9f53000)                 = 0x9f53000
21:19:39 brk(0)                         = 0x9f53000
21:19:39 brk(0)                         = 0x9f53000
21:19:39 brk(0)                         = 0x9f53000
21:19:39 brk(0x9f52000)                 = 0x9f52000
21:19:39 brk(0)                         = 0x9f52000
21:19:39 brk(0)                         = 0x9f52000
21:19:39 brk(0)                         = 0x9f52000
21:19:39 brk(0x9f51000)                 = 0x9f51000
21:19:39 brk(0)                         = 0x9f51000
21:19:39 brk(0)                         = 0x9f51000
21:19:39 brk(0)                         = 0x9f51000
21:19:39 brk(0x9f50000)                 = 0x9f50000
21:19:39 brk(0)                         = 0x9f50000
21:19:39 brk(0)                         = 0x9f50000
21:19:39 brk(0)                         = 0x9f50000
21:19:39 brk(0x9f4f000)                 = 0x9f4f000
21:19:39 brk(0)                         = 0x9f4f000
21:19:39 brk(0)                         = 0x9f4f000
21:19:39 brk(0)                         = 0x9f4f000
21:19:39 brk(0x9f4e000)                 = 0x9f4e000
21:19:39 brk(0)                         = 0x9f4e000
21:19:39 open("/usr/share/automake-1.7/am/ltlibrary.am", O_RDONLY|O_LARGEFILE) 
= 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 986
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/compile.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 1228
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 lstat64("./depcomp", {st_mode=S_IFREG|0755, st_size=13866, ...}) = 0
21:19:39 stat64("./depcomp", {st_mode=S_IFREG|0755, st_size=13866, ...}) = 0
21:19:39 open("/usr/share/automake-1.7/am/depend.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=1124, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 1124
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/depend2.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=4027, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 4027
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/lang-compile.am", 
O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=1259, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 1259
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 stat64("lib/mempcpy.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/error.c", {st_mode=S_IFREG|0644, st_size=7635, ...}) = 0
21:19:39 stat64("lib/alloca.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/realloc.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/getndelim2.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/strchrnul.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/getline.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/strnlen.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/malloc.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/strndup.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 open("/usr/share/automake-1.7/am/lang-compile.am", 
O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=1259, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 1259
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/libtool.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=1115, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 1115
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/texinfos.am", O_RDONLY|O_LARGEFILE) = 
7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=8425, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 4096
21:19:39 read(7, "DATA) $$ifile $(DESTDIR)$(infodi"..., 4096) = 4096
21:19:39 read(7, "ho \" rm -f $$i $$i-[0-9] $$i-[0-"..., 4096) = 233
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/header.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=878, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 878
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/data.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=2554, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 2554
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 open("/usr/share/automake-1.7/am/tags.am", O_RDONLY|O_LARGEFILE) = 7
21:19:39 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:39 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:39 fstat64(7, {st_mode=S_IFREG|0644, st_size=4022, ...}) = 0
21:19:39 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:39 read(7, "## automake - create Makefile.in"..., 4096) = 4022
21:19:39 read(7, "", 4096)              = 0
21:19:39 close(7)                       = 0
21:19:39 stat64("lib/ABOUT-GNU", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/ABOUT-NLS", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/AUTHORS", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/BACKLOG", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/COPYING", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/COPYING.DOC", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/COPYING.LIB", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/COPYING.LESSER", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/ChangeLog", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:39 stat64("lib/INSTALL", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/NEWS", 0x813af38)  = -1 ENOENT (No such file or directory)
21:19:40 stat64("lib/README", 0x813af38) = -1 ENOENT (No such file or directory)
21:19:40 stat64("lib/THANKS", 0x813af38) = -1 ENOENT (No such file or directory)
21:19:40 stat64("lib/TODO", 0x813af38)  = -1 ENOENT (No such file or directory)
21:19:40 stat64("lib/acinclude.m4", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ansi2knr.1", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ansi2knr.c", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/compile", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/config.guess", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/config.rpath", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/config.sub", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/configure", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/configure.ac", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/configure.in", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/depcomp", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/elisp-comp", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/install-sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/libversion.in", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/mdate-sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/missing", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/mkinstalldirs", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/py-compile", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/texinfo.tex", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ylwrap", 0x813af38) = -1 ENOENT (No such file or directory)
21:19:40 stat64("lib/ltmain.sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/config.guess", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/config.sub", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ltconfig", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ltcf-c.sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ltcf-cxx.sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 stat64("lib/ltcf-gcj.sh", 0x813af38) = -1 ENOENT (No such file or 
directory)
21:19:40 open("/usr/share/automake-1.7/am/distdir.am", O_RDONLY|O_LARGEFILE) = 7
21:19:40 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:40 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:40 fstat64(7, {st_mode=S_IFREG|0644, st_size=14160, ...}) = 0
21:19:40 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:40 read(7, "## automake - create Makefile.in"..., 4096) = 4096
21:19:40 read(7, "ho \"$$file\" | sed -e \'s,/[^/]*$$"..., 4096) = 4096
21:19:40 read(7, "NV = --best\n.PHONY: dist-gzip\ndi"..., 4096) = 4096
21:19:40 read(7, "\\\n\t       && $(MAKE) $(AM_MAKEFL"..., 4096) = 1872
21:19:40 read(7, "", 4096)              = 0
21:19:40 close(7)                       = 0
21:19:40 open("/usr/share/automake-1.7/am/footer.am", O_RDONLY|O_LARGEFILE) = 7
21:19:40 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:40 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:40 fstat64(7, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0
21:19:40 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:40 read(7, "## automake - create Makefile.in"..., 4096) = 954
21:19:40 read(7, "", 4096)              = 0
21:19:40 close(7)                       = 0
21:19:40 open("/usr/share/automake-1.7/am/install.am", O_RDONLY|O_LARGEFILE) = 7
21:19:40 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:40 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:40 fstat64(7, {st_mode=S_IFREG|0644, st_size=2606, ...}) = 0
21:19:40 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:40 read(7, "## automake - create Makefile.in"..., 4096) = 2606
21:19:40 read(7, "", 4096)              = 0
21:19:40 close(7)                       = 0
21:19:40 open("/usr/share/automake-1.7/am/clean.am", O_RDONLY|O_LARGEFILE) = 7
21:19:40 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:40 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:40 fstat64(7, {st_mode=S_IFREG|0644, st_size=2283, ...}) = 0
21:19:40 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:40 read(7, "## automake - create Makefile.in"..., 4096) = 2283
21:19:40 read(7, "", 4096)              = 0
21:19:40 close(7)                       = 0
21:19:40 stat64("./lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
21:19:40 stat64("./lib/Makefile.in", {st_mode=S_IFREG|0644, st_size=24022, 
...}) = 0
21:19:40 unlink("./lib/Makefile.in")    = 0
21:19:40 open("./lib/Makefile.in", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) 
= 7
21:19:40 ioctl(7, TCGETS, 0xbfffe610)   = -1 ENOTTY (Inappropriate ioctl for 
device)
21:19:40 _llseek(7, 0, [0], SEEK_CUR)   = 0
21:19:40 fstat64(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
21:19:40 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
21:19:40 write(7, "# Makefile.in generated by autom"..., 4096) = 4096
21:19:40 write(7, "address@hidden = @GSS_CFL"..., 4096) = 4096
21:19:40 write(7, "l.h\nLTLIBRARIES = $(lib_LTLIBRAR"..., 4096) = 4096
21:19:40 write(7, "lib_LTLIBRARIES)address@hidden(NORMAL_INST"..., 4096) = 4096
21:19:40 write(7, "address@hidden'$(DEPDIR)/$*."..., 4096) = 4096
21:19:40 write(7, "r)/$(PACKAGE)-$(VERSION)\n\ndistdi"..., 3542) = 3542
21:19:40 close(7)                       = 0
21:19:40 close(1)                       = 0
21:19:40 _exit(0)                       = ?
address@hidden:~/src/gsasl$ 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]