emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Compile failure
@ 2019-06-24 12:49 William Denton
  2019-06-24 12:57 ` Fraga, Eric
  2019-06-24 12:58 ` Robert Pluim
  0 siblings, 2 replies; 8+ messages in thread
From: William Denton @ 2019-06-24 12:49 UTC (permalink / raw)
  To: emacs-orgmode

The current source isn't compiling, at least for me (this is with an Emacs 
freshly compiled from source):

$ make
make -C doc clean;  make -C lisp clean;
make[1]: Entering directory '/usr/local/src/org-mode/doc'
rm -f org orgguide *.pdf *.html *_letter.tex org-version.inc \
       org-version.tex *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys \
               *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
make[1]: Leaving directory '/usr/local/src/org-mode/doc'
make[1]: Entering directory '/usr/local/src/org-mode/lisp'
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc 
org-install.elc
rm -f *.elc
make[1]: Leaving directory '/usr/local/src/org-mode/lisp'
make -C lisp compile
make[1]: Entering directory '/usr/local/src/org-mode/lisp'
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc 
org-install.elc
org-version: 9.2.4 (release_9.2.4-381-g226363)
emacs: could not resolve realpath of "(null)": No such file or directory
Makefile:70: recipe for target 'org-version.el' failed
make[1]: *** [org-version.el] Error 1
make[1]: Leaving directory '/usr/local/src/org-mode/lisp'
mk/targets.mk:95: recipe for target 'compile' failed
make: *** [compile] Error 2


--
William Denton :: Toronto, Canada   ---   Listening to Art: https://listeningtoart.org/
https://www.miskatonic.org/         ---   GHG.EARTH: https://ghg.earth/
Caveat lector.                      ---   STAPLR: http://staplr.org/

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

* Re: Compile failure
  2019-06-24 12:49 Compile failure William Denton
@ 2019-06-24 12:57 ` Fraga, Eric
  2019-06-24 12:58 ` Robert Pluim
  1 sibling, 0 replies; 8+ messages in thread
From: Fraga, Eric @ 2019-06-24 12:57 UTC (permalink / raw)
  To: William Denton; +Cc: emacs-orgmode@gnu.org

On Monday, 24 Jun 2019 at 08:49, William Denton wrote:
> The current source isn't compiling, at least for me (this is with an
> Emacs freshly compiled from source):

[...]

> emacs: could not resolve realpath of "(null)": No such file or directory

I've run into this problem with the latest Emacs.  I reset back to
63b29f8107 and everything is fine.  There's been quite a bit of activity
on Emacs the past few days and something has broken (but I haven't had
time to explore the cause as I have too much work to do...).

I don't know if it is related to org or not.  I could not even start
Emacs but I do initialize org at startup so...

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-379-g1b74ae

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

* Re: Compile failure
  2019-06-24 12:49 Compile failure William Denton
  2019-06-24 12:57 ` Fraga, Eric
@ 2019-06-24 12:58 ` Robert Pluim
  2019-06-24 15:40   ` William Denton
  1 sibling, 1 reply; 8+ messages in thread
From: Robert Pluim @ 2019-06-24 12:58 UTC (permalink / raw)
  To: William Denton; +Cc: emacs-orgmode

>>>>> On Mon, 24 Jun 2019 08:49:07 -0400 (EDT), William Denton <wtd@pobox.com> said:

    William> The current source isn't compiling, at least for me (this is with an
    William> Emacs freshly compiled from source):

    William> $ make
    William> make -C doc clean;  make -C lisp clean;
    William> make[1]: Entering directory '/usr/local/src/org-mode/doc'
    William> rm -f org orgguide *.pdf *.html *_letter.tex org-version.inc \
    William>       org-version.tex *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys \
    William>               *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
    William> make[1]: Leaving directory '/usr/local/src/org-mode/doc'
    William> make[1]: Entering directory '/usr/local/src/org-mode/lisp'
    William> rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
    William> org-install.elc
    William> rm -f *.elc
    William> make[1]: Leaving directory '/usr/local/src/org-mode/lisp'
    William> make -C lisp compile
    William> make[1]: Entering directory '/usr/local/src/org-mode/lisp'
    William> rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
    William> org-install.elc
    William> org-version: 9.2.4 (release_9.2.4-381-g226363)
    William> emacs: could not resolve realpath of "(null)": No such file or directory
    William> Makefile:70: recipe for target 'org-version.el' failed
    William> make[1]: *** [org-version.el] Error 1
    William> make[1]: Leaving directory '/usr/local/src/org-mode/lisp'
    William> mk/targets.mk:95: recipe for target 'compile' failed
    William> make: *** [compile] Error 2

Thatʼs an emacs issue, not an org-mode issue. If you specify the full
path to your emacs binary instead of using a symlink, does it compile?

Robert

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

* Re: Compile failure
  2019-06-24 12:58 ` Robert Pluim
@ 2019-06-24 15:40   ` William Denton
  2019-06-24 15:48     ` Kaushal Modi
  0 siblings, 1 reply; 8+ messages in thread
From: William Denton @ 2019-06-24 15:40 UTC (permalink / raw)
  To: Robert Pluim; +Cc: emacs-orgmode

[-- Attachment #1: Type: TEXT/PLAIN, Size: 700 bytes --]

On 24 June 2019, Robert Pluim wrote:

> Thatʼs an emacs issue, not an org-mode issue. If you specify the full
> path to your emacs binary instead of using a symlink, does it compile?

I'm just going to wait, not touch anything more, and wait until the Emacs 
developers fix things.  I should have realized it wasn't an Org problem.

It's often fun to keep on top of the current Emacs development tree, but then 
things like this happen.  Ah well!

Bill
--
William Denton :: Toronto, Canada   ---   Listening to Art: https://listeningtoart.org/
https://www.miskatonic.org/         ---   GHG.EARTH: https://ghg.earth/
Caveat lector.                      ---   STAPLR: http://staplr.org/

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

* Re: Compile failure
  2019-06-24 15:40   ` William Denton
@ 2019-06-24 15:48     ` Kaushal Modi
  2019-06-24 18:04       ` Fraga, Eric
  0 siblings, 1 reply; 8+ messages in thread
From: Kaushal Modi @ 2019-06-24 15:48 UTC (permalink / raw)
  To: William Denton; +Cc: Robert Pluim, emacs-org list

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

That issue on Emacs master is fixed now for me.

--
Kaushal Modi

On Mon, Jun 24, 2019, 11:43 AM William Denton <wtd@pobox.com> wrote:

> On 24 June 2019, Robert Pluim wrote:
>
> > Thatʼs an emacs issue, not an org-mode issue. If you specify the full
> > path to your emacs binary instead of using a symlink, does it compile?
>
> I'm just going to wait, not touch anything more, and wait until the Emacs
> developers fix things.  I should have realized it wasn't an Org problem.
>
> It's often fun to keep on top of the current Emacs development tree, but
> then
> things like this happen.  Ah well!
>
> Bill
> --
> William Denton :: Toronto, Canada   ---   Listening to Art:
> https://listeningtoart.org/
> https://www.miskatonic.org/         ---   GHG.EARTH: https://ghg.earth/
> Caveat lector.                      ---   STAPLR: http://staplr.org/

[-- Attachment #2: Type: text/html, Size: 1587 bytes --]

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

* Re: Compile failure
  2019-06-24 15:48     ` Kaushal Modi
@ 2019-06-24 18:04       ` Fraga, Eric
  2019-06-25 11:53         ` Gregor Zattler
  0 siblings, 1 reply; 8+ messages in thread
From: Fraga, Eric @ 2019-06-24 18:04 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: William Denton, Robert Pluim, emacs-org list

On Monday, 24 Jun 2019 at 11:48, Kaushal Modi wrote:
> That issue on Emacs master is fixed now for me.

If it happens not to be, for Bill: just go to your emacs and

 git checkout 63b29f81075a3fdca70348f023d3ebb37a4f2a63
 make clean
 make && make install
 
and things should work.  They do for me.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-379-g1b74ae

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

* Re: Compile failure
  2019-06-24 18:04       ` Fraga, Eric
@ 2019-06-25 11:53         ` Gregor Zattler
  2019-06-25 14:33           ` Fraga, Eric
  0 siblings, 1 reply; 8+ messages in thread
From: Gregor Zattler @ 2019-06-25 11:53 UTC (permalink / raw)
  To: Fraga, Eric, Kaushal Modi; +Cc: William Denton, Robert Pluim, emacs-org list

Hi Eric, Klaushal,
* "Fraga, Eric" <e.fraga@ucl.ac.uk> [2019-06-24; 18:04]:
> On Monday, 24 Jun 2019 at 11:48, Kaushal Modi wrote:
>> That issue on Emacs master is fixed now for me.
>
> If it happens not to be, for Bill: just go to your emacs and
>
>  git checkout 63b29f81075a3fdca70348f023d3ebb37a4f2a63

I assume you both know this will pin your git repo to this very
commit.

If one wants to use the emacs development version it's better to
do

git pull
git co -f master

an you will use cutting edge of emacs development.



>  make clean
>  make && make install
>
> and things should work.  They do for me.
Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-

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

* Re: Compile failure
  2019-06-25 11:53         ` Gregor Zattler
@ 2019-06-25 14:33           ` Fraga, Eric
  0 siblings, 0 replies; 8+ messages in thread
From: Fraga, Eric @ 2019-06-25 14:33 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: William Denton, Robert Pluim, emacs-org list

On Tuesday, 25 Jun 2019 at 13:53, Gregor Zattler wrote:
> I assume you both know this will pin your git repo to this very
> commit.

Yes but I don't update frequently so it's not a big deal (for me).
Thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-379-g1b74ae

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

end of thread, other threads:[~2019-06-25 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 12:49 Compile failure William Denton
2019-06-24 12:57 ` Fraga, Eric
2019-06-24 12:58 ` Robert Pluim
2019-06-24 15:40   ` William Denton
2019-06-24 15:48     ` Kaushal Modi
2019-06-24 18:04       ` Fraga, Eric
2019-06-25 11:53         ` Gregor Zattler
2019-06-25 14:33           ` Fraga, Eric

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

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).