bug-autoconf
[Top][All Lists]
Advanced

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

Problem with working with autoconf.


From: Kfir Meir
Subject: Problem with working with autoconf.
Date: Wed, 24 Mar 2004 09:34:12 +0200

Hellow

I trying to configure the 'automake-1.8' and part of the configure ' the 'autoconf' is called - That what I got:

25 ~/Unix/automake-1.8> ./configure --prefix=/users/mkfir/Unix/usr/local
checking build system type... i686-unknown-sysv5UnixWare7.1.1
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/local/bin/perl
checking for tex... no
checking whether autoconf is installed... yes
checking whether autoconf works...

And when I run the truss utility, I got that:
12 ~/Unix/automake-1.8> truss autoconf
execve("/users/mkfir/Unix/usr/local/bin/autoconf", 0x08047060, 0x08047068)  argc = 2
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x100, -1, 0) = 0x080D4000
getpid()                                        = 17936  [ 17935 ]
getpgid(17936)                                  = 17935
getsid(17936)                                   = 17917
ioctl(0, TIOCGPGRP, 0x08046FE4)                 = 0
brk(0x08314284)                                 = 0
sigaction(SIGHUP, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGHUP, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGINT, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGINT, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGQUIT, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGQUIT, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGILL, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGILL, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGTRAP, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGTRAP, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGABRT, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGABRT, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGEMT, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGEMT, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGFPE, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGFPE, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGBUS, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGBUS, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGSEGV, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGSYS, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGSYS, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGPIPE, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGPIPE, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGALRM, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGALRM, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGTERM, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGTERM, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGUSR1, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGUSR1, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGUSR2, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGUSR2, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGPWR, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGPWR, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGURG, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGURG, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGPOLL, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGPOLL, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGVTALRM, 0x00000000, 0x08046FA8)    = 0
sigaction(SIGVTALRM, 0x08046F4C, 0x08046F84)    = 0
sigaction(SIGPROF, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGPROF, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGXCPU, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGXCPU, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGXFSZ, 0x00000000, 0x08046FA8)      = 0
sigaction(SIGXFSZ, 0x08046F4C, 0x08046F84)      = 0
sigaction(SIGLWP, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGLWP, 0x08046F4C, 0x08046F84)       = 0
sigaction(SIGAIO, 0x00000000, 0x08046FA8)       = 0
sigaction(SIGAIO, 0x08046F4C, 0x08046F84)       = 0
sigrelse(SIGSEGV)                               = 0
secsys(8, 0)                                    = 0
brk(0x08314484)                                 = 0
getuid()                                        = 10305  [ 10305 ]
getuid()                                        = 10305  [ 10305 ]
getgid()                                        = 1000  [ 1000 ]
getgid()                                        = 1000  [ 1000 ]
open("/users/mkfir/Unix/usr/local/bin/autoconf", O_RDONLY, 040) = 3
fcntl(3, F_DUPFD, 0x00000013)                   = 19
close(3)                                        = 0
fcntl(19, F_SETFD, 0x00000001)                  = 0
ioctl(2, TCGETS, 0x08046FA4)                    = 0
ioctl(19, TCGETS, 0x08046FA4)                   Err#25 ENOTTY
read(19, " # !   / b i n / s h\n #".., 128)     = 128
brk(0x08314784)                                 = 0
brk(0x08314B84)                                 = 0
brk(0x08315084)                                 = 0
brk(0x08314E84)                                 = 0
read(19, " n   " $ { Z S H _ V E R".., 128)     = 128
brk(0x08315484)                                 = 0
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/usr/local/bin/emulate", 25)            Err#2  ENOENT
access("/usr/local/etc/emulate", 25)            Err#2  ENOENT
access("/usr/bin/emulate", 25)                  Err#2  ENOENT
access("/bin/emulate", 25)                      Err#2  ENOENT
access("/usr/etc/emulate", 25)                  Err#2  ENOENT
access("/etc/emulate", 25)                      Err#2  ENOENT
access("/usr/sbin/emulate", 25)                 Err#2  ENOENT
access("/sbin/emulate", 25)                     Err#2  ENOENT
access("/usr/java2/bin/emulate", 25)            Err#2  ENOENT
access("/usr/jre2-1.3/emulate", 25)             Err#2  ENOENT
access("/usr/jre2/bin/emulate", 25)             Err#2  ENOENT
access("/usr/jre/bin/emulate", 25)              Err#2  ENOENT
access("/users/autotest/macros/emulate", 25)    Err#2  ENOENT
access("/usr/local/c++test/bin.solaris/emulate", 25) Err#2  ENOENT
access("/usr/ccs/bin/emulate", 25)              Err#2  ENOENT
access("/usr/bin/X11/emulate", 25)              Err#2  ENOENT
access("/usr/ucb/emulate", 25)                  Err#2  ENOENT
access("/users/mkfir/scripts/emulate", 25)      Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
access("/users/mkfir/bin/emulate", 25)          Err#2  ENOENT
access("/clearcase_home/macros/emulate", 25)    Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/imagix/bin/emulate", 25)   Err#2  ENOENT
access("/users/mkfir/imagix/emulate", 25)       Err#2  ENOENT
access("/users/mkfir/imagix/bin/imagix/emulate", 25) Err#2  ENOENT
access("/usr/java/bin/emulate", 25)             Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
access("/users/mkfir/bin/emulate", 25)          Err#2  ENOENT
access("/clearcase_home/macros/emulate", 25)    Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/imagix/bin/emulate", 25)   Err#2  ENOENT
access("/users/mkfir/imagix/emulate", 25)       Err#2  ENOENT
access("/users/mkfir/imagix/bin/imagix/emulate", 25) Err#2  ENOENT
access("/usr/java/bin/emulate", 25)             Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/usr/local/bin/emulate", 25)            Err#2  ENOENT
access("/usr/local/etc/emulate", 25)            Err#2  ENOENT
access("/usr/bin/emulate", 25)                  Err#2  ENOENT
access("/bin/emulate", 25)                      Err#2  ENOENT
access("/usr/etc/emulate", 25)                  Err#2  ENOENT
access("/etc/emulate", 25)                      Err#2  ENOENT
access("/usr/sbin/emulate", 25)                 Err#2  ENOENT
access("/sbin/emulate", 25)                     Err#2  ENOENT
access("/usr/java2/bin/emulate", 25)            Err#2  ENOENT
access("/usr/jre2-1.3/emulate", 25)             Err#2  ENOENT
access("/usr/jre2/bin/emulate", 25)             Err#2  ENOENT
access("/usr/jre/bin/emulate", 25)              Err#2  ENOENT
access("/users/autotest/macros/emulate", 25)    Err#2  ENOENT
access("/usr/local/c++test/bin.solaris/emulate", 25) Err#2  ENOENT
access("/usr/ccs/bin/emulate", 25)              Err#2  ENOENT
access("/usr/bin/X11/emulate", 25)              Err#2  ENOENT
access("/usr/ucb/emulate", 25)                  Err#2  ENOENT
access("/users/mkfir/scripts/emulate", 25)      Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
access("/users/mkfir/bin/emulate", 25)          Err#2  ENOENT
access("/clearcase_home/macros/emulate", 25)    Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/imagix/bin/emulate", 25)   Err#2  ENOENT
access("/users/mkfir/imagix/emulate", 25)       Err#2  ENOENT
access("/users/mkfir/imagix/bin/imagix/emulate", 25) Err#2  ENOENT
access("/usr/java/bin/emulate", 25)             Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
access("/users/mkfir/bin/emulate", 25)          Err#2  ENOENT
access("/clearcase_home/macros/emulate", 25)    Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/emulate", 25) Err#2  ENOENT
access("/users/mkfir/imagix/bin/emulate", 25)   Err#2  ENOENT
access("/users/mkfir/imagix/emulate", 25)       Err#2  ENOENT
access("/users/mkfir/imagix/bin/imagix/emulate", 25) Err#2  ENOENT
access("/usr/java/bin/emulate", 25)             Err#2  ENOENT
access("./emulate", 25)                         Err#2  ENOENT
read(19, " g   o n   $ { 1 + " $ @".., 128)     = 128
brk(0x08315B84)                                 = 0
access("/users/mkfir/Unix/usr/local/bin/alias", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/alias", 25) Err#2  ENOENT
access("/usr/local/bin/alias", 25)              Err#2  ENOENT
access("/usr/local/etc/alias", 25)              Err#2  ENOENT
access("/usr/bin/alias", 25)                    = 0
read(19, " R S I O N + s e t } "  ".., 128)     = 128
brk(0x08315984)                                 = 0
brk(0x08315784)                                 = 0
brk(0x08315584)                                 = 0
read(19, " o o )   > / d e v / n u".., 128)     = 128
fork()                                          = 17937
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17937 uid=0 status=0x0000
waitsys(P_PID, 17937, 0x08046E50, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046EAC)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17937, 0x08046E3C, WEXITED|WTRAPPED|WUNTRACED) = 0
brk(0x08315384)                                 = 0
brk(0x08315184)                                 = 0
brk(0x08314F84)                                 = 0
brk(0x08314D84)                                 = 0
read(19, "   M A I L P A T H\n P S".., 128)     = 128
brk(0x08315584)                                 = 0
brk(0x08315384)                                 = 0
brk(0x08315184)                                 = 0
brk(0x08314F84)                                 = 0
brk(0x08314D84)                                 = 0
brk(0x08315584)                                 = 0
read(19, " I D E N T I F I C A T I".., 128)     = 128
read(19, " t e s t   - z   " ` ( e".., 128)     = 128
read(19, " n e\n\n #   R e q u i r".., 128)     = 128
fork()                                          = 17938
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17938 uid=0 status=0x0000
waitsys(P_PID, 17938, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17938, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17940
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17940 uid=0 status=0x0000
waitsys(P_PID, 17940, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17940, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17942
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17942 uid=0 status=0x0000
waitsys(P_PID, 17942, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17942, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17944
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17944 uid=0 status=0x0000
waitsys(P_PID, 17944, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17944, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17946
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17946 uid=0 status=0x0000
waitsys(P_PID, 17946, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17946, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17948
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17948 uid=0 status=0x0000
waitsys(P_PID, 17948, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17948, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17950
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17950 uid=0 status=0x0000
waitsys(P_PID, 17950, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17950, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17952
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17952 uid=0 status=0x0000
waitsys(P_PID, 17952, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17952, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17954
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17954 uid=0 status=0x0000
waitsys(P_PID, 17954, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17954, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
brk(0x08315D84)                                 = 0
fork()                                          = 17956
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17956 uid=0 status=0x0000
waitsys(P_PID, 17956, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17956, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17958
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17958 uid=0 status=0x0000
waitsys(P_PID, 17958, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17958, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17960
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17960 uid=0 status=0x0000
waitsys(P_PID, 17960, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17960, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17962
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17962 uid=0 status=0x0000
waitsys(P_PID, 17962, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17962, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17964
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17964 uid=0 status=0x0000
waitsys(P_PID, 17964, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17964, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
fork()                                          = 17966
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17966 uid=0 status=0x0000
waitsys(P_PID, 17966, 0x08046DE4, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E40)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17966, 0x08046DD0, WEXITED|WTRAPPED|WUNTRACED) = 0
brk(0x08315B84)                                 = 0
brk(0x08316384)                                 = 0
access("/users/mkfir/Unix/usr/local/bin/expr", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/expr", 25) Err#2  ENOENT
access("/usr/local/bin/expr", 25)               Err#2  ENOENT
access("/usr/local/etc/expr", 25)               Err#2  ENOENT
access("/usr/bin/expr", 25)                     = 0
fork()                                          = 17968
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17968 uid=0 status=0x0000
waitsys(P_PID, 17968, 0x08046E50, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046EAC)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17968, 0x08046E3C, WEXITED|WTRAPPED|WUNTRACED) = 0
brk(0x08316184)                                 = 0
brk(0x08315F84)                                 = 0
read(19, " )   > / d e v / n u l l".., 128)     = 128
access("/users/mkfir/Unix/usr/local/bin/basename", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/basename", 25) Err#2  ENOENT
access("/usr/local/bin/basename", 25)           Err#2  ENOENT
access("/usr/local/etc/basename", 25)           Err#2  ENOENT
access("/usr/bin/basename", 25)                 = 0
fork()                                          = 17969
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17969 uid=0 status=0x0000
waitsys(P_PID, 17969, 0x08046DEC, WEXITED|WTRAPPED|WUNTRACED|WNOWAIT) = 0
ioctl(0, TIOCGPGRP, 0x08046E48)                 = 0
ioctl(0, TCGETS, 0x08312F2C)                    = 0
waitsys(P_PID, 17969, 0x08046DD8, WEXITED|WTRAPPED|WUNTRACED) = 0
pipe()                                          = 3  [ 4 ]
fork()                                          = 17970
close(4)                                        = 0
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17970 uid=0 status=0x0000
read(3, " /\n", 128)                            = 2
read(3, 0x08046D6C, 128)                        = 0
ioctl(3, TCGETS, 0x08046CF8)                    Err#6  ENXIO
close(3)                                        = 0
waitsys(P_PID, 17970, 0x08046C98, WEXITED|WTRAPPED) = 0
brk(0x08315D84)                                 = 0
brk(0x08315B84)                                 = 0
read(19, " x e c u t a b l e .\n a".., 128)     = 128
read(19, " '   \ |   \\n\t   .    ".., 128)     = 128
read(19, " 1 / ;   q ;   }\n    \t".., 128)     = 128
brk(0x08316384)                                 = 0
access("/users/mkfir/Unix/usr/local/bin/sed", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/sed", 25) Err#2  ENOENT
access("/usr/local/bin/sed", 25)                Err#2  ENOENT
access("/usr/local/etc/sed", 25)                Err#2  ENOENT
access("/usr/bin/sed", 25)                      = 0
pipe()                                          = 3  [ 4 ]
fork()                                          = 17971
close(4)                                        = 0
read(3, " a u t o c o n f\n", 128)              = 9
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17971 uid=0 status=0x0000
read(3, 0x08046E1C, 128)                        = 0
ioctl(3, TCGETS, 0x08046DA8)                    Err#6  ENXIO
close(3)                                        = 0
waitsys(P_PID, 17971, 0x08046D48, WEXITED|WTRAPPED) = 0
brk(0x08316184)                                 = 0
brk(0x08315F84)                                 = 0
brk(0x08315D84)                                 = 0
brk(0x08315B84)                                 = 0
read(19, " 1 9 9 2 ,   1 9 9 3 ,  ".., 128)     = 128
read(19, " r e d i s t r i b u t e".., 128)     = 128
read(19, " i o n ;   e i t h e r  ".., 128)     = 128
read(19, " l ,\n #   b u t   W I T".., 128)     = 128
read(19, " t h e\n #   G N U   G e".., 128)     = 128
read(19, " w i t h   t h i s   p r".., 128)     = 128
read(19, " U S A .\n\n u s a g e =".., 128)     = 128
read(19, " g u r e . a c '   i f  ".., 128)     = 128
read(19, " i g u r e ' .\n\n O p e".., 128)     = 128
read(19, " r ,   t h e n   e x i t".., 128)     = 128
read(19, " - f ,   - - f o r c e  ".., 128)     = 128
read(19, " - W ,   - - w a r n i n".., 128)     = 128
read(19, "   c o m p i l a t i o n".., 128)     = 128
read(19, " l   t h e   w a r n i n".., 128)     = 128
read(19, "         w a r n i n g s".., 128)     = 128
read(19, " e n d   d i r e c t o r".., 128)     = 128
read(19, "         r e p o r t   t".., 128)     = 128
read(19, " c o n f i g u r a t i o".., 128)     = 128
brk(0x08316384)                                 = 0
    Incurred fault #6, FLTBOUNDS  %pc = 0x08302230
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08317128
    Received signal #11, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08317128
brk(0x08316B84)                                 = 0
setcontext(0x08046AC8)
    Incurred fault #6, FLTBOUNDS  %pc = 0x08302230
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08317128
    Received signal #11, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08317128
brk(0x08317384)                                 = 0
setcontext(0x08046AC8)
read(19, " v i d   J ..   M a c K e".., 128)     = 128
read(19, "   c o p y i n g   c o n".., 128)     = 128
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
brk(0x08317784)                                 = 0
read(19, "   $ 0   | |\n $ a s _ e".., 128)     = 128
read(19, " |\n e c h o   X / $ 0  ".., 128)     = 128
read(19, "   }\n    \t     s / . *".., 128)     = 128
brk(0x08317F84)                                 = 0
pipe()                                          = 3  [ 4 ]
fork()                                          = 17973
close(4)                                        = 0
read(3, " a u t o c o n f\n", 128)              = 9
read(3, 0x08046E1C, 128)                        = 0
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17973 uid=0 status=0x0000
ioctl(3, TCGETS, 0x08046DA8)                    Err#6  ENXIO
close(3)                                        = 0
waitsys(P_PID, 17973, 0x08046D48, WEXITED|WTRAPPED) = 0
brk(0x08317D84)                                 = 0
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
brk(0x08317784)                                 = 0
read(19, "   a n   a r g u m e n t".., 128)     = 128
brk(0x08317584)                                 = 0
brk(0x08317384)                                 = 0
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
read(19, " a m e   $ 0 )   2 > / d".., 128)     = 128
read(19, " ) $ '   \ |   \\n      ".., 128)     = 128
read(19, " $ / {   s / / \ 1 / ;  ".., 128)     = 128
read(19, " * / . / ;   q ' `\n o u".., 128)     = 128
access("/users/mkfir/Unix/usr/local/bin/dirname", 25) Err#2  ENOENT
access("/users/mkfir/Unix/usr/local/bin/dirname", 25) Err#2  ENOENT
access("/usr/local/bin/dirname", 25)            Err#2  ENOENT
access("/usr/local/etc/dirname", 25)            Err#2  ENOENT
access("/usr/bin/dirname", 25)                  = 0
brk(0x08318184)                                 = 0
pipe()                                          = 3  [ 4 ]
fork()                                          = 17975
close(4)                                        = 0
read(3, " / u s e r s / m k f i r".., 128)      = 32
read(3, 0x08046E1C, 128)                        = 0
ioctl(3, TCGETS, 0x08046DA8)                    Err#6  ENXIO
close(3)                                        = 0
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17975 uid=0 status=0x0000
waitsys(P_PID, 17975, 0x08046D48, WEXITED|WTRAPPED) = 0
brk(0x08317F84)                                 = 0
brk(0x08317D84)                                 = 0
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
brk(0x08317784)                                 = 0
read(19, " " x $ 1 "   :   ' x \ (".., 128)     = 128
read(19, "               e c h o  ".., 128)     = 128
read(19, "             A U T O M 4".., 128)     = 128
read(19, " |   - f       |   \\n  ".., 128)     = 128
read(19, " 1 " ;   s h i f t   ; ;".., 128)     = 128
read(19, "       - - w a r n i n g".., 128)     = 128
brk(0x08317F84)                                 = 0
read(19, "     - - t r a c e = *  ".., 128)     = 128
read(19, " |   - t   )\n          ".., 128)     = 128
read(19, " \ \ \ ' ' / g " ` " ' "".., 128)     = 128
read(19, " *   )\n               o".., 128)     = 128
read(19, "     o u t f i l e = $ 1".., 128)     = 128
read(19, " b r e a k   ; ;\n      ".., 128)     = 128
read(19, "   ; ;\n     e s a c\n d".., 128)     = 128
brk(0x08317D84)                                 = 0
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
read(19, " c h o   " $ m e :   w a".., 128)     = 128
read(19, " c ' . "   > & 2\n      ".., 128)     = 128
read(19, " m e :   n o   i n p u t".., 128)     = 128
read(19, " e s n ' t   l i k e   `".., 128)     = 128
read(19, " h e l p "\n           (".., 128)     = 128
xstat(2, "configure.ac", 0x08046C84)            = 0
xstat(2, "configure.in", 0x08046BBC)            Err#2  ENOENT
brk(0x08317784)                                 = 0
brk(0x08317584)                                 = 0
brk(0x08317384)                                 = 0
brk(0x08317B84)                                 = 0
brk(0x08317984)                                 = 0
brk(0x08317784)                                 = 0
read(19, " i t h   e x p a n s i o".., 128)     = 128
brk(0x08317584)                                 = 0
brk(0x08317D84)                                 = 0
brk(0x08317B84)                                 = 0
fcntl(1, F_DUPFD, 0x0000000A)                   = 10
dup(2)                                          = 3
fcntl(1, F_GETFD, 0x00000000)                   = 0
close(1)                                        = 0
fcntl(3, F_DUPFD, 0x00000001)                   = 1
close(3)                                        = 0
fcntl(1, F_GETFD, 0x00000000)                   = 0
close(1)                                        = 0
fcntl(10, F_DUPFD, 0x00000001)                  = 1
close(10)                                       = 0
brk(0x08317984)                                 = 0
read(19, "   " $ @ "\n", 128)                   = 6
    Incurred fault #6, FLTBOUNDS  %pc = 0x0830CD57
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08318000
    Received signal #11, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x08318000
brk(0x08318184)                                 = 0
setcontext(0x08046A74)
brk(0x08318984)                                 = 0
execve("/users/mkfir/Unix/usr/local/bin/autom4te", 0x083172F8, 0x0831730C)  argc = 6
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x100, -1, 0) = 0xBFF73000
open("/usr/local/lib/perl5/5.6.1/i386-svr5/CORE/libperl.so.601", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 892808, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE96000
mmap(0xBFF62000, 53604, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 831488) = 0xBFF62000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/lib/libsocket.so.2", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 66908, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE84000
mmap(0xBFE91000, 7940, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 49152) = 0xBFE91000
mmap(0xBFE93000, 5468, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x110, -1, 0) = 0xBFE93000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/lib/libnsl.so.1", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 328456, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE32000
mmap(0xBFE7B000, 8360, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 294912) = 0xBFE7B000
mmap(0xBFE7E000, 17160, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x110, -1, 0) = 0xBFE7E000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/lib/libdl.so.1", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 4098, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE2F000
mprotect(0xBFE30000, 1, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/lib/libm.so.1", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 140064, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE0B000
mmap(0xBFE2D000, 800, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 135168) = 0xBFE2D000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/lib/libcrypt.so.1", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 19921, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFE05000
mmap(0xBFE09000, 408, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 12288) = 0xBFE09000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/CORE/libutil.so", O_RDONLY, 027777756060) Err#2  ENOENT
open("/users/mkfir/Unix/usr/lib/libutil.so", O_RDONLY, 027777756060) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/lib/libutil.so", O_RDONLY, 027777756060) Err#2  ENOENT
open("/users/mkfir/Unix/xerces-c-src_2_5_0/lib/libutil.so", O_RDONLY, 027777756060) Err#2  ENOENT
open("/usr/local/lib/libutil.so", O_RDONLY, 027777756060) Err#2  ENOENT
open("/usr/lib/libutil.so", O_RDONLY, 027777756060) = 3
fxstat(2, 3, 0x080462FC)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 27580, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFDFD000
mmap(0xBFE03000, 2656, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 20480) = 0xBFE03000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
mprotect(0xBFDFD000, 22734, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
open("/usr/lib/libresolv.so.2", O_RDONLY, 01001066204) = 3
fxstat(2, 3, 0x08046734)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, 0) = 0xBFF71000
mmap(0x00000000, 68516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xBFDEB000
mmap(0xBFDF8000, 2700, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 49152) = 0xBFDF8000
mmap(0xBFDF9000, 11172, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x110, -1, 0) = 0xBFDF9000
close(3)                                        = 0
munmap(0xBFF71000, 4096)                        = 0
mprotect(0xBFDFD000, 22734, PROT_READ|PROT_EXEC) = 0
brk(0x0805712C)                                 = 0
brk(0x08057800)                                 = 0
getuid()                                        = 10305  [ 10305 ]
getuid()                                        = 10305  [ 10305 ]
getgid()                                        = 1000  [ 1000 ]
getgid()                                        = 1000  [ 1000 ]
getksym("hrestime", 0x08046C44, 0x08046C40)     = 0
open("/dev/sysdat", O_RDONLY, 027777756060)     = 3
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 3, -36864) = 0xBFF71000
close(3)                                        = 0
getcontext(0x08046C78)
open("/users/mkfir/Unix/usr/local/bin/autom4te", O_RDONLY, 0666) = 3
fcntl(3, F_SETFD, 0x00000001)                   = 0
sigaction(SIGCLD, 0x00000000, 0x08046BD4)       = 0
brk(0x08058000)                                 = 0
brk(0x08058800)                                 = 0
brk(0x08059000)                                 = 0
brk(0x08059800)                                 = 0
brk(0x0805A000)                                 = 0
brk(0x0805A800)                                 = 0
brk(0x0805B000)                                 = 0
brk(0x0805B800)                                 = 0
getpid()                                        = 17936  [ 17935 ]
brk(0x0805C000)                                 = 0
brk(0x0805C800)                                 = 0
ioctl(3, TCGETS, 0x08044608)                    Err#25 ENOTTY
fxstat(2, 3, 0x08044648)                        = 0
brk(0x08060800)                                 = 0
read(3, " # !   / u s r / l o c a".., 8192)     = 8192
brk(0x08061800)                                 = 0
getcontext(0x080468F8)
getcontext(0x08046654)
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/C4che.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/C4che.pm", O_RDONLY, 0666) = 4
brk(0x08062800)                                 = 0
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
brk(0x08066000)                                 = 0
read(4, " #   a u t o c o n f   -".., 8192)     = 4950
brk(0x08067000)                                 = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Data/Dumper.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Data/Dumper.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Data/Dumper.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Data/Dumper.pm", O_RDONLY, 0666) = 5
brk(0x08068000)                                 = 0
brk(0x08069000)                                 = 0
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x0806C800)                                 = 0
read(5, " #\n #   D a t a / D u m".., 8192)     = 8192
brk(0x0806D800)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/XSLoader.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/XSLoader.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/XSLoader.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/XSLoader.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x08071800)                                 = 0
read(6, " #   G e n e r a t e d  ".., 8192)     = 3619
brk(0x08073000)                                 = 0
brk(0x08074800)                                 = 0
brk(0x08076000)                                 = 0
brk(0x08077800)                                 = 0
brk(0x08079000)                                 = 0
lseek64(6, -516, 1)                             = 3103
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Carp.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Carp.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Carp.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Carp.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Carp.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Carp.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x0807C800)                                 = 0
read(6, " p a c k a g e   C a r p".., 8192)     = 4166
read(6, 0x08078804, 8192)                       = 0
close(6)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Exporter.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Exporter.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Exporter.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Exporter.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Exporter.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Exporter.pm", O_RDONLY, 0666) = 6
brk(0x0807E000)                                 = 0
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   E x p o".., 8192)     = 8192
brk(0x08080000)                                 = 0
brk(0x08082000)                                 = 0
brk(0x08084000)                                 = 0
lseek64(6, -6600, 1)                            = 1592
close(6)                                        = 0
brk(0x08086000)                                 = 0
brk(0x08088000)                                 = 0
brk(0x0808A000)                                 = 0
brk(0x0808C000)                                 = 0
brk(0x0808E000)                                 = 0
brk(0x08090000)                                 = 0
brk(0x08092800)                                 = 0
read(5, " e   =   $ n a m e   .  ".., 8192)     = 8192
brk(0x08095000)                                 = 0
brk(0x08097800)                                 = 0
brk(0x0809A000)                                 = 0
brk(0x0809C800)                                 = 0
brk(0x0809F000)                                 = 0
brk(0x080A2000)                                 = 0
brk(0x080A5000)                                 = 0
brk(0x080A8000)                                 = 0
lseek64(5, -1461, 1)                            = 14923
close(5)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/overload.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/overload.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/overload.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/overload.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/overload.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/overload.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x080AB000)                                 = 0
read(5, " p a c k a g e   o v e r".., 8192)     = 8192
brk(0x080AE000)                                 = 0
brk(0x080B1000)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/warnings/register.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/warnings/register.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/warnings/register.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/warnings/register.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/warnings/register.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/warnings/register.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x080B4800)                                 = 0
read(6, " p a c k a g e   w a r n".., 8192)     = 794
brk(0x080B8000)                                 = 0
read(6, 0x080B0004, 8192)                       = 0
close(6)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/warnings.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/warnings.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/warnings.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/warnings.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/warnings.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/warnings.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x080BB800)                                 = 0
read(6, "\n #   T h i s   f i l e".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
read(6, " 0 0 \ x 0 0 \ x 0 0 \ x".., 8192)     = 6141
brk(0x080BF000)                                 = 0
brk(0x080C2800)                                 = 0
brk(0x080C6800)                                 = 0
read(6, 0x080B6004, 8192)                       = 0
close(6)                                        = 0
lseek64(5, -4052, 1)                            = 4140
close(5)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Data/Dumper/Dumper.so", 0xBFF6F8B0) = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Data/Dumper/Dumper.bs", 0xBFF6F8B0) = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Data/Dumper/Dumper.so", O_RDONLY, 01001056440) = 5
fxstat(2, 5, 0x080457D0)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0xBFDE9000
mmap(0x00000000, 25736, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xBFDE1000
mmap(0xBFDE7000, 1160, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 5, 20480) = 0xBFDE7000
close(5)                                        = 0
munmap(0xBFDE9000, 4096)                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Request.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Request.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #   a u t o c o n f   -".., 8192)     = 2604
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/strict.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/strict.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/strict.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/strict.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/strict.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/strict.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x080CA800)                                 = 0
read(6, " p a c k a g e   s t r i".., 8192)     = 2624
read(6, 0x080C6804, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Struct.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Struct.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " #   a u t o c o n f   -".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/vars.pmc", 0x08044DF8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/vars.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/vars.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/vars.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/vars.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/vars.pm", O_RDONLY, 0666) = 7
ioctl(7, TCGETS, 0x080428C8)                    Err#25 ENOTTY
fxstat(2, 7, 0x08042908)                        = 0
brk(0x080CE800)                                 = 0
read(7, " p a c k a g e   v a r s".., 8192)     = 2746
getcontext(0x08044B60)
getcontext(0x080448BC)
brk(0x080D2800)                                 = 0
lseek64(7, -1172, 1)                            = 1574
close(7)                                        = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
brk(0x080D7000)                                 = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
brk(0x080DB800)                                 = 0
lseek64(6, -854, 1)                             = 7338
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
read(5, 0x080A6004, 8192)                       = 0
close(5)                                        = 0
getcontext(0x08045A60)
getcontext(0x080457BC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
read(4, 0x08062004, 8192)                       = 0
close(4)                                        = 0
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/ChannelDefs.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/ChannelDefs.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
read(4, " #   C o p y r i g h t  ".., 8192)     = 8192
brk(0x080E0000)                                 = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Channels.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/Channels.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x080E4800)                                 = 0
read(5, " #   C o p y r i g h t  ".., 8192)     = 8192
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Basename.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Basename.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Basename.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Basename.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/Basename.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/Basename.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x080E9800)                                 = 0
read(6, " p a c k a g e   F i l e".., 8192)     = 8192
getcontext(0x08045308)
getcontext(0x08045064)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/re.pmc", 0x08044E50) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/re.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/re.pmc", 0x08044E50) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/re.pm", O_RDONLY, 0666) = 7
ioctl(7, TCGETS, 0x08042920)                    Err#25 ENOTTY
fxstat(2, 7, 0x08042960)                        = 0
brk(0x080EE800)                                 = 0
read(7, " p a c k a g e   r e ;\n".., 8192)     = 3780
brk(0x080F3800)                                 = 0
read(7, 0x080E8804, 8192)                       = 0
close(7)                                        = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
read(6, " e ;\n\t }\n\t $ d i r n".., 8192)     = 939
brk(0x080F9000)                                 = 0
read(6, 0x080E3004, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/constant.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/constant.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/constant.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/constant.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/constant.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/constant.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x080FE800)                                 = 0
read(6, " p a c k a g e   c o n s".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
lseek64(6, -5332, 1)                            = 2860
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
read(5, " l   $ _ ;\n\n     f o r".., 8192)     = 8192
getcontext(0x08045A00)
getcontext(0x0804575C)
brk(0x08104000)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
brk(0x0810A000)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
read(5, " a n n e l   w a s   s i".., 8192)     = 1046
read(5, 0x080DE004, 8192)                       = 0
close(5)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Exporter/Heavy.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Exporter/Heavy.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Exporter/Heavy.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Exporter/Heavy.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Exporter/Heavy.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Exporter/Heavy.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " p a c k a g e   E x p o".., 8192)     = 5651
brk(0x08110000)                                 = 0
brk(0x08116000)                                 = 0
read(5, 0x080DE004, 8192)                       = 0
close(5)                                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
brk(0x0811C800)                                 = 0
read(4, " t a b i l i t y ) ..\n  ".., 8192)     = 1729
read(4, 0x08062004, 8192)                       = 0
close(4)                                        = 0
getcontext(0x080468A0)
getcontext(0x080465FC)
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/FileUtils.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/FileUtils.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
brk(0x08123000)                                 = 0
read(4, " #   C o p y r i g h t  ".., 8192)     = 6670
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/stat.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/stat.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/stat.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/stat..pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/stat.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/stat.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x08129800)                                 = 0
read(5, " p a c k a g e   F i l e".., 8192)     = 2806
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A58)
getcontext(0x080457B4)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Class/Struct.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Class/Struct.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Class/Struct.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Class/Struct.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Class/Struct.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Class/Struct.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   C l a s".., 8192)     = 8192
brk(0x08130800)                                 = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
brk(0x08137800)                                 = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
lseek64(6, -1663, 1)                            = 6529
close(6)                                        = 0
brk(0x0813F000)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
lseek64(5, -1596, 1)                            = 1210
close(5)                                        = 0
getcontext(0x08045A60)
getcontext(0x080457BC)
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/IO/File.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/IO/File.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/IO/File.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/IO/File.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x08146800)                                 = 0
read(5, " #\n\n p a c k a g e   I".., 8192)     = 3956
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Symbol.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Symbol.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Symbol.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Symbol.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Symbol.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Symbol.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x0814E800)                                 = 0
read(6, " p a c k a g e   S y m b".., 8192)     = 3876
getcontext(0x08045308)
getcontext(0x08045064)
read(6, 0x08143004, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/SelectSaver.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/SelectSaver.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/SelectSaver.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/SelectSaver.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/SelectSaver.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/SelectSaver.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   S e l e".., 8192)     = 1050
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
read(6, 0x08143004, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/IO/Seekable.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/IO/Seekable.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/IO/Seekable.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/IO/Seekable.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x08156800)                                 = 0
read(6, " #\n\n p a c k a g e   I".., 8192)     = 2918
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/IO/Handle.pmc", 0x08044DF8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/IO/Handle.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/IO/Handle.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/IO/Handle..pm", O_RDONLY, 0666) = 7
ioctl(7, TCGETS, 0x080428C8)                    Err#25 ENOTTY
fxstat(2, 7, 0x08042908)                        = 0
read(7, "\n p a c k a g e   I O :".., 8192)     = 8192
getcontext(0x08044B60)
getcontext(0x080448BC)
read(7, " I S A ) ;\n u s e   C a".., 8192)     = 7440
getcontext(0x08044B60)
getcontext(0x080448BC)
getcontext(0x08044B60)
getcontext(0x080448BC)
getcontext(0x08044B60)
getcontext(0x080448BC)
getcontext(0x08044B60)
getcontext(0x080448BC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/IO.pmc", 0x080446A8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/IO.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/IO.pmc", 0x080446A8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/IO.pm", O_RDONLY, 0666) = 8
ioctl(8, TCGETS, 0x08042178)                    Err#25 ENOTTY
fxstat(2, 8, 0x080421B8)                        = 0
brk(0x0815F000)                                 = 0
read(8, " #\n\n p a c k a g e   I".., 8192)     = 669
getcontext(0x08044410)
getcontext(0x0804416C)
getcontext(0x08044410)
getcontext(0x0804416C)
lseek64(8, -388, 1)                             = 281
close(8)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/IO/IO.so", 0xBFF6F8B0) = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/IO/IO.bs", 0xBFF6F8B0) = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/IO/IO.so", O_RDONLY, 01001043460) = 8
fxstat(2, 8, 0x080441E0)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 8, 0) = 0xBFDE9000
mmap(0x00000000, 17220, PROT_READ|PROT_EXEC, MAP_PRIVATE, 8, 0) = 0xBFDDB000
mmap(0xBFDDF000, 836, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 8, 12288) = 0xBFDDF000
close(8)                                        = 0
munmap(0xBFDE9000, 4096)                        = 0
brk(0x08167800)                                 = 0
brk(0x08170800)                                 = 0
brk(0x08179800)                                 = 0
getcontext(0x08044B60)
getcontext(0x080448BC)
read(7, 0x08151804, 8192)                       = 0
close(7)                                        = 0
getcontext(0x080452B0)
getcontext(0x0804500C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Fcntl.pmc", 0x08044DF8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Fcntl.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Fcntl.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Fcntl.pm", O_RDONLY, 0666) = 7
ioctl(7, TCGETS, 0x080428C8)                    Err#25 ENOTTY
fxstat(2, 7, 0x08042908)                        = 0
read(7, " p a c k a g e   F c n t".., 8192)     = 5216
getcontext(0x08044B60)
getcontext(0x080448BC)
brk(0x08183000)                                 = 0
read(7, 0x08151804, 8192)                       = 0
close(7)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Fcntl/Fcntl.so", 0xBFF6F8B0) = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Fcntl/Fcntl.bs", 0xBFF6F8B0) = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/Fcntl/Fcntl.so", O_RDONLY, 01001047200) = 7
fxstat(2, 7, 0x08044930)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 7, 0) = 0xBFDE9000
mmap(0x00000000, 13628, PROT_READ|PROT_EXEC, MAP_PRIVATE, 7, 0) = 0xBFDD6000
mmap(0xBFDD9000, 1340, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 7, 8192) = 0xBFDD9000
close(7)                                        = 0
munmap(0xBFDE9000, 4096)                        = 0
read(6, 0x0814D804, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Spec.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Spec.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Spec.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Spec.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/Spec.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/Spec.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   F i l e".., 8192)     = 2839
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
lseek64(6, -2508, 1)                            = 331
close(6)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Spec/Unix.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Spec/Unix.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Spec/Unix.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Spec/Unix.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/Spec/Unix.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/Spec/Unix.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   F i l e".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x080452B0)
getcontext(0x0804500C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Cwd.pmc", 0x08044DF8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Cwd..pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Cwd.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Cwd.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Cwd.pmc", 0x08044DF8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Cwd.pm", O_RDONLY, 0666) = 7
ioctl(7, TCGETS, 0x080428C8)                    Err#25 ENOTTY
fxstat(2, 7, 0x08042908)                        = 0
brk(0x0818C800)                                 = 0
read(7, " p a c k a g e   C w d ;".., 8192)     = 8192
getcontext(0x08044B60)
getcontext(0x080448BC)
getcontext(0x08044B60)
getcontext(0x080448BC)
getcontext(0x08044B60)
getcontext(0x080448BC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/base.pmc", 0x080446A8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/base.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/base.pmc", 0x080446A8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/base.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/base.pmc", 0x080446A8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/base.pm", O_RDONLY, 0666) = 8
ioctl(8, TCGETS, 0x08042178)                    Err#25 ENOTTY
fxstat(2, 8, 0x080421B8)                        = 0
read(8, " = h e a d 1   N A M E\n".., 8192)     = 2320
getcontext(0x08044410)
getcontext(0x0804416C)
read(8, 0x08186004, 8192)                       = 0
close(8)                                        = 0
brk(0x08196800)                                 = 0
read(7, " ! " ;\n         $ r e a".., 8192)     = 3885
brk(0x081A0800)                                 = 0
getcontext(0x08044B60)
getcontext(0x080448BC)
lseek64(7, -163, 1)                             = 11914
close(7)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/usr/local/bin/pwd", 0xBFF6F8B0)      Err#2  ENOENT
xstat(2, "/usr/local/etc/pwd", 0xBFF6F8B0)      Err#2  ENOENT
xstat(2, "/usr/bin/pwd", 0xBFF6F8B0)            = 0
getgroups(32, 0x08044F08)                       = 1
xstat(2, "/bin/pwd", 0xBFF6F8B0)                = 0
getgroups(32, 0x08044F08)                       = 1
xstat(2, "/usr/etc/pwd", 0xBFF6F8B0)            Err#2  ENOENT
xstat(2, "/etc/pwd", 0xBFF6F8B0)                Err#2  ENOENT
xstat(2, "/usr/sbin/pwd", 0xBFF6F8B0)           Err#2  ENOENT
xstat(2, "/sbin/pwd", 0xBFF6F8B0)               Err#2  ENOENT
xstat(2, "/usr/java2/bin/pwd", 0xBFF6F8B0)      Err#2  ENOENT
xstat(2, "/usr/jre2-1.3/pwd", 0xBFF6F8B0)       Err#2  ENOENT
xstat(2, "/usr/jre2/bin/pwd", 0xBFF6F8B0)       Err#2  ENOENT
xstat(2, "/usr/jre/bin/pwd", 0xBFF6F8B0)        Err#2  ENOENT
xstat(2, "/users/autotest/macros/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/usr/local/c++test/bin.solaris/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/usr/ccs/bin/pwd", 0xBFF6F8B0)        Err#2  ENOENT
xstat(2, "/usr/bin/X11/pwd", 0xBFF6F8B0)        Err#2  ENOENT
xstat(2, "/usr/ucb/pwd", 0xBFF6F8B0)            Err#2  ENOENT
xstat(2, "/users/mkfir/scripts/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "./pwd", 0xBFF6F8B0)                   Err#2  ENOENT
xstat(2, "/users/mkfir/bin/pwd", 0xBFF6F8B0)    Err#2  ENOENT
xstat(2, "/clearcase_home/macros/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/bin/imagix/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/usr/java/bin/pwd", 0xBFF6F8B0)       Err#2  ENOENT
xstat(2, "./pwd", 0xBFF6F8B0)                   Err#2  ENOENT
xstat(2, "/users/mkfir/bin/pwd", 0xBFF6F8B0)    Err#2  ENOENT
xstat(2, "/clearcase_home/macros/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/bin/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/users/mkfir/imagix/bin/imagix/pwd", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "/usr/java/bin/pwd", 0xBFF6F8B0)       Err#2  ENOENT
xstat(2, "./pwd", 0xBFF6F8B0)                   Err#2  ENOENT
read(6, "   u p ..\n         i f  ".., 8192)     = 2761
read(6, 0x0817E004, 8192)                       = 0
close(6)                                        = 0
read(5, 0x0813E804, 8192)                       = 0
close(5)                                        = 0
brk(0x081AB000)                                 = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Compare.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Compare.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Compare.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Compare.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/Compare.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/Compare.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " p a c k a g e   F i l e".., 8192)     = 4331
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
brk(0x081B6000)                                 = 0
lseek64(5, -1158, 1)                            = 3173
close(5)                                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Copy.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Copy.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Copy.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Copy..pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/File/Copy.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/File/Copy.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #   F i l e / C o p y .".., 8192)     = 8192
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
brk(0x081C1000)                                 = 0
lseek64(5, -2061, 1)                            = 6131
close(5)                                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/POSIX.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/POSIX.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/POSIX.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/POSIX.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
brk(0x081CC800)                                 = 0
read(5, " p a c k a g e   P O S I".., 8192)     = 8192
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/AutoLoader.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/AutoLoader.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/AutoLoader.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/AutoLoader.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/AutoLoader.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/AutoLoader.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   A u t o".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
getcontext(0x08045308)
getcontext(0x08045064)
brk(0x081D8800)                                 = 0
lseek64(6, -3677, 1)                            = 4515
close(6)                                        = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/autosplit.ix", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " #   I n d e x   c r e a".., 8192)     = 2168
read(6, 0x081C3004, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
lseek64(5, -6510, 1)                            = 1682
close(5)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/POSIX.so", 0xBFF6F8B0) = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/POSIX.bs", 0xBFF6F8B0) = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/POSIX.so", O_RDONLY, 01001056440) = 5
fxstat(2, 5, 0x080457D0)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0xBFDE9000
mmap(0x00000000, 89912, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xBFDBF000
mmap(0xBFDD4000, 3896, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 5, 81920) = 0xBFDD4000
close(5)                                        = 0
munmap(0xBFDE9000, 4096)                        = 0
brk(0x081E4800)                                 = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/load_imports.al", 0xBFF6F8B0) = 0
getgroups(32, 0x08045DA8)                       = 1
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/POSIX/load_imports.al", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #   N O T E :   D e r i".., 8192)     = 6522
brk(0x081F1000)                                 = 0
read(5, 0x081D9004, 8192)                       = 0
close(5)                                        = 0
brk(0x081FE000)                                 = 0
brk(0x0820B800)                                 = 0
read(4, 0x0811B004, 8192)                       = 0
close(4)                                        = 0
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/General.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/General.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
read(4, " #   a u t o c o n f   -".., 8192)     = 8192
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x080460B8)
getcontext(0x08045E14)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/File/Glob.pmc", 0x08045C00) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/File/Glob.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/File/Glob.pmc", 0x08045C00) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/File/Glob..pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x080436D0)                    Err#25 ENOTTY
fxstat(2, 5, 0x08043710)                        = 0
read(5, " p a c k a g e   F i l e".., 8192)     = 8192
getcontext(0x08045968)
getcontext(0x080456C4)
getcontext(0x08045968)
getcontext(0x080456C4)
getcontext(0x08045968)
getcontext(0x080456C4)
brk(0x08219000)                                 = 0
getcontext(0x08045968)
getcontext(0x080456C4)
lseek64(5, -4016, 1)                            = 4176
close(5)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/File/Glob/Glob.so", 0xBFF6F8B0) = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/auto/File/Glob/Glob.bs", 0xBFF6F8B0) = 0
open("/usr/local/lib/perl5/5.6.1/i386-svr5/auto/File/Glob/Glob.so", O_RDONLY, 01001056210) = 5
fxstat(2, 5, 0x08045738)                        = 0
mmap(0x00000000, 4096, PROT_READ, MAP_SHARED, 5, 0) = 0xBFDE9000
mmap(0x00000000, 17556, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xBFDB9000
mmap(0xBFDBD000, 1172, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 5, 12288) = 0xBFDBD000
close(5)                                        = 0
munmap(0xBFDE9000, 4096)                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Getopt/Long.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Getopt/Long.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Getopt/Long.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Getopt/Long.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Getopt/Long.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Getopt/Long.pm", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #   G e t O p t : : L o".., 8192)     = 8192
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
open("/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/autosplit.ix", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
brk(0x08227000)                                 = 0
read(6, " #   I n d e x   c r e a".., 8192)     = 205
read(6, 0x08217804, 8192)                       = 0
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A58)
getcontext(0x080457B4)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
lseek64(5, -2484, 1)                            = 5708
close(5)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/Configure.al", 0xBFF6F8B0) = 0
getgroups(32, 0x08045DA8)                       = 1
open("/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/Configure.al", O_RDONLY, 0666) = 5
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #   N O T E :   D e r i".., 8192)     = 2831
read(5, 0x0821E804, 8192)                       = 0
close(5)                                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
read(4, "   0 ;\n\t     e r r o r".., 8192)     = 986
read(4, 0x0811B004, 8192)                       = 0
close(4)                                        = 0
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/XFile.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Autom4te/XFile.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
read(4, " #   C o p y r i g h t  ".., 8192)     = 6976
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Errno.pmc", 0x08045C98) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Errno.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Errno.pmc", 0x08045C98) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Errno.pm", O_RDONLY, 0666) = 5
brk(0x08235800)                                 = 0
ioctl(5, TCGETS, 0x08043768)                    Err#25 ENOTTY
fxstat(2, 5, 0x080437A8)                        = 0
read(5, " #\n #   T h i s   f i l".., 8192)     = 8057
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
getcontext(0x08045A00)
getcontext(0x0804575C)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Config.pmc", 0x08045548) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Config.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Config.pmc", 0x08045548) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Config.pm", O_RDONLY, 0666) = 6
ioctl(6, TCGETS, 0x08043018)                    Err#25 ENOTTY
fxstat(2, 6, 0x08043058)                        = 0
read(6, " p a c k a g e   C o n f".., 8192)     = 8192
getcontext(0x080452B0)
getcontext(0x0804500C)
brk(0x08244800)                                 = 0
read(6, " t = ' d e f i n e '\n d".., 8192)     = 8192
read(6, "   " N U M 3 9 " ,   " N".., 8192)     = 8192
brk(0x08254000)                                 = 0
read(6, " l e n g t h ( $ _ [ 1 ]".., 8192)     = 8192
lseek64(6, -7376, 1)                            = 25392
close(6)                                        = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
brk(0x08264000)                                 = 0
brk(0x08274800)                                 = 0
getcontext(0x08045A00)
getcontext(0x0804575C)
lseek64(5, -1351, 1)                            = 6706
close(5)                                        = 0
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
read(4, 0x0811B004, 8192)                       = 0
close(4)                                        = 0
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/DynaLoader.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/DynaLoader.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/DynaLoader.pmc", 0x080463E8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/DynaLoader.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
read(4, "\n #   G e n e r a t e d".., 8192)     = 8192
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
brk(0x08285800)                                 = 0
read(4, " o s p l i t   a n d   t".., 8192)     = 8192
lseek64(4, -8131, 1)                            = 8253
close(4)                                        = 0
getcontext(0x080468A0)
getcontext(0x080465FC)
getcontext(0x080468A0)
getcontext(0x080465FC)
getcontext(0x080468A0)
getcontext(0x080465FC)
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/Text/ParseWords.pmc", 0x080463E8) Err#2  ENOENT
open("/users/mkfir/Unix/usr/local/share/autoconf/Text/ParseWords.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/i386-svr5/Text/ParseWords.pmc", 0x080463E8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/i386-svr5/Text/ParseWords.pm", O_RDONLY, 0666) Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/Text/ParseWords.pmc", 0x080463E8) Err#2  ENOENT
open("/usr/local/lib/perl5/5.6.1/Text/ParseWords.pm", O_RDONLY, 0666) = 4
ioctl(4, TCGETS, 0x08043EB8)                    Err#25 ENOTTY
fxstat(2, 4, 0x08043EF8)                        = 0
read(4, " p a c k a g e   T e x t".., 8192)     = 6544
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
getcontext(0x08046150)
getcontext(0x08045EAC)
brk(0x08297000)                                 = 0
lseek64(4, -3385, 1)                            = 3159
close(4)                                        = 0
read(3, " o r d s [ 0 ] ;\n\t    ".., 8192)     = 8192
getcontext(0x080468A0)
getcontext(0x080465FC)
getcontext(0x080468A0)
getcontext(0x080465FC)
read(3, " $ f o r b i d d e n / o".., 8192)     = 8192
brk(0x082A9000)                                 = 0
read(3, " f   t h e   t r a c e s".., 8192)     = 5739
read(3, 0x0805C804, 8192)                       = 0
close(3)                                        = 0
getcontext(0x08046C84)
pipe()                                          = 3  [ 4 ]
fork()                                          = 17979
close(4)                                        = 0
sigaction(SIGINT, 0x08046B48, 0x08046BF8)       = 0
sigaction(SIGQUIT, 0x08046B3C, 0x08046BD8)      = 0
    Received signal #18, SIGCLD, in waitsys() [default]
      siginfo: SIGCLD CLD_EXITED pid=17979 uid=0 status=0x0000
waitsys(P_PID, 17979, 0x08046AE8, WEXITED|WTRAPPED) = 0
sigaction(SIGINT, 0x08046B6C, 0x00000000)       = 0
sigaction(SIGQUIT, 0x08046B64, 0x00000000)      = 0
read(3, 0x08046C1C, 4)                          = 0
close(3)                                        = 0
pipe()                                          = 3  [ 4 ]
pipe()                                          = 5  [ 6 ]
fork()                                          = 17982
close(4)                                        = 0
close(6)                                        = 0
read(5, 0x08046AF8, 4)                          = 0
close(5)                                        = 0
fcntl(3, F_GETFL, 0xBFF6DE5C)                   = 2
ioctl(3, TCGETS, 0x080449CC)                    Err#22 EINVAL
fxstat(2, 3, 0x08044A0C)                        = 0
brk(0x082BB800)                                 = 0
read(3, " _ _ f i l e _ _ :\t < _".., 16384)    = 31
read(3, " _ _ l i n e _ _ :\t < _".., 16384)    = 748
read(3, 0x082A8804, 16384)                      = 0
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17982 uid=0 status=0x0000
close(3)                                        = 0
sigaction(SIGHUP, 0x08046A2C, 0x08046AE4)       = 0
sigaction(SIGINT, 0x08046A20, 0x08046AC4)       = 0
sigaction(SIGQUIT, 0x08046A14, 0x08046AA4)      = 0
waitsys(P_PID, 17982, 0x080469CC, WEXITED|WTRAPPED) = 0
sigaction(SIGHUP, 0x08046A50, 0x00000000)       = 0
sigaction(SIGINT, 0x08046A48, 0x00000000)       = 0
sigaction(SIGQUIT, 0x08046A40, 0x00000000)      = 0
pipe()                                          = 3  [ 4 ]
pipe()                                          = 5  [ 6 ]
fork()                                          = 17985
close(4)                                        = 0
close(6)                                        = 0
read(5, 0x08046AF8, 4)                          = 0
close(5)                                        = 0
fcntl(3, F_GETFL, 0xBFF6DE5C)                   = 2
ioctl(3, TCGETS, 0x080449C8)                    Err#22 EINVAL
fxstat(2, 3, 0x08044A08)                        = 0
read(3, 0x082A8804, 16384)                      = 0
    Received signal #18, SIGCLD [default]
      siginfo: SIGCLD CLD_EXITED pid=17985 uid=0 status=0x0001
close(3)                                        = 0
sigaction(SIGHUP, 0x08046A2C, 0x08046AE4)       = 0
sigaction(SIGINT, 0x08046A20, 0x08046AC4)       = 0
sigaction(SIGQUIT, 0x08046A14, 0x08046AA4)      = 0
waitsys(P_PID, 17985, 0x080469CC, WEXITED|WTRAPPED) = 0
sigaction(SIGHUP, 0x08046A50, 0x00000000)       = 0
sigaction(SIGINT, 0x08046A48, 0x00000000)       = 0
sigaction(SIGQUIT, 0x08046A40, 0x00000000)      = 0
open("/dev/urandom", O_RDONLY, 027775557134)    Err#2  ENOENT
getpid()                                        = 17936  [ 17935 ]
mkdir("/tmp/am4t771.17936", 0700)               = 0
open("/users/mkfir/Unix/usr/local/share/autoconf/autom4te.cfg", O_RDONLY, 0666) = 3
fxstat(2, 3, 0xBFF6FE18)                        = 0
fcntl(3, F_SETFD, 0x00000001)                   = 0
ioctl(3, TCGETS, 0x08044A90)                    Err#25 ENOTTY
fxstat(2, 3, 0x08044AD0)                        = 0
read(3, " #   D e f i n i t i o n".., 8192)     = 6811
read(3, 0x082A9804, 8192)                       = 0
getcontext(0x08046940)
getcontext(0x080468C0)
close(3)                                        = 0
xstat(2, "/users/mkfir/.autom4te.cfg", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, ".autom4te.cfg", 0xBFF6F8B0)           Err#2  ENOENT
xstat(2, "/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/GetOptions.al", 0xBFF6F8B0) = 0
getgroups(32, 0x08046B80)                       = 1
open("/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/GetOptions.al", O_RDONLY, 0666) = 3
ioctl(3, TCGETS, 0x08044540)                    Err#25 ENOTTY
fxstat(2, 3, 0x08044580)                        = 0
read(3, " #   N O T E :   D e r i".., 8192)     = 8192
brk(0x082CE800)                                 = 0
read(3, " g e n p r e f i x ,   $".., 8192)     = 3892
read(3, 0x082B2804, 8192)                       = 0
close(3)                                        = 0
xstat(2, "/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/FindOption.al", 0xBFF6F8B0) = 0
getgroups(32, 0x08046B80)                       = 1
open("/usr/local/lib/perl5/5.6.1/auto/Getopt/Long/FindOption.al", O_RDONLY, 0666) = 3
ioctl(3, TCGETS, 0x08044540)                    Err#25 ENOTTY
fxstat(2, 3, 0x08044580)                        = 0
brk(0x082E2000)                                 = 0
read(3, " #   N O T E :   D e r i".., 8192)     = 7949
read(3, 0x082CB004, 8192)                       = 0
close(3)                                        = 0
xstat(2, "m4sugar/m4sugar.m4f", 0xBFF6F8B0)     Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/m4sugar/m4sugar.m4f", 0xBFF6F8B0) = 0
xstat(2, "m4sugar/m4sh.m4f", 0xBFF6F8B0)        Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/m4sugar/m4sh.m4f", 0xBFF6F8B0) = 0
xstat(2, "autoconf/autoconf.m4f", 0xBFF6F8B0)   Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/autoconf/autoconf.m4f", 0xBFF6F8B0) = 0
xstat(2, "acsite.m4", 0xBFF6F8B0)               Err#2  ENOENT
xstat(2, "/users/mkfir/Unix/usr/local/share/autoconf/acsite.m4", 0xBFF6F8B0) Err#2  ENOENT
xstat(2, "aclocal.m4", 0xBFF6F8B0)              = 0
xstat(2, "configure.ac", 0xBFF6F8B0)            = 0
xstat(2, "autom4te.cache", 0xBFF6F8B0)          = 0
open("autom4te.cache/requests", O_RDWR|O_CREAT, 0666) = 3
fcntl(3, F_GETFL, 0xBFF6DE5C)                   = 2
fxstat(2, 3, 0xBFF6FE18)                        = 0
fcntl(3, F_SETFD, 0x00000001)                   = 0
fcntl(3, F_SETLKW, 0x08046BE8)  (sleeping...)


The system info is:
13 ~/Unix/automake-1.8> pkginfo|grep uw
patch       ptf7665        ptf7665 - UnixWare UW711 PS CMD Supplement
patch       ptf7666        ptf7666 - UnixWare UW7.1.1 TCP/IP, io, fs, async, kam and mem Drivers Supplement
patch       ptf7667        ptf7667 - UnixWare UW7.1.1 UTIL Supplement
patch       ptf7669        ptf7669 - UnixWare UW7.1.1 Scoadmin Modem Manager Supplement
patch       ptf7676        ptf7676 - UnixWare UW7.1.1 asyc and iasy Driver Supplement
patch       ptf7715        ptf7715 - UnixWare UW7.1.1 Networking and MEM Supplement
patch       ptfBINa        ptfBINa - NON patched SCO UW7.1.1 binary fixes 
system      uw711br        UW711 Binary Rollup (PLEASE DO NOT REMOVE)

14 ~/Unix/automake-1.8> uname -a
UnixWare mazen 5 7.1.1 i386 x86at SCO UNIX_SVR5

15 ~/Unix/automake-1.8> autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 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.


Thanks
Meir Kfir
Comverse
address@hidden



reply via email to

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