Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-07 Thread Achim Gratz
Achim Gratz writes: > This can only happen if (fetaurep 'org-install) yields true. In that > case, something has been loading org-install.el and the warning should > be given. I can arrange for org-reload to filter these out, > org-loaddefs needs special handling as well so I'm in there already.

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Achim Gratz
Nicolas Goaziou writes: > One problem is that I get the warning every time I call M-x org-reload, > even if my installation is fine otherwise. Is it expected or am > I missing something? This can only happen if (fetaurep 'org-install) yields true. In that case, something has been loading org-inst

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> Ok. Then, please install it in maint whenever you find it appropriate. > > Done. Thank you. One problem is that I get the warning every time I call M-x org-reload, even if my installation is fine otherwise. Is it expected or am I missing

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Achim Gratz
Nicolas Goaziou writes: > Ok. Then, please install it in maint whenever you find it appropriate. Done. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-05 Thread Nicolas Goaziou
Hello, ASSI writes: > Actually, I would leave it in indefinately. There's just too many > combinations of potentially old Org installations in load-path and the cost > of keeping it is negligible. I've tested it locally by now and it does work > fine. Ok. Then, please install it in maint w

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-04 Thread ASSI
On Thursday 04 October 2012, 14:01:26, Nicolas Goaziou wrote: > AFAIU, this is a temporary fuse. As such, wouldn't it be useful to drop > a note (i.e. as a comment in the Makefile) reminding it and explaining > how to remove it when its time has come ? Actually, I would leave it in indefinately.

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-04 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Achim Gratz writes: >> One suggestion: I'd introduce an org-install.el that never gets compiled >> and only throws a warning if loaded. This will also help to defuse old >> copies of org-install that are maybe still present later in load-path. > > Here's a patch to

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Achim Gratz writes: > One suggestion: I'd introduce an org-install.el that never gets compiled > and only throws a warning if loaded. This will also help to defuse old > copies of org-install that are maybe still present later in load-path. Here's a patch to that effect: >From 08b4c62aed7596a4b1

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Bastien writes: >> To everyone else: the build system has been broken by the recent changes >> in multiple ways. Depending on what your local.mk contains it may or >> may not affect you, but I'd advise you to stay clear of all targets >> dealing with installation (and cleaning of installation). >

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Bastien
Achim Gratz writes: > To everyone else: the build system has been broken by the recent changes > in multiple ways. Depending on what your local.mk contains it may or > may not affect you, but I'd advise you to stay clear of all targets > dealing with installation (and cleaning of installation).

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Ian Barton writes: > Just done a git pull followed by make clean, make all and make > install. I get the following error: > > install: cannot stat ‘org-install.elc’: No such file or directory > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/lisp

[O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Ian Barton
Just done a git pull followed by make clean, make all and make install. I get the following error: install: cannot stat ‘org-install.elc’: No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/lisp' make: *** [install-lisp] E