X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 64E2852885 for ; Tue, 7 Jun 2005 04:09:06 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 52969-01 for ; Tue, 7 Jun 2005 07:08:57 +0000 (GMT) Received: from web30201.mail.mud.yahoo.com (web30201.mail.mud.yahoo.com [68.142.200.84]) by svr1.postgresql.org (Postfix) with SMTP id 28A9D52856 for ; Tue, 7 Jun 2005 04:08:56 -0300 (ADT) Received: (qmail 25116 invoked by uid 60001); 7 Jun 2005 07:08:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=alOWT3ps7ktVJZEWF6PdTNRGvnbTW728GRnlKLlCc1Wfsvk2Sd9hJnWSPpt0lTgG5lTEgvPnU8EdjHT4w7mUvFAibDmlPXthI4DM8+r8xTKe9ET5jKaEaODohhralb0bP3RbG9itLNaa3Es5xpoS8qdbJREK8Bf8+nlnWcSTnK8= ; Message-ID: <20050607070857.25114.qmail@web30201.mail.mud.yahoo.com> Received: from [203.215.160.146] by web30201.mail.mud.yahoo.com via HTTP; Tue, 07 Jun 2005 00:08:57 PDT Date: Tue, 7 Jun 2005 00:08:57 -0700 (PDT) From: Saquib Farooq Malik Subject: process hangs when converting sgml documentation to PDF To: pgsql-docs@postgresql.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=3.924 tagged_above=0 required=5 tests=DNS_FROM_RFC_ABUSE, DNS_FROM_RFC_POST, FORGED_YAHOO_RCVD X-Spam-Level: *** X-Archive-Number: 200506/4 X-Sequence-Number: 3097 Hi, I tried to get a PDF version of the pgsql documentation. the process i used is as follows $ cd $PGSQL_ROOT $ ./configure $ cd $PG_ROOT/doc/src/sgml $ gmake postgres.pdf the outpout i get is as follows : LC_ALL=C "/usr/bin/perl" /usr/bin/collateindex.pl -f -g -o bookindex.sgml -N { \ echo ""; \ echo ""; \ } >version.sgml "/usr/bin/perl" ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml "/usr/bin/perl" ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml openjade -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -t tex -V tex-backend -i output-print -V texpdf-output -o postgres.tex-pdf postgres.sgml and that's it, the prompt never comes back. Can anybody please tell me why the process hangs up, how can I get the PDf version from the sgml documentations, using gmake. thank you Saquib __________________________________ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html