* Problems using 'make -j2' on GNU/Linux
@ 2008-06-21 21:30 Angelo Graziosi
2008-06-22 1:33 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Angelo Graziosi @ 2008-06-21 21:30 UTC (permalink / raw)
To: emacs-devel
After recent changes [1], using 'make -j2 bootstrap', on GNU/Linux
Kubuntu 8.04, fails
[...]
make[3]: Entering directory `/home/angelo/downloads/emacs.ports/build/lisp'
wd=/home/angelo/downloads/emacs.ports/emacs/lisp; subdirs=`(cd $wd; find
. -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS
| */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file"
;; esac; done; \
for file in $wins; do \
/home/angelo/downloads/emacs.ports/emacs/lisp/../update-subdirs $file; \
done;
make[3]: Leaving directory `/home/angelo/downloads/emacs.ports/build/lisp'
make -w --jobserver-fds=5,6 - --jobserver-fds=5,6 - --jobserver-fds=5,6
- --jobserver-fds=5,6 -j bootstrap-emacs
make[3]: Entering directory `/home/angelo/downloads/emacs.ports/build/src'
`/bin/pwd`/temacs --batch --load loadup bootstrap
/bin/sh: /home/angelo/downloads/emacs.ports/build/src/temacs: Permission
denied
make[3]: *** [bootstrap-emacs] Error 126
make[3]: Leaving directory `/home/angelo/downloads/emacs.ports/build/src'
make[2]: *** [witness-emacs] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/angelo/downloads/emacs.ports/build/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/angelo/downloads/emacs.ports/build'
make: *** [bootstrap] Error 2
Instead 'make bootstrap' works.
Cheers,
Angelo.
---
[1] http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01405.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems using 'make -j2' on GNU/Linux
2008-06-21 21:30 Problems using 'make -j2' on GNU/Linux Angelo Graziosi
@ 2008-06-22 1:33 ` Stefan Monnier
2008-06-22 2:04 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-06-22 1:33 UTC (permalink / raw)
To: Angelo Graziosi; +Cc: emacs-devel
> After recent changes [1], using 'make -j2 bootstrap', on GNU/Linux Kubuntu
> 8.04, fails
[...]
> Instead 'make bootstrap' works.
Yes, I've seen this as well (tho I didn't see it with -j4 in my earlier
tests). Note that after "make -j2 bootstrap" you can finish the
bootstrap with "make -j2" and it should work.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems using 'make -j2' on GNU/Linux
2008-06-22 1:33 ` Stefan Monnier
@ 2008-06-22 2:04 ` Glenn Morris
2008-06-22 12:18 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2008-06-22 2:04 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel, Angelo Graziosi
Stefan Monnier wrote:
>> After recent changes [1], using 'make -j2 bootstrap', on GNU/Linux Kubuntu
>> 8.04, fails
> [...]
>> Instead 'make bootstrap' works.
>
> Yes, I've seen this as well (tho I didn't see it with -j4 in my earlier
> tests). Note that after "make -j2 bootstrap" you can finish the
> bootstrap with "make -j2" and it should work.
I think it's fixed now.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems using 'make -j2' on GNU/Linux
2008-06-22 2:04 ` Glenn Morris
@ 2008-06-22 12:18 ` Stefan Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2008-06-22 12:18 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel, Angelo Graziosi
>>> After recent changes [1], using 'make -j2 bootstrap', on GNU/Linux Kubuntu
>>> 8.04, fails
>> [...]
>>> Instead 'make bootstrap' works.
>>
>> Yes, I've seen this as well (tho I didn't see it with -j4 in my earlier
>> tests). Note that after "make -j2 bootstrap" you can finish the
>> bootstrap with "make -j2" and it should work.
> I think it's fixed now.
Of course, now we have the other problem: try
make
(just to make sure everything's already compiled) and then
touch src/regex.c; make
and weep,
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-22 12:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21 21:30 Problems using 'make -j2' on GNU/Linux Angelo Graziosi
2008-06-22 1:33 ` Stefan Monnier
2008-06-22 2:04 ` Glenn Morris
2008-06-22 12:18 ` Stefan Monnier
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.