all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* leim Makefile not -j safe
@ 2002-06-02 10:31 Marco Franzen
  2002-06-02 12:57 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Franzen @ 2002-06-02 10:31 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

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,
?)? 

Actually that message appeared long before it stalled; it stalled only when
make had run out of targets (for the other job slot).

See the attached typescript for details. In there I hit return a couple of
times when it stopped and then said p (proceed).



*************************************************************************    
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.
*************************************************************************


[-- Attachment #2: build.typescript --]
[-- Type: application/octet-stream, Size: 46860 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: leim Makefile not -j safe
  2002-06-02 10:31 Marco Franzen
@ 2002-06-02 12:57 ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2002-06-02 12:57 UTC (permalink / raw)
  Cc: 'bug-gnu-emacs@gnu.org'


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: leim Makefile not -j safe
@ 2002-06-02 15:27 Marco Franzen
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Franzen @ 2002-06-02 15:27 UTC (permalink / raw)
  Cc: 'bug-gnu-emacs@gnu.org'

> > 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.
*************************************************************************

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-02 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-02 15:27 leim Makefile not -j safe Marco Franzen
  -- strict thread matches above, loose matches on Subject: below --
2002-06-02 10:31 Marco Franzen
2002-06-02 12:57 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.