From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4484 invoked by alias); 2 Jan 2009 10:21:19 -0000 Received: (qmail 4436 invoked by uid 22791); 2 Jan 2009 10:21:18 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_05,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Jan 2009 10:20:43 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n02AKcFa011587 for ; Fri, 2 Jan 2009 05:20:39 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n02AKcUT002562 for ; Fri, 2 Jan 2009 05:20:38 -0500 Received: from [10.32.10.58] (vpn-10-58.str.redhat.com [10.32.10.58]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n02AKaqG010808 for ; Fri, 2 Jan 2009 05:20:37 -0500 Subject: SystemTap_Tapset_Reference xmlto/xmlto-text (fo/pdf: No such file or directory) From: Mark Wielaard To: systemtap@sourceware.org In-Reply-To: <20081222183425.32198.qmail@sourceware.org> References: <20081222183425.32198.qmail@sourceware.org> Content-Type: text/plain Date: Fri, 02 Jan 2009 10:21:00 -0000 Message-Id: <1230891635.3595.10.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00003.txt.bz2 Hi, On Mon, 2008-12-22 at 18:34 +0000, wcohen@sourceware.org wrote: > commit 5bfd7a3769ba6dcfc9240357ad97f5243da37333 > Author: William Cohen > Date: Mon Dec 22 13:26:10 2008 -0500 > > Add generations of tapset reference manual material. I case others are getting similar errors while building this: Making portrait pages on letter paper (215.9mmx279.4mm) sh: /usr/share/xmlto/format/docbook/../fo/pdf: No such file or directory make[3]: *** [pdfdocs] Error 1 make[3]: Leaving directory `/home/mark/src/systemtap/doc/SystemTap_Tapset_Reference' In Fedora 10 xmlto was split into xmlto and xmlto-tex (which provides fo/pdf): http://www.redhat.com/archives/fedora-devel-list/2008-July/msg00853.html So yum install xmlto-tex to get the fine reference manual. Cheers, Mark