From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marco Franzen Newsgroups: gmane.emacs.bugs Subject: RE: leim Makefile not -j safe Date: Sun, 2 Jun 2002 16:27:48 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <21C6A2D7F81ED611B9E400508B63A90F082C92@ukwdc-mail.royalblue.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1023031836 2634 127.0.0.1 (2 Jun 2002 15:30:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2002 15:30:36 +0000 (UTC) Cc: "'bug-gnu-emacs@gnu.org'" Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17EXJU-0000gN-00 for ; Sun, 02 Jun 2002 17:30:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EXJ4-0001zd-00; Sun, 02 Jun 2002 11:30:10 -0400 Original-Received: from [195.217.252.236] (helo=compaq-fw2.royalblue.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EXI1-0001to-00 for ; Sun, 02 Jun 2002 11:29:05 -0400 Original-Received: from compaq-f5.royalblue.com (unverified) by compaq-fw2.royalblue.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Sun, 2 Jun 2002 16:33:11 +0100 Original-Received: by mailserver.royalblue.com with Internet Mail Service (5.5.2653.19) id ; Sun, 2 Jun 2002 16:28:37 +0100 Original-To: 'Eli Zaretskii' X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1757 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1757 > > When building GNU Emacs 21.2 including leim-21.2 > > using make -j 2 (on a two-way SPARC machine with > > Solaris 2.6, GNU Make 3.78.1 and GNU CC 3.1), > > the bootstrap stalled with > > > > .../leim/quail/4Corner.el locked by marcof@ukfd-e... > > (pid 11633): (s, q, p, ?)? > > Please upgrade to a newer version of Make (3.79 or > later) or don't use -j. > leim/Makefile disables parallel execution > for some of its targets, but the feature required > to do that was not part of GNU Make before v3.79. I'll upgrade then, thanks. Anyway, from the comment in Makefile.in, I would have thought you tried to work around Make versions that don't honour '.NOTPARALLEL' pseudo targets: # The "if [ -f $@ ]; then true; " part prevents parallel Make's # which don't honor .NOTPARALLEL, such as SGI's Make, from running # this rule many times, one each for every file it creates. It might be interesting to know that those attempts still leave you with the locking problem. Maybe those attempts are no use because it fails anyway... ************************************************************************* This message is intended only for the stated addressee(s) and may be confidential. Access to this email by anyone else is unauthorised. Any opinions expressed in this email do not necessarily reflect the opinions of royalblue. Any unauthorised disclosure, use or dissemination, either whole or in part is prohibited,. If you are not the intended recipient of this message, please notify the sender immediately. *************************************************************************