Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 13:55:50 +0200 (CEST)
From:      Wolfram Schneider <wosch@baerenklau.de.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/6307: sgmlfmt not `make -jN' ready
Message-ID:  <199804151155.NAA03005@baerenklau.de.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804151155.NAA03005>