unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Build fails on network home directories mounted over AFP + Parallel make doesn't work
@ 2006-02-28 14:30 Alastair Houghton
  2006-03-05  4:23 ` Eli Zaretskii
  2006-03-05 10:44 ` Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Alastair Houghton @ 2006-02-28 14:30 UTC (permalink / raw)


Hi there,

Just a note to let you know that Emacs currently (latest sources from  
CVS) won't build on Mac OS X if the sources are in a folder mounted  
remotely via AFP.  The problem seems to be related to an attempt to  
create a hard link (from "emacs" to "emacs-<version>") during the  
build process.

Additionally, GNU Make's parallel make feature prevents Emacs from  
building successfully (typically this results in "require" failures  
when loading Elisp files).

Both are easily worked around; builds on local disks on OS X work  
fine, and using non-parallel make also works.

Kind regards,

Alastair.

--
http://www.alastairs-place.net

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

* Re: Build fails on network home directories mounted over AFP + Parallel make doesn't work
  2006-02-28 14:30 Build fails on network home directories mounted over AFP + Parallel make doesn't work Alastair Houghton
@ 2006-03-05  4:23 ` Eli Zaretskii
  2006-03-05 14:43   ` Alastair Houghton
  2006-03-05 10:44 ` Andreas Schwab
  1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2006-03-05  4:23 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Alastair Houghton <alastair@alastairs-place.net>
> Date: Tue, 28 Feb 2006 14:30:46 +0000
> 
> Additionally, GNU Make's parallel make feature prevents Emacs from  
> building successfully (typically this results in "require" failures  
> when loading Elisp files).

Thanks, but please show the transcript of a build session where the
problems due to parallelism are clearly visible.  We need to fix this
problem.

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

* Re: Build fails on network home directories mounted over AFP + Parallel make doesn't work
  2006-02-28 14:30 Build fails on network home directories mounted over AFP + Parallel make doesn't work Alastair Houghton
  2006-03-05  4:23 ` Eli Zaretskii
@ 2006-03-05 10:44 ` Andreas Schwab
  2006-03-05 19:52   ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2006-03-05 10:44 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Alastair Houghton <alastair@alastairs-place.net> writes:

> Additionally, GNU Make's parallel make feature prevents Emacs from  
> building successfully (typically this results in "require" failures  
> when loading Elisp files).

I couldn't reproduce that with -j16 when building for ia64-linux, using
the current CVS sources.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: Build fails on network home directories mounted over AFP + Parallel make doesn't work
  2006-03-05  4:23 ` Eli Zaretskii
@ 2006-03-05 14:43   ` Alastair Houghton
  2006-03-05 19:59     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Alastair Houghton @ 2006-03-05 14:43 UTC (permalink / raw)
  Cc: bug-gnu-emacs

On 5 Mar 2006, at 04:23, Eli Zaretskii wrote:

>> From: Alastair Houghton <alastair@alastairs-place.net>
>> Date: Tue, 28 Feb 2006 14:30:46 +0000
>>
>> Additionally, GNU Make's parallel make feature prevents Emacs from
>> building successfully (typically this results in "require" failures
>> when loading Elisp files).
>
> Thanks, but please show the transcript of a build session where the
> problems due to parallelism are clearly visible.  We need to fix this
> problem.

I can't reproduce it after doing a new cvs update, so it looks like  
whatever was going wrong has already been fixed.  It was reliably  
reproducible before the update using -j2 on a dual-processor PowerPC  
Mac.

I'll remember in future to include a build transcript if I have to  
report this kind of bug again.

Kind regards,

Alastair.

--
http://www.alastairs-place.net

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

* Re: Build fails on network home directories mounted over AFP + Parallel make doesn't work
  2006-03-05 10:44 ` Andreas Schwab
@ 2006-03-05 19:52   ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2006-03-05 19:52 UTC (permalink / raw)
  Cc: alastair, bug-gnu-emacs

> From: Andreas Schwab <schwab@suse.de>
> Date: Sun, 05 Mar 2006 11:44:24 +0100
> Cc: bug-gnu-emacs@gnu.org
> 
> Alastair Houghton <alastair@alastairs-place.net> writes:
> 
> > Additionally, GNU Make's parallel make feature prevents Emacs from  
> > building successfully (typically this results in "require" failures  
> > when loading Elisp files).
> 
> I couldn't reproduce that with -j16 when building for ia64-linux, using
> the current CVS sources.

And I can build on MS-Windows using -j and -jN with N from 2 to 10.
That's why I asked for a transcript.

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

* Re: Build fails on network home directories mounted over AFP + Parallel make doesn't work
  2006-03-05 14:43   ` Alastair Houghton
@ 2006-03-05 19:59     ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2006-03-05 19:59 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> Cc: bug-gnu-emacs@gnu.org
> From: Alastair Houghton <alastair@alastairs-place.net>
> Date: Sun, 5 Mar 2006 14:43:56 +0000
> 
> I'll remember in future to include a build transcript if I have to  
> report this kind of bug again.

Thanks.

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

end of thread, other threads:[~2006-03-05 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-28 14:30 Build fails on network home directories mounted over AFP + Parallel make doesn't work Alastair Houghton
2006-03-05  4:23 ` Eli Zaretskii
2006-03-05 14:43   ` Alastair Houghton
2006-03-05 19:59     ` Eli Zaretskii
2006-03-05 10:44 ` Andreas Schwab
2006-03-05 19:52   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).