From owner-freebsd-doc Wed Apr 15 05:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07989 for freebsd-doc-outgoing; Wed, 15 Apr 1998 05:00:11 -0700 (PDT) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07968; Wed, 15 Apr 1998 05:00:07 -0700 (PDT) (envelope-from gnats) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07059 for ; Wed, 15 Apr 1998 11:55:55 GMT (envelope-from wosch@baerenklau.de.freebsd.org) Received: (from wosch@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.7) id NAA03005; Wed, 15 Apr 1998 13:55:50 +0200 (CEST) (envelope-from wosch) Message-Id: <199804151155.NAA03005@baerenklau.de.freebsd.org> Date: Wed, 15 Apr 1998 13:55:50 +0200 (CEST) From: Wolfram Schneider Reply-To: wosch@baerenklau.de.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/6307: sgmlfmt not `make -jN' ready Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6307 >Category: docs >Synopsis: sgmlfmt not `make -jN' ready >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 05:00:01 PDT 1998 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: sgmlfmt(1) does not support `make -jN'. It seems there are name clashes with temp files. 1. make -j 1 works wosch@baerenklau <12:27:30> [/var/tmp/FAQ] 554 bash$ time make -j 1 FORMATS='ps latin1 ascii html' sgmlfmt -f ps -links /var/tmp/FAQ/FAQ.sgml sgmlfmt -f latin1 -links /var/tmp/FAQ/FAQ.sgml sgmlfmt -f ascii -links /var/tmp/FAQ/FAQ.sgml sgmlfmt -f html -links /var/tmp/FAQ/FAQ.sgml 83.17 real 72.03 user 2.43 sys 2. make -j 4 died --- FAQ.ps --- --- FAQ.latin1 --- --- FAQ.ascii --- --- FAQ.html --- --- FAQ.ps --- sgmlfmt -f ps -links /var/tmp/FAQ/FAQ.sgml --- FAQ.latin1 --- sgmlfmt -f latin1 -links /var/tmp/FAQ/FAQ.sgml --- FAQ.ascii --- sgmlfmt -f ascii -links /var/tmp/FAQ/FAQ.sgml --- FAQ.html --- sgmlfmt -f html -links /var/tmp/FAQ/FAQ.sgml --- FAQ.ps --- mv: FAQ.tmp: No such file or directory --- FAQ.latin1 --- "GETHN:mailing not defined" "GETPN:mailing not defined" "GETHN:hardware not defined" "GETPN:hardware not defined" [...] >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message