From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: leim Makefile not -j safe Date: Sun, 2 Jun 2002 15:57:37 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <21C6A2D7F81ED611B9E400508B63A90F082C91@ukwdc-mail.royalblue.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1023022842 23778 127.0.0.1 (2 Jun 2002 13:00:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2002 13:00:42 +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 17EUyQ-0006BP-00 for ; Sun, 02 Jun 2002 15:00:42 +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 17EUy0-0007gU-00; Sun, 02 Jun 2002 09:00:16 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EUxN-0007cQ-00 for ; Sun, 02 Jun 2002 08:59:37 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id PAA14356; Sun, 2 Jun 2002 15:57:37 +0300 (IDT) X-Sender: eliz@is Original-To: Marco Franzen In-Reply-To: <21C6A2D7F81ED611B9E400508B63A90F082C91@ukwdc-mail.royalblue.com> 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:1755 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1755 On Sun, 2 Jun 2002, Marco Franzen wrote: > 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.