emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org master: make fails
@ 2018-05-29 11:20 Julius Dittmar
  2018-05-30 10:36 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Julius Dittmar @ 2018-05-29 11:20 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

on two of my computers, both openSUSE-based with org-mode current master
and current texlive installed, make fails.

The last messages are:

make -C doc info
make[1]: Entering directory `/XXX/git/org-mode-CURRENT/doc'
emacs  -Q -batch --eval '(setq vc-handled-backends nil
org-startup-folded nil)' \
  --eval '(add-to-list '"'"'load-path "../lisp")' \
  --eval '(load "../mk/org-fixup.el")' \
  --eval '(org-make-manuals)'
Loading /XXX/git/org-mode-CURRENT/mk/org-fixup.el (source)...
Wrong number of arguments: #[(string &optional separators omit-nulls)

... followed by a long mainly empty and unreadable quoted string,
followed by ...

" [separators omit-nulls split-string-default-separators list notfirst
start t 0 nil string-match ...] 5 1648329], 4
make[1]: *** [org.texi] Fehler 255
make[1]: Leaving directory `/XXX/git/org-mode-CURRENT/doc'
make: *** [info] Fehler 2

As on the third of my computers (with an old debian and texlive 2017)
make works, I guess that's a local problem, not one of org-mode.
Nonetheless: Do you have any hints on what might be missing there, or
how I could proceed tracking down the problem?

Thanks in advance,
Julius

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

* Re: org master: make fails
  2018-05-29 11:20 org master: make fails Julius Dittmar
@ 2018-05-30 10:36 ` Nicolas Goaziou
  2018-05-30 11:45   ` Julius Dittmar
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2018-05-30 10:36 UTC (permalink / raw)
  To: Julius Dittmar; +Cc: emacs-orgmode

Hello,

Julius Dittmar <Julius.Dittmar@gmx.de> writes:

> on two of my computers, both openSUSE-based with org-mode current master
> and current texlive installed, make fails.
>
> The last messages are:
>
> make -C doc info
> make[1]: Entering directory `/XXX/git/org-mode-CURRENT/doc'
> emacs  -Q -batch --eval '(setq vc-handled-backends nil
> org-startup-folded nil)' \
>   --eval '(add-to-list '"'"'load-path "../lisp")' \
>   --eval '(load "../mk/org-fixup.el")' \
>   --eval '(org-make-manuals)'
> Loading /XXX/git/org-mode-CURRENT/mk/org-fixup.el (source)...
> Wrong number of arguments: #[(string &optional separators omit-nulls)
>
> ... followed by a long mainly empty and unreadable quoted string,
> followed by ...
>
> " [separators omit-nulls split-string-default-separators list notfirst
> start t 0 nil string-match ...] 5 1648329], 4
> make[1]: *** [org.texi] Fehler 255
> make[1]: Leaving directory `/XXX/git/org-mode-CURRENT/doc'
> make: *** [info] Fehler 2
>
> As on the third of my computers (with an old debian and texlive 2017)
> make works, I guess that's a local problem, not one of org-mode.
> Nonetheless: Do you have any hints on what might be missing there, or
> how I could proceed tracking down the problem?

Is your Emacs old (e.g., Emacs 23)? Did you try with emacs -Q, just
loading Emacs?

Regards,

-- 
Nicolas Goaziou

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

* Re: org master: make fails
  2018-05-30 10:36 ` Nicolas Goaziou
@ 2018-05-30 11:45   ` Julius Dittmar
  2018-06-02 21:52     ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Julius Dittmar @ 2018-05-30 11:45 UTC (permalink / raw)
  To: emacs-orgmode

Am 30.05.2018 um 12:36 schrieb Nicolas Goaziou:
> Julius Dittmar <Julius.Dittmar@gmx.de> writes:
>> on two of my computers, both openSUSE-based with org-mode current master
>> and current texlive installed, make fails.
>>
>> The last messages are:
>>
>> make -C doc info
>> make[1]: Entering directory `/XXX/git/org-mode-CURRENT/doc'
>> emacs  -Q -batch --eval '(setq vc-handled-backends nil
>> org-startup-folded nil)' \
>>   --eval '(add-to-list '"'"'load-path "../lisp")' \
>>   --eval '(load "../mk/org-fixup.el")' \
>>   --eval '(org-make-manuals)'
>> Loading /XXX/git/org-mode-CURRENT/mk/org-fixup.el (source)...
>> Wrong number of arguments: #[(string &optional separators omit-nulls)
>>
>> ... followed by a long mainly empty and unreadable quoted string,
>> followed by ...
>>
>> " [separators omit-nulls split-string-default-separators list notfirst
>> start t 0 nil string-match ...] 5 1648329], 4
>> make[1]: *** [org.texi] Fehler 255
>> make[1]: Leaving directory `/XXX/git/org-mode-CURRENT/doc'
>> make: *** [info] Fehler 2
>>
>> As on the third of my computers (with an old debian and texlive 2017)
>> make works, I guess that's a local problem, not one of org-mode.
>> Nonetheless: Do you have any hints on what might be missing there, or
>> how I could proceed tracking down the problem?
> 
> Is your Emacs old (e.g., Emacs 23)?

GNU Emacs 24.3.1 in one instance, the other not older than that (can't
check the details right now).

> Did you try with emacs -Q, just
> loading Emacs?

As far as I can tell, the make fails somewhere in the 'make doc' part.
According to the quote above emacs is called with -Q.

'make autoloads' does not throw errors, and what I use of org-mode works
except for a minor and probably unrelated glitch I did not yet find time
to track down.

Thanks for looking into it and for a terrific tool,

Julius

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

* Re: org master: make fails
  2018-05-30 11:45   ` Julius Dittmar
@ 2018-06-02 21:52     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2018-06-02 21:52 UTC (permalink / raw)
  To: Julius Dittmar; +Cc: emacs-orgmode

Hello,

Julius Dittmar <Julius.Dittmar@gmx.de> writes:

> GNU Emacs 24.3.1 in one instance, the other not older than that (can't
> check the details right now).

I think upgrading Emacs to at least 24.4 should solve the issue.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2018-06-02 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 11:20 org master: make fails Julius Dittmar
2018-05-30 10:36 ` Nicolas Goaziou
2018-05-30 11:45   ` Julius Dittmar
2018-06-02 21:52     ` Nicolas Goaziou

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