Apropos of jkorchok@hotmail.com's issue, I am seeing some errors from awk. Are different versions in use? This is what I get from a failed upgrade to gnome-doc-utils: Making all in gnome-doc-make make[2]: Nothing to be done for `all'. Making all in xslt awk -W compat -f "./xsldoc.awk" "../../xslt/docbook/common/db- chunk.xsl" | xsltproc -o "C/db-chunk.xml" --stringparam basename "db- chunk" --stringparam xsl_file "../../xslt/docbook/common/db- chunk.xsl" "./xsldoc.xsl" - awk: unknown option -W ignored awk: can't open file -f source line number 1 -:1: parser error : Document is empty ^ -:1: parser error : Start tag expected, '<' not found ^ unable to parse - make[2]: *** [C/db-chunk.xml] Error 6 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 awk -W compat is not an option in awk on OS X. It *is* on the awk I have on FreeBSD (actually, gawk). So what's happening here? is one of these a prerequisite but not listed as a dependency? white:~ paul$ port list | grep awk gawk @3.1.5 lang/gawk nawk @20050424 lang/nawk I didn't realize there were awk variants in the ports tree, but does anyone thing establishing a dependency on them without making that clear is a good idea? -- Paul Beard contact info: www.paulbeard.org/paulbeard.vcf pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem?