From owner-freebsd-doc@FreeBSD.ORG Sun Oct 17 18:11:07 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F8721065670 for ; Sun, 17 Oct 2010 18:11:07 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from mail6.hostpark.net (mail6.hostpark.net [212.243.197.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0266E8FC15 for ; Sun, 17 Oct 2010 18:11:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail6.hostpark.net (Postfix) with ESMTP id 3B17FA005; Sun, 17 Oct 2010 19:51:42 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail6.hostpark.net ([127.0.0.1]) by localhost (mail6.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id 3hEUbppAFcmo; Sun, 17 Oct 2010 19:51:42 +0200 (CEST) Received: from saturn.pcs.ms (197-185.77-83.cust.bluewin.ch [83.77.185.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail6.hostpark.net (Postfix) with ESMTPSA id EC56C9FF3; Sun, 17 Oct 2010 19:51:41 +0200 (CEST) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.14.4/8.14.4) with ESMTP id o9HHpZwT082013 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NOT); Sun, 17 Oct 2010 19:51:35 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.14.4/8.14.4/Submit) id o9HHpZdf082012; Sun, 17 Oct 2010 19:51:35 +0200 (CEST) (envelope-from martin) Date: Sun, 17 Oct 2010 19:51:35 +0200 From: Martin Schweizer To: doc@freebsd.org Message-ID: <20101017175134.GA81941@saturn.pcs.ms> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Documentation from source by cron failed X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 18:11:07 -0000 Hello I dayly cvsup the hole documentation source as described in the handbook. This works as expected. Weekly I want to create the hole source by a cron job. For this I create a script: #!/bin/sh /usr/bin/make -C /usr/doc/ FORMATS='html html-split txt pdf rtf' install clean exit 0 If I start it at the shell all works well. If I start it by cron I get always such error messages [snip] ===> en_US.ISO8859-1 (install) ===> en_US.ISO8859-1/articles (install) ===> en_US.ISO8859-1/articles/5-roadmap (install) install -C -o root -g wheel -m 444 article.txt.gz /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.pdf.gz /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.rtf.gz /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.html /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 docbook.css /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 docbook.css /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.txt /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.pdf /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap install -C -o root -g wheel -m 444 article.rtf /usr/share/doc/en_US.ISO8859-1/articles/5-roadmap ===> en_US.ISO8859-1/articles/bsdl-gpl (install) install -C -o root -g wheel -m 444 article.txt.gz /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.pdf.gz /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.rtf.gz /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.html /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 docbook.css /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 docbook.css /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.txt /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.pdf /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl install -C -o root -g wheel -m 444 article.rtf /usr/share/doc/en_US.ISO8859-1/articles/bsdl-gpl ===> en_US.ISO8859-1/articles/building-products (install) install -C -o root -g wheel -m 444 article.txt.gz /usr/share/doc/en_US.ISO8859-1/articles/building-products /usr/local/bin/epstopdf --outfile=/usr/doc/en_US.ISO8859-1/articles/building-products/../../../share/images/articles/building-products/freebsd-organization.pdf /usr/doc/en_US.ISO8859-1/articles/building-products/../../../share/images/articles/building-products/freebsd-organization.eps EPSTOPDF 2.7, 2001/03/05 - Copyright 1998-2001 by Sebastian Rahtz et al. !!! Error: Cannot open Ghostscript for piped input! *** Error code 2 Stop in /usr/doc/en_US.ISO8859-1/articles/building-products. *** Error code 1 Stop in /usr/doc/en_US.ISO8859-1/articles. *** Error code 1 Stop in /usr/doc/en_US.ISO8859-1. *** Error code 1 Stop in /usr/doc. [snip] The messages are every time similar. It breaks alswys at a Ghostscript operation. What do I wrong? Regards, -- Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22