On Thu, Aug 06, 2009 at 10:29:54PM +0200, Chris Pickett wrote:

> On 8/4/09, Danek Duvall <danek.duvall at sun.com> wrote:
> > Sorry for the followup, but I've got all the xtrace logs for this, as well
> >  as the dtrace grep log, the configure script that was run, etc, if anyone
> >  wants to look at these pieces.
> 
> Please post the logs.

http://cr.opensolaris.org/~dduvall/ksh93/

configure.-x.bad.out
configure.-x.good.out
    The xtraced portions of the configure script -- the former done during
    a build, and failed, the latter done separately, and succeeded.

fsopen.d
    A dtrace script to spit out information about what gets opened during a
    build.

grep.d
    A dtrace script to spit out information about calls to grep.

sfwopentrace-interesting-snmp.out
    The output of fsopen.d, limited to cwd in the net-snmp directory, and
    reduced by the .nawk script

sfwopentrace-snmp.out
    Output of fsopen.d, limited to cwd in the net-snmp directory

sfwopentrace.nawk
    The script I used to remove the "uninteresting" files from the fsopen.d
    output.

sfwopentrace.processed
    fsopen.d output collated by pathname and limited to paths which were
    also opened when cwd was net-snmp.  Exclamation points indicate that
    the file was also opened by another component in the build.

sfwopentrace.py
    The python script used to create sfwopentrace.processed.

sfwtrace.grep.out
    The output of grep.d

> Which ksh93 version did you install?

Running "ksh --version" reports "sh (AT&T Research) 93t 2008-11-04".  It's
build 118 of OpenSolaris.

Thanks,
Danek

Reply via email to